update of html output
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
<link rel="icon" type="image/svg+xml" href="../favicon.svg">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
@ -158,9 +159,12 @@ See also https://github.com/scumola/GalaxyNG, https://github.com/toddcarnes/gogg
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<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">C</span></a>, <a href="languages.html#php">
|
||||
<span class="is-size-7">PHP</span></a>, <a href="languages.html#shell">
|
||||
<span class="is-size-7">Shell</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-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/galaxyng.git" class="is-size-7">osgames/galaxyng.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="http://galaxyng.cvs.sourceforge.net/" class="is-size-7">galaxyng.cvs.sourceforge.net</a><br></div>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/galaxyng.git" class="is-size-7">osgames/galaxyng.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></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>), <a href="http://galaxyng.cvs.sourceforge.net/" class="is-size-7">galaxyng.cvs.sourceforge.net</a><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/galaxyng.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
@ -200,6 +204,39 @@ See also https://github.com/scumola/GalaxyNG, https://github.com/toddcarnes/gogg
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/gamecake.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="gamekit" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">gamekit</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2015</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<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#game engine" title="game engine games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-car"></i></span>game engine</a>
|
||||
<span class="tag is-light">3D</span></div></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://code.google.com/archive/p/gamekit/">code.google.com/archive/p/gamekit</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a>, <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/Zlib_License" class="is-size-7">zlib</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/gamekit-developers/gamekit.git" class="is-size-7">gamekit-developers/gamekit.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">Ogre</span>,
|
||||
<span class="is-size-7">Irrlicht</span><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><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/gamekit.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="gamelv" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
@ -374,9 +411,11 @@ See also https://github.com/scumola/GalaxyNG, https://github.com/toddcarnes/gogg
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<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">C++</span></a>, <a href="languages.html#perl">
|
||||
<span class="is-size-7">Perl</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License" class="is-size-7">LGPL-2.1</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/wavexx/garith.git" class="is-size-7">wavexx/garith.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="https://github.com/wavexx/garith.git" class="is-size-7">wavexx/garith.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/wavexx/garith.git" class="is-size-7">wavexx/garith.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></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>), <a href="https://github.com/wavexx/garith.git" class="is-size-7">wavexx/garith.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">archived</span>,
|
||||
<span class="is-size-7">since 2014</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>
|
||||
@ -599,9 +638,11 @@ There are several successors.
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<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">C</span></a>, <a href="languages.html#shell">
|
||||
<span class="is-size-7">Shell</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-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/gwiz.git" class="is-size-7">osgames/gwiz.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a><br></div>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/gwiz.git" class="is-size-7">osgames/gwiz.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></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></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/gee_whiz.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
@ -819,7 +860,8 @@ There are several successors.
|
||||
<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/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/gilbert-and-the-doors.git" class="is-size-7">osgames/gilbert-and-the-doors.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/gilbert-and-the-doors.git" class="is-size-7">osgames/gilbert-and-the-doors.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>(
|
||||
<span class="is-size-7">since 2019</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">Electro L.I.B</span>,
|
||||
<span class="is-size-7">SDL</span><br>
|
||||
@ -955,7 +997,8 @@ There are several successors.
|
||||
<span class="has-text-weight-semibold is-size-7">Bilal Ahsan</span></a>, <a href="../developers/C.html#cedric_delfosse">
|
||||
<span class="has-text-weight-semibold is-size-7">Cedric Delfosse</span></a>, <a href="../developers/E.html#eric_cheung">
|
||||
<span class="has-text-weight-semibold is-size-7">Eric Cheung</span></a>, <a href="../developers/E.html#eugene_andreeshchev">
|
||||
<span class="has-text-weight-semibold is-size-7">Eugene Andreeshchev</span></a>, <a href="../developers/J.html#james_stone">
|
||||
<span class="has-text-weight-semibold is-size-7">Eugene Andreeshchev</span></a>, <a href="../developers/J.html#j-m_le_peuvedic">
|
||||
<span class="has-text-weight-semibold is-size-7">J-M Le Peuvedic</span></a>, <a href="../developers/J.html#james_stone">
|
||||
<span class="has-text-weight-semibold is-size-7">James Stone</span></a>, <a href="../developers/J.html#jean-marc_le_peuvedic">
|
||||
<span class="has-text-weight-semibold is-size-7">Jean-Marc Le Peuvedic</span></a>, <a href="../developers/L.html#lourens_veen">
|
||||
<span class="has-text-weight-semibold is-size-7">Lourens Veen</span></a>, <a href="../developers/N.html#norbert_drexl">
|
||||
@ -970,7 +1013,8 @@ There are several successors.
|
||||
<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/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/gl-117.git" class="is-size-7">osgames/gl-117.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="http://gl-117.cvs.sourceforge.net" class="is-size-7">gl-117.cvs.sourceforge.net</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/gl-117.git" class="is-size-7">osgames/gl-117.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>(
|
||||
<span class="is-size-7">since 2019</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>), <a href="http://gl-117.cvs.sourceforge.net" class="is-size-7">gl-117.cvs.sourceforge.net</a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">GLUT</span>,
|
||||
<span class="is-size-7">SDL</span><br>
|
||||
@ -1001,7 +1045,8 @@ There are several successors.
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/E.html#enveloop">
|
||||
<span class="has-text-weight-semibold">enveloop</span></a>, <a href="../developers/J.html#jos_zanni">
|
||||
<span class="has-text-weight-semibold">enveloop</span></a>, <a href="../developers/J.html#jose_zanni">
|
||||
<span class="has-text-weight-semibold">Jose Zanni</span></a>, <a href="../developers/J.html#jos_zanni">
|
||||
<span class="has-text-weight-semibold">José Zanni</span></a>, <a href="../developers/M.html#martio">
|
||||
<span class="has-text-weight-semibold">Martiño</span></a>, <a href="../developers/M.html#matthias_braun">
|
||||
<span class="has-text-weight-semibold">Matthias Braun</span></a>, <a href="../developers/T.html#tucho_fernandez">
|
||||
@ -1013,9 +1058,11 @@ There are several successors.
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<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">C++</span></a>, <a href="languages.html#shell">
|
||||
<span class="is-size-7">Shell</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-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/glest.git" class="is-size-7">osgames/glest.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="https://svn.code.sf.net/p/glest/code" class="is-size-7">svn.code.sf.net/p/glest/code</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/glest.git" class="is-size-7">osgames/glest.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></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>), <a href="https://svn.code.sf.net/p/glest/code" class="is-size-7">svn.code.sf.net/p/glest/code</a><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Autoconf" class="is-size-7">Autoconf</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
@ -1071,9 +1118,9 @@ There are several successors.
|
||||
<span class="tag is-light">3D</span>
|
||||
<span class="tag is-light">shooter</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspirations: </span><a href="../inspirations/D.html#doom">
|
||||
<span class="has-text-weight-semibold">Doom</span></a>, <a href="../inspirations/W.html#wolfenstein">
|
||||
<span class="has-text-weight-semibold">Wolfenstein</span></a><br>
|
||||
<span class="has-text-weight-semibold">Inspirations: </span><a href="../inspirations/C.html#castle_wolfenstein">
|
||||
<span class="has-text-weight-semibold">Castle Wolfenstein</span></a>, <a href="../inspirations/D.html#doom">
|
||||
<span class="has-text-weight-semibold">Doom</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/H.html#harry_wood">
|
||||
<span class="has-text-weight-semibold">Harry Wood</span></a></div>
|
||||
<div class="block">
|
||||
@ -1109,9 +1156,9 @@ There are several successors.
|
||||
<span class="tag is-light">3D</span>
|
||||
<span class="tag is-light">shooter</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspirations: </span><a href="../inspirations/D.html#doom">
|
||||
<span class="has-text-weight-semibold">Doom</span></a>, <a href="../inspirations/W.html#wolfenstein">
|
||||
<span class="has-text-weight-semibold">Wolfenstein</span></a><br></div>
|
||||
<span class="has-text-weight-semibold">Inspirations: </span><a href="../inspirations/C.html#castle_wolfenstein">
|
||||
<span class="has-text-weight-semibold">Castle Wolfenstein</span></a>, <a href="../inspirations/D.html#doom">
|
||||
<span class="has-text-weight-semibold">Doom</span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://mobile.zame-dev.org/gloomy-ii/">mobile.zame-dev.org/gloomy-ii</a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://f-droid.org//packages/org.zamedev.gloomydungeons2.opensource/">f-droid.org//packages/org.zamedev.gloomydungeons2.opensource</a><br></div>
|
||||
@ -1674,9 +1721,11 @@ Can also be used with graphical frontends like like GoGui, qGo and CGoban 1.
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<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">C++</span></a>, <a href="languages.html#python">
|
||||
<span class="is-size-7">Python</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://gitlab.com/osgames/goblin-camp.git" class="is-size-7">osgames/goblin-camp.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="https://github.com/y2s82/goblin_camp.git @add" class="is-size-7">y2s82/goblin_camp.git @add<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/goblin-camp.git" class="is-size-7">osgames/goblin-camp.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></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>), <a href="https://github.com/y2s82/goblin_camp.git @add" class="is-size-7">y2s82/goblin_camp.git @add<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></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
@ -1723,6 +1772,35 @@ Can also be used with graphical frontends like like GoGui, qGo and CGoban 1.
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/goblin_hack.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="godot_card_game_framework" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Godot Card Game Framework</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</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#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#cards" title="cards games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-spades"></i></span>cards</a><a href="genres.html#game engine" title="game engine games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-car"></i></span>game engine</a></div></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="http://dbzer0.com/projects/godot-card-game-framework/">dbzer0.com/projects/godot-card-game-framework</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<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_Affero_General_Public_License" class="is-size-7">AGPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/db0/godot-card-game-framework.git" class="is-size-7">db0/godot-card-game-framework.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">Godot</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/godot_card_game_framework.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="goldeneye_source" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
@ -1997,7 +2075,8 @@ Can also be used with graphical frontends like like GoGui, qGo and CGoban 1.
|
||||
<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/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/gav.git" class="is-size-7">osgames/gav.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="http://gav.cvs.sourceforge.net" class="is-size-7">gav.cvs.sourceforge.net</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/gav.git" class="is-size-7">osgames/gav.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>(
|
||||
<span class="is-size-7">since 2019</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>), <a href="http://gav.cvs.sourceforge.net" class="is-size-7">gav.cvs.sourceforge.net</a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">SDL</span><br></div>
|
||||
<div class="block">
|
||||
@ -2005,39 +2084,6 @@ Can also be used with graphical frontends like like GoGui, qGo and CGoban 1.
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/gpl_arcade_volleyball.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="grabble" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Grabble</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2006</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</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#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#puzzle" title="puzzle games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-puzzle-piece"></i></span>puzzle</a></div>
|
||||
<span class="is-italic">Anagrams-playing game.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/C.html#cmg_lee">
|
||||
<span class="has-text-weight-semibold">CMG Lee</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="http://grabble.sourceforge.net/">grabble.sourceforge.net</a>, <a href="https://sourceforge.net/projects/grabble/">grabble<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://sourceforge.net/projects/grabble/files/">grabble/files<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<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>
|
||||
<span class="is-size-7">?</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/grabble.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="grail" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
@ -2203,9 +2249,11 @@ Can also be used with graphical frontends like like GoGui, qGo and CGoban 1.
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<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">C++</span></a>, <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/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/civilwar.git" class="is-size-7">osgames/civilwar.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="http://civilwar.cvs.sourceforge.net" class="is-size-7">civilwar.cvs.sourceforge.net</a><br></div>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/civilwar.git" class="is-size-7">osgames/civilwar.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></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>), <a href="http://civilwar.cvs.sourceforge.net" class="is-size-7">civilwar.cvs.sourceforge.net</a><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/greenius_civil_war.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
@ -2360,7 +2408,8 @@ See also the [Java Port](https://github.com/manofsteel76667/Grobots_Java).
|
||||
<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/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="http://hg.code.sf.net/p/grobots/trunk" class="is-size-7">hg.code.sf.net/p/grobots/trunk</a>, <a href="https://gitlab.com/osgames/grobots.git @add" class="is-size-7">osgames/grobots.git @add<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a><br></div>
|
||||
<span class="is-size-7">Code repositories: </span><a href="http://hg.code.sf.net/p/grobots/trunk" class="is-size-7">hg.code.sf.net/p/grobots/trunk</a>, <a href="https://gitlab.com/osgames/grobots.git @add" class="is-size-7">osgames/grobots.git @add<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>(
|
||||
<span class="is-size-7">since 2019</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/grobots.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
@ -2473,9 +2522,11 @@ See also the [Java Port](https://github.com/manofsteel76667/Grobots_Java).
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<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">C</span></a>, <a href="languages.html#shell">
|
||||
<span class="is-size-7">Shell</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-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/gweled.git" class="is-size-7">osgames/gweled.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="https://code.launchpad.net/gweled" class="is-size-7">code.launchpad.net/gweled</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/gweled.git" class="is-size-7">osgames/gweled.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>(
|
||||
<span class="is-size-7">since 2019</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>), <a href="https://code.launchpad.net/gweled" class="is-size-7">code.launchpad.net/gweled</a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">GTK</span><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Make_(software)" class="is-size-7">Make</a><br></div>
|
||||
@ -2599,7 +2650,7 @@ See also the [Java Port](https://github.com/manofsteel76667/Grobots_Java).
|
||||
<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-27 21:31</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-02 13:39</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user