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">
|
||||
@ -71,9 +72,11 @@
|
||||
<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/tbots.git" class="is-size-7">osgames/tbots.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="http://tbots.cvs.sourceforge.net/" class="is-size-7">tbots.cvs.sourceforge.net</a><br></div>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/tbots.git" class="is-size-7">osgames/tbots.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://tbots.cvs.sourceforge.net/" class="is-size-7">tbots.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/t-bots.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
@ -108,7 +111,8 @@
|
||||
<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/t-3.git" class="is-size-7">osgames/t-3.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="http://t-3.cvs.sourceforge.net" class="is-size-7">t-3.cvs.sourceforge.net</a><br></div>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/t-3.git" class="is-size-7">osgames/t-3.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://t-3.cvs.sourceforge.net" class="is-size-7">t-3.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/t3.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
@ -700,7 +704,8 @@ The game provides an arena where players fight in various multiplayer modes (cap
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span>
|
||||
<span class="is-size-7">Custom</span><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/m210/TekwarGDX.git" class="is-size-7">m210/TekwarGDX.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/m210/TekwarGDX.git" class="is-size-7">m210/TekwarGDX.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>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">libGDX</span><br></div>
|
||||
<div class="block">
|
||||
@ -879,9 +884,11 @@ The game provides an arena where players fight in various multiplayer modes (cap
|
||||
<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/hydren/terrarium.git" class="is-size-7">hydren/terrarium.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/hydren/terrarium.git" class="is-size-7">hydren/terrarium.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>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">Allegro</span>,
|
||||
<span class="is-size-7">SDL</span>,
|
||||
@ -1239,7 +1246,8 @@ The game provides an arena where players fight in various multiplayer modes (cap
|
||||
<span class="has-text-weight-semibold">Warsong</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/0.html#8573">
|
||||
<span class="has-text-weight-semibold is-size-7">8573</span></a>, <a href="../developers/A.html#aishiko">
|
||||
<span class="has-text-weight-semibold is-size-7">Aishiko</span></a>, <a href="../developers/A.html#alexander_van_gessel">
|
||||
<span class="has-text-weight-semibold is-size-7">Aishiko</span></a>, <a href="../developers/A.html#alessandro_pira">
|
||||
<span class="has-text-weight-semibold is-size-7">Alessandro Pira</span></a>, <a href="../developers/A.html#alexander_van_gessel">
|
||||
<span class="has-text-weight-semibold is-size-7">Alexander van Gessel</span></a>, <a href="../developers/A.html#alfredo_beaumont">
|
||||
<span class="has-text-weight-semibold is-size-7">Alfredo Beaumont</span></a>, <a href="../developers/A.html#alinkmaze">
|
||||
<span class="has-text-weight-semibold is-size-7">alinkmaze</span></a>, <a href="../developers/A.html#allefant">
|
||||
@ -1440,9 +1448,11 @@ The game provides an arena where players fight in various multiplayer modes (cap
|
||||
<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#python">
|
||||
<span class="is-size-7">Python</span></a><br>
|
||||
<span class="is-size-7">Python</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/MIT_License" class="is-size-7">MIT</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://bitbucket.org/arigo/bub-n-bros" class="is-size-7">bitbucket.org/arigo/bub-n-bros</a>, <a href="https://gitlab.com/osgames/the-bubs-brothers.git @add" class="is-size-7">osgames/the-bubs-brothers.git @add<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="http://bub-n-bros.cvs.sourceforge.net" class="is-size-7">bub-n-bros.cvs.sourceforge.net</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://bitbucket.org/arigo/bub-n-bros" class="is-size-7">bitbucket.org/arigo/bub-n-bros</a>, <a href="https://gitlab.com/osgames/the-bubs-brothers.git @add" class="is-size-7">osgames/the-bubs-brothers.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>), <a href="http://bub-n-bros.cvs.sourceforge.net" class="is-size-7">bub-n-bros.cvs.sourceforge.net</a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">pygame</span><br></div>
|
||||
<div class="block">
|
||||
@ -1598,9 +1608,11 @@ The game provides an arena where players fight in various multiplayer modes (cap
|
||||
<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#objective-c">
|
||||
<span class="is-size-7">Objective-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/theclans.git" class="is-size-7">osgames/theclans.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="http://theclans.cvs.sourceforge.net/" class="is-size-7">theclans.cvs.sourceforge.net</a><br></div>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/theclans.git" class="is-size-7">osgames/theclans.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://theclans.cvs.sourceforge.net/" class="is-size-7">theclans.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/the_clans.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
@ -1665,7 +1677,8 @@ The game provides an arena where players fight in various multiplayer modes (cap
|
||||
<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/Creative_Commons_license" class="is-size-7">CC-BY-NC-SA-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/endlessdungeons.git" class="is-size-7">osgames/endlessdungeons.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/endlessdungeons.git" class="is-size-7">osgames/endlessdungeons.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>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">Allegro</span><br>
|
||||
<span class="is-size-7">Assets licenses: </span><a href="https://en.wikipedia.org/wiki/Creative_Commons_license" class="is-size-7">CC-BY-NC-SA-2.0</a><br></div>
|
||||
@ -1702,7 +1715,8 @@ The game provides an arena where players fight in various multiplayer modes (cap
|
||||
<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://git.code.sf.net/p/epicheroes/code" class="is-size-7">git.code.sf.net/p/epicheroes/code</a>, <a href="https://gitlab.com/osgames/epicheroes.git @add" class="is-size-7">osgames/epicheroes.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="https://git.code.sf.net/p/epicheroes/code" class="is-size-7">git.code.sf.net/p/epicheroes/code</a>, <a href="https://gitlab.com/osgames/epicheroes.git @add" class="is-size-7">osgames/epicheroes.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/the_epic_of_heroes.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
@ -1862,7 +1876,8 @@ The game provides an arena where players fight in various multiplayer modes (cap
|
||||
<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-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/jewelhunt.git" class="is-size-7">osgames/jewelhunt.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="https://svn.code.sf.net/p/jewelhunt/code" class="is-size-7">svn.code.sf.net/p/jewelhunt/code</a><br></div>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/jewelhunt.git" class="is-size-7">osgames/jewelhunt.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/jewelhunt/code" class="is-size-7">svn.code.sf.net/p/jewelhunt/code</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/the_hunt_for_the_lost_rainbow_jewels_jewelhunt.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
@ -1977,7 +1992,8 @@ The game provides an arena where players fight in various multiplayer modes (cap
|
||||
<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://github.com/themanaworld/tmwa.git" class="is-size-7">themanaworld/tmwa.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>), <a href="https://gitlab.com/manaplus/manaplus.git @add" class="is-size-7">manaplus/manaplus.git @add<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a><br></div>
|
||||
<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>), <a href="https://gitlab.com/manaplus/manaplus.git @add" class="is-size-7">manaplus/manaplus.git @add<span class="icon is-large has-text-black" ><i class="icon-gitlab"></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></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/the_mana_world.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
@ -2171,7 +2187,8 @@ See also [Ur-Quan Masters HD](https://sourceforge.net/projects/urquanmastershd/)
|
||||
<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://git.code.sf.net/p/sc2/uqm" class="is-size-7">git.code.sf.net/p/sc2/uqm</a>, <a href="https://gitlab.com/osgames/uqm.git @add" class="is-size-7">osgames/uqm.git @add<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://git.code.sf.net/p/sc2/uqm" class="is-size-7">git.code.sf.net/p/sc2/uqm</a>, <a href="https://gitlab.com/osgames/uqm.git @add" class="is-size-7">osgames/uqm.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>
|
||||
<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>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
@ -2744,7 +2761,8 @@ A [MUD client](https://en.wikipedia.org/wiki/MUD_client)
|
||||
<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/Creative_Commons_license" class="is-size-7">CC0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/team-potato/titan_tactics.git" class="is-size-7">team-potato/titan_tactics.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/team-potato/titan_tactics.git" class="is-size-7">team-potato/titan_tactics.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>(
|
||||
<span class="is-size-7">since 2020</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>
|
||||
<span class="is-size-7">Assets licenses: </span>
|
||||
@ -2862,9 +2880,12 @@ A [MUD client](https://en.wikipedia.org/wiki/MUD_client)
|
||||
<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>, <a href="languages.html#php">
|
||||
<span class="is-size-7">PHP</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://git.code.sf.net/p/torcs/code" class="is-size-7">git.code.sf.net/p/torcs/code</a>, <a href="https://gitlab.com/osgames/torcs.git @add" class="is-size-7">osgames/torcs.git @add<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://git.code.sf.net/p/torcs/code" class="is-size-7">git.code.sf.net/p/torcs/code</a>, <a href="https://gitlab.com/osgames/torcs.git @add" class="is-size-7">osgames/torcs.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>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">GLUT</span><br>
|
||||
<span class="is-size-7">Assets licenses: </span>
|
||||
@ -3194,7 +3215,11 @@ A [MUD client](https://en.wikipedia.org/wiki/MUD_client)
|
||||
<span class="tag is-light">skill</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/N.html#nebulus">
|
||||
<span class="has-text-weight-semibold">Nebulus</span></a><br></div>
|
||||
<span class="has-text-weight-semibold">Nebulus</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#andreas_rover">
|
||||
<span class="has-text-weight-semibold">Andreas Röver</span></a>, <a href="../developers/D.html#dylan_thurston">
|
||||
<span class="has-text-weight-semibold">Dylan Thurston</span></a>, <a href="../developers/P.html#pasi_kallinen">
|
||||
<span class="has-text-weight-semibold">Pasi Kallinen</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="http://toppler.sourceforge.net/">toppler.sourceforge.net</a>, <a href="https://sourceforge.net/projects/toppler/">toppler<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
@ -3532,7 +3557,8 @@ A [MUD client](https://en.wikipedia.org/wiki/MUD_client)
|
||||
<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/tressette.git" class="is-size-7">osgames/tressette.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="https://svn.code.sf.net/p/tressette/code" class="is-size-7">svn.code.sf.net/p/tressette/code</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/tressette.git" class="is-size-7">osgames/tressette.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://svn.code.sf.net/p/tressette/code" class="is-size-7">svn.code.sf.net/p/tressette/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>
|
||||
@ -3559,7 +3585,8 @@ A [MUD client](https://en.wikipedia.org/wiki/MUD_client)
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#andrei">
|
||||
<span class="has-text-weight-semibold">Andrei</span></a>, <a href="../developers/E.html#emanuele_sorce">
|
||||
<span class="has-text-weight-semibold">Emanuele Sorce</span></a>, <a href="../developers/J.html#jasmine_langridge">
|
||||
<span class="has-text-weight-semibold">Jasmine Langridge</span></a>, <a href="../developers/M.html#martin_scherer">
|
||||
<span class="has-text-weight-semibold">Jasmine Langridge</span></a>, <a href="../developers/M.html#marsch84">
|
||||
<span class="has-text-weight-semibold">marsch84</span></a>, <a href="../developers/M.html#martin_scherer">
|
||||
<span class="has-text-weight-semibold">Martin Scherer</span></a>, <a href="../developers/O.html#onsemeliot">
|
||||
<span class="has-text-weight-semibold">Onsemeliot</span></a>, <a href="../developers/Q.html#qubodup">
|
||||
<span class="has-text-weight-semibold">qubodup</span></a>, <a href="../developers/R.html#richard_langridge">
|
||||
@ -3606,9 +3633,11 @@ A [MUD client](https://en.wikipedia.org/wiki/MUD_client)
|
||||
<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-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/ura-game.git" class="is-size-7">osgames/ura-game.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="https://svn.code.sf.net/p/ura-game/code" class="is-size-7">svn.code.sf.net/p/ura-game/code</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/ura-game.git" class="is-size-7">osgames/ura-game.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/ura-game/code" class="is-size-7">svn.code.sf.net/p/ura-game/code</a><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>
|
||||
@ -3771,7 +3800,8 @@ A [MUD client](https://en.wikipedia.org/wiki/MUD_client)
|
||||
<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/trophy.git" class="is-size-7">osgames/trophy.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="https://svn.code.sf.net/p/trophy/code" class="is-size-7">svn.code.sf.net/p/trophy/code</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/trophy.git" class="is-size-7">osgames/trophy.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://svn.code.sf.net/p/trophy/code" class="is-size-7">svn.code.sf.net/p/trophy/code</a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">ClanLib</span><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>
|
||||
@ -3921,7 +3951,8 @@ A [MUD client](https://en.wikipedia.org/wiki/MUD_client)
|
||||
<span class="is-size-7">D</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/BSD_licenses#2-clause_license_(%22Simplified_BSD_License%22_or_%22FreeBSD_License%22)" class="is-size-7">2-clause BSD</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/tumiki.git" class="is-size-7">osgames/tumiki.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/tumiki.git" class="is-size-7">osgames/tumiki.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">SDL</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>
|
||||
@ -3957,7 +3988,9 @@ A [MUD client](https://en.wikipedia.org/wiki/MUD_client)
|
||||
<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/turious.git" class="is-size-7">osgames/turious.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="https://gitlab.com/osgames/rosethorn.git @add" class="is-size-7">osgames/rosethorn.git @add<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/turious.git" class="is-size-7">osgames/turious.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://gitlab.com/osgames/rosethorn.git @add" class="is-size-7">osgames/rosethorn.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>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">Rosethorn</span><br></div>
|
||||
<div class="block">
|
||||
@ -4184,7 +4217,8 @@ Based on [Dragon Wars](https://github.com/Fuuzetsu/dragon-wars).
|
||||
<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://git.code.sf.net/p/tuxfootball/code" class="is-size-7">git.code.sf.net/p/tuxfootball/code</a>, <a href="https://gitlab.com/osgames/tuxfootball.git @add" class="is-size-7">osgames/tuxfootball.git @add<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://git.code.sf.net/p/tuxfootball/code" class="is-size-7">git.code.sf.net/p/tuxfootball/code</a>, <a href="https://gitlab.com/osgames/tuxfootball.git @add" class="is-size-7">osgames/tuxfootball.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>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">SDL</span><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br></div>
|
||||
@ -4403,9 +4437,11 @@ See also https://github.com/ellenpoe/TuxRacer-SDL2, https://github.com/wosigh/tu
|
||||
<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/tuxracer.git" class="is-size-7">osgames/tuxracer.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="http://tuxracer.cvs.sourceforge.net/" class="is-size-7">tuxracer.cvs.sourceforge.net</a><br></div>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/tuxracer.git" class="is-size-7">osgames/tuxracer.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://tuxracer.cvs.sourceforge.net/" class="is-size-7">tuxracer.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/tux_racer.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
@ -4804,7 +4840,7 @@ The codebase was eventually forked by the GoTH development team as the basis for
|
||||
<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