various website tweaks (tiny bit of javascript for mobile users), added freee

This commit is contained in:
Trilarion
2021-10-05 20:52:09 +02:00
parent 1b493f36b5
commit b291102272
115 changed files with 98716 additions and 250894 deletions

View File

@ -9,634 +9,373 @@
<link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head>
<body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>OSGL</span></a>
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<a class="navbar-item" href="../index.html"><span class="icon has-text-black"><i class="icon-home"></i></span><span>OSGL</span></a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navMenu">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu is-active">
<div class="navbar-menu" id="navMenu">
<div class="navbar-start">
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
<a class="navbar-item" href="../games/index.html"><span class="icon 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>
<a class="navbar-link"><span class="icon has-text-black"><i class="icon-filter"></i></span><span>Filter</span></a>
<div class="navbar-dropdown">
<a class="navbar-item" href="../games/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="../games/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="../games/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="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
<a class="navbar-item" href="../games/genres.html"><span class="icon has-text-black"><i class="icon-price-tag"></i></span><span>By category</span></a>
<a class="navbar-item" href="../games/languages.html"><span class="icon has-text-black"><i class="icon-language"></i></span><span>By code language</span></a>
<a class="navbar-item" href="../games/platforms.html"><span class="icon has-text-black"><i class="icon-laptop"></i></span><span>By OS support</span></a>
<a class="navbar-item" href="../games/top50.html"><span class="icon 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 is-active" href="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="../frameworks/index.html"><span class="icon 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 has-text-black"><i class="icon-users"></i></span><span>Developers</span></a>
<a class="navbar-item is-active" href="index.html"><span class="icon has-text-black"><i class="icon-bulb"></i></span><span>Inspirations</span></a>
<a class="navbar-item" href="../statistics.html"><span class="icon has-text-black"><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
<a class="navbar-item" href="../contribute.html"><span class="icon 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 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">Inspirations (C)</h1>
<div id="c-dogs" class="box">
<p class="title is-4">Inspirations (C)</p><div id="c-dogs" class="box">
<div class="block">
<h2 class="title is-4">C-Dogs</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#c-dogs_sdl">
<span class="has-text-weight-semibold">C-Dogs SDL</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/C-Dogs">C-Dogs<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">C-Dogs</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#c-dogs_sdl">C-Dogs SDL</a></p>Media: <a href="https://en.wikipedia.org/wiki/C-Dogs">C-Dogs<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="cadaver" class="box">
<div class="block">
<h2 class="title is-4">Cadaver</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cadaver">
<span class="has-text-weight-semibold">Cadaver</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Cadaver_(video_game)">Cadaver<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Cadaver</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cadaver">Cadaver</a></p>Media: <a href="https://en.wikipedia.org/wiki/Cadaver_(video_game)">Cadaver<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="caesar_3" class="box">
<div class="block">
<h2 class="title is-4">Caesar 3</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#augustus">
<span class="has-text-weight-semibold">Augustus</span></a>, <a href="../games/C.html#caesaria">
<span class="has-text-weight-semibold">CaesarIA</span></a>, <a href="../games/J.html#julius">
<span class="has-text-weight-semibold">Julius</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Caesar_III">Caesar 3<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Caesar 3</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#augustus">Augustus</a>, <a href="../games/C.html#caesaria">CaesarIA</a>, <a href="../games/J.html#julius">Julius</a></p>Media: <a href="https://en.wikipedia.org/wiki/Caesar_III">Caesar 3<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="call_to_power_ii" class="box">
<div class="block">
<h2 class="title is-4">Call to Power II</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#civilization_call_to_power_2_source_project">
<span class="has-text-weight-semibold">Civilization: Call To Power 2 Source Project</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Civilization:_Call_to_Power">Call to Power II<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Call to Power II</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#civilization_call_to_power_2_source_project">Civilization: Call To Power 2 Source Project</a></p>Media: <a href="https://en.wikipedia.org/wiki/Civilization:_Call_to_Power">Call to Power II<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="cannon_fodder" class="box">
<div class="block">
<h2 class="title is-4">Cannon Fodder</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_fodder">
<span class="has-text-weight-semibold">Open Fodder</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Cannon_Fodder_(video_game)">Cannon Fodder<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div>
<div id="carmageddon" class="box">
<div class="block">
<h2 class="title is-4">Carmageddon</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired games: </span></div>Media: <a href="https://en.wikipedia.org/wiki/Carmageddon">Carmageddon<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Cannon Fodder</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_fodder">Open Fodder</a></p>Media: <a href="https://en.wikipedia.org/wiki/Cannon_Fodder_(video_game)">Cannon Fodder<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="carrier_command" class="box">
<div class="block">
<h2 class="title is-4">Carrier Command</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#thunderlightning">
<span class="has-text-weight-semibold">Thunder&amp;Lightning</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Carrier_Command">Carrier Command<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Carrier Command</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#thunderlightning">Thunder&amp;Lightning</a></p>Media: <a href="https://en.wikipedia.org/wiki/Carrier_Command">Carrier Command<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="castle_of_the_winds" class="box">
<div class="block">
<h2 class="title is-4">Castle of the Winds</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#castle_of_the_winds">
<span class="has-text-weight-semibold">Castle of the Winds</span></a>, <a href="../games/C.html#castle_of_the_winds_in_elm">
<span class="has-text-weight-semibold">Castle of the Winds in Elm</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Castle_of_the_Winds">Castle of the Winds<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Castle of the Winds</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#castle_of_the_winds">Castle of the Winds</a>, <a href="../games/C.html#castle_of_the_winds_in_elm">Castle of the Winds in Elm</a></p>Media: <a href="https://en.wikipedia.org/wiki/Castle_of_the_Winds">Castle of the Winds<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="castle_wolfenstein" class="box">
<div class="block">
<h2 class="title is-4">Castle Wolfenstein</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#duga">
<span class="has-text-weight-semibold">DUGA</span></a>, <a href="../games/G.html#gloomy_dungeons">
<span class="has-text-weight-semibold">Gloomy Dungeons</span></a>, <a href="../games/G.html#gloomy_dungeons_2">
<span class="has-text-weight-semibold">Gloomy Dungeons 2</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Castle_Wolfenstein">Castle Wolfenstein<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Castle Wolfenstein</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#duga">DUGA</a>, <a href="../games/G.html#gloomy_dungeons">Gloomy Dungeons</a>, <a href="../games/G.html#gloomy_dungeons_2">Gloomy Dungeons 2</a></p>Media: <a href="https://en.wikipedia.org/wiki/Castle_Wolfenstein">Castle Wolfenstein<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="cataclysm" class="box">
<div class="block">
<h2 class="title is-4">Cataclysm</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cataclysm_dark_days_ahead">
<span class="has-text-weight-semibold">Cataclysm: Dark Days Ahead</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Cataclysm</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cataclysm_dark_days_ahead">Cataclysm: Dark Days Ahead</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="catacomb" class="box">
<div class="block">
<h2 class="title is-4">Catacomb</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#catacombsdl">
<span class="has-text-weight-semibold">CatacombSDL</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Catacomb</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#catacombsdl">CatacombSDL</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="catacomb_3-d" class="box">
<div class="block">
<h2 class="title is-4">Catacomb 3-D</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#catacombgl">
<span class="has-text-weight-semibold">CatacombGL</span></a>, <a href="../games/R.html#reflection_keen">
<span class="has-text-weight-semibold">Reflection Keen</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Catacomb 3-D</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#catacombgl">CatacombGL</a>, <a href="../games/R.html#reflection_keen">Reflection Keen</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="catacomb_adventure_series" class="box">
<div class="block">
<h2 class="title is-4">Catacomb Adventure Series</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#reflection_keen">
<span class="has-text-weight-semibold">Reflection Keen</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Catacomb Adventure Series</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#reflection_keen">Reflection Keen</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="catacomb_ii" class="box">
<div class="block">
<h2 class="title is-4">Catacomb II</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#catacombsdl">
<span class="has-text-weight-semibold">CatacombSDL</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Catacomb_(video_game)">Catacomb II<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Catacomb II</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#catacombsdl">CatacombSDL</a></p>Media: <a href="https://en.wikipedia.org/wiki/Catacomb_(video_game)">Catacomb II<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="catan" class="box">
<div class="block">
<h2 class="title is-4">Catan</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#catan_dice_game">
<span class="has-text-weight-semibold">Catan Dice Game</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Catan</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#catan_dice_game">Catan Dice Game</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="cave_story" class="box">
<div class="block">
<h2 class="title is-4">Cave Story</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#doukutsu-rs">
<span class="has-text-weight-semibold">doukutsu-rs</span></a>, <a href="../games/N.html#nxengine">
<span class="has-text-weight-semibold">NXEngine</span></a>, <a href="../games/N.html#nxengine-evo">
<span class="has-text-weight-semibold">NXEngine-evo</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Cave_Story">Cave Story<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Cave Story</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#doukutsu-rs">doukutsu-rs</a>, <a href="../games/N.html#nxengine">NXEngine</a>, <a href="../games/N.html#nxengine-evo">NXEngine-evo</a></p>Media: <a href="https://en.wikipedia.org/wiki/Cave_Story">Cave Story<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="chips_challenge" class="box">
<div class="block">
<h2 class="title is-4">Chip&#39;s Challenge</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tile_world">
<span class="has-text-weight-semibold">Tile World</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Chip%27s_Challenge">Chip&#39;s Challenge<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Chip&#39;s Challenge</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tile_world">Tile World</a></p>Media: <a href="https://en.wikipedia.org/wiki/Chip%27s_Challenge">Chip&#39;s Challenge<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="chris_sawyers_locomotion" class="box">
<div class="block">
<h2 class="title is-4">Chris Sawyer&#39;s Locomotion</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openloco">
<span class="has-text-weight-semibold">OpenLoco</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Chris_Sawyer%27s_Locomotion">Chris Sawyer&#39;s Locomotion<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Chris Sawyer&#39;s Locomotion</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openloco">OpenLoco</a></p>Media: <a href="https://en.wikipedia.org/wiki/Chris_Sawyer%27s_Locomotion">Chris Sawyer&#39;s Locomotion<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="chromium_bsu" class="box">
<div class="block">
<h2 class="title is-4">Chromium B.S.U.</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#celestron">
<span class="has-text-weight-semibold">Celestron</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Chromium B.S.U.</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#celestron">Celestron</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="chuchu_rocket" class="box">
<div class="block">
<h2 class="title is-4">ChuChu Rocket!</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#duck_marines">
<span class="has-text-weight-semibold">Duck Marines</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/ChuChu_Rocket!">ChuChu Rocket!<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">ChuChu Rocket!</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#duck_marines">Duck Marines</a></p>Media: <a href="https://en.wikipedia.org/wiki/ChuChu_Rocket!">ChuChu Rocket!<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="circus_atari" class="box">
<div class="block">
<h2 class="title is-4">Circus Atari</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#circus_linux">
<span class="has-text-weight-semibold">Circus Linux!</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Circus Atari</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#circus_linux">Circus Linux!</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="civilization" class="box">
<div class="block">
<h2 class="title is-4">Civilization</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#civone">
<span class="has-text-weight-semibold">CivOne</span></a>, <a href="../games/F.html#freecol">
<span class="has-text-weight-semibold">FreeCol</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Civilization</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#civone">CivOne</a>, <a href="../games/F.html#freecol">FreeCol</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="civilization_ii" class="box">
<div class="block">
<h2 class="title is-4">Civilization II</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#c-evo">
<span class="has-text-weight-semibold">C-evo</span></a>, <a href="../games/F.html#freeciv">
<span class="has-text-weight-semibold">Freeciv</span></a>, <a href="../games/F.html#freeciv-web">
<span class="has-text-weight-semibold">Freeciv-web</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Civilization_II">Civilization II<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Civilization II</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#c-evo">C-evo</a>, <a href="../games/F.html#freeciv">Freeciv</a>, <a href="../games/F.html#freeciv-web">Freeciv-web</a></p>Media: <a href="https://en.wikipedia.org/wiki/Civilization_II">Civilization II<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="civilization_series" class="box">
<div class="block">
<h2 class="title is-4">Civilization series</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#conquests">
<span class="has-text-weight-semibold">Conquests</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Civilization_(series)">Civilization series<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Civilization series</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#conquests">Conquests</a></p>Media: <a href="https://en.wikipedia.org/wiki/Civilization_(series)">Civilization series<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="civilization_v" class="box">
<div class="block">
<h2 class="title is-4">Civilization V</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/U.html#unciv">
<span class="has-text-weight-semibold">UnCiv</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Civilization_V">Civilization V<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Civilization V</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/U.html#unciv">UnCiv</a></p>Media: <a href="https://en.wikipedia.org/wiki/Civilization_V">Civilization V<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="claw" class="box">
<div class="block">
<h2 class="title is-4">Claw</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openclaw">
<span class="has-text-weight-semibold">OpenClaw</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Claw</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openclaw">OpenClaw</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="clonk" class="box">
<div class="block">
<h2 class="title is-4">Clonk</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openclonk">
<span class="has-text-weight-semibold">OpenClonk</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Clonk">Clonk<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Clonk</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openclonk">OpenClonk</a></p>Media: <a href="https://en.wikipedia.org/wiki/Clonk">Clonk<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="colobot" class="box">
<div class="block">
<h2 class="title is-4">Colobot</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#colobot_gold_edition">
<span class="has-text-weight-semibold">Colobot: Gold Edition</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Colobot">Colobot<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Colobot</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#colobot_gold_edition">Colobot: Gold Edition</a></p>Media: <a href="https://en.wikipedia.org/wiki/Colobot">Colobot<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="colonization" class="box">
<div class="block">
<h2 class="title is-4">Colonization</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#colonization_too">
<span class="has-text-weight-semibold">Colonization too</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Colonization</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#colonization_too">Colonization too</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="columns" class="box">
<div class="block">
<h2 class="title is-4">Columns</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#columns">
<span class="has-text-weight-semibold">Columns</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Columns</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#columns">Columns</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="command_conquer" class="box">
<div class="block">
<h2 class="title is-4">Command &amp; Conquer</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#arrakis">
<span class="has-text-weight-semibold">Arrakis</span></a>, <a href="../games/O.html#openhv">
<span class="has-text-weight-semibold">OpenHV</span></a>, <a href="../games/O.html#openra">
<span class="has-text-weight-semibold">OpenRA</span></a>, <a href="../games/V.html#vanilla-conquer">
<span class="has-text-weight-semibold">Vanilla-Conquer</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Command_%26_Conquer">Command &amp; Conquer<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Command &amp; Conquer</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#arrakis">Arrakis</a>, <a href="../games/O.html#openhv">OpenHV</a>, <a href="../games/O.html#openra">OpenRA</a>, <a href="../games/V.html#vanilla-conquer">Vanilla-Conquer</a></p>Media: <a href="https://en.wikipedia.org/wiki/Command_%26_Conquer">Command &amp; Conquer<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="command_conquer_generals" class="box">
<div class="block">
<h2 class="title is-4">Command &amp; Conquer: Generals</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/O.html#opensage">
<span class="has-text-weight-semibold">OpenSAGE</span></a>, <a href="../games/T.html#thyme">
<span class="has-text-weight-semibold">Thyme</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Command_%26_Conquer:_Generals">Command &amp; Conquer: Generals<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Command &amp; Conquer: Generals</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/O.html#opensage">OpenSAGE</a>, <a href="../games/T.html#thyme">Thyme</a></p>Media: <a href="https://en.wikipedia.org/wiki/Command_%26_Conquer:_Generals">Command &amp; Conquer: Generals<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="command_conquer_red_alert" class="box">
<div class="block">
<h2 class="title is-4">Command &amp; Conquer: Red Alert</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#chronoshift">
<span class="has-text-weight-semibold">Chronoshift</span></a>, <a href="../games/O.html#openra">
<span class="has-text-weight-semibold">OpenRA</span></a>, <a href="../games/V.html#vanilla-conquer">
<span class="has-text-weight-semibold">Vanilla-Conquer</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Command_%26_Conquer:_Red_Alert_(series)">Command &amp; Conquer: Red Alert<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Command &amp; Conquer: Red Alert</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#chronoshift">Chronoshift</a>, <a href="../games/O.html#openra">OpenRA</a>, <a href="../games/V.html#vanilla-conquer">Vanilla-Conquer</a></p>Media: <a href="https://en.wikipedia.org/wiki/Command_%26_Conquer:_Red_Alert_(series)">Command &amp; Conquer: Red Alert<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="commander_keen_series" class="box">
<div class="block">
<h2 class="title is-4">Commander Keen Series</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#commander_genius">
<span class="has-text-weight-semibold">Commander Genius</span></a>, <a href="../games/K.html#keen_dreams">
<span class="has-text-weight-semibold">Keen Dreams</span></a>, <a href="../games/O.html#omnispeak">
<span class="has-text-weight-semibold">Omnispeak</span></a>, <a href="../games/R.html#reflection_keen">
<span class="has-text-weight-semibold">Reflection Keen</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Commander_Keen">Commander Keen Series<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Commander Keen Series</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#commander_genius">Commander Genius</a>, <a href="../games/K.html#keen_dreams">Keen Dreams</a>, <a href="../games/O.html#omnispeak">Omnispeak</a>, <a href="../games/R.html#reflection_keen">Reflection Keen</a></p>Media: <a href="https://en.wikipedia.org/wiki/Commander_Keen">Commander Keen Series<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="commando" class="box">
<div class="block">
<h2 class="title is-4">Commando</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#commandojs">
<span class="has-text-weight-semibold">CommandoJS</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Commando</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#commandojs">CommandoJS</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="company_of_heroes" class="box">
<div class="block">
<h2 class="title is-4">Company of Heroes</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#spring_1944">
<span class="has-text-weight-semibold">Spring: 1944</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Company_of_Heroes">Company of Heroes<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Company of Heroes</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#spring_1944">Spring: 1944</a></p>Media: <a href="https://en.wikipedia.org/wiki/Company_of_Heroes">Company of Heroes<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="company_of_heroes_2" class="box">
<div class="block">
<h2 class="title is-4">Company of Heroes 2</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#spring_1944">
<span class="has-text-weight-semibold">Spring: 1944</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Company_of_Heroes_2">Company of Heroes 2<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Company of Heroes 2</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#spring_1944">Spring: 1944</a></p>Media: <a href="https://en.wikipedia.org/wiki/Company_of_Heroes_2">Company of Heroes 2<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="company_of_heroes_opposing_fronts" class="box">
<div class="block">
<h2 class="title is-4">Company of Heroes: Opposing Fronts</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#spring_1944">
<span class="has-text-weight-semibold">Spring: 1944</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Company_of_Heroes:_Opposing_Fronts">Company of Heroes: Opposing Fronts<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Company of Heroes: Opposing Fronts</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#spring_1944">Spring: 1944</a></p>Media: <a href="https://en.wikipedia.org/wiki/Company_of_Heroes:_Opposing_Fronts">Company of Heroes: Opposing Fronts<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="company_of_heroes_tales_of_valor" class="box">
<div class="block">
<h2 class="title is-4">Company of Heroes: Tales of Valor</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#spring_1944">
<span class="has-text-weight-semibold">Spring: 1944</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Company_of_Heroes:_Tales_of_Valor">Company of Heroes: Tales of Valor<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Company of Heroes: Tales of Valor</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#spring_1944">Spring: 1944</a></p>Media: <a href="https://en.wikipedia.org/wiki/Company_of_Heroes:_Tales_of_Valor">Company of Heroes: Tales of Valor<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="conflict_vietnam" class="box">
<div class="block">
<h2 class="title is-4">Conflict: Vietnam</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#command_series_engine">
<span class="has-text-weight-semibold">Command Series Engine</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Conflict:_Vietnam">Conflict: Vietnam<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Conflict: Vietnam</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#command_series_engine">Command Series Engine</a></p>Media: <a href="https://en.wikipedia.org/wiki/Conflict:_Vietnam">Conflict: Vietnam<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="corsixth" class="box">
<div class="block">
<h2 class="title is-4">CorsixTH</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#project_dollhouse">
<span class="has-text-weight-semibold">Project Dollhouse</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">CorsixTH</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#project_dollhouse">Project Dollhouse</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="cortex_command" class="box">
<div class="block">
<h2 class="title is-4">Cortex Command</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cccp">
<span class="has-text-weight-semibold">CCCP</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Cortex_Command">Cortex Command<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Cortex Command</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cccp">CCCP</a></p>Media: <a href="https://en.wikipedia.org/wiki/Cortex_Command">Cortex Command<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="cosmos_cosmic_adventure" class="box">
<div class="block">
<h2 class="title is-4">Cosmo&#39;s Cosmic Adventure</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#cosmo-engine">
<span class="has-text-weight-semibold">Cosmo-Engine</span></a>, <a href="../games/C.html#cosmore">
<span class="has-text-weight-semibold">Cosmore</span></a></div>Media: <a href="https://3drealms.com/catalog/cosmos-cosmic-adventure_37/">3drealms.com/catalog/cosmos-cosmic-adventure_37</a>, <a href="https://en.wikipedia.org/wiki/Cosmo%27s_Cosmic_Adventure">Cosmo&#39;s Cosmic Adventure<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Cosmo&#39;s Cosmic Adventure</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#cosmo-engine">Cosmo-Engine</a>, <a href="../games/C.html#cosmore">Cosmore</a></p>Media: <a href="https://3drealms.com/catalog/cosmos-cosmic-adventure_37/">3drealms.com/catalog/cosmos-cosmic-adventure_37</a>, <a href="https://en.wikipedia.org/wiki/Cosmo%27s_Cosmic_Adventure">Cosmo&#39;s Cosmic Adventure<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="counter-strike" class="box">
<div class="block">
<h2 class="title is-4">Counter-Strike</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freecs">
<span class="has-text-weight-semibold">FreeCS</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Counter-Strike">Counter-Strike<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Counter-Strike</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freecs">FreeCS</a></p>Media: <a href="https://en.wikipedia.org/wiki/Counter-Strike">Counter-Strike<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="crazy_machines_series" class="box">
<div class="block">
<h2 class="title is-4">Crazy Machines series</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the_butterfly_effect">
<span class="has-text-weight-semibold">The Butterfly Effect</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Crazy_Machines">Crazy Machines series<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Crazy Machines series</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the_butterfly_effect">The Butterfly Effect</a></p>Media: <a href="https://en.wikipedia.org/wiki/Crazy_Machines">Crazy Machines series<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="creatures" class="box">
<div class="block">
<h2 class="title is-4">Creatures</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openc2e">
<span class="has-text-weight-semibold">openc2e</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Creatures_(video_game_series)">Creatures<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Creatures</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openc2e">openc2e</a></p>Media: <a href="https://en.wikipedia.org/wiki/Creatures_(video_game_series)">Creatures<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="crimsonland" class="box">
<div class="block">
<h2 class="title is-4">Crimsonland</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/G.html#grimsonland">
<span class="has-text-weight-semibold">Grimsonland</span></a>, <a href="../games/V.html#violetland">
<span class="has-text-weight-semibold">Violetland</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Crimsonland">Crimsonland<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Crimsonland</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/G.html#grimsonland">Grimsonland</a>, <a href="../games/V.html#violetland">Violetland</a></p>Media: <a href="https://en.wikipedia.org/wiki/Crimsonland">Crimsonland<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="crossfire" class="box">
<div class="block">
<h2 class="title is-4">Crossfire</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#atrinik">
<span class="has-text-weight-semibold">Atrinik</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Crossfire</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#atrinik">Atrinik</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="crusade_in_europe" class="box">
<div class="block">
<h2 class="title is-4">Crusade in Europe</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#command_series_engine">
<span class="has-text-weight-semibold">Command Series Engine</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Crusade in Europe</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#command_series_engine">Command Series Engine</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="crystal_caves" class="box">
<div class="block">
<h2 class="title is-4">Crystal Caves</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opencrystalcaves">
<span class="has-text-weight-semibold">OpenCrystalCaves</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Crystal_Caves">Crystal Caves<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Crystal Caves</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opencrystalcaves">OpenCrystalCaves</a></p>Media: <a href="https://en.wikipedia.org/wiki/Crystal_Caves">Crystal Caves<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="crystal_quest" class="box">
<div class="block">
<h2 class="title is-4">Crystal Quest</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#crystalquest">
<span class="has-text-weight-semibold">CrystalQuest</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Crystal_Quest">Crystal Quest<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Crystal Quest</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#crystalquest">CrystalQuest</a></p>Media: <a href="https://en.wikipedia.org/wiki/Crystal_Quest">Crystal Quest<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="cube_2_sauerbraten" class="box">
<div class="block">
<h2 class="title is-4">Cube 2: Sauerbraten</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/I.html#inexor">
<span class="has-text-weight-semibold">Inexor</span></a>, <a href="../games/O.html#open_cube">
<span class="has-text-weight-semibold">Open Cube</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Cube_2:_Sauerbraten">Cube 2: Sauerbraten<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Cube 2: Sauerbraten</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/I.html#inexor">Inexor</a>, <a href="../games/O.html#open_cube">Open Cube</a></p>Media: <a href="https://en.wikipedia.org/wiki/Cube_2:_Sauerbraten">Cube 2: Sauerbraten<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="cube_engine" class="box">
<div class="block">
<h2 class="title is-4">CUBE engine</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#assaultcube">
<span class="has-text-weight-semibold">AssaultCube</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">CUBE engine</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#assaultcube">AssaultCube</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="cube_world" class="box">
<div class="block">
<h2 class="title is-4">Cube World</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/V.html#veloren">
<span class="has-text-weight-semibold">Veloren</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Cube_World">Cube World<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div>
<div id="curse_of_the_azure_bonds" class="box">
<div class="block">
<h2 class="title is-4">Curse of the Azure Bonds</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired games: </span></div>Media: <a href="https://en.wikipedia.org/wiki/Curse_of_the_Azure_Bonds">Curse of the Azure Bonds<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Cube World</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/V.html#veloren">Veloren</a></p>Media: <a href="https://en.wikipedia.org/wiki/Cube_World">Cube World<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</div>
<div id="cytadela" class="box">
<div class="block">
<h2 class="title is-4">Cytadela</h2>
<div class="subtitle is-size-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cytadela">
<span class="has-text-weight-semibold">Cytadela</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
<p class="title is-4">Cytadela</p>
<p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cytadela">Cytadela</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
</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-10-02 13:39</p>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div>
<footer class="footer 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. 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-10-05 11:16</p>
</footer>
</body>
</html>