1485 lines
130 KiB
HTML
1485 lines
130 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="author" content="Trilarion">
|
|
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
|
<title>OSGL</title>
|
|
<link rel="stylesheet" href="../css/bulma.min.css">
|
|
<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-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>
|
|
<div class="navbar-dropdown">
|
|
<a class="navbar-item" href="genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
|
<a class="navbar-item" href="languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
|
<a class="navbar-item" href="platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
|
<a class="navbar-item" href="top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
|
</div>
|
|
</div>
|
|
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
|
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
|
<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>
|
|
<section class="section">
|
|
<div class="container">
|
|
<h1 class="title">Games starting with N</h1>
|
|
<div id="n2048" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">n2048</h2>
|
|
</div>
|
|
</div>
|
|
<div class="level-right"><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">inactive since 2014</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#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></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>
|
|
<span class="tag is-light">text-based</span></div>
|
|
<span class="is-italic">Ncurses implementation of the popular puzzle game 2048.
|
|
|
|
</span></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/0.html#2048">
|
|
<span class="has-text-weight-semibold">2048</span></a><br>
|
|
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/D.html#dettus">
|
|
<span class="has-text-weight-semibold">Dettus</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepage: </span><a href="http://www.dettus.net/n2048/">www.dettus.net/n2048</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><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 dependencies: </span>
|
|
<span class="is-size-7">ncurses</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>
|
|
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/n2048.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="naev" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">Naev</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#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">2D</span>
|
|
<span class="tag is-light">space</span>
|
|
<span class="tag is-light">trading</span></div>
|
|
<span class="is-italic">Also available on Steam.
|
|
|
|
</span></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/E.html#escape_velocity">
|
|
<span class="has-text-weight-semibold">Escape Velocity</span></a><br>
|
|
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#agb32">
|
|
<span class="has-text-weight-semibold is-size-7">agb32</span></a>, <a href="../developers/A.html#alexandru_mooi">
|
|
<span class="has-text-weight-semibold is-size-7">Alexandru Moșoi</span></a>, <a href="../developers/A.html#anatolis">
|
|
<span class="has-text-weight-semibold is-size-7">Anatolis</span></a>, <a href="../developers/A.html#avanwolf">
|
|
<span class="has-text-weight-semibold is-size-7">AvanWolf</span></a>, <a href="../developers/B.html#bas_fournier">
|
|
<span class="has-text-weight-semibold is-size-7">Bas Fournier</span></a>, <a href="../developers/B.html#benot_robin">
|
|
<span class="has-text-weight-semibold is-size-7">Benoît ROBIN</span></a>, <a href="../developers/B.html#bobbens">
|
|
<span class="has-text-weight-semibold is-size-7">bobbens</span></a>, <a href="../developers/B.html#brognam">
|
|
<span class="has-text-weight-semibold is-size-7">brognam</span></a>, <a href="../developers/B.html#bsod-naev">
|
|
<span class="has-text-weight-semibold is-size-7">BSoD-naev</span></a>, <a href="../developers/B.html#btaxis">
|
|
<span class="has-text-weight-semibold is-size-7">BTAxis</span></a>, <a href="../developers/C.html#cypher">
|
|
<span class="has-text-weight-semibold is-size-7">Cypher</span></a>, <a href="../developers/D.html#deiz">
|
|
<span class="has-text-weight-semibold is-size-7">Deiz</span></a>, <a href="../developers/D.html#djvs">
|
|
<span class="has-text-weight-semibold is-size-7">djvs</span></a>, <a href="../developers/E.html#edgar_simo-serra">
|
|
<span class="has-text-weight-semibold is-size-7">Edgar Simo-Serra</span></a>, <a href="../developers/E.html#eric_man">
|
|
<span class="has-text-weight-semibold is-size-7">Eric Man</span></a>, <a href="../developers/E.html#evecolonycommander">
|
|
<span class="has-text-weight-semibold is-size-7">EveColonyCommander</span></a>, <a href="../developers/F.html#fartoverflow">
|
|
<span class="has-text-weight-semibold is-size-7">fartoverflow</span></a>, <a href="../developers/F.html#felix_schneider">
|
|
<span class="has-text-weight-semibold is-size-7">Felix Schneider</span></a>, <a href="../developers/F.html#fernando_l_copercini">
|
|
<span class="has-text-weight-semibold is-size-7">Fernando L. Copercini</span></a>, <a href="../developers/G.html#geever">
|
|
<span class="has-text-weight-semibold is-size-7">geever</span></a>, <a href="../developers/H.html#hacklin">
|
|
<span class="has-text-weight-semibold is-size-7">Hacklin</span></a>, <a href="../developers/H.html#hatlessatlas">
|
|
<span class="has-text-weight-semibold is-size-7">HatlessAtlas</span></a>, <a href="../developers/I.html#ian_douglas_scott">
|
|
<span class="has-text-weight-semibold is-size-7">Ian Douglas Scott</span></a>, <a href="../developers/J.html#jack_greiner">
|
|
<span class="has-text-weight-semibold is-size-7">Jack Greiner</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/J.html#justin_nicholson">
|
|
<span class="has-text-weight-semibold is-size-7">Justin Nicholson</span></a>, <a href="../developers/K.html#kevin_zheng">
|
|
<span class="has-text-weight-semibold is-size-7">Kevin Zheng</span></a>, <a href="../developers/L.html#lineth">
|
|
<span class="has-text-weight-semibold is-size-7">Lineth</span></a>, <a href="../developers/L.html#ludovic_bellire">
|
|
<span class="has-text-weight-semibold is-size-7">Ludovic Bellière</span></a>, <a href="../developers/L.html#luka_vandervelden">
|
|
<span class="has-text-weight-semibold is-size-7">Luka Vandervelden</span></a>, <a href="../developers/M.html#micahmumper">
|
|
<span class="has-text-weight-semibold is-size-7">micahmumper</span></a>, <a href="../developers/M.html#michal_pasternak">
|
|
<span class="has-text-weight-semibold is-size-7">Michal Pasternak</span></a>, <a href="../developers/M.html#mightbeharmless">
|
|
<span class="has-text-weight-semibold is-size-7">MightBeHarmless</span></a>, <a href="../developers/N.html#naehc">
|
|
<span class="has-text-weight-semibold is-size-7">naehc</span></a>, <a href="../developers/N.html#nathan_loewen">
|
|
<span class="has-text-weight-semibold is-size-7">Nathan Loewen</span></a>, <a href="../developers/N.html#nenau">
|
|
<span class="has-text-weight-semibold is-size-7">nenau</span></a>, <a href="../developers/N.html#nenau-again">
|
|
<span class="has-text-weight-semibold is-size-7">nenau-again</span></a>, <a href="../developers/N.html#nicolas_kaiser">
|
|
<span class="has-text-weight-semibold is-size-7">Nicolas Kaiser</span></a>, <a href="../developers/O.html#old_t_man">
|
|
<span class="has-text-weight-semibold is-size-7">Old T. Man</span></a>, <a href="../developers/P.html#pat_erley">
|
|
<span class="has-text-weight-semibold is-size-7">Pat Erley</span></a>, <a href="../developers/P.html#paul_wise">
|
|
<span class="has-text-weight-semibold is-size-7">Paul Wise</span></a>, <a href="../developers/P.html#perey">
|
|
<span class="has-text-weight-semibold is-size-7">perey</span></a>, <a href="../developers/P.html#peter_johnson">
|
|
<span class="has-text-weight-semibold is-size-7">Peter Johnson</span></a>, <a href="../developers/P.html#phoenixriver">
|
|
<span class="has-text-weight-semibold is-size-7">PhoenixRiver</span></a>, <a href="../developers/R.html#reynir_bjornsson">
|
|
<span class="has-text-weight-semibold is-size-7">Reynir Björnsson</span></a>, <a href="../developers/R.html#rkulhanek">
|
|
<span class="has-text-weight-semibold is-size-7">rkulhanek</span></a>, <a href="../developers/S.html#sean_hildebrand">
|
|
<span class="has-text-weight-semibold is-size-7">Sean Hildebrand</span></a>, <a href="../developers/S.html#sudarshan_s">
|
|
<span class="has-text-weight-semibold is-size-7">Sudarshan S</span></a>, <a href="../developers/T.html#the_diligent_circle_">
|
|
<span class="has-text-weight-semibold is-size-7">The Diligent Circle 丸</span></a>, <a href="../developers/T.html#thunkk">
|
|
<span class="has-text-weight-semibold is-size-7">thunkk</span></a>, <a href="../developers/T.html#toams">
|
|
<span class="has-text-weight-semibold is-size-7">toams</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#v-ktor">
|
|
<span class="has-text-weight-semibold is-size-7">V-ktor</span></a>, <a href="../developers/W.html#william_leiserson">
|
|
<span class="has-text-weight-semibold is-size-7">William Leiserson</span></a>, <a href="../developers/W.html#wuzzy">
|
|
<span class="has-text-weight-semibold is-size-7">Wuzzy</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepages: </span><a href="https://web.archive.org/web/20190419231822/http://blog.naev.org/">Archive: 20190419231822/http://blog.naev.org</a>, <a href="https://sourceforge.net/projects/naev/">naev<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
|
<span class="has-text-weight-semibold">Downloads: </span><a href="https://web.archive.org/web/20181206030100/http://blog.naev.org/downloads/">Archive: 20181206030100/http://blog.naev.org/downloads</a>, <a href="https://sourceforge.net/projects/naev/files/">naev/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#c">
|
|
<span class="is-size-7">C</span></a>, <a href="languages.html#lua">
|
|
<span class="is-size-7">Lua</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/naev/naev.git" class="is-size-7">naev/naev.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
|
<span class="is-size-7">since 2009</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
|
|
<span class="is-size-7">Code dependencies: </span>
|
|
<span class="is-size-7">libxml</span>,
|
|
<span class="is-size-7">OpenAL</span>,
|
|
<span class="is-size-7">SDL2</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/naev.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="nblood" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">NBlood</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#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
|
<span class="tag is-light">content commercial + original required</span>
|
|
<span class="tag is-light">first-person</span>
|
|
<span class="tag is-light">shooter</span></div>
|
|
<span class="is-italic">NBlood use EDuke32 as base
|
|
|
|
</span></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/B.html#blood">
|
|
<span class="has-text-weight-semibold">Blood</span></a><br>
|
|
<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">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">
|
|
<span class="has-text-weight-semibold is-size-7">Mitchell Richters</span></a>, <a href="../developers/N.html#nooneblood">
|
|
<span class="has-text-weight-semibold is-size-7">NoOneBlood</span></a>, <a href="../developers/N.html#nukeykt">
|
|
<span class="has-text-weight-semibold is-size-7">nukeykt</span></a>, <a href="../developers/N.html#ny00123">
|
|
<span class="has-text-weight-semibold is-size-7">NY00123</span></a>, <a href="../developers/P.html#pierre-loup_a_griffais">
|
|
<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>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepage: </span><a href="https://nukeykt.retrohost.net/">nukeykt.retrohost.net</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>, <a href="languages.html#lua">
|
|
<span class="is-size-7">Lua</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/nukeykt/NBlood.git" class="is-size-7">nukeykt/NBlood.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
|
<span class="is-size-7">since 2019</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/nblood.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="neogfx" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">neoGFX</h2>
|
|
</div>
|
|
</div>
|
|
<div class="level-right"><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">beta</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">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><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></div></div>
|
|
<div class="block"></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepage: </span><a href="https://neogfx.org/">neogfx.org</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><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/i42output/neoGFX.git" class="is-size-7">i42output/neoGFX.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></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/neogfx.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="neolemmix" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">NeoLemmix</h2>
|
|
</div>
|
|
</div>
|
|
<div class="level-right"><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">beta</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#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>
|
|
<span class="tag is-light">clone</span>
|
|
<span class="tag is-light">swappable content</span></div></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/L.html#lemmings">
|
|
<span class="has-text-weight-semibold">Lemmings</span></a><br></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepages: </span><a href="https://www.neolemmix.com/">www.neolemmix.com</a>, <a href="https://www.lemmingsforums.net/">www.lemmingsforums.net</a>, <a href="https://bitbucket.org/namida42/neolemmixplayer/">bitbucket.org/namida42/neolemmixplayer</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#pascal">
|
|
<span class="is-size-7">Pascal</span></a><br>
|
|
<span class="is-size-7">Code licenses: </span>
|
|
<span class="is-size-7">?</span><br>
|
|
<span class="is-size-7">Code repositories: </span><a href="https://bitbucket.org/namida42/neolemmixplayer.git" class="is-size-7">bitbucket.org/namida42/neolemmixplayer.git</a><br>
|
|
<span class="is-size-7">Code dependencies: </span>
|
|
<span class="is-size-7">Graphics32</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/neolemmix.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="netacka" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">Netacka</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#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
|
<span class="tag is-light">skill</span></div>
|
|
<span class="is-italic">Also see Netacka 3D (home).
|
|
|
|
</span></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/A.html#achtung_die_kurve">
|
|
<span class="has-text-weight-semibold">Achtung, die Kurve!</span></a><br>
|
|
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/P.html#pawe_marczewski">
|
|
<span class="has-text-weight-semibold">Paweł Marczewski</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepage: </span><a href="https://pwmarcz.pl/netacka/">pwmarcz.pl/netacka</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><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/pwmarcz/netacka.git" class="is-size-7">pwmarcz/netacka.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>
|
|
<span class="is-size-7">Code dependencies: </span>
|
|
<span class="is-size-7">Allegro</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>
|
|
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/netacka.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="nethack" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">NetHack</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#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>
|
|
<span class="is-italic">Single player dungeon exploration game that runs on a wide variety of computer systems.
|
|
See also [NetHack Falcon's Eye](https://sourceforge.net/projects/falconseye/), a graphical modification of NetHack.
|
|
|
|
</span></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/H.html#hack">
|
|
<span class="has-text-weight-semibold">Hack</span></a><br>
|
|
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#adam_powers">
|
|
<span class="has-text-weight-semibold is-size-7">Adam Powers</span></a>, <a href="../developers/A.html#alkom">
|
|
<span class="has-text-weight-semibold is-size-7">alkom</span></a>, <a href="../developers/B.html#bart_house">
|
|
<span class="has-text-weight-semibold is-size-7">Bart House</span></a>, <a href="../developers/C.html#chasonr">
|
|
<span class="has-text-weight-semibold is-size-7">chasonr</span></a>, <a href="../developers/C.html#copperwater">
|
|
<span class="has-text-weight-semibold is-size-7">copperwater</span></a>, <a href="../developers/D.html#david_cohrs">
|
|
<span class="has-text-weight-semibold is-size-7">David Cohrs</span></a>, <a href="../developers/D.html#dean_luick">
|
|
<span class="has-text-weight-semibold is-size-7">Dean Luick</span></a>, <a href="../developers/D.html#derek">
|
|
<span class="has-text-weight-semibold is-size-7">Derek</span></a>, <a href="../developers/D.html#derek_ray">
|
|
<span class="has-text-weight-semibold is-size-7">Derek Ray</span></a>, <a href="../developers/D.html#dion_nicolaas">
|
|
<span class="has-text-weight-semibold is-size-7">Dion Nicolaas</span></a>, <a href="../developers/H.html#hmm">
|
|
<span class="has-text-weight-semibold is-size-7">HMM</span></a>, <a href="../developers/J.html#janet_walz">
|
|
<span class="has-text-weight-semibold is-size-7">Janet Walz</span></a>, <a href="../developers/J.html#jean-christophe_collet">
|
|
<span class="has-text-weight-semibold is-size-7">Jean-Christophe Collet</span></a>, <a href="../developers/K.html#kenneth_lorber">
|
|
<span class="has-text-weight-semibold is-size-7">Kenneth Lorber</span></a>, <a href="../developers/K.html#kestrel_gregorich-trevor">
|
|
<span class="has-text-weight-semibold is-size-7">Kestrel Gregorich-Trevor</span></a>, <a href="../developers/K.html#kevin_hugo">
|
|
<span class="has-text-weight-semibold is-size-7">Kevin Hugo</span></a>, <a href="../developers/M.html#mak_kolybabi">
|
|
<span class="has-text-weight-semibold is-size-7">Mak Kolybabi</span></a>, <a href="../developers/M.html#michael_meyer">
|
|
<span class="has-text-weight-semibold is-size-7">Michael Meyer</span></a>, <a href="../developers/M.html#mike_s">
|
|
<span class="has-text-weight-semibold is-size-7">Mike S</span></a>, <a href="../developers/M.html#mike_stephenson">
|
|
<span class="has-text-weight-semibold is-size-7">Mike Stephenson</span></a>, <a href="../developers/N.html#nethack_read-only_user">
|
|
<span class="has-text-weight-semibold is-size-7">NetHack Read-only user</span></a>, <a href="../developers/N.html#nhkeni">
|
|
<span class="has-text-weight-semibold is-size-7">nhkeni</span></a>, <a href="../developers/N.html#nhmall">
|
|
<span class="has-text-weight-semibold is-size-7">nhmall</span></a>, <a href="../developers/N.html#nhtangles">
|
|
<span class="has-text-weight-semibold is-size-7">NHTangles</span></a>, <a href="../developers/P.html#pasi_kallinen">
|
|
<span class="has-text-weight-semibold is-size-7">Pasi Kallinen</span></a>, <a href="../developers/P.html#pat_rankin">
|
|
<span class="has-text-weight-semibold is-size-7">Pat Rankin</span></a>, <a href="../developers/P.html#patric_mueller">
|
|
<span class="has-text-weight-semibold is-size-7">Patric Mueller</span></a>, <a href="../developers/T.html#tung_nguyen">
|
|
<span class="has-text-weight-semibold is-size-7">Tung Nguyen</span></a>, <a href="../developers/W.html#warwick_allison">
|
|
<span class="has-text-weight-semibold is-size-7">Warwick Allison</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepages: </span><a href="https://www.nethack.org/">www.nethack.org</a>, <a href="https://sourceforge.net/projects/nethack/">nethack<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
|
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/NetHack">NetHack<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a><br>
|
|
<span class="has-text-weight-semibold">Download: </span><a href="https://www.nethack.org/common/index.html">www.nethack.org/common/index.html</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><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://github.com/NetHack/NetHack.git" class="is-size-7">NetHack/NetHack.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="top rated"><i class="icon-star"></i></span>), <a href="https://github.com/Vanilla-NetHack/NetHack-3.4.3.git @add" class="is-size-7">Vanilla-NetHack/NetHack-3.4.3.git @add<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
|
<span class="is-size-7">since 2010</span>, <span class="icon is-large has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>), <a href="https://git.code.sf.net/p/nethack/NetHack" class="is-size-7">git.code.sf.net/p/nethack/NetHack</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/nethack.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="netmaumau" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">NetMauMau</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><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#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">content open</span>
|
|
<span class="tag is-light">online</span></div>
|
|
<span class="is-italic">Online version of the multiplayer card game Mau Mau, which is a game with some similarities to Uno.
|
|
|
|
</span></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/H.html#heiko_schafer">
|
|
<span class="has-text-weight-semibold">Heiko Schäfer</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepages: </span><a href="https://github.com/velnias75/NetMauMau">velnias75/NetMauMau<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>, <a href="https://sourceforge.net/projects/netmaumau/">netmaumau<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
|
<span class="has-text-weight-semibold">Downloads: </span><a href="https://github.com/velnias75/NetMauMau/releases">velnias75/NetMauMau/releases<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>, <a href="https://sourceforge.net/projects/netmaumau/files/">netmaumau/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#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_Lesser_General_Public_License" class="is-size-7">LGPL-3.0</a><br>
|
|
<span class="is-size-7">Code repositories: </span><a href="https://github.com/velnias75/NetMauMau.git" class="is-size-7">velnias75/NetMauMau.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="low rated"><i class="icon-star-o"></i></span>)<br>
|
|
<span class="is-size-7">Code dependencies: </span>
|
|
<span class="is-size-7">Qt</span><br>
|
|
<span class="is-size-7">Assets licenses: </span>
|
|
<span class="is-size-7">?</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>
|
|
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/netmaumau.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="netpanzer" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">NetPanzer</h2>
|
|
</div>
|
|
</div>
|
|
<div class="level-right"><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">beta</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#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">multiplayer</span>
|
|
<span class="tag is-light">online</span>
|
|
<span class="tag is-light">real-time</span></div>
|
|
<span class="is-italic">See also [Different builds of the old netpanzer code](https://github.com/Rominagrobis/OldNetPanzer), [Android client](https://github.com/francov/netPanzerSB),
|
|
[ArchLinux page](https://aur.archlinux.org/packages/netpanzer/), https://github.com/aaronps/netpanzer
|
|
|
|
</span></div>
|
|
<div class="block"></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepage: </span><a href="https://www.netpanzer.info/">www.netpanzer.info</a><br>
|
|
<span class="has-text-weight-semibold">Download: </span><a href="https://www.netpanzer.info/page/download/">www.netpanzer.info/page/download</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><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/BackupTheBerlios/netpanzer-svn.git" class="is-size-7">BackupTheBerlios/netpanzer-svn.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>), <a href="https://svn.code.sf.net/p/netpanzerfp/code" class="is-size-7">svn.code.sf.net/p/netpanzerfp/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/netpanzer.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="netrek" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">Netrek</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 2009</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><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>
|
|
<span class="tag is-light">multiplayer</span>
|
|
<span class="tag is-light">online</span></div>
|
|
<span class="is-italic">Multi-player battle simulation with a Star Trek theme.
|
|
See also [JTrek](http://ftp.netrek.org/pub/netrek/clients/jtrek/), [Netrek RES-RSA](https://launchpad.net/netrek-res-rsa), [HTML5 netrek](https://github.com/apsillers/html5-netrek)
|
|
|
|
</span></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/0.html#324523">
|
|
<span class="has-text-weight-semibold is-size-7">324523</span></a>, <a href="../developers/A.html#alec_habig">
|
|
<span class="has-text-weight-semibold is-size-7">Alec Habig</span></a>, <a href="../developers/B.html#bill_balcerski">
|
|
<span class="has-text-weight-semibold is-size-7">Bill Balcerski</span></a>, <a href="../developers/B.html#bob_tanner">
|
|
<span class="has-text-weight-semibold is-size-7">Bob Tanner</span></a>, <a href="../developers/D.html#dave_ahn">
|
|
<span class="has-text-weight-semibold is-size-7">Dave Ahn</span></a>, <a href="../developers/D.html#dave_pinkney">
|
|
<span class="has-text-weight-semibold is-size-7">Dave Pinkney</span></a>, <a href="../developers/D.html#david_swasey">
|
|
<span class="has-text-weight-semibold is-size-7">David Swasey</span></a>, <a href="../developers/G.html#gerard_lim">
|
|
<span class="has-text-weight-semibold is-size-7">Gerard Lim</span></a>, <a href="../developers/J.html#james_cameron">
|
|
<span class="has-text-weight-semibold is-size-7">James Cameron</span></a>, <a href="../developers/J.html#jeff_nowakowski">
|
|
<span class="has-text-weight-semibold is-size-7">Jeff Nowakowski</span></a>, <a href="../developers/K.html#karthik_arumugham">
|
|
<span class="has-text-weight-semibold is-size-7">Karthik Arumugham</span></a>, <a href="../developers/K.html#kurt_siegl">
|
|
<span class="has-text-weight-semibold is-size-7">Kurt Siegl</span></a>, <a href="../developers/M.html#michael_wyatt">
|
|
<span class="has-text-weight-semibold is-size-7">Michael Wyatt</span></a>, <a href="../developers/N.html#niclas_fredriksson">
|
|
<span class="has-text-weight-semibold is-size-7">Niclas Fredriksson</span></a>, <a href="../developers/S.html#stas_pirogov">
|
|
<span class="has-text-weight-semibold is-size-7">Stas Pirogov</span></a>, <a href="../developers/S.html#stephen_thorne">
|
|
<span class="has-text-weight-semibold is-size-7">Stephen Thorne</span></a>, <a href="../developers/S.html#steve_sheldon">
|
|
<span class="has-text-weight-semibold is-size-7">Steve Sheldon</span></a>, <a href="../developers/T.html#trent_piepho">
|
|
<span class="has-text-weight-semibold is-size-7">Trent Piepho</span></a>, <a href="../developers/Z.html#zachary_uram">
|
|
<span class="has-text-weight-semibold is-size-7">Zachary Uram</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepages: </span><a href="https://www.netrek.org/">www.netrek.org</a>, <a href="https://sourceforge.net/projects/netrek/">netrek<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a>, <a href="http://mactrek.sourceforge.net/Welcome.html">mactrek.sourceforge.net/Welcome.html</a><br>
|
|
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/Netrek">Netrek<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a><br>
|
|
<span class="has-text-weight-semibold">Downloads: </span><a href="https://www.netrek.org/downloads/">www.netrek.org/downloads</a>, <a href="http://www.playnetrek.org/">www.playnetrek.org</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><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="http://netrek.cvs.sourceforge.net" class="is-size-7">netrek.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/netrek.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="netstatsbaseball" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">NetStatsBaseball</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#simulation" title="simulation games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-rocket1"></i></span>simulation</a><a href="genres.html#sports" title="sports games" class="tag is-info">sports</a>
|
|
<span class="tag is-light">content commercial</span></div>
|
|
<span class="is-italic">Major League Baseball Simulation.
|
|
|
|
Communication with Marshal Lake in August, 2019: "... the code is in the public domain. ... Anyone can use the code for anything they like."
|
|
|
|
</span></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/M.html#marshall_lake">
|
|
<span class="has-text-weight-semibold">Marshall Lake</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepage: </span><a href="https://sourceforge.net/projects/nsbb/">nsbb<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/nsbb/files/">nsbb/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#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/Public_domain" class="is-size-7">Public domain</a><br>
|
|
<span class="is-size-7">Code repositories: </span><a href="http://nsbb.cvs.sourceforge.net" class="is-size-7">nsbb.cvs.sourceforge.net</a><br>
|
|
<span class="is-size-7">Assets licenses: </span>
|
|
<span class="is-size-7">(player pictures are from baseball-reference.com)</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>
|
|
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/netstatsbaseball.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="neverball" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">Neverball</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">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#macos" title="macOS"><span class="icon is-large has-text-black" ><i class="icon-appleinc"></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>
|
|
<span class="tag is-light">clone</span></div>
|
|
<span class="is-italic">Part puzzle game, part action game, and entirely a test of skill.
|
|
Includes Neverputt, a hot-seat multiplayer miniature golf game.
|
|
|
|
</span></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/S.html#super_monkey_ball">
|
|
<span class="has-text-weight-semibold">Super Monkey Ball</span></a><br>
|
|
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/B.html#byron_johnson">
|
|
<span class="has-text-weight-semibold is-size-7">Byron Johnson</span></a>, <a href="../developers/C.html#camthesaxman">
|
|
<span class="has-text-weight-semibold is-size-7">camthesaxman</span></a>, <a href="../developers/C.html#cheeseness">
|
|
<span class="has-text-weight-semibold is-size-7">Cheeseness</span></a>, <a href="../developers/C.html#clment_gurin">
|
|
<span class="has-text-weight-semibold is-size-7">Clément Guérin</span></a>, <a href="../developers/F.html#florian_priester">
|
|
<span class="has-text-weight-semibold is-size-7">Florian Priester</span></a>, <a href="../developers/G.html#georgwachter">
|
|
<span class="has-text-weight-semibold is-size-7">georgwachter</span></a>, <a href="../developers/G.html#gunchleoc">
|
|
<span class="has-text-weight-semibold is-size-7">gunchleoc</span></a>, <a href="../developers/H.html#htnever">
|
|
<span class="has-text-weight-semibold is-size-7">htnever</span></a>, <a href="../developers/I.html#ian_walker">
|
|
<span class="has-text-weight-semibold is-size-7">Ian Walker</span></a>, <a href="../developers/J.html#jnis_rcis">
|
|
<span class="has-text-weight-semibold is-size-7">Jānis Rūcis</span></a>, <a href="../developers/L.html#laurent_moussault">
|
|
<span class="has-text-weight-semibold is-size-7">Laurent Moussault</span></a>, <a href="../developers/M.html#mehdi_yousfi-monod">
|
|
<span class="has-text-weight-semibold is-size-7">Mehdi Yousfi-Monod</span></a>, <a href="../developers/N.html#nicolaschaufette">
|
|
<span class="has-text-weight-semibold is-size-7">nicolaschaufette</span></a>, <a href="../developers/P.html#paul_ruediger">
|
|
<span class="has-text-weight-semibold is-size-7">Paul Ruediger</span></a>, <a href="../developers/R.html#robert_kooima">
|
|
<span class="has-text-weight-semibold is-size-7">Robert Kooima</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepages: </span><a href="https://neverball.org/">neverball.org</a>, <a href="https://web.archive.org/web/20090105213528/http://icculus.org/neverball/">Archive: 20090105213528/http://icculus.org/neverball</a><br>
|
|
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/Super_Monkey_Ball_(video_game)#Legacy">Neverball<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a><br>
|
|
<span class="has-text-weight-semibold">Download: </span><a href="https://neverball.org/download.php">neverball.org/download.php</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/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/Neverball/neverball.git" class="is-size-7">Neverball/neverball.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>), <a href="https://github.com/Neverball/neverball-docs.git @add" class="is-size-7">Neverball/neverball-docs.git @add<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="low rated"><i class="icon-star-o"></i></span>), <a href="https://github.com/Neverball/neverball-music.git @add" class="is-size-7">Neverball/neverball-music.git @add<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>
|
|
<span class="is-size-7">Code dependencies: </span>
|
|
<span class="is-size-7">SDL</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/neverball.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="nexuiz" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">Nexuiz</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#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></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>
|
|
<span class="tag is-light">first-person</span>
|
|
<span class="tag is-light">shooter</span></div>
|
|
<span class="is-italic">See https://github.com/atphalix/nexuiz, https://gitlab.com/nyov/nyovs-nexuiz
|
|
|
|
</span></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#andreas_kirsch">
|
|
<span class="has-text-weight-semibold is-size-7">Andreas Kirsch</span></a>, <a href="../developers/B.html#benjamin_darling">
|
|
<span class="has-text-weight-semibold is-size-7">Benjamin Darling</span></a>, <a href="../developers/D.html#dan_korostelev">
|
|
<span class="has-text-weight-semibold is-size-7">Dan Korostelev</span></a>, <a href="../developers/E.html#esteel">
|
|
<span class="has-text-weight-semibold is-size-7">esteel</span></a>, <a href="../developers/F.html#forest_hale">
|
|
<span class="has-text-weight-semibold is-size-7">Forest Hale</span></a>, <a href="../developers/H.html#hans_dampf">
|
|
<span class="has-text-weight-semibold is-size-7">Hans Dampf</span></a>, <a href="../developers/K.html#kristian_johansson">
|
|
<span class="has-text-weight-semibold is-size-7">Kristian Johansson</span></a>, <a href="../developers/L.html#lee_vermeulen">
|
|
<span class="has-text-weight-semibold is-size-7">Lee Vermeulen</span></a>, <a href="../developers/M.html#morphed">
|
|
<span class="has-text-weight-semibold is-size-7">Morphed</span></a>, <a href="../developers/R.html#razorwind_team_projects">
|
|
<span class="has-text-weight-semibold is-size-7">RazorWind Team projects</span></a>, <a href="../developers/R.html#rudolf_polzer">
|
|
<span class="has-text-weight-semibold is-size-7">Rudolf Polzer</span></a>, <a href="../developers/S.html#saulo_gil">
|
|
<span class="has-text-weight-semibold is-size-7">Saulo Gil</span></a>, <a href="../developers/S.html#savagex">
|
|
<span class="has-text-weight-semibold is-size-7">SavageX</span></a>, <a href="../developers/S.html#seienabunae">
|
|
<span class="has-text-weight-semibold is-size-7">SeienAbunae</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepages: </span><a href="http://www.alientrap.com/games/nexuiz/">www.alientrap.com/games/nexuiz</a>, <a href="https://sourceforge.net/projects/nexuiz/">nexuiz<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
|
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/Nexuiz">Nexuiz<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a><br>
|
|
<span class="has-text-weight-semibold">Download: </span><a href="https://sourceforge.net/projects/nexuiz/files/">nexuiz/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#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://svn.icculus.org/nexuiz/trunk/" class="is-size-7">svn.icculus.org/nexuiz/trunk</a><br>
|
|
<span class="is-size-7">Code dependencies: </span>
|
|
<span class="is-size-7">DarkPlaces</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/nexuiz.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="nfsiise" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">NFSIISE</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">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><div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
|
<span class="tag is-light">content commercial + original required</span>
|
|
<span class="tag is-light">racing</span></div></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/N.html#need_for_speed_ii">
|
|
<span class="has-text-weight-semibold">Need For Speed II</span></a><br>
|
|
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/B.html#baej_szczygie">
|
|
<span class="has-text-weight-semibold">Błażej Szczygieł</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/zaps166/NFSIISE">zaps166/NFSIISE<span class="icon is-large has-text-black" ><i class="icon-github"></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#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://github.com/zaps166/NFSIISE.git" class="is-size-7">zaps166/NFSIISE.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>)<br>
|
|
<span class="is-size-7">Code dependencies: </span>
|
|
<span class="is-size-7">SDL2</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/nfsiise.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="nighthawk" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">Nighthawk</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 2004</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#arcade" title="arcade games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-pacman"></i></span>arcade</a><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><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
|
<span class="tag is-light">shooter</span></div>
|
|
<span class="is-italic">May be uploaded in the future under https://github.com/brickviking
|
|
|
|
</span></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/P.html#paradroid">
|
|
<span class="has-text-weight-semibold">Paradroid</span></a><br>
|
|
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/D.html#dion_bonner">
|
|
<span class="has-text-weight-semibold">Dion Bonner</span></a>, <a href="../developers/E.html#eric_gillespie">
|
|
<span class="has-text-weight-semibold">Eric Gillespie</span></a>, <a href="../developers/E.html#eskild_hustvedt">
|
|
<span class="has-text-weight-semibold">Eskild Hustvedt</span></a>, <a href="../developers/J.html#jason_nunn">
|
|
<span class="has-text-weight-semibold">Jason Nunn</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepages: </span><a href="https://night-hawk.sourceforge.io/">night-hawk.sourceforge.io</a>, <a href="https://sourceforge.net/projects/night-hawk/">night-hawk<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
|
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/Paradroid#Other_clones_and_games_inspired_by_Paradroid">Nighthawk<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a><br>
|
|
<span class="has-text-weight-semibold">Download: </span><a href="https://night-hawk.sourceforge.io/dl.php">night-hawk.sourceforge.io/dl.php</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><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/night-hawk.git" class="is-size-7">osgames/night-hawk.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="http://night-hawk.cvs.sourceforge.net" class="is-size-7">night-hawk.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/nighthawk.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="nikki_and_the_robots" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">Nikki and the Robots</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 2012</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#platform" title="platform games" class="tag is-info">platform</a>
|
|
<span class="tag is-light">content open</span></div>
|
|
<span class="is-italic">The player controls a cat named Nikki, who is able to remotely control robots via terminals, in order to solve puzzles.
|
|
|
|
</span></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/C.html#changlin_li">
|
|
<span class="has-text-weight-semibold">Changlin Li</span></a>, <a href="../developers/S.html#sonke_hahn">
|
|
<span class="has-text-weight-semibold">Sönke Hahn</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/nikki-and-the-robots/nikki">nikki-and-the-robots/nikki<span class="icon is-large has-text-black" ><i class="icon-github"></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#haskell">
|
|
<span class="is-size-7">Haskell</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-3.0</a><br>
|
|
<span class="is-size-7">Code repositories: </span><a href="https://github.com/nikki-and-the-robots/nikki.git" class="is-size-7">nikki-and-the-robots/nikki.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="medium rated"><i class="icon-star-half-full"></i></span>)<br>
|
|
<span class="is-size-7">Assets licenses: </span>
|
|
<span class="is-size-7">CC-BY</span>,
|
|
<span class="is-size-7">CC-BY-SA</span>, <a href="https://en.wikipedia.org/wiki/Creative_Commons_license" class="is-size-7">CC0</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/nikki_and_the_robots.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="nikwi" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">Nikwi</h2>
|
|
</div>
|
|
</div>
|
|
<div class="level-right"><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">inactive since 2012</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><div class="tags has-addons"><a href="genres.html#platform" title="platform games" class="tag is-info">platform</a>
|
|
<span class="tag is-light">2D</span>
|
|
<span class="tag is-light">content open</span></div>
|
|
<span class="is-italic">Player's goal is to collect sweets and avoid the traps and enemies.
|
|
|
|
</span></div>
|
|
<div class="block"></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepages: </span><a href="https://web.archive.org/web/20100109033002/http://www.badsectoracula.com/games/nikwi/">Archive: 20100109033002/http://www.badsectoracula.com/games/nikwi</a>, <a href="https://packages.debian.org/search?keywords=nikwi">packages.debian.org/search?keywords=nikwi</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><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">Assets licenses: </span>
|
|
<span class="is-size-7">GPL</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>
|
|
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/nikwi.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="nlarn" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">NLarn</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#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a><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">
|
|
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/L.html#larn">
|
|
<span class="has-text-weight-semibold">Larn</span></a><br>
|
|
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/J.html#j-p-e-g">
|
|
<span class="has-text-weight-semibold">j-p-e-g</span></a>, <a href="../developers/J.html#joachim_de_groot">
|
|
<span class="has-text-weight-semibold">Joachim de Groot</span></a>, <a href="../developers/J.html#jpeg">
|
|
<span class="has-text-weight-semibold">jpeg</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepages: </span><a href="https://nlarn.github.io/">nlarn.github.io</a>, <a href="https://sourceforge.net/projects/nlarn/">nlarn<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
|
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/Larn_(video_game)#External_links">NLarn<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a><br>
|
|
<span class="has-text-weight-semibold">Downloads: </span><a href="https://github.com/nlarn/nlarn/releases">nlarn/nlarn/releases<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>, <a href="https://sourceforge.net/projects/nlarn/files/nlarn/">nlarn/files/nlarn<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#c">
|
|
<span class="is-size-7">C</span></a>, <a href="languages.html#lua">
|
|
<span class="is-size-7">Lua</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/nlarn/nlarn.git" class="is-size-7">nlarn/nlarn.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></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/nlarn.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="no_gravity" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">No Gravity</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">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><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">3D</span>
|
|
<span class="tag is-light">shooter</span>
|
|
<span class="tag is-light">space</span></div></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/M.html#matt_williams">
|
|
<span class="has-text-weight-semibold">Matt Williams</span></a>, <a href="../developers/S.html#stephane_denis">
|
|
<span class="has-text-weight-semibold">Stephane Denis</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepages: </span><a href="https://sourceforge.net/projects/nogravity/">nogravity<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a>, <a href="http://www.nogravitythegame.com/classic/">www.nogravitythegame.com/classic</a><br>
|
|
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/No_Gravity_(video_game)">No Gravity<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a>, <a href="https://www.mobygames.com/game/no-gravity_">www.mobygames.com/game/no-gravity_</a><br>
|
|
<span class="has-text-weight-semibold">Download: </span><a href="https://sourceforge.net/projects/nogravity/files/">nogravity/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#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://nogravity.cvs.sourceforge.net" class="is-size-7">nogravity.cvs.sourceforge.net</a><br>
|
|
<span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Microsoft_Visual_Studio" class="is-size-7">Visual Studio</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/no_gravity.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="noiz2-droid" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">noiz2-droid</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">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>
|
|
<span class="tag is-light">2D</span>
|
|
<span class="tag is-light">shooter</span></div></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/N.html#noiz2">
|
|
<span class="has-text-weight-semibold">Noiz2</span></a><br>
|
|
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/A.html#alistair_rutherford">
|
|
<span class="has-text-weight-semibold">Alistair Rutherford</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/alistairrutherford/noiz2-droid">alistairrutherford/noiz2-droid<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.netthreads.android.noiz2/">f-droid.org/de/packages/com.netthreads.android.noiz2</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><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://github.com/alistairrutherford/noiz2-droid.git" class="is-size-7">alistairrutherford/noiz2-droid.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></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/noiz2-droid.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="noiz2sa" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">Noiz2sa</h2>
|
|
</div>
|
|
</div>
|
|
<div class="level-right"><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">inactive since 2004</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><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">shooter</span></div></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/E.html#evil_mr_henry">
|
|
<span class="has-text-weight-semibold">Evil Mr Henry</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepages: </span><a href="http://www.asahi-net.or.jp/~cs8k-cyu/windows/noiz2sa_e.html">www.asahi-net.or.jp/~cs8k-cyu/windows/noiz2sa_e.html</a>, <a href="http://noiz2sa.sourceforge.net/">noiz2sa.sourceforge.net</a>, <a href="https://sourceforge.net/projects/noiz2sa/">noiz2sa<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/noiz2sa/files/">noiz2sa/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#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/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 dependencies: </span>
|
|
<span class="is-size-7">SDL</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/noiz2sa.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="norseworld_ragnarok" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">NorseWorld: Ragnarok</h2>
|
|
</div>
|
|
</div>
|
|
<div class="level-right"><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">beta</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#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a><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">content open</span>
|
|
<span class="tag is-light">roguelike</span></div></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/R.html#ragnarok">
|
|
<span class="has-text-weight-semibold">Ragnarok</span></a><br></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepages: </span><a href="https://github.com/Serg-Norseman/NorseWorld-Ragnarok">Serg-Norseman/NorseWorld-Ragnarok<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>, <a href="https://sourceforge.net/projects/norseworld/">norseworld<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#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://github.com/Serg-Norseman/NorseWorld-Ragnarok.git" class="is-size-7">Serg-Norseman/NorseWorld-Ragnarok.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></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/norseworld_ragnarok.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="not_pacman" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">Not Pacman</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 2013</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><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>
|
|
<span class="tag is-light">content open</span></div>
|
|
<span class="is-italic">With gravity in which the player controls the rotation of the game field.
|
|
|
|
</span></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/P.html#pac-man">
|
|
<span class="has-text-weight-semibold">Pac-Man</span></a><br>
|
|
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/S.html#sam_hocevar">
|
|
<span class="has-text-weight-semibold">Sam Hocevar</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepage: </span><a href="https://stabyourself.net/notpacman/">stabyourself.net/notpacman</a><br>
|
|
<span class="has-text-weight-semibold">Download: </span><a href="https://stabyourself.net/notpacman/#download">stabyourself.net/notpacman/#download</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#lua">
|
|
<span class="is-size-7">Lua</span></a><br>
|
|
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/WTFPL" class="is-size-7">WTFPL</a><br>
|
|
<span class="is-size-7">Code dependencies: </span>
|
|
<span class="is-size-7">LÖVE</span><br>
|
|
<span class="is-size-7">Assets licenses: </span><a href="https://en.wikipedia.org/wiki/WTFPL" class="is-size-7">WTFPL</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/not_pacman.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="nova_pinball" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">NOVA PINBALL</h2>
|
|
</div>
|
|
</div>
|
|
<div class="level-right"><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">inactive since 2017</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><span class="mr-2"><a href="platforms.html#ios" title="iOS"><span class="icon is-large has-text-black" ><i class="icon-ios"></i></span></a></span><div class="tags has-addons"><a href="genres.html#sports" title="sports games" class="tag is-info">sports</a></div>
|
|
<span class="is-italic">Pinball game.
|
|
|
|
</span></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/E.html#eric_ahnell">
|
|
<span class="has-text-weight-semibold">Eric Ahnell</span></a>, <a href="../developers/W.html#wesley">
|
|
<span class="has-text-weight-semibold">wesley</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepage: </span><a href="https://engrams.dev/nova-pinball/">engrams.dev/nova-pinball</a><br>
|
|
<span class="has-text-weight-semibold">Download: </span><a href="https://github.com/wesleywerner/nova-pinball/releases">wesleywerner/nova-pinball/releases<span class="icon is-large has-text-black" ><i class="icon-github"></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#lua">
|
|
<span class="is-size-7">Lua</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/wesleywerner/nova-pinball.git" class="is-size-7">wesleywerner/nova-pinball.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>), <a href="https://github.com/wesleywerner/nova-pinball-engine.git @add" class="is-size-7">wesleywerner/nova-pinball-engine.git @add<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">LÖVE</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/nova_pinball.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="nox_imperii" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">Nox Imperii</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 2016</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#sports" title="sports games" class="tag is-info">sports</a>
|
|
<span class="tag is-light">content open</span>
|
|
<span class="tag is-light">similar</span></div>
|
|
<span class="is-italic">Fork of Naev
|
|
|
|
</span></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Inspirations: </span><a href="../inspirations/E.html#escape_velocity">
|
|
<span class="has-text-weight-semibold">Escape Velocity</span></a>, <a href="../inspirations/N.html#naev">
|
|
<span class="has-text-weight-semibold">Naev</span></a><br>
|
|
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#alexandru_mooi">
|
|
<span class="has-text-weight-semibold is-size-7">Alexandru Moșoi</span></a>, <a href="../developers/A.html#anatolis">
|
|
<span class="has-text-weight-semibold is-size-7">Anatolis</span></a>, <a href="../developers/A.html#avanwolf">
|
|
<span class="has-text-weight-semibold is-size-7">AvanWolf</span></a>, <a href="../developers/B.html#bas_fournier">
|
|
<span class="has-text-weight-semibold is-size-7">Bas Fournier</span></a>, <a href="../developers/B.html#brognam">
|
|
<span class="has-text-weight-semibold is-size-7">brognam</span></a>, <a href="../developers/B.html#bsod-naev">
|
|
<span class="has-text-weight-semibold is-size-7">BSoD-naev</span></a>, <a href="../developers/C.html#cypher">
|
|
<span class="has-text-weight-semibold is-size-7">Cypher</span></a>, <a href="../developers/E.html#edgar_simo-serra">
|
|
<span class="has-text-weight-semibold is-size-7">Edgar Simo-Serra</span></a>, <a href="../developers/E.html#eric_man">
|
|
<span class="has-text-weight-semibold is-size-7">Eric Man</span></a>, <a href="../developers/F.html#felix_schneider">
|
|
<span class="has-text-weight-semibold is-size-7">Felix Schneider</span></a>, <a href="../developers/G.html#geever">
|
|
<span class="has-text-weight-semibold is-size-7">geever</span></a>, <a href="../developers/H.html#hatlessatlas">
|
|
<span class="has-text-weight-semibold is-size-7">HatlessAtlas</span></a>, <a href="../developers/I.html#ian_douglas_scott">
|
|
<span class="has-text-weight-semibold is-size-7">Ian Douglas Scott</span></a>, <a href="../developers/J.html#justin_nicholson">
|
|
<span class="has-text-weight-semibold is-size-7">Justin Nicholson</span></a>, <a href="../developers/K.html#kevin_zheng">
|
|
<span class="has-text-weight-semibold is-size-7">Kevin Zheng</span></a>, <a href="../developers/K.html#kinniken">
|
|
<span class="has-text-weight-semibold is-size-7">Kinniken</span></a>, <a href="../developers/L.html#ludovic_bellire">
|
|
<span class="has-text-weight-semibold is-size-7">Ludovic Bellière</span></a>, <a href="../developers/L.html#luka_vandervelden">
|
|
<span class="has-text-weight-semibold is-size-7">Luka Vandervelden</span></a>, <a href="../developers/N.html#nathan_loewen">
|
|
<span class="has-text-weight-semibold is-size-7">Nathan Loewen</span></a>, <a href="../developers/N.html#nicolas_kaiser">
|
|
<span class="has-text-weight-semibold is-size-7">Nicolas Kaiser</span></a>, <a href="../developers/O.html#old_t_man">
|
|
<span class="has-text-weight-semibold is-size-7">Old T. Man</span></a>, <a href="../developers/P.html#pat_erley">
|
|
<span class="has-text-weight-semibold is-size-7">Pat Erley</span></a>, <a href="../developers/P.html#paul_wise">
|
|
<span class="has-text-weight-semibold is-size-7">Paul Wise</span></a>, <a href="../developers/P.html#perey">
|
|
<span class="has-text-weight-semibold is-size-7">perey</span></a>, <a href="../developers/P.html#peter_johnson">
|
|
<span class="has-text-weight-semibold is-size-7">Peter Johnson</span></a>, <a href="../developers/P.html#phoenixriver">
|
|
<span class="has-text-weight-semibold is-size-7">PhoenixRiver</span></a>, <a href="../developers/R.html#reynir_bjornsson">
|
|
<span class="has-text-weight-semibold is-size-7">Reynir Björnsson</span></a>, <a href="../developers/R.html#rkulhanek">
|
|
<span class="has-text-weight-semibold is-size-7">rkulhanek</span></a>, <a href="../developers/S.html#sean_hildebrand">
|
|
<span class="has-text-weight-semibold is-size-7">Sean Hildebrand</span></a>, <a href="../developers/S.html#sudarshan_s">
|
|
<span class="has-text-weight-semibold is-size-7">Sudarshan S</span></a>, <a href="../developers/T.html#the_diligent_circle_">
|
|
<span class="has-text-weight-semibold is-size-7">The Diligent Circle 丸</span></a>, <a href="../developers/T.html#toams">
|
|
<span class="has-text-weight-semibold is-size-7">toams</span></a>, <a href="../developers/U.html#unavowed">
|
|
<span class="has-text-weight-semibold is-size-7">unavowed</span></a>, <a href="../developers/W.html#william_leiserson">
|
|
<span class="has-text-weight-semibold is-size-7">William Leiserson</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepage: </span><a href="https://web.archive.org/web/20200812112828/http://noximperii.com/">Archive: 20200812112828/http://noximperii.com</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><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/Kinniken/NoxImperii.git" class="is-size-7">Kinniken/NoxImperii.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
|
<span class="is-size-7">since 2016</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></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/nox_imperii.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="nstars" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">NStars!</h2>
|
|
</div>
|
|
</div>
|
|
<div class="level-right"><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">inactive since 2004</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#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a><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></div></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/S.html#stars">
|
|
<span class="has-text-weight-semibold">Stars!</span></a><br>
|
|
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/N.html#nathaniel_woods">
|
|
<span class="has-text-weight-semibold">Nathaniel Woods</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepages: </span><a href="http://nstars.sourceforge.net/">nstars.sourceforge.net</a>, <a href="https://sourceforge.net/projects/nstars/">nstars<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/nstars/files/">nstars/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#c">
|
|
<span class="is-size-7">C#</span></a><br>
|
|
<span class="is-size-7">Code licenses: </span>
|
|
<span class="is-size-7">?</span><br>
|
|
<span class="is-size-7">Code repositories: </span><a href="http://nstars.cvs.sourceforge.net" class="is-size-7">nstars.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/nstars.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="nullpomino" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">NullpoMino</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">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><div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
|
<span class="tag is-light">skill</span></div></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/T.html#tetris">
|
|
<span class="has-text-weight-semibold">Tetris</span></a><br>
|
|
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/C.html#code">
|
|
<span class="has-text-weight-semibold">Code.</span></a>, <a href="../developers/R.html#robin_kirkman">
|
|
<span class="has-text-weight-semibold">Robin Kirkman</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/NullpoMino/NullpoMino">NullpoMino/NullpoMino<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://github.com/nullpomino/nullpomino/releases">nullpomino/nullpomino/releases<span class="icon is-large has-text-black" ><i class="icon-github"></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><a href="https://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_(%22BSD_License_2.0%22,_%22Revised_BSD_License%22,_%22New_BSD_License%22,_or_%22Modified_BSD_License%22)" class="is-size-7">3-clause BSD</a><br>
|
|
<span class="is-size-7">Code repositories: </span><a href="https://github.com/NullpoMino/NullpoMino.git" class="is-size-7">NullpoMino/NullpoMino.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
|
<span class="is-size-7">since 2016</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/nullpomino.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="numpty_physics" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">Numpty Physics</h2>
|
|
</div>
|
|
</div>
|
|
<div class="level-right"><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">inactive since 2016</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><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><a href="genres.html#simulation" title="simulation games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-rocket1"></i></span>simulation</a>
|
|
<span class="tag is-light">content open</span>
|
|
<span class="tag is-light">physics</span></div>
|
|
<span class="is-italic">Drawing puzzle game, where the goal is to draw shapes on a drawing to get two given objects to touch.
|
|
|
|
</span></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#albanobattistella">
|
|
<span class="has-text-weight-semibold">albanobattistella</span></a>, <a href="../developers/H.html#hoijui">
|
|
<span class="has-text-weight-semibold">hoijui</span></a>, <a href="../developers/T.html#thomas_perl">
|
|
<span class="has-text-weight-semibold">Thomas Perl</span></a>, <a href="../developers/T.html#tim_edmonds">
|
|
<span class="has-text-weight-semibold">Tim Edmonds</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepage: </span><a href="http://numptyphysics.garage.maemo.org/">numptyphysics.garage.maemo.org</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><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/thp/numptyphysics.git" class="is-size-7">thp/numptyphysics.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="low rated"><i class="icon-star-o"></i></span>), <a href="https://github.com/svn2github/numptyphysics.git @add" class="is-size-7">svn2github/numptyphysics.git @add<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>
|
|
<span class="is-size-7">Code dependencies: </span>
|
|
<span class="is-size-7">Box2D</span>,
|
|
<span class="is-size-7">SDL2</span><br>
|
|
<span class="is-size-7">Assets 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">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>
|
|
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/numpty_physics.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="nuncabola" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">Nuncabola</h2>
|
|
</div>
|
|
</div>
|
|
<div class="level-right"><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">beta</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#action" title="action games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-target"></i></span>action</a>
|
|
<span class="tag is-light">clone</span>
|
|
<span class="tag is-light">content open</span></div>
|
|
<span class="is-italic">Clone of Super Monkey Ball.
|
|
|
|
</span></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Inspirations: </span><a href="../inspirations/N.html#neverball">
|
|
<span class="has-text-weight-semibold">Neverball</span></a>, <a href="../inspirations/S.html#super_monkey_ball">
|
|
<span class="has-text-weight-semibold">Super Monkey Ball</span></a><br></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepage: </span><a href="http://uppgarn.com/nuncabola/">uppgarn.com/nuncabola</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><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</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/nuncabola.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="nuvie" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">Nuvie</h2>
|
|
</div>
|
|
</div>
|
|
<div class="level-right"><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">inactive since 2018</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#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><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
|
<span class="tag is-light">content original required</span></div>
|
|
<span class="is-italic">Does it include alternate graphics?
|
|
|
|
</span></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Inspirations: </span><a href="../inspirations/U.html#ultima_vi_the_false_prophet">
|
|
<span class="has-text-weight-semibold">Ultima VI: The False Prophet</span></a>, <a href="../inspirations/U.html#ultima_worlds_of_adventure_2_martian_dreams">
|
|
<span class="has-text-weight-semibold">Ultima: Worlds of Adventure 2: Martian Dreams</span></a>, <a href="../inspirations/W.html#worlds_of_ultima_the_savage_empire">
|
|
<span class="has-text-weight-semibold">Worlds of Ultima: The Savage Empire</span></a><br>
|
|
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/D.html#dominik_reichardt">
|
|
<span class="has-text-weight-semibold is-size-7">Dominik Reichardt</span></a>, <a href="../developers/E.html#eric_fry">
|
|
<span class="has-text-weight-semibold is-size-7">Eric Fry</span></a>, <a href="../developers/J.html#j_applegate">
|
|
<span class="has-text-weight-semibold is-size-7">J. Applegate</span></a>, <a href="../developers/J.html#jeremy_newman">
|
|
<span class="has-text-weight-semibold is-size-7">Jeremy Newman</span></a>, <a href="../developers/J.html#jonathan_e_wright">
|
|
<span class="has-text-weight-semibold is-size-7">Jonathan E. Wright</span></a>, <a href="../developers/K.html#kirben">
|
|
<span class="has-text-weight-semibold is-size-7">kirben</span></a>, <a href="../developers/K.html#kirbenx">
|
|
<span class="has-text-weight-semibold is-size-7">Kirben</span></a>, <a href="../developers/M.html#malignant_manor">
|
|
<span class="has-text-weight-semibold is-size-7">Malignant Manor</span></a>, <a href="../developers/M.html#markus_niemisto">
|
|
<span class="has-text-weight-semibold is-size-7">Markus Niemistö</span></a>, <a href="../developers/M.html#michael_fink">
|
|
<span class="has-text-weight-semibold is-size-7">Michael Fink</span></a>, <a href="../developers/P.html#pieter_christiaan_luteijn">
|
|
<span class="has-text-weight-semibold is-size-7">Pieter Christiaan Luteijn</span></a>, <a href="../developers/S.html#sam_matthews">
|
|
<span class="has-text-weight-semibold is-size-7">Sam Matthews</span></a>, <a href="../developers/V.html#vividos">
|
|
<span class="has-text-weight-semibold is-size-7">vividos</span></a>, <a href="../developers/W.html#willem_jan_palenstijn">
|
|
<span class="has-text-weight-semibold is-size-7">Willem Jan Palenstijn</span></a>, <a href="../developers/Z.html#zabeus">
|
|
<span class="has-text-weight-semibold is-size-7">Zabeus</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepages: </span><a href="http://nuvie.sourceforge.net/">nuvie.sourceforge.net</a>, <a href="https://sourceforge.net/projects/nuvie/">nuvie<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#c">
|
|
<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#lua">
|
|
<span class="is-size-7">Lua</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/nuvie/nuvie.git" class="is-size-7">nuvie/nuvie.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="medium rated"><i class="icon-star-half-full"></i></span>), <a href="https://svn.code.sf.net/p/nuvie/code" class="is-size-7">svn.code.sf.net/p/nuvie/code</a><br>
|
|
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a>, <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>
|
|
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/nuvie.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="nxengine" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">NXEngine</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#platform" title="platform games" class="tag is-info">platform</a><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
|
<span class="tag is-light">content open</span></div>
|
|
<span class="is-italic">Does it require original content?
|
|
|
|
</span></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/C.html#cave_story">
|
|
<span class="has-text-weight-semibold">Cave Story</span></a><br>
|
|
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/C.html#caitlin_shaw">
|
|
<span class="has-text-weight-semibold">Caitlin Shaw</span></a>, <a href="../developers/E.html#exl">
|
|
<span class="has-text-weight-semibold">EXL</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepages: </span><a href="http://nxengine.sourceforge.net/">nxengine.sourceforge.net</a>, <a href="https://sourceforge.net/projects/nxengine/">nxengine<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a>, <a href="https://exlmoto.ru/nxengine/">exlmoto.ru/nxengine</a><br>
|
|
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/Cave_Story#Legacy">NXEngine<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a><br>
|
|
<span class="has-text-weight-semibold">Download: </span><a href="https://github.com/EXL/NXEngine/releases">EXL/NXEngine/releases<span class="icon is-large has-text-black" ><i class="icon-github"></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#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/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/EXL/NXEngine.git" class="is-size-7">EXL/NXEngine.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="medium rated"><i class="icon-star-half-full"></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://doc.qt.io/qt-5/qmake-manual.html" class="is-size-7">QMake</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/nxengine.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="nxengine-evo" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">NXEngine-evo</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#platform" title="platform games" class="tag is-info">platform</a><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
|
<span class="tag is-light">content open</span></div></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/C.html#cave_story">
|
|
<span class="has-text-weight-semibold">Cave Story</span></a><br>
|
|
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#alexander_schlarb">
|
|
<span class="has-text-weight-semibold">Alexander Schlarb</span></a>, <a href="../developers/C.html#carsten_teibes">
|
|
<span class="has-text-weight-semibold">Carsten Teibes</span></a>, <a href="../developers/C.html#cat">
|
|
<span class="has-text-weight-semibold">cat</span></a>, <a href="../developers/C.html#clownacy">
|
|
<span class="has-text-weight-semibold">Clownacy</span></a>, <a href="../developers/E.html#epifanov_ivan">
|
|
<span class="has-text-weight-semibold">Epifanov Ivan</span></a>, <a href="../developers/T.html#timx">
|
|
<span class="has-text-weight-semibold">Tim</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/nxengine/nxengine-evo">nxengine/nxengine-evo<span class="icon is-large has-text-black" ><i class="icon-github"></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#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/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/nxengine/nxengine-evo.git" class="is-size-7">nxengine/nxengine-evo.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>)<br>
|
|
<span class="is-size-7">Code dependencies: </span>
|
|
<span class="is-size-7">SDL2</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/nxengine-evo.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<div id="nxtank" class="box">
|
|
<nav class="level">
|
|
<div class="level-left">
|
|
<div class="level-item">
|
|
<h2 class="title is-4">nXtank</h2>
|
|
</div>
|
|
</div>
|
|
<div class="level-right"><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
|
<span class="is-size-7 has-text-gray-lighter">inactive since 2010</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#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></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>
|
|
<span class="tag is-light">tank</span></div></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/X.html#xtank">
|
|
<span class="has-text-weight-semibold">Xtank</span></a><br>
|
|
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/O.html#oneofamorphis">
|
|
<span class="has-text-weight-semibold">OneOfAmorphis</span></a>, <a href="../developers/Q.html#quadrofonic">
|
|
<span class="has-text-weight-semibold">Quadrofonic</span></a>, <a href="../developers/R.html#richard_hendricks">
|
|
<span class="has-text-weight-semibold">Richard Hendricks</span></a>, <a href="../developers/R.html#ryanismean">
|
|
<span class="has-text-weight-semibold">ryanismean</span></a></div>
|
|
<div class="block">
|
|
<span class="has-text-weight-semibold">Homepages: </span><a href="http://nxtank.sourceforge.net/">nxtank.sourceforge.net</a>, <a href="https://sourceforge.net/projects/nxtank/">nxtank<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/nxtank/files/">nxtank/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#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/nxtank.git" class="is-size-7">osgames/nxtank.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="https://svn.code.sf.net/p/nxtank/code" class="is-size-7">svn.code.sf.net/p/nxtank/code</a><br>
|
|
<span class="is-size-7">Code dependencies: </span>
|
|
<span class="is-size-7">OGRE</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/nxtank.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
|
</div>
|
|
</div>
|
|
<a class="is-light is-size-7" href="#">Back to top</a>
|
|
</div>
|
|
</section>
|
|
<footer class="footer">
|
|
<div class="container content is-size-7">
|
|
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
|
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
|
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
|
<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>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html> |