synchronization script for awesome lists, git submodules updated
This commit is contained in:
@ -10,9 +10,17 @@
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>OSGL</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
|
||||
<span aria-hidden="true"></span>
|
||||
<span aria-hidden="true"></span>
|
||||
<span aria-hidden="true"></span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="navbar-menu is-active">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
@ -28,7 +36,6 @@
|
||||
<a class="navbar-item" href="../inspirations/index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
@ -222,7 +229,7 @@ It has no built‐in human interface, so a Go client like GoGui, qGo or CGoban 1
|
||||
<span class="is-size-7">JavaScript</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/Creative_Commons_license" class="is-size-7">CC-BY-SA-4.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/platzhersh/pacman-canvas.git" class="is-size-7">platzhersh/pacman-canvas.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2012</span>, <span class="icon is-large has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br></div>
|
||||
<span class="is-size-7">since 2012</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>)<br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/pacman-canvas.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
@ -435,7 +442,10 @@ It has no built‐in human interface, so a Go client like GoGui, qGo or CGoban 1
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#android" title="Android"><span class="icon is-large has-text-black" ><i class="icon-android"></i></span></a></span><div class="tags has-addons"><a href="genres.html#arcade" title="arcade games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-pacman"></i></span>arcade</a></div></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/M.html#matthew_lim">
|
||||
<span class="has-text-weight-semibold">Matthew Lim</span></a>, <a href="../developers/P.html#pierre_rudloff">
|
||||
<span class="has-text-weight-semibold">Pierre Rudloff</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/Rudloff/PaperCraft">Rudloff/PaperCraft<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://f-droid.org/de/packages/pro.rudloff.papercraft/">f-droid.org/de/packages/pro.rudloff.papercraft</a><br></div>
|
||||
@ -444,7 +454,8 @@ It has no built‐in human interface, so a Go client like GoGui, qGo or CGoban 1
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/Apache_License" class="is-size-7">Apache-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/Rudloff/PaperCraft.git" class="is-size-7">Rudloff/PaperCraft.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/Rudloff/PaperCraft.git" class="is-size-7">Rudloff/PaperCraft.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2018</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://gradle.org/" class="is-size-7">Gradle</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
@ -729,8 +740,10 @@ See also [Pasang Emas for Android](https://sourceforge.net/projects/pasang-andro
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#alexeylysiuk">
|
||||
<span class="has-text-weight-semibold is-size-7">alexey.lysiuk</span></a>, <a href="../developers/C.html#commonloon102">
|
||||
<span class="has-text-weight-semibold is-size-7">CommonLoon102</span></a>, <a href="../developers/D.html#dibollinger">
|
||||
<span class="has-text-weight-semibold is-size-7">dibollinger</span></a>, <a href="../developers/E.html#evan_ramos">
|
||||
<span class="has-text-weight-semibold is-size-7">Evan Ramos</span></a>, <a href="../developers/J.html#jan">
|
||||
<span class="has-text-weight-semibold is-size-7">dibollinger</span></a>, <a href="../developers/D.html#dino_bollinger">
|
||||
<span class="has-text-weight-semibold is-size-7">Dino Bollinger</span></a>, <a href="../developers/E.html#evan_ramos">
|
||||
<span class="has-text-weight-semibold is-size-7">Evan Ramos</span></a>, <a href="../developers/F.html#fhomolka">
|
||||
<span class="has-text-weight-semibold is-size-7">fhomolka</span></a>, <a href="../developers/J.html#jan">
|
||||
<span class="has-text-weight-semibold is-size-7">Jan</span></a>, <a href="../developers/J.html#jordon_moss">
|
||||
<span class="has-text-weight-semibold is-size-7">Jordon Moss</span></a>, <a href="../developers/M.html#mexmercury">
|
||||
<span class="has-text-weight-semibold is-size-7">MexMeRcUrY</span></a>, <a href="../developers/M.html#mitchell_richters">
|
||||
@ -741,7 +754,8 @@ See also [Pasang Emas for Android](https://sourceforge.net/projects/pasang-andro
|
||||
<span class="has-text-weight-semibold is-size-7">Pierre-Loup A. Griffais</span></a>, <a href="../developers/R.html#richard_c_gobeille">
|
||||
<span class="has-text-weight-semibold is-size-7">Richard C. Gobeille</span></a>, <a href="../developers/S.html#sirlemonhead">
|
||||
<span class="has-text-weight-semibold is-size-7">sirlemonhead</span></a>, <a href="../developers/S.html#szilrd_bir">
|
||||
<span class="has-text-weight-semibold is-size-7">Szilárd Biró</span></a></div>
|
||||
<span class="has-text-weight-semibold is-size-7">Szilárd Biró</span></a>, <a href="../developers/0.html#xxxx">
|
||||
<span class="has-text-weight-semibold is-size-7"></span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="https://lerppu.net/wannabethesis/">lerppu.net/wannabethesis</a>, <a href="http://pcex.retrohost.net/">pcex.retrohost.net</a><br></div>
|
||||
<div class="block">
|
||||
@ -949,7 +963,8 @@ In addition to the classic version of Blokus, Pentobi also supports a number of
|
||||
<span class="has-text-weight-semibold is-size-7">arielenter</span></a>, <a href="../developers/A.html#arjan_spieard">
|
||||
<span class="has-text-weight-semibold is-size-7">Arjan Spieard</span></a>, <a href="../developers/D.html#darkmagister">
|
||||
<span class="has-text-weight-semibold is-size-7">Darkmagister</span></a>, <a href="../developers/G.html#gregorio_litenstein">
|
||||
<span class="has-text-weight-semibold is-size-7">Gregorio Litenstein</span></a>, <a href="../developers/J.html#jaakko_perttila">
|
||||
<span class="has-text-weight-semibold is-size-7">Gregorio Litenstein</span></a>, <a href="../developers/I.html#ivn_sadofschi_costa">
|
||||
<span class="has-text-weight-semibold is-size-7">Iván Sadofschi Costa</span></a>, <a href="../developers/J.html#jaakko_perttila">
|
||||
<span class="has-text-weight-semibold is-size-7">Jaakko Perttilä</span></a>, <a href="../developers/J.html#jose_riha">
|
||||
<span class="has-text-weight-semibold is-size-7">Jose Riha</span></a>, <a href="../developers/L.html#l_karkkainen">
|
||||
<span class="has-text-weight-semibold is-size-7">L. Kärkkäinen</span></a>, <a href="../developers/M.html#markus_koschany">
|
||||
@ -1142,7 +1157,11 @@ In addition to the classic version of Blokus, Pentobi also supports a number of
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#android" title="Android"><span class="icon is-large has-text-black" ><i class="icon-android"></i></span></a></span><div class="tags has-addons"><a href="genres.html#music" title="music games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-music"></i></span>music</a>
|
||||
<span class="tag is-light">for kids</span></div></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/N.html#nico_brailovsky">
|
||||
<span class="has-text-weight-semibold">Nico Brailovsky</span></a>, <a href="../developers/P.html#peter_serwylo">
|
||||
<span class="has-text-weight-semibold">Peter Serwylo</span></a>, <a href="../developers/T.html#taco">
|
||||
<span class="has-text-weight-semibold">Taco</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/nicolasbrailo/PianOli">nicolasbrailo/PianOli<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://f-droid.org/de/packages/com.nicobrailo.pianoli/">f-droid.org/de/packages/com.nicobrailo.pianoli</a><br></div>
|
||||
@ -1151,7 +1170,8 @@ In addition to the classic version of Blokus, Pentobi also supports a number of
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/nicolasbrailo/PianOli.git" class="is-size-7">nicolasbrailo/PianOli.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/nicolasbrailo/PianOli.git" class="is-size-7">nicolasbrailo/PianOli.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2018</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://gradle.org/" class="is-size-7">Gradle</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
@ -1306,7 +1326,8 @@ See also the [sourceforge project](https://sourceforge.net/projects/pioneerspace
|
||||
<span class="has-text-weight-semibold is-size-7">AaronSenese</span></a>, <a href="../developers/A.html#ae">
|
||||
<span class="has-text-weight-semibold is-size-7">Ae_</span></a>, <a href="../developers/A.html#alan_briggs">
|
||||
<span class="has-text-weight-semibold is-size-7">Alan Briggs</span></a>, <a href="../developers/A.html#andrew_copland">
|
||||
<span class="has-text-weight-semibold is-size-7">Andrew Copland</span></a>, <a href="../developers/A.html#arda">
|
||||
<span class="has-text-weight-semibold is-size-7">Andrew Copland</span></a>, <a href="../developers/A.html#andrey_skvortsov">
|
||||
<span class="has-text-weight-semibold is-size-7">Andrey Skvortsov</span></a>, <a href="../developers/A.html#arda">
|
||||
<span class="has-text-weight-semibold is-size-7">Arda</span></a>, <a href="../developers/A.html#armin_kretschmer">
|
||||
<span class="has-text-weight-semibold is-size-7">Armin Kretschmer</span></a>, <a href="../developers/A.html#asier_basagoiti">
|
||||
<span class="has-text-weight-semibold is-size-7">Asier Basagoiti</span></a>, <a href="../developers/B.html#benjamin_hodgetts">
|
||||
@ -1317,7 +1338,8 @@ See also the [sourceforge project](https://sourceforge.net/projects/pioneerspace
|
||||
<span class="has-text-weight-semibold is-size-7">Chris Dennett</span></a>, <a href="../developers/C.html#clausimu">
|
||||
<span class="has-text-weight-semibold is-size-7">clausimu</span></a>, <a href="../developers/C.html#coldspirit0">
|
||||
<span class="has-text-weight-semibold is-size-7">ColdSpirit0</span></a>, <a href="../developers/C.html#connor_findlay">
|
||||
<span class="has-text-weight-semibold is-size-7">Connor Findlay</span></a>, <a href="../developers/C.html#cwyss">
|
||||
<span class="has-text-weight-semibold is-size-7">Connor Findlay</span></a>, <a href="../developers/C.html#connortesting">
|
||||
<span class="has-text-weight-semibold is-size-7">connortesting</span></a>, <a href="../developers/C.html#cwyss">
|
||||
<span class="has-text-weight-semibold is-size-7">cwyss</span></a>, <a href="../developers/C.html#cylonicraider">
|
||||
<span class="has-text-weight-semibold is-size-7">CylonicRaider</span></a>, <a href="../developers/D.html#denis_volk">
|
||||
<span class="has-text-weight-semibold is-size-7">Denis Volk</span></a>, <a href="../developers/D.html#dkontominas">
|
||||
@ -1367,7 +1389,8 @@ See also the [sourceforge project](https://sourceforge.net/projects/pioneerspace
|
||||
<span class="has-text-weight-semibold is-size-7">tsoj</span></a>, <a href="../developers/U.html#unavowed">
|
||||
<span class="has-text-weight-semibold is-size-7">unavowed</span></a>, <a href="../developers/V.html#vakhoir">
|
||||
<span class="has-text-weight-semibold is-size-7">vakhoir</span></a>, <a href="../developers/W.html#webster_sheets">
|
||||
<span class="has-text-weight-semibold is-size-7">Webster Sheets</span></a>, <a href="../developers/Z.html#ziusudra">
|
||||
<span class="has-text-weight-semibold is-size-7">Webster Sheets</span></a>, <a href="../developers/W.html#wkfo">
|
||||
<span class="has-text-weight-semibold is-size-7">WKFO</span></a>, <a href="../developers/Z.html#ziusudra">
|
||||
<span class="has-text-weight-semibold is-size-7">Ziusudra</span></a>, <a href="../developers/Z.html#zugz">
|
||||
<span class="has-text-weight-semibold is-size-7">zugz</span></a></div>
|
||||
<div class="block">
|
||||
@ -1470,7 +1493,8 @@ the web project by thunor it may not be possible to license as MIT.
|
||||
<span class="is-size-7">Java</span></a>, <a href="languages.html#javascript">
|
||||
<span class="is-size-7">JavaScript</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/MIT_License" class="is-size-7">MIT</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/rnauber/pipepanic-android.git" class="is-size-7">rnauber/pipepanic-android.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/rnauber/pipepanic-android.git" class="is-size-7">rnauber/pipepanic-android.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2015</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://gradle.org/" class="is-size-7">Gradle</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
@ -1523,7 +1547,9 @@ the web project by thunor it may not be possible to license as MIT.
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><span class="mr-2"><a href="platforms.html#macos" title="macOS"><span class="icon is-large has-text-black" ><i class="icon-appleinc"></i></span></a></span><span class="mr-2"><a href="platforms.html#android" title="Android"><span class="icon is-large has-text-black" ><i class="icon-android"></i></span></a></span><div class="tags has-addons"><a href="genres.html#role playing" title="role playing games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-user-secret"></i></span>role playing</a>
|
||||
<span class="tag is-light">roguelike</span></div></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/W.html#watabou">
|
||||
<span class="has-text-weight-semibold">Watabou</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="http://pixeldungeon.watabou.ru/">pixeldungeon.watabou.ru</a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://f-droid.org//packages/com.watabou.pixeldungeon/">f-droid.org//packages/com.watabou.pixeldungeon</a><br></div>
|
||||
@ -1532,7 +1558,9 @@ the web project by thunor it may not be possible to license as MIT.
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/watabou/pixel-dungeon.git" class="is-size-7">watabou/pixel-dungeon.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>, <a href="https://github.com/watabou/PD-classes.git @add" class="is-size-7">watabou/PD-classes.git @add<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/watabou/pixel-dungeon.git" class="is-size-7">watabou/pixel-dungeon.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2014</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>), <a href="https://github.com/watabou/PD-classes.git @add" class="is-size-7">watabou/PD-classes.git @add<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2014</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>)<br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/pixel_dungeon.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
@ -1740,7 +1768,9 @@ the web project by thunor it may not be possible to license as MIT.
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#android" title="Android"><span class="icon is-large has-text-black" ><i class="icon-android"></i></span></a></span><div class="tags has-addons"><a href="genres.html#strategy" title="strategy games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-fort-awesome"></i></span>strategy</a>
|
||||
<span class="tag is-light">turn-based</span></div></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/D.html#david_fernandez">
|
||||
<span class="has-text-weight-semibold">David Fernandez</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/dftec-es/planetcon">dftec-es/planetcon<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://f-droid.org/de/packages/com.dftec.planetcon/">f-droid.org/de/packages/com.dftec.planetcon</a><br></div>
|
||||
@ -1749,7 +1779,8 @@ the web project by thunor it may not be possible to license as MIT.
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/dftec-es/planetcon.git" class="is-size-7">dftec-es/planetcon.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/dftec-es/planetcon.git" class="is-size-7">dftec-es/planetcon.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2017</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/planet_conquest.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
@ -1769,7 +1800,9 @@ the web project by thunor it may not be possible to license as MIT.
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><span class="mr-2"><a href="platforms.html#android" title="Android"><span class="icon is-large has-text-black" ><i class="icon-android"></i></span></a></span><div class="tags has-addons"><a href="genres.html#arcade" title="arcade games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-pacman"></i></span>arcade</a>
|
||||
<span class="tag is-light">skill</span></div></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/F.html#federico">
|
||||
<span class="has-text-weight-semibold">Federico</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://fede0d.github.io/game/2015/10/31/planet-rider.html">fede0d.github.io/game/2015/10/31/planet-rider.html</a><br></div>
|
||||
<div class="block">
|
||||
@ -1777,7 +1810,8 @@ the web project by thunor it may not be possible to license as MIT.
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#gdscript">
|
||||
<span class="is-size-7">GDScript</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/FEDE0D/Planet-Rider.git" class="is-size-7">FEDE0D/Planet-Rider.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/FEDE0D/Planet-Rider.git" class="is-size-7">FEDE0D/Planet-Rider.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2015</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">Godot</span><br></div>
|
||||
<div class="block">
|
||||
@ -1841,7 +1875,8 @@ the web project by thunor it may not be possible to license as MIT.
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/Apache_License" class="is-size-7">Apache-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/vtudio/playir.git" class="is-size-7">vtudio/playir.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/vtudio/playir.git" class="is-size-7">vtudio/playir.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2013</span>, <span class="icon is-large has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/playir.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
@ -1909,7 +1944,9 @@ the web project by thunor it may not be possible to license as MIT.
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#android" title="Android"><span class="icon is-large has-text-black" ><i class="icon-android"></i></span></a></span><div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-target"></i></span>action</a></div></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/M.html#marien_raat">
|
||||
<span class="has-text-weight-semibold">Marien Raat</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/raatmarien/Point-and-Hit">raatmarien/Point-and-Hit<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://f-droid.org/de/packages/com.jmstudios.pointandhit.android/">f-droid.org/de/packages/com.jmstudios.pointandhit.android</a><br></div>
|
||||
@ -1918,7 +1955,8 @@ the web project by thunor it may not be possible to license as MIT.
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/raatmarien/Point-and-Hit.git" class="is-size-7">raatmarien/Point-and-Hit.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/raatmarien/Point-and-Hit.git" class="is-size-7">raatmarien/Point-and-Hit.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2015</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">libGDX</span><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://gradle.org/" class="is-size-7">Gradle</a><br></div>
|
||||
@ -1986,7 +2024,10 @@ the web project by thunor it may not be possible to license as MIT.
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#android" title="Android"><span class="icon is-large has-text-black" ><i class="icon-android"></i></span></a></span><div class="tags has-addons"><a href="genres.html#arcade" title="arcade games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-pacman"></i></span>arcade</a></div></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/J.html#jakub_sandomierz">
|
||||
<span class="has-text-weight-semibold">Jakub Sandomierz</span></a>, <a href="../developers/M.html#mateusz_szostak">
|
||||
<span class="has-text-weight-semibold">Mateusz Szostak</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/JSandomierz/pcis">JSandomierz/pcis<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://f-droid.org/de/packages/pl.sanszo.pcis/">f-droid.org/de/packages/pl.sanszo.pcis</a><br></div>
|
||||
@ -1996,7 +2037,8 @@ the web project by thunor it may not be possible to license as MIT.
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span>
|
||||
<span class="is-size-7">NPOSL-3.0</span><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/JSandomierz/pcis.git" class="is-size-7">JSandomierz/pcis.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/JSandomierz/pcis.git" class="is-size-7">JSandomierz/pcis.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2018</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://gradle.org/" class="is-size-7">Gradle</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
@ -2170,8 +2212,9 @@ the web project by thunor it may not be possible to license as MIT.
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/P.html#powerslave">
|
||||
<span class="has-text-weight-semibold">Powerslave</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/S.html#samuel">
|
||||
<span class="has-text-weight-semibold">Samuel</span></a></div>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/S.html#samuel">
|
||||
<span class="has-text-weight-semibold">Samuel</span></a>, <a href="../developers/S.html#samuel_villarreal_nightdive_studios">
|
||||
<span class="has-text-weight-semibold">Samuel Villarreal (Nightdive Studios)</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://powerslaveex.wordpress.com/">powerslaveex.wordpress.com</a><br>
|
||||
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/PowerSlave">Powerslave EX<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a><br></div>
|
||||
@ -2725,7 +2768,14 @@ the web project by thunor it may not be possible to license as MIT.
|
||||
<span class="tag is-light">content commercial + original required</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/P.html#pokemon_uranium">
|
||||
<span class="has-text-weight-semibold">Pokemon Uranium</span></a><br></div>
|
||||
<span class="has-text-weight-semibold">Pokemon Uranium</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/0.html#5h4d0wila">
|
||||
<span class="has-text-weight-semibold">5H4D0WILA</span></a>, <a href="../developers/A.html#acedogblast">
|
||||
<span class="has-text-weight-semibold">acedogblast</span></a>, <a href="../developers/A.html#alekemon">
|
||||
<span class="has-text-weight-semibold">Alekemon</span></a>, <a href="../developers/D.html#daniel_amado">
|
||||
<span class="has-text-weight-semibold">Daniel Amado</span></a>, <a href="../developers/E.html#enerjy">
|
||||
<span class="has-text-weight-semibold">Enerjy</span></a>, <a href="../developers/R.html#ricardo_subtil">
|
||||
<span class="has-text-weight-semibold">Ricardo Subtil</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="https://github.com/acedogblast/Project-Uranium-Godot">acedogblast/Project-Uranium-Godot<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>, <a href="https://github.com/acedogblast/Project-Uranium-Godot/wiki">acedogblast/Project-Uranium-Godot/wiki<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
@ -2733,7 +2783,8 @@ the web project by thunor it may not be possible to license as MIT.
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#gdscript">
|
||||
<span class="is-size-7">GDScript</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/MIT_License" class="is-size-7">MIT</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/acedogblast/Project-Uranium-Godot.git" class="is-size-7">acedogblast/Project-Uranium-Godot.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/acedogblast/Project-Uranium-Godot.git" class="is-size-7">acedogblast/Project-Uranium-Godot.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2018</span>, <span class="icon is-large has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">Godot</span><br></div>
|
||||
<div class="block">
|
||||
@ -2761,7 +2812,8 @@ the web project by thunor it may not be possible to license as MIT.
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#alistair_findlay">
|
||||
<span class="has-text-weight-semibold">Alistair Findlay</span></a>, <a href="../developers/G.html#guus_sliepen">
|
||||
<span class="has-text-weight-semibold">Guus Sliepen</span></a>, <a href="../developers/I.html#ian_gilham">
|
||||
<span class="has-text-weight-semibold">Ian Gilham</span></a>, <a href="../developers/R.html#richard_smith">
|
||||
<span class="has-text-weight-semibold">Ian Gilham</span></a>, <a href="../developers/J.html#jorge_maldonado_ventura">
|
||||
<span class="has-text-weight-semibold">Jorge Maldonado Ventura</span></a>, <a href="../developers/R.html#richard_smith">
|
||||
<span class="has-text-weight-semibold">Richard Smith</span></a>, <a href="../developers/R.html#richard_sweeney">
|
||||
<span class="has-text-weight-semibold">Richard Sweeney</span></a>, <a href="../developers/S.html#stephen_sweeney">
|
||||
<span class="has-text-weight-semibold">Stephen Sweeney</span></a>, <a href="../developers/T.html#the_diligent_circle_">
|
||||
@ -3024,7 +3076,8 @@ Now two projects? PyChess and PyChess-variants?
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#ada_joule">
|
||||
<span class="has-text-weight-semibold is-size-7">Ada Joule</span></a>, <a href="../developers/B.html#bajusz_tams">
|
||||
<span class="has-text-weight-semibold is-size-7">Ada Joule</span></a>, <a href="../developers/A.html#arma55">
|
||||
<span class="has-text-weight-semibold is-size-7">Arma55</span></a>, <a href="../developers/B.html#bajusz_tams">
|
||||
<span class="has-text-weight-semibold is-size-7">Bajusz Tamás</span></a>, <a href="../developers/B.html#boris_boutkov">
|
||||
<span class="has-text-weight-semibold is-size-7">Boris Boutkov</span></a>, <a href="../developers/C.html#christopher_king">
|
||||
<span class="has-text-weight-semibold is-size-7">Christopher King</span></a>, <a href="../developers/C.html#couchtomato87">
|
||||
@ -3038,18 +3091,21 @@ Now two projects? PyChess and PyChess-variants?
|
||||
<span class="has-text-weight-semibold is-size-7">Jonast</span></a>, <a href="../developers/J.html#justin_blanchard">
|
||||
<span class="has-text-weight-semibold is-size-7">Justin Blanchard</span></a>, <a href="../developers/K.html#ka_upkah">
|
||||
<span class="has-text-weight-semibold is-size-7">Ka (upkah)</span></a>, <a href="../developers/L.html#leonardo_gregianin">
|
||||
<span class="has-text-weight-semibold is-size-7">Leonardo Gregianin</span></a>, <a href="../developers/L.html#little-magician">
|
||||
<span class="has-text-weight-semibold is-size-7">Leonardo Gregianin</span></a>, <a href="../developers/L.html#little-mage">
|
||||
<span class="has-text-weight-semibold is-size-7">Little-Mage</span></a>, <a href="../developers/L.html#little-magician">
|
||||
<span class="has-text-weight-semibold is-size-7">Little-Magician</span></a>, <a href="../developers/M.html#marken_foo">
|
||||
<span class="has-text-weight-semibold is-size-7">Marken Foo</span></a>, <a href="../developers/M.html#mathieu_caroff">
|
||||
<span class="has-text-weight-semibold is-size-7">Mathieu CAROFF</span></a>, <a href="../developers/M.html#matthew_gatto">
|
||||
<span class="has-text-weight-semibold is-size-7">Matthew Gatto</span></a>, <a href="../developers/M.html#mickal_schoentgen">
|
||||
<span class="has-text-weight-semibold is-size-7">Mickaël Schoentgen</span></a>, <a href="../developers/N.html#notruck">
|
||||
<span class="has-text-weight-semibold is-size-7">notruck</span></a>, <a href="../developers/P.html#peter_thomson">
|
||||
<span class="has-text-weight-semibold is-size-7">notruck</span></a>, <a href="../developers/P.html#pepe_doval">
|
||||
<span class="has-text-weight-semibold is-size-7">Pepe Doval</span></a>, <a href="../developers/P.html#peter_thomson">
|
||||
<span class="has-text-weight-semibold is-size-7">Peter Thomson</span></a>, <a href="../developers/R.html#renyhp">
|
||||
<span class="has-text-weight-semibold is-size-7">renyhp</span></a>, <a href="../developers/T.html#thijs_vermeir">
|
||||
<span class="has-text-weight-semibold is-size-7">Thijs Vermeir</span></a>, <a href="../developers/T.html#thomas_dybdahl_ahle">
|
||||
<span class="has-text-weight-semibold is-size-7">Thomas Dybdahl Ahle</span></a>, <a href="../developers/T.html#tiago_hermano">
|
||||
<span class="has-text-weight-semibold is-size-7">Tiago Hermano</span></a></div>
|
||||
<span class="has-text-weight-semibold is-size-7">Tiago Hermano</span></a>, <a href="../developers/V.html#visualdennis">
|
||||
<span class="has-text-weight-semibold is-size-7">visualdennis</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="https://pychess.github.io/">pychess.github.io</a>, <a href="https://web.archive.org/web/20181225202716/http://pychess.org/">Archive: 20181225202716/http://pychess.org</a>, <a href="http://pychess-variants.herokuapp.com/">pychess-variants.herokuapp.com</a><br>
|
||||
<span class="has-text-weight-semibold">Downloads: </span><a href="http://pychess.org/download/">pychess.org/download</a>, <a href="https://github.com/pychess/pychess/releases">pychess/pychess/releases<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
@ -3295,7 +3351,7 @@ See also [PySol Fan Club Edition](https://pysolfc.sourceforge.io/) and https://s
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-27 21:31</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user