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

@ -40,7 +40,12 @@ https://github.blog/2014-01-06-github-game-off-ii-winners/
https://github.blog/2021-05-19-ludum-dare-48-staff-picks/ https://github.blog/2021-05-19-ludum-dare-48-staff-picks/
https://github.com/codenamecpp/carnage3d#other-gta-12-re-implementations https://github.com/codenamecpp/carnage3d#other-gta-12-re-implementations
https://github.com/dtrajko/MoravaEngine https://github.com/dtrajko/MoravaEngine
https://github.com/gecko0307/dagon
https://github.com/googleforgames/open-match
https://github.com/hiitiger/goverlay
https://github.com/jmorton06/Lumos https://github.com/jmorton06/Lumos
https://github.com/open-telemetry/opentelemetry-cpp
https://github.com/QodotPlugin/qodot-plugin
https://github.com/Razakhel/RaZ https://github.com/Razakhel/RaZ
https://github.com/samdauwe/BabylonCpp https://github.com/samdauwe/BabylonCpp
https://github.com/SasLuca/rayfork https://github.com/SasLuca/rayfork
@ -92,8 +97,5 @@ https://www.tapatalk.com/groups/imperilist/
https://www.wurfelengine.net/ https://www.wurfelengine.net/
https://zdoom.org/downloads (gzdoom, lzdoom) https://zdoom.org/downloads (gzdoom, lzdoom)
https://zope.readthedocs.io/en/latest/ https://zope.readthedocs.io/en/latest/
https://github.com/QodotPlugin/qodot-plugin https://github.com/loudsmilestudios/TetraForce
https://github.com/gecko0307/dagon https://github.com/Relintai/broken_seals
https://github.com/open-telemetry/opentelemetry-cpp
https://github.com/googleforgames/open-match
https://github.com/hiitiger/goverlay

View File

@ -10,20 +10,20 @@
<link rel="stylesheet" href="{{ base['url_to'](['css', 'bulma.min.css']) }}"> <link rel="stylesheet" href="{{ base['url_to'](['css', 'bulma.min.css']) }}">
<link rel="stylesheet" href="{{ base['url_to'](['css', 'osgl.min.css']) }}"> <link rel="stylesheet" href="{{ base['url_to'](['css', 'osgl.min.css']) }}">
<link rel="icon" type="image/svg+xml" href="{{ base['url_to'](['favicon.svg']) }}"> <link rel="icon" type="image/svg+xml" href="{{ base['url_to'](['favicon.svg']) }}">
<script type="text/javascript" src="{{ base['url_to'](['js', 'osgl.js']) }}"></script>
</head> </head>
<body> <body>
{#- navigation bar -#} {#- navigation bar -#}
<nav class="navbar container is-light" aria-label="main navigation"> <nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <div class="navbar-brand">
<a class="navbar-item{% if 'index' in base['active_nav'] %} is-active{% endif %}" href="{{ base['url_to'](['index.html']) }}">{{ macros.render_icon({'class':'home'}) }}<span>OSGL</span></a> <a class="navbar-item{% if 'index' in base['active_nav'] %} is-active{% endif %}" href="{{ base['url_to'](['index.html']) }}">{{ macros.render_icon({'class':'home'}) }}<span>OSGL</span></a>
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames">{{ macros.render_icon({'class':'github'}) }}<span>On GitHub</span></a> <a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <div class="navbar-start">
<a class="navbar-item{% if 'games' in base['active_nav'] %} is-active{% endif %}" href="{{ base['url_to'](['games', 'index.html']) }}">{{ macros.render_icon({'class':'dice'}) }}<span>Games</span></a> <a class="navbar-item{% if 'games' in base['active_nav'] %} is-active{% endif %}" href="{{ base['url_to'](['games', 'index.html']) }}">{{ macros.render_icon({'class':'dice'}) }}<span>Games</span></a>
<div class="navbar-item has-dropdown is-hoverable"> <div class="navbar-item has-dropdown is-hoverable">
@ -40,22 +40,21 @@
<a class="navbar-item{% if 'inspirations' in base['active_nav'] %} is-active{% endif %}" href="{{ base['url_to'](['inspirations', 'index.html']) }}">{{ macros.render_icon({'class':'bulb'}) }}<span>Inspirations</span></a> <a class="navbar-item{% if 'inspirations' in base['active_nav'] %} is-active{% endif %}" href="{{ base['url_to'](['inspirations', 'index.html']) }}">{{ macros.render_icon({'class':'bulb'}) }}<span>Inspirations</span></a>
<a class="navbar-item{% if 'statistics' in base['active_nav'] %} is-active{% endif %}" href="{{ base['url_to'](['statistics.html']) }}">{{ macros.render_icon({'class':'stats-dots'}) }}<span>Statistics</span></a> <a class="navbar-item{% if 'statistics' in base['active_nav'] %} is-active{% endif %}" href="{{ base['url_to'](['statistics.html']) }}">{{ macros.render_icon({'class':'stats-dots'}) }}<span>Statistics</span></a>
<a class="navbar-item{% if 'contribute' in base['active_nav'] %} is-active{% endif %}" href="{{ base['url_to'](['contribute.html']) }}">{{ macros.render_icon({'class':'pencil'}) }}<span>Contribute</span></a> <a class="navbar-item{% if 'contribute' in base['active_nav'] %} is-active{% endif %}" href="{{ base['url_to'](['contribute.html']) }}">{{ macros.render_icon({'class':'pencil'}) }}<span>Contribute</span></a>
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames">{{ macros.render_icon({'class':'github'}) }}<span>On GitHub</span></a>
</div> </div>
</div> </div>
</nav> </nav>
{#- content block -#} {#- content block -#}
{% block content %}{% endblock %} {% block content %}{% endblock %}
{#- footer -#} {#- footer -#}
<footer class="footer"> <footer class="footer container content is-size-7">
<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. <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> 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
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> <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>. <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>), 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>). 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: {{ base['creation-date'] }}</p> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: {{ base['creation-date'] }}</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -1,35 +1,36 @@
{% extends "base.jinja" %} {% extends "base.jinja" %}
{% block content %} {% block content %}
<section class="section">
<div class="container"> <div class="container">
<div class="box"> <div class="box">
{#- title and subtitle -#} {#- title and subtitle -#}
<div class="block"> <div class="block">
<h1 class="title">{{ macros.render_element(index['title']) }}</h1> <p class="title is-4">{{ macros.render_element(index['title']) }}</p>
{%- if 'subtitle' in index -%} {%- if 'subtitle' in index %}<p class="subtitle is-6">{{ macros.render_element(index['subtitle']) }}</p>{% endif -%}
<h2 class="subtitle">{{ macros.render_element(index['subtitle']) }}</h2>
{%- endif -%}
</div> </div>
{#- index of the categories -#} {#- index of the categories as tags -#}
<div class="tags"> <div class="tags">
{% for category in index['categories'] -%} {% for category in index['categories'] -%}
<span class="tag is-white {% if index['number_entries'][category] > index['number_entries_per_category_threshold'] %}is-size-5{% else %}is-size-6{% endif %}"> <span class="tag is-white {% if index['number_entries'][category] > index['number_entries_per_category_threshold'] %}is-size-5{% else %}is-size-6{% endif %}">
<a href="#{{ category.lower() }}" class="has-text-weight-semibold mr-1">{{ macros.render_element(index['category-names'][category]) }}</a> <span class="has-text-grey">({{ index['number_entries'][category] }})</span> {%- if category in index['category-icons'] %}{{ macros.render_element(index['category-icons'][category]) }}{% endif -%}
<a href="#{{ category.lower() }}" class="has-text-weight-semibold">{{ macros.render_element(index['category-names'][category]) }}</a> <span class="has-text-grey">({{ index['number_entries'][category] }})</span>
</span> </span>
{%- endfor %} {%- endfor %}
</div> </div>
</div> </div>
{#- each of the categories -#} {#- each of the categories one box -#}
{% for category in index['categories'] %} {% for category in index['categories'] %}
<div class="box"> <div id="{{ category.lower() }}" class="box">
<div class="block"> <div class="block">
<h2 id="{{ category.lower() }}" class="is-size-4 has-text-weight-semibold">{{ macros.render_element(index['category-names'][category]) }}</h2> {%- if category in index['category-icons'] %}{{ macros.render_element(index['category-icons'][category]) }}{% endif -%}
{%- if category in index['category-infos'] -%}{{ macros.render_element(index['category-infos'][category]) }}{%- endif -%} <span class="title is-4">{{ macros.render_element(index['category-names'][category]) }}</span>
{%- if category in index['category-infos'] -%}<br>{{ macros.render_element(index['category-infos'][category]) }}{%- endif -%}
</div> </div>
<div class="columns"> <div class="columns">
{#- each of the entry sets one column -#}
{%- for entries_column in index['entries'][category] -%} {%- for entries_column in index['entries'][category] -%}
<div class="column"> <div class="column">
<ul> <ul>
{#- for each entry one link -#}
{%- for entry in entries_column -%} {%- for entry in entries_column -%}
<li>{%- if index['entry_bold'](entry) -%}<span class="has-text-weight-semibold">{%- endif -%} <li>{%- if index['entry_bold'](entry) -%}<span class="has-text-weight-semibold">{%- endif -%}
{{ macros.render_element(entry['url']) }}{%- if 'tags' in entry -%}{{ macros.render_element(entry['tags']) }}{%- endif -%} {{ macros.render_element(entry['url']) }}{%- if 'tags' in entry -%}{{ macros.render_element(entry['tags']) }}{%- endif -%}
@ -39,9 +40,8 @@
</div> </div>
{%- endfor -%} {%- endfor -%}
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
{% endfor %} {%- endfor -%}
</div> </div>
</section>
{% endblock %} {% endblock %}

View File

@ -3,20 +3,13 @@ Generates the static website
Uses Jinja2 (see https://jinja.palletsprojects.com/en/2.11.x/) Uses Jinja2 (see https://jinja.palletsprojects.com/en/2.11.x/)
Listing: Sitemaps is not needed, only for large projects with lots of JavaScript und many undiscoverable pages.
- title: top level title
- items: list of items
- anchor-id, name: title of each item
- fields: list of fields in item
- type: one of 'linebreak', 'text', 'enumeration'
if type == 'text': // macro render_text
content: the text to display
class: the class of the text modifications (optional)
if type == 'enumeration': // macro render_enumeration
""" """
# TODO most people only come to the main page, put more information there (direct links to genres, ...)
# TODO put more explanations on the category pages and the categories (number and short sentences)
# TODO game engines should be sorted with frameworks/tools, not with games (they aren't games or are they?) # TODO game engines should be sorted with frameworks/tools, not with games (they aren't games or are they?)
# TODO if the only change is a change in last updated, do not change it (we can probably check with git diff for it) or checksums # TODO if the only change is a change in last updated, do not change it (we can probably check with git diff for it) or checksums
@ -31,7 +24,7 @@ Listing:
# TODO everywhere: singular, plural (game, entries, items) # TODO everywhere: singular, plural (game, entries, items)
# TODO statistics: better and more statistics with links where possible # TODO statistics: better and more statistics with links where possible
# TODO statistics: with nice graphics (pie charts in SVG) with matplotlib, seaborn, plotly? # TODO statistics: with nice graphics (pie charts in SVG) with matplotlib
# TODO statistics: get it from common statistics generator # TODO statistics: get it from common statistics generator
# TODO frameworks: icons for frameworks/libraries/tools # TODO frameworks: icons for frameworks/libraries/tools
@ -41,6 +34,7 @@ Listing:
# TODO games: @see-home/@see-download/@add (ignore or replace?) # TODO games: @see-home/@see-download/@add (ignore or replace?)
# TODO games: top 50 list from Github via their stars with download links (add to entries) and with screenshot # TODO games: top 50 list from Github via their stars with download links (add to entries) and with screenshot
# TODO games: add screenshot ability (add screenshot to database, at least for top 50) # TODO games: add screenshot ability (add screenshot to database, at least for top 50)
# TODO games: order: homepage, inspiration, download, developer
# TODO update Bulma # TODO update Bulma
@ -55,8 +49,6 @@ Listing:
# TODO games: javascript table # TODO games: javascript table
# TODO games: repositories comments have too much space after( and before ) # TODO games: repositories comments have too much space after( and before )
# TODO add sitemap
# TODO mobile view: optimize layout for mobile view # TODO mobile view: optimize layout for mobile view
# TODO languages: C# redirects to C # TODO languages: C# redirects to C
@ -65,7 +57,9 @@ Listing:
# TODO categories: use icon-text as in https://bulma.io/documentation/elements/icon/ instead of is-large # TODO categories: use icon-text as in https://bulma.io/documentation/elements/icon/ instead of is-large
# TODO info: show only first line of info (which should be a short description if present) # TODO meta description of the pages, fill them
# TODO info: show only first line of info (which should be a short description or make it a field (only for popular ones), otherwise rely on keywords)
# TODO developers: anchors to non-latin written developers do not work (chinese names have simply xxxxx) # TODO developers: anchors to non-latin written developers do not work (chinese names have simply xxxxx)
@ -74,7 +68,11 @@ Listing:
# TODO Google search console # TODO Google search console
# TODO <a> rel attribute https://www.w3schools.com/TAGS/att_a_rel.asp # TODO <a> rel attribute https://www.w3schools.com/TAGS/att_a_rel.asp
# TODO inspirations: if included in the database, link instead to game # TODO inspirations: if included in the database, link instead to game (cross-reference)
# TODO cross-references for code dependencies if included
# TODO add dynamic table (what to include)
import os import os
import shutil import shutil
@ -86,18 +84,24 @@ from utils import osg, constants as c, utils
from jinja2 import Environment, FileSystemLoader from jinja2 import Environment, FileSystemLoader
import html5lib import html5lib
# the categories for the alphabetical indices, letters A-Z, used for identification and as link names internally
alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
# the internal category name for all names not starting with a letter
extra = '0' extra = '0'
extended_alphabet = alphabet + extra extended_alphabet = alphabet + extra
extended_alphabet_names = {k: k for k in extended_alphabet} # and how they are displayed
alphabet_replacements = {'Á': 'A', 'Å': 'A', 'É': 'E', 'Ł': 'L', 'Ľ': 'L', 'А': 'A', 'Б': 'B', 'Д': 'D', 'И': 'I', 'К': 'K', 'П': 'P'} extended_alphabet_names = {k: k for k in alphabet}
extended_alphabet_names[extra] = '0-9'
# especially for developers, replacements from other alphabets
alphabet_replacements = {'Á': 'A', 'Å': 'A', 'Ä': 'A', 'É': 'E', '': 'E', 'Ł': 'L', 'Ľ': 'L', 'А': 'A', 'Б': 'B', 'Д': 'D', 'И': 'I', 'К': 'K', 'П': 'P', 'Ö': 'O', 'Ü': 'U', 'ζ': 'Z'}
# the subfolder structure
games_path = ['games'] games_path = ['games']
frameworks_path = ['frameworks'] frameworks_path = ['frameworks']
inspirations_path = ['inspirations'] inspirations_path = ['inspirations']
developers_path = ['developers'] developers_path = ['developers']
# derived paths
games_index_path = games_path + ['index.html'] games_index_path = games_path + ['index.html']
frameworks_index_path = frameworks_path + ['index.html'] frameworks_index_path = frameworks_path + ['index.html']
inspirations_index_path = inspirations_path + ['index.html'] inspirations_index_path = inspirations_path + ['index.html']
@ -108,6 +112,7 @@ games_by_genres_path = games_path + ['genres.html']
games_by_platform_path = games_path + ['platforms.html'] games_by_platform_path = games_path + ['platforms.html']
games_top50_path = games_path + ['top50.html'] games_top50_path = games_path + ['top50.html']
# TODO currently not used, use?
platform_color = { platform_color = {
'Windows': 'is-danger', 'Windows': 'is-danger',
'Linux': 'is-link', 'Linux': 'is-link',
@ -117,6 +122,7 @@ platform_color = {
'Web': 'is-warning', 'Web': 'is-warning',
} }
# map from supported OS name to icon name
platform_icon_map = { platform_icon_map = {
'Windows': 'windows', 'Windows': 'windows',
'Linux': 'tux', 'Linux': 'tux',
@ -127,6 +133,7 @@ platform_icon_map = {
'Unspecified': 'device_unknown' 'Unspecified': 'device_unknown'
} }
# map from genre name to icon name
genre_icon_map = { genre_icon_map = {
'Action': 'target', 'Action': 'target',
'Adventure': 'dice', 'Adventure': 'dice',
@ -145,16 +152,31 @@ genre_icon_map = {
'Library': 'library' 'Library': 'library'
} }
# cross-references to the langue pages
code_language_references = {l: games_by_language_path[:-1] + ['{}#{}'.format(games_by_language_path[-1], osg.canonical_name(l))] for l in c.known_languages}
# map of internal framework names to display names (which are in plural)
framework_names = {
'tool': 'Tools',
'framework': 'Frameworks',
'library': 'Libraries'
}
# we check the output html structure every time
html5parser = html5lib.HTMLParser(strict=True)
# pluralization (mostly with s, but there are a few exceptions)
plurals = {k: k+'s' for k in ('Assets license', 'Contact', 'Code language', 'Code license', 'Developer', 'Download', 'Inspiration', 'Game', 'Keyword', 'Home', 'Homepage', 'Organization', 'Platform', 'Tag')} plurals = {k: k+'s' for k in ('Assets license', 'Contact', 'Code language', 'Code license', 'Developer', 'Download', 'Inspiration', 'Game', 'Keyword', 'Home', 'Homepage', 'Organization', 'Platform', 'Tag')}
for k in ('Media', 'Play', 'Play online', 'State'): for k in ('Media', 'Play', 'Play online', 'State'):
plurals[k] = k plurals[k] = k
for k in ('Code repository', 'Code dependency'): for k in ('Code repository', 'Code dependency'):
plurals[k] = k[:-1] + 'ies' plurals[k] = k[:-1] + 'ies'
code_language_references = {l: games_by_language_path[:-1] + ['{}#{}'.format(games_by_language_path[-1], osg.canonical_name(l))] for l in c.known_languages}
def get_plural_or_singular(name, amount): def get_plural_or_singular(name, amount):
"""
Gets the pluarization of a known word for a known amount. Helper function.
"""
if not name in plurals.keys(): if not name in plurals.keys():
raise RuntimeError('"{}" not a known singular!'.format(name)) raise RuntimeError('"{}" not a known singular!'.format(name))
if amount == 1: if amount == 1:
@ -162,27 +184,17 @@ def get_plural_or_singular(name, amount):
return plurals[name] return plurals[name]
framework_names = {
'tool': 'Tools',
'framework': 'Frameworks',
'library': 'Libraries'
}
html5parser = html5lib.HTMLParser(strict=True)
def raise_helper(msg): def raise_helper(msg):
"""
Helper, because raise in lambda expression is a bit cumbersome.
(ref. https://stackoverflow.com/questions/8294618/define-a-lambda-expression-that-raises-an-exception)
"""
raise Exception(msg) raise Exception(msg)
def is_list(obj):
return isinstance(obj, list)
def write(text, file): def write(text, file):
""" """
Writes a generated HTML page to a file, but checks with a HTML parser before.
:param text: :param text:
:param file: :param file:
""" """
@ -193,7 +205,7 @@ def write(text, file):
html5parser.parse(text) html5parser.parse(text)
except Exception as e: except Exception as e:
utils.write_text(os.path.join(c.web_path, 'invalid.html'), text) # for further checking with https://validator.w3.org/ utils.write_text(os.path.join(c.web_path, 'invalid.html'), text) # for further checking with https://validator.w3.org/
print('probem with file {}, see invalid.html'.format(file)) print('problem with file {}, see invalid.html'.format(file))
raise RuntimeError(e) raise RuntimeError(e)
# output file # output file
file = os.path.join(c.web_path, *file) file = os.path.join(c.web_path, *file)
@ -205,31 +217,29 @@ def write(text, file):
utils.write_text(file, text) utils.write_text(file, text)
def sort_into_categories(list, categories, fit, unknown_category_name=None): def sort_into_categories(items, categories, fit, unknown_category_name=None):
""" """
Given a list of items and a list of categories and a way to determine if an item fits into a category creates
lists of items fitting in each category as well as a list of items that fit in no category.
:param list: :return: A mapping category (or unknown_category_name) -> sub-list of items in that category
:param categories:
:param fit:
:param unknown_category_name:
:return:
""" """
categorized_sublists = {} categorized_sublists = {}
for category in categories: for category in categories:
sublist = [item for item in list if fit(item, category)] sublist = [item for item in items if fit(item, category)]
categorized_sublists[category] = sublist categorized_sublists[category] = sublist
if unknown_category_name: if unknown_category_name:
# now those that do not fit # now those that do not fit
sublist = [item for item in list if not any(fit(item, category) for category in categories)] sublist = [item for item in items if not any(fit(item, category) for category in categories)]
categorized_sublists[unknown_category_name] = sublist categorized_sublists[unknown_category_name] = sublist
return categorized_sublists return categorized_sublists
def divide_in_columns(categorized_lists, transform): def divide_in_three_columns_and_transform(categorized_lists, transform):
""" """
Used for creating table of content pages for the entries.
:param transform:
:param categorized_lists: :param categorized_lists:
:param key:
:return: :return:
""" """
number_entries = {category: len(categorized_lists[category]) for category in categorized_lists.keys()} number_entries = {category: len(categorized_lists[category]) for category in categorized_lists.keys()}
@ -405,9 +415,9 @@ def make_repo_url(x, name):
if len(c) > 1: if len(c) > 1:
value = c[1] value = c[1]
if key == 'archived': if key == 'archived':
comments.append(make_text('archived', css_class='is-size-7')) comments.append(make_text('archived'))
if key == 'created': if key == 'created':
comments.append(make_text('since {}'.format(value), css_class='is-size-7')) comments.append(make_text('since {}'.format(value)))
if key == 'stars': if key == 'stars':
value = int(value) value = int(value)
if value > 200: if value > 200:
@ -417,7 +427,7 @@ def make_repo_url(x, name):
else: else:
comments.append(make_icon('star-o', 'low rated')) comments.append(make_icon('star-o', 'low rated'))
# this is the default element # this is the default element
url = make_url(x.value, shortcut_url(x.value, name), css_class='is-size-7') url = make_url(x.value, shortcut_url(x.value, name))
if comments: if comments:
return make_enumeration([url, make_enclose(make_enumeration(comments), '(', ')')], '') return make_enumeration([url, make_enclose(make_enumeration(comments), '(', ')')], '')
else: else:
@ -477,19 +487,25 @@ def make_tags(entries):
def developer_profile_link(link): def developer_profile_link(link):
"""
Creates links to developer profiles.
:param link: Shortcut link from the developer contact field.
:return: A URL to a profile page.
"""
if link.endswith('@SF'): if link.endswith('@SF'):
return make_url('https://sourceforge.net/u/{}/profile/'.format(link[:-3]), make_icon('sourceforge'), 'Profile on Sourceforge') return make_url('https://sourceforge.net/u/{}/profile/'.format(link[:-3]), make_icon('sourceforge'), 'User {} on Sourceforge'.format(link[:-3]))
if link.endswith('@GH'): if link.endswith('@GH'):
return make_url('https://github.com/{}'.format(link[:-3]), make_icon('github'), 'Profile on Github') return make_url('https://github.com/{}'.format(link[:-3]), make_icon('github'), 'User {} on Github'.format(link[:-3]))
if link.endswith('@GL'): if link.endswith('@GL'):
return make_url('https://gitlab.com/{}'.format(link[:-3]), make_icon('gitlab'), 'Profile on Gitlab') return make_url('https://gitlab.com/{}'.format(link[:-3]), make_icon('gitlab'), 'User {} on Gitlab'.format(link[:-3]))
if link.endswith('@BB'): if link.endswith('@BB'):
return make_url('https://bitbucket.org/{}/'.format(link[:-3]), make_icon('bitbucket'), 'Profile on BitBucket') return make_url('https://bitbucket.org/{}/'.format(link[:-3]), make_icon('bitbucket'), 'User {} on BitBucket'.format(link[:-3]))
raise RuntimeError('Unknown profile link {}'.format(link)) raise RuntimeError('Unknown profile link {}'.format(link))
def convert_inspirations(inspirations, entries): def convert_inspirations(inspirations, entries):
entries_references = {entry['Title']:entry['href'] for entry in entries} entries_references = {entry['Title']: entry['href'] for entry in entries}
for inspiration in inspirations: for inspiration in inspirations:
name = inspiration['Name'] name = inspiration['Name']
inspiration['name'] = name inspiration['name'] = name
@ -502,7 +518,7 @@ def convert_inspirations(inspirations, entries):
# inspired entries (with links to them) # inspired entries (with links to them)
inspired_entries = inspiration['Inspired entries'] inspired_entries = inspiration['Inspired entries']
entries = [make_url(entries_references[entry], make_text(entry, 'has-text-weight-semibold')) for entry in inspired_entries] entries = [make_url(entries_references[entry], make_text(entry)) for entry in inspired_entries]
name = make_text('Inspired {}: '.format(get_plural_or_singular('Game', len(entries)).lower()), 'has-text-weight-semibold') name = make_text('Inspired {}: '.format(get_plural_or_singular('Game', len(entries)).lower()), 'has-text-weight-semibold')
inspiration['inspired'] = [name, make_enumeration(entries)] inspiration['inspired'] = [name, make_enumeration(entries)]
@ -515,8 +531,8 @@ def convert_developers(developers, entries):
# games # games
developed_entries = developer['Games'] developed_entries = developer['Games']
entries = [make_url(entries_references[entry], make_text(entry, 'has-text-weight-semibold')) for entry in developed_entries] entries = [make_url(entries_references[entry], make_text(entry)) for entry in developed_entries]
name = make_text('Developed {}:'.format(get_plural_or_singular('Game', len(entries)).lower()), 'has-text-weight-semibold') name = make_text('Developed {}: '.format(get_plural_or_singular('Game', len(entries)).lower()), 'has-text-weight-semibold')
developer['games'] = [name, make_enumeration(entries)] developer['games'] = [name, make_enumeration(entries)]
# contacts # contacts
@ -537,7 +553,7 @@ def convert_developers(developers, entries):
def create_keyword_tag(keyword): def create_keyword_tag(keyword):
if keyword in c.recommended_keywords: if keyword in c.recommended_keywords:
if keyword in c.framework_keywords: if keyword in c.non_game_keywords:
url = frameworks_index_path.copy() url = frameworks_index_path.copy()
else: else:
url = games_by_genres_path.copy() url = games_by_genres_path.copy()
@ -553,14 +569,14 @@ def create_keyword_tag(keyword):
def create_state_texts(states): def create_state_texts(states):
texts = [] texts = []
if 'mature' in states: if 'mature' in states:
texts.append(make_text('mature', 'is-size-7 has-text-weight-bold has-text-info')) texts.append(make_text('mature', 'has-text-weight-bold'))
else: else:
texts.append(make_text('beta', 'is-size-7 has-text-gray-lighter')) texts.append(make_text('beta'))
inactive = [x for x in states if x.startswith('inactive since')] inactive = [x for x in states if x.startswith('inactive since')]
if inactive: if inactive:
texts.append([make_text(inactive[0], 'is-size-7 has-text-gray-lighter'), make_icon('brightness_3')]) texts.append([make_text(inactive[0], ''), make_icon('brightness_3')])
else: else:
texts.append([make_text('active', 'is-size-7 has-text-weight-bold has-text-info'), make_icon('sun')]) texts.append([make_text('active', 'has-text-weight-bold'), make_icon('sun')])
return texts return texts
@ -591,12 +607,12 @@ def convert_entries(entries, inspirations, developers):
if isinstance(e[0], osg.osg_parse.ValueWithComment): if isinstance(e[0], osg.osg_parse.ValueWithComment):
e = [x.value for x in e] e = [x.value for x in e]
if field == 'Inspiration': if field == 'Inspiration':
e = [make_url(inspirations_references[x], make_text(x, 'has-text-weight-semibold')) for x in e] e = [make_url(inspirations_references[x], make_text(x)) for x in e]
elif field == 'Developer': elif field == 'Developer':
if len(e) > 10: # many devs, print smaller if len(e) > 10: # many devs, print smaller
e = [make_url(developer_references[x], make_text(x, 'has-text-weight-semibold is-size-7')) for x in e] e = [make_url(developer_references[x], make_text(x, 'is-size-7')) for x in e]
else: else:
e = [make_url(developer_references[x], make_text(x, 'has-text-weight-semibold')) for x in e] e = [make_url(developer_references[x], make_text(x)) for x in e]
elif field in c.url_fields: elif field in c.url_fields:
e = [make_url(x, shortcut_url(x, name)) for x in e] e = [make_url(x, shortcut_url(x, name)) for x in e]
else: else:
@ -605,7 +621,7 @@ def convert_entries(entries, inspirations, developers):
field = 'Homepage' field = 'Homepage'
elif field == 'Play': # Play -> Play online elif field == 'Play': # Play -> Play online
field = 'Play online' field = 'Play online'
namex = make_text('{}: '.format(get_plural_or_singular(field, len(e))), 'has-text-weight-semibold') namex = make_text('{}: '.format(get_plural_or_singular(field, len(e))))
entry[field.lower()] = [namex, make_enumeration(e, divider)] entry[field.lower()] = [namex, make_enumeration(e, divider)]
# platforms # platforms
@ -615,9 +631,10 @@ def convert_entries(entries, inspirations, developers):
e = [x.value for x in e] e = [x.value for x in e]
else: else:
e = ['Unspecified'] e = ['Unspecified']
e = [make_url(games_by_platform_path[:-1] + ['{}#{}'.format(games_by_platform_path[-1], x.lower())], make_icon(platform_icon_map[x]), x) if x in platform_icon_map else make_text(x, 'is-size-7') for x in e] e = [make_url(games_by_platform_path[:-1] + ['{}#{}'.format(games_by_platform_path[-1], x.lower())], make_icon(platform_icon_map[x]), x) if x in platform_icon_map else make_text(x) for x in e]
namex = make_text('{}:'.format(get_plural_or_singular('Platform', len(e))), 'has-text-weight-semibold') namex = make_text('{}:'.format(get_plural_or_singular('Platform', len(e))))
entry['platform'] = [namex] + e # entry['platform'] = [namex] + e
entry['state'].insert(0, [namex] + e)
# technical info fields # technical info fields
for field in ('Code language', 'Code license', 'Code repository', 'Code dependency', 'Assets license'): for field in ('Code language', 'Code license', 'Code repository', 'Code dependency', 'Assets license'):
@ -631,14 +648,14 @@ def convert_entries(entries, inspirations, developers):
if field == 'Code repository': if field == 'Code repository':
e = [make_repo_url(x, name) for x in e] e = [make_repo_url(x, name) for x in e]
elif field == 'Code language': elif field == 'Code language':
e = [make_url(code_language_references[x], make_text(x, 'is-size-7')) for x in e] e = [make_url(code_language_references[x], make_text(x)) for x in e]
elif field == 'Code license' or field == 'Assets license': elif field == 'Code license' or field == 'Assets license':
e = [make_url(c.license_urls[x], x, css_class='is-size-7') if x in c.license_urls else make_text(x, 'is-size-7') for x in e] e = [make_url(c.license_urls[x], x) if x in c.license_urls else make_text(x) for x in e]
elif field in c.url_fields: elif field in c.url_fields:
e = [make_url(x, shortcut_url(x, name), css_class='is-size-7') for x in e] e = [make_url(x, shortcut_url(x, name)) for x in e]
else: else:
e = [make_text(x, 'is-size-7') for x in e] e = [make_text(x) for x in e]
namex = make_text('{}: '.format(get_plural_or_singular(field, len(entries))), 'is-size-7') namex = make_text('{}: '.format(get_plural_or_singular(field, len(entries))))
entry[field.lower()] = [namex, make_enumeration(e, divider)] entry[field.lower()] = [namex, make_enumeration(e, divider)]
# build system # build system
@ -683,7 +700,7 @@ def get_top50_games(games):
stars = value stars = value
top50_games.append((game, stars)) top50_games.append((game, stars))
top50_games.sort(key=lambda x:x[1], reverse=True) top50_games.sort(key=lambda x:x[1], reverse=True)
top50_games = top50_games[:50] top50_games = top50_games[:50] # get top 50
top50_games =[game for game, stars in top50_games] top50_games =[game for game, stars in top50_games]
return top50_games return top50_games
@ -699,14 +716,14 @@ def generate(entries, inspirations, developers):
# split entries in games and frameworks # split entries in games and frameworks
games, frameworks = [], [] games, frameworks = [], []
for entry in entries: for entry in entries:
(games, frameworks)[any([keyword in entry['Keyword'] for keyword in c.framework_keywords])].append(entry) (games, frameworks)[any([keyword in entry['Keyword'] for keyword in c.non_game_keywords])].append(entry)
# preprocess # preprocess
preprocess(games, 'Title', games_path) preprocess(games, 'Title', games_path)
preprocess(frameworks, 'Title', frameworks_path) preprocess(frameworks, 'Title', frameworks_path)
# TODO preprocess doesn't set the urls for frameworks correctly fix here, do better later # TODO preprocess doesn't set the urls for frameworks correctly fix here, do better later
for framework in frameworks: for framework in frameworks:
keyword = [keyword for keyword in c.framework_keywords if keyword in framework['Keyword']][0] keyword = [keyword for keyword in c.non_game_keywords if keyword in framework['Keyword']][0]
framework['href'] = frameworks_path + ['{}.html#{}'.format(keyword, framework['anchor-id'])] framework['href'] = frameworks_path + ['{}.html#{}'.format(keyword, framework['anchor-id'])]
entries = games + frameworks entries = games + frameworks
preprocess(inspirations, 'Name', inspirations_path) preprocess(inspirations, 'Name', inspirations_path)
@ -727,36 +744,35 @@ def generate(entries, inspirations, developers):
inspirations_by_alphabet = sort_into_categories(inspirations, extended_alphabet, sorter) inspirations_by_alphabet = sort_into_categories(inspirations, extended_alphabet, sorter)
developers_by_alphabet = sort_into_categories(developers, extended_alphabet, sorter) developers_by_alphabet = sort_into_categories(developers, extended_alphabet, sorter)
genres = [keyword.capitalize() for keyword in c.recommended_keywords if keyword not in c.framework_keywords] genres = [keyword.capitalize() for keyword in c.recommended_keywords if keyword not in c.non_game_keywords]
genres.sort() genres.sort()
games_by_genre = sort_into_categories(games, genres, lambda item, category: category.lower() in item['Keyword']) games_by_genre = sort_into_categories(games, genres, lambda item, category: category.lower() in item['Keyword'])
games_by_platform = sort_into_categories(entries, c.valid_platforms, lambda item, category: category in item.get('Platform', []), 'Unspecified') games_by_platform = sort_into_categories(entries, c.valid_platforms, lambda item, category: category in item.get('Platform', []), 'Unspecified')
games_by_language = sort_into_categories(entries, c.known_languages, lambda item, category: category in item['Code language']) games_by_language = sort_into_categories(entries, c.known_languages, lambda item, category: category in item['Code language'])
frameworks_by_type = sort_into_categories(frameworks, c.framework_keywords, lambda item, category: category in item['Keyword']) frameworks_by_type = sort_into_categories(frameworks, c.non_game_keywords, lambda item, category: category in item['Keyword'])
# extract top 50 Github stars games # extract top 50 Github stars games
top50_games = get_top50_games(games) top50_games = get_top50_games(games)
# base dictionary # base dictionary
base = { base = {
'title': 'OSGL', 'title': 'OSGL',
'creation-date': datetime.datetime.now(datetime.timezone.utc).strftime('%Y-%m-%d %H:%M') 'creation-date': datetime.datetime.now(datetime.timezone.utc).strftime('%Y-%m-%d %H:%M')
} }
# copy css # copy css and js
utils.copy_tree(os.path.join(c.web_template_path, 'css'), c.web_css_path) utils.copy_tree(os.path.join(c.web_template_path, 'css'), c.web_css_path)
utils.copy_tree(os.path.join(c.web_template_path, 'js'), c.web_js_path)
# collage_image and google search console token and favicon.svg # collage_image and google search console token and favicon.svg
for file in ('collage_games.jpg', 'google1f8a3863114cbcb3.html', 'favicon.svg'): for file in ('collage_games.jpg', 'google1f8a3863114cbcb3.html', 'favicon.svg'):
shutil.copyfile(os.path.join(c.web_template_path, file), os.path.join(c.web_path, file)) shutil.copyfile(os.path.join(c.web_template_path, file), os.path.join(c.web_path, file))
# create Jinja Environment # create Jinja Environment
environment = Environment(loader=FileSystemLoader(c.web_template_path), autoescape=True) environment = Environment(loader=FileSystemLoader(c.web_template_path), autoescape=True)
environment.globals['base'] = base environment.globals['base'] = base
environment.globals['raise'] = raise_helper environment.globals['raise'] = raise_helper
environment.globals['is_list'] = is_list environment.globals['is_list'] = lambda obj: isinstance(obj, list)
# multiple times used templates # multiple times used templates
template_categorical_index = environment.get_template('categorical_index.jinja') template_categorical_index = environment.get_template('categorical_index.jinja')
@ -810,18 +826,19 @@ def generate(entries, inspirations, developers):
base['active_nav'] = 'frameworks' base['active_nav'] = 'frameworks'
# frameworks by type # frameworks by type
index = divide_in_columns(frameworks_by_type, game_index) index = divide_in_three_columns_and_transform(frameworks_by_type, game_index)
index['title'] = make_text('Open source game frameworks/tools') index['title'] = make_text('Open source game frameworks/tools')
index['subtitle'] = make_text('Index of {} game frameworks/tools'.format(len(frameworks))) index['subtitle'] = make_text('Index of {} game frameworks/tools'.format(len(frameworks)))
index['categories'] = c.framework_keywords index['categories'] = c.non_game_keywords
index['category-names'] = framework_names index['category-names'] = framework_names
index['category-icons'] = {}
index['number_entries_per_category_threshold'] = 0 index['number_entries_per_category_threshold'] = 0
index['entry_bold'] = lambda x: 'tags' not in x index['entry_bold'] = lambda x: 'tags' not in x
index['category-infos'] = {} index['category-infos'] = {}
write(template_categorical_index.render(index=index), frameworks_index_path) write(template_categorical_index.render(index=index), frameworks_index_path)
# generate frameworks pages # generate frameworks pages
for keyword in c.framework_keywords: for keyword in c.non_game_keywords:
listing = { listing = {
'title': framework_names[keyword], 'title': framework_names[keyword],
'subtitle': make_url(frameworks_index_path, 'Index'), 'subtitle': make_url(frameworks_index_path, 'Index'),
@ -842,35 +859,38 @@ def generate(entries, inspirations, developers):
write(template_listing_entries.render(listing=listing), games_path + ['{}.html'.format(letter.capitalize())]) write(template_listing_entries.render(listing=listing), games_path + ['{}.html'.format(letter.capitalize())])
# generate games index # generate games index
index = divide_in_columns(games_by_alphabet, game_index) index = divide_in_three_columns_and_transform(games_by_alphabet, game_index)
index['title'] = make_text('Open source games') index['title'] = make_text('Open source games')
index['subtitle'] = make_text('Alphabetical index of {} games'.format(len(games))) index['subtitle'] = make_text('Alphabetical index of informations about {} games'.format(len(games)))
index['categories'] = extended_alphabet index['categories'] = extended_alphabet
index['category-names'] = extended_alphabet_names index['category-names'] = extended_alphabet_names
index['category-icons'] = {}
index['number_entries_per_category_threshold'] = 20 index['number_entries_per_category_threshold'] = 20
index['entry_bold'] = lambda x: 'tags' not in x index['entry_bold'] = lambda x: 'tags' not in x
index['category-infos'] = {} index['category-infos'] = {letter: make_text('{} games'.format(len(games_by_alphabet[letter]))) for letter in extended_alphabet}
write(template_categorical_index.render(index=index), games_index_path) write(template_categorical_index.render(index=index), games_index_path)
# genres # genres
base['active_nav'] = ['filter', 'genres'] base['active_nav'] = ['filter', 'genres']
index = divide_in_columns(games_by_genre, game_index) index = divide_in_three_columns_and_transform(games_by_genre, game_index)
index['title'] = make_text('Open source games') index['title'] = make_text('Open source games')
index['subtitle'] = make_text('Index by game genre') index['subtitle'] = make_text('Index by game genre')
index['categories'] = genres index['categories'] = genres
index['category-names'] = {k:[make_icon(genre_icon_map[k]), make_text(k)] if k in genre_icon_map else make_text(k) for k in index['categories']} index['category-names'] = {k: make_text(k) for k in index['categories']}
index['number_entries_per_category_threshold'] = 25 index['category-icons'] = {k: make_icon(genre_icon_map[k]) for k in index['categories'] if k in genre_icon_map}
index['number_entries_per_category_threshold'] = 50
index['entry_bold'] = lambda x: 'tags' not in x index['entry_bold'] = lambda x: 'tags' not in x
index['category-infos'] = {} index['category-infos'] = {genre: make_text('{} games'.format(len(games_by_genre[genre]))) for genre in genres}
write(template_categorical_index.render(index=index), games_by_genres_path) write(template_categorical_index.render(index=index), games_by_genres_path)
# games by language # games by language
base['active_nav'] = ['filter', 'code language'] base['active_nav'] = ['filter', 'code language']
index = divide_in_columns(games_by_language, game_index) index = divide_in_three_columns_and_transform(games_by_language, game_index)
index['title'] = 'Open source games and frameworks' index['title'] = 'Open source games and frameworks'
index['subtitle'] = make_text('Index by programming language') index['subtitle'] = make_text('Index by programming language')
index['categories'] = c.known_languages index['categories'] = c.known_languages
index['category-names'] = {k:k for k in index['categories']} index['category-names'] = {k:k for k in index['categories']}
index['category-icons'] = {}
index['number_entries_per_category_threshold'] = 15 index['number_entries_per_category_threshold'] = 15
index['entry_bold'] = lambda x: 'tags' not in x index['entry_bold'] = lambda x: 'tags' not in x
index['category-infos'] = {category: make_url(c.language_urls[category], 'Language information', css_class='is-size-7') for category in c.known_languages if category in c.language_urls} index['category-infos'] = {category: make_url(c.language_urls[category], 'Language information', css_class='is-size-7') for category in c.known_languages if category in c.language_urls}
@ -878,14 +898,16 @@ def generate(entries, inspirations, developers):
# games by platform # games by platform
base['active_nav'] = ['filter', 'platforms'] base['active_nav'] = ['filter', 'platforms']
index = divide_in_columns(games_by_platform, game_index) index = divide_in_three_columns_and_transform(games_by_platform, game_index)
index['title'] = 'Open source games and frameworks' index['title'] = 'Open source games and frameworks'
index['subtitle'] = make_text('Index by supported platform') index['subtitle'] = make_text('Index by supported platform')
index['categories'] = c.valid_platforms + ('Unspecified',) index['categories'] = c.valid_platforms + ('Unspecified',)
index['category-names'] = {k:[make_icon(platform_icon_map[k]), make_text(k)] for k in index['categories']} index['category-names'] = {k: make_text(k) for k in index['categories']}
index['category-icons'] = {k: make_icon(platform_icon_map[k]) for k in index['categories']}
index['number_entries_per_category_threshold'] = 15 index['number_entries_per_category_threshold'] = 15
index['entry_bold'] = lambda x: 'tags' not in x index['entry_bold'] = lambda x: 'tags' not in x
index['category-infos'] = {} index['category-infos'] = {}
index['category-infos'] = {category: make_text('{} entries'.format(len(games_by_platform[category]))) for category in index['categories']}
write(template_categorical_index.render(index=index), games_by_platform_path) write(template_categorical_index.render(index=index), games_by_platform_path)
# top 50 games # top 50 games
@ -904,11 +926,12 @@ def generate(entries, inspirations, developers):
# inspirations # inspirations
# inspirations index # inspirations index
index = divide_in_columns(inspirations_by_alphabet, inspiration_index) index = divide_in_three_columns_and_transform(inspirations_by_alphabet, inspiration_index)
index['title'] = 'Inspirations' index['title'] = 'Inspirations'
index['subtitle'] = make_text('Alphabetical index of {} games used as inspirations'.format(len(inspirations))) index['subtitle'] = make_text('Alphabetical index of {} games used as inspirations'.format(len(inspirations)))
index['categories'] = extended_alphabet index['categories'] = extended_alphabet
index['category-names'] = extended_alphabet_names index['category-names'] = extended_alphabet_names
index['category-icons'] = {}
index['number_entries_per_category_threshold'] = 10 index['number_entries_per_category_threshold'] = 10
index['entry_bold'] = lambda x: 'tags' in x index['entry_bold'] = lambda x: 'tags' in x
index['category-infos'] = {} index['category-infos'] = {}
@ -937,11 +960,12 @@ def generate(entries, inspirations, developers):
write(template_listing_developers.render(listing=listing), developers_path + ['{}.html'.format(letter.capitalize())]) write(template_listing_developers.render(listing=listing), developers_path + ['{}.html'.format(letter.capitalize())])
# developers index # developers index
index = divide_in_columns(developers_by_alphabet, developer_index) index = divide_in_three_columns_and_transform(developers_by_alphabet, developer_index)
index['title'] = 'Open source game developers' index['title'] = 'Open source game developers'
index['subtitle'] = make_text('Alphabetical index of {} developers'.format(len(developers))) index['subtitle'] = make_text('Alphabetical index of {} developers'.format(len(developers)))
index['categories'] = extended_alphabet index['categories'] = extended_alphabet
index['category-names'] = extended_alphabet_names index['category-names'] = extended_alphabet_names
index['category-icons'] = {}
index['number_entries_per_category_threshold'] = 10 index['number_entries_per_category_threshold'] = 10
index['entry_bold'] = lambda x: 'tags' in x index['entry_bold'] = lambda x: 'tags' in x
index['category-infos'] = {} index['category-infos'] = {}
@ -964,10 +988,14 @@ if __name__ == "__main__":
inspirations = osg.read_inspirations() inspirations = osg.read_inspirations()
inspirations = list(inspirations.values()) inspirations = list(inspirations.values())
inspirations.sort(key=lambda x: str.casefold(x['Name'])) inspirations.sort(key=lambda x: str.casefold(x['Name']))
# remove orphaned inspirations for the website creation
inspirations = [inspiration for inspiration in inspirations if inspiration['Inspired entries']]
developers = osg.read_developers() developers = osg.read_developers()
developers = list(developers.values()) developers = list(developers.values())
developers.sort(key=lambda x: str.casefold(x['Name'])) developers.sort(key=lambda x: str.casefold(x['Name']))
# remove orphaned developers for the website creation
developers = [developer for developer in developers if developer['Games']]
# re-generate static website # re-generate static website
print('re-generate static website') print('re-generate static website')

29
code/html/js/osgl.js Normal file
View File

@ -0,0 +1,29 @@
/*
* A tiny bit of JavaScript to improve the OSGL site.
*/
document.addEventListener('DOMContentLoaded', () => {
// Get all "navbar-burger" elements
const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);
// Check if there are any navbar burgers
if ($navbarBurgers.length > 0) {
// Add a click event on each of them
$navbarBurgers.forEach( el => {
el.addEventListener('click', () => {
// Get the target from the "data-target" attribute
const target = el.dataset.target;
const $target = document.getElementById(target);
// Toggle the "is-active" class on both the "navbar-burger" and the "navbar-menu"
el.classList.toggle('is-active');
$target.classList.toggle('is-active');
});
});
}
});

View File

@ -1,16 +1,14 @@
{% extends "base.jinja" %} {% extends "base.jinja" %}
{% block content %} {% block content %}
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">{{ listing['title'] }}</h1> <p class="title is-4">{{ listing['title'] }}</p>
{#- iterate over items -#} {#- iterate over items, each one as a box-#}
{% for item in listing['items'] %} {% for item in listing['items'] %}
<div id="{{ item['anchor-id'] }}" class="box"> <div id="{{ item['anchor-id'] }}" class="box">
{#- name and contact elements on one line, as a level -#}
<div class="level"> <div class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item"><p class="title is-4">{{ item['name'] }}</p></div>
<h2 class="title is-4">{{ item['name'] }}</h2>
</div>
</div> </div>
<div class="level-right is-size-5"> <div class="level-right is-size-5">
{%- for contact in item['contact'] -%} {%- for contact in item['contact'] -%}
@ -18,18 +16,18 @@
{%- endfor -%} {%- endfor -%}
</div> </div>
</div> </div>
{#- games as a separate element -#}
<div class="block">{{ macros.render_element(item['games']) }}</div> <div class="block">{{ macros.render_element(item['games']) }}</div>
{#- other elements -#}
<div class="block"> <div class="block">
{%- for field in ('organization',) -%} {%- for field in ('organization',) -%}
{%- if field in item %}{{ macros.render_element(item[field]) }}{% endif -%} {%- if field in item %}{{ macros.render_element(item[field]) }}{% endif -%}
{%- endfor -%} {%- endfor -%}
</div> </div>
<div class="block"> {#- improve link -#}
<a href="{{ base['url_to'](['contribute.html#developers']) }}" title="Contribution guide" class="is-size-7">Improve</a> <p class="is-size-7 has-text-right"><a href="{{ base['url_to'](['contribute.html#developers']) }}" title="Contribution guide">Improve</a></p>
</div>
</div> </div>
{% endfor -%} {% endfor -%}
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
</section>
{% endblock %} {% endblock %}

View File

@ -1,57 +1,46 @@
{% extends "base.jinja" %} {% extends "base.jinja" %}
{% block content %} {% block content %}
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">{{ listing['title'] }}</h1> <div class="box"><p class="title is-4">{{ listing['title'] }}</p>
{%- if 'subtitle' in listing -%} {%- if 'subtitle' in listing %}<p class="subtitle is-6">{{ macros.render_element(listing['subtitle']) }}</p>{% endif -%}</div>
<h2 class="subtitle">{{ macros.render_element(listing['subtitle']) }}</h2> {#- iterate over items -#}
{%- endif -%}
{# iterate over items -#}
{% for item in listing['items'] %} {% for item in listing['items'] %}
<div id="{{ item['anchor-id'] }}" class="box"> <div id="{{ item['anchor-id'] }}" class="box">
{#- title and platform, activity, state as a level item (all on one line) -#}
<nav class="level"> <nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">{{ item['name'] }}</div>
<h2 class="title is-4">{{ item['name'] }}</h2>
</div> </div>
</div> <div class="level-right is-size-7">
<div class="level-right">
{%- for state in item['state'] -%} {%- for state in item['state'] -%}
<div class="level-item">{{ macros.render_element(state) }}</div> <div class="level-item">{{ macros.render_element(state) }}</div>
{%- endfor -%} {%- endfor -%}
</div> </div>
</nav> </nav>
{#- keywords as tags, no note currently -#}
<div class="block"> <div class="block">
{%- if 'platform' in item -%}
{%- for platform in item['platform'] -%}
<span class="mr-2">{{ macros.render_element(platform) }}</span>
{%- endfor -%}
{%- endif -%}
{{ macros.render_element(item['keyword']) }} {{ macros.render_element(item['keyword']) }}
{%- if 'note' in item %}{{ macros.render_element(item['note']) }}{% endif -%}
</div> </div>
{#- important fields in a certain order -#}
<div class="block"> <div class="block">
{%- if 'inspiration' in item %}{{ macros.render_element(item['inspiration']) }}<br>{% endif -%} {%- for field in ('homepage', 'media', 'inspiration', 'download', 'play online', 'developer') -%}
{%- if 'developer' in item %}{{ macros.render_element(item['developer']) }}{% endif -%}
</div>
<div class="block">
{%- for field in ('homepage', 'media', 'download', 'play online') -%}
{%- if field in item -%}{{ macros.render_element(item[field]) }}<br>{%- endif -%} {%- if field in item -%}{{ macros.render_element(item[field]) }}<br>{%- endif -%}
{%- endfor -%} {%- endfor -%}
</div> </div>
<div class="block"> {#- technical fields -#}
<span class="has-text-weight-semibold">Technical info</span><br> <div class="block is-size-7">
<span class="has-text-weight-semibold">Technical information</span><br>
{%- for field in ('code language', 'code license', 'code repository', 'code dependency', 'assets license', 'build system') -%} {%- for field in ('code language', 'code license', 'code repository', 'code dependency', 'assets license', 'build system') -%}
{%- if field in item -%}{{ macros.render_element(item[field]) }}<br>{%- endif -%} {%- if field in item -%}{{ macros.render_element(item[field]) }}<br>{%- endif -%}
{%- endfor -%} {%- endfor -%}
</div> </div>
<div class="block"> {#- improve, raw -#}
<a href="{{ base['url_to'](['contribute.html#games']) }}" title="Contribution guide" class="is-size-7 mr-2">Improve</a> <div class="block is-size-7 has-text-right">
<a href="{{ item['raw-path'] }}" title="Text based entry on Github" class="is-size-7">Raw entry</a> <a href="{{ base['url_to'](['contribute.html#games']) }}" title="Contribution guide" class="mr-2">Improve</a>
<a href="{{ item['raw-path'] }}" title="Text based entry on Github">Raw entry</a>
</div> </div>
</div>{#- of box -#} </div>{#- of box -#}
{% endfor %} {% endfor %}
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
</section>
{% endblock %} {% endblock %}

View File

@ -1,22 +1,19 @@
{% extends "base.jinja" %} {% extends "base.jinja" %}
{% block content %} {% block content %}
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">{{ listing['title'] }}</h1> <p class="title is-4">{{ listing['title'] }}</p>
{# iterate over items -#} {#- iterate over items, each one as a box-#}
{%- for item in listing['items'] -%} {%- for item in listing['items'] -%}
<div id="{{ item['anchor-id'] }}" class="box"> <div id="{{ item['anchor-id'] }}" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">{{ item['name'] }}</h2> <p class="title is-4">{{ item['name'] }}</p>
<div class="subtitle is-size-6">{{ macros.render_element(item['inspired']) }}</div> <p class="subtitle is-6">{{ macros.render_element(item['inspired']) }}</p>
{%- if 'media' in item -%}{{ macros.render_element(item['media']) }}{%- endif -%} {%- if 'media' in item -%}{{ macros.render_element(item['media']) }}{%- endif -%}
</div> </div>
<div class="block"> {#- improve link -#}
<a href="{{ base['url_to'](['contribute.html#inspirations']) }}" title="Contribution guide" class="is-size-7">Improve</a> <p class="is-size-7 has-text-right"><a href="{{ base['url_to'](['contribute.html#inspirations']) }}" title="Contribution guide">Improve</a></p>
</div>
</div> </div>
{% endfor -%} {% endfor -%}
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
</section>
{% endblock %} {% endblock %}

View File

@ -32,7 +32,7 @@
{# Renders an icon #} {# Renders an icon #}
{%- macro render_icon(icon) -%} {%- macro render_icon(icon) -%}
<span class="icon is-large has-text-black" {% if 'title' in icon %} title="{{ icon['title'] }}"{% endif %}><i class="icon-{{ icon['class'] }}"></i></span> <span class="icon has-text-black"{% if 'title' in icon %} title="{{ icon['title'] }}"{% endif %}><i class="icon-{{ icon['class'] }}"></i></span>
{%- endmacro -%} {%- endmacro -%}
{# Some text surrounded by a link tag #} {# Some text surrounded by a link tag #}

View File

@ -1,18 +1,16 @@
{% extends "base.jinja" %} {% extends "base.jinja" %}
{% block content %} {% block content %}
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">{{ data['title'] }}</h1> <p class="title is-4">{{ data['title'] }}</p>
{% set comma = joiner(",") %} {% set comma = joiner(",") %}
{% for section in data['sections'] %} {% for section in data['sections'] %}
{{ comma() }} <a href="#">{{ section['title'] }}</a> {{ comma() }} <a href="#">{{ section['title'] }}</a>
{% endfor %} {% endfor %}
</div> </div>
</section>
{% for section in data['sections'] %} {% for section in data['sections'] %}
<section class="section"> <section class="section">
<div class="container"> <div class="container">
<h2 id="">{{ section['title'] }}</h2> <p id="" class="title is-4">{{ section['title'] }}</p>
<ul> <ul>
{% for item in section['items'] -%} {% for item in section['items'] -%}
<li>{{ item }}</li> <li>{{ item }}</li>

View File

@ -9,6 +9,7 @@ Sorts the entries in the contents files of each sub folder alphabetically.
# TODO check for within an entry for similar dev names # TODO check for within an entry for similar dev names
# TODO wikipedia (media search) for popular ones at least # TODO wikipedia (media search) for popular ones at least
# TODO google search (for homepages or media entries) for popular ones at least # TODO google search (for homepages or media entries) for popular ones at least
# TODO search for xxx.sourceforge.net or io but not sourceforge.net/xxx in homepages as convenience
import os import os
import re import re

View File

@ -210,3 +210,4 @@ xrick (http://www.bigorno.net/xrick): No open source license/unclear license (se
Yave (https://github.com/gan74/Yave): General graphics engine, not game centered in any way and experimental Yave (https://github.com/gan74/Yave): General graphics engine, not game centered in any way and experimental
Yuris Revenge (https://github.com/cookgreen/Yuris-Revenge): Mod to OpenRA Yuris Revenge (https://github.com/cookgreen/Yuris-Revenge): Mod to OpenRA
zedragon (https://github.com/charlierobson/zedragon.git): License not found, Assembly, not sure which OS is supported, no release, not much guidance zedragon (https://github.com/charlierobson/zedragon.git): License not found, Assembly, not sure which OS is supported, no release, not much guidance
Imperia (http://imperiagame.wordpress.com/, https://sourceforge.net/projects/imperia/): No sources found, no clear license information found (old download at https://www.indiedb.com/games/imperia/downloads/imperia-alpha-v401b-setup-files)

View File

@ -13,6 +13,7 @@ code_path = os.path.join(root_path, 'code')
web_path = os.path.join(root_path, 'docs') web_path = os.path.join(root_path, 'docs')
web_template_path = os.path.join(code_path, 'html') web_template_path = os.path.join(code_path, 'html')
web_css_path = os.path.join(web_path, 'css') web_css_path = os.path.join(web_path, 'css')
web_js_path = os.path.join(web_path, 'js')
private_properties_file = os.path.join(root_path, 'private.properties') private_properties_file = os.path.join(root_path, 'private.properties')
inspirations_file = os.path.join(root_path, 'inspirations.md') inspirations_file = os.path.join(root_path, 'inspirations.md')
@ -68,7 +69,8 @@ recommended_keywords = (
'action', 'arcade', 'adventure', 'visual novel', 'sports', 'platform', 'puzzle', 'role playing', 'simulation', 'action', 'arcade', 'adventure', 'visual novel', 'sports', 'platform', 'puzzle', 'role playing', 'simulation',
'strategy', 'cards', 'board', 'music', 'educational', 'tool', 'game engine', 'framework', 'library', 'remake') 'strategy', 'cards', 'board', 'music', 'educational', 'tool', 'game engine', 'framework', 'library', 'remake')
framework_keywords = ('framework', 'library', 'tool') # non game keywords take precedence
non_game_keywords = ('framework', 'library', 'tool')
# known programming languages, anything else will result in a warning during a maintenance operation # known programming languages, anything else will result in a warning during a maintenance operation
# only these will be used when gathering statistics # only these will be used when gathering statistics

View File

@ -0,0 +1,4 @@
"""
"""

View File

@ -171,17 +171,15 @@ def copy_tree(source, destination):
""" """
# this gave an FileNotFoundError: [Errno 2] No such file or directory: '' on Windows # this gave an FileNotFoundError: [Errno 2] No such file or directory: '' on Windows
# distutils.dir_util.copy_tree(archive_path, git_path) # distutils.dir_util.copy_tree(archive_path, git_path)
os.makedirs(destination, exist_ok=True)
for dirpath, dirnames, filenames in os.walk(source): for dirpath, dirnames, filenames in os.walk(source):
# first create all the directory on destination # first create all the directory on destination
directories_to_be_created = [os.path.join(destination, os.path.relpath(os.path.join(dirpath, x), source)) for x for directory in (os.path.join(destination, os.path.relpath(os.path.join(dirpath, x), source)) for x in dirnames):
in dirnames]
for directory in directories_to_be_created:
os.makedirs(directory, exist_ok=True) os.makedirs(directory, exist_ok=True)
# second copy all the files # second copy all the files
filepaths_source = [os.path.join(dirpath, x) for x in filenames] for source_file in (os.path.join(dirpath, x) for x in filenames):
filepaths_destination = [os.path.join(destination, os.path.relpath(x, source)) for x in filepaths_source] destination_file = os.path.join(destination, os.path.relpath(source_file, source))
for src, dst in zip(filepaths_source, filepaths_destination): shutil.copyfile(source_file, destination_file)
shutil.copyfile(src, dst)
def download_url(url, destination): def download_url(url, destination):

View File

@ -9,34 +9,35 @@
<link rel="stylesheet" href="css/bulma.min.css"> <link rel="stylesheet" href="css/bulma.min.css">
<link rel="stylesheet" href="css/osgl.min.css"> <link rel="stylesheet" href="css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="favicon.svg"> <link rel="icon" type="image/svg+xml" href="favicon.svg">
<script type="text/javascript" src="js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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" 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="inspirations/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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-active" 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 is-active" 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>
</div> </div>
</nav> </nav>
@ -73,16 +74,14 @@
</div> </div>
</div> </div>
</section> </section>
<footer class="footer"> <footer class="footer container content is-size-7">
<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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -9,101 +9,73 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="../frameworks/index.html"><span class="icon has-text-black"><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
<a class="navbar-item is-active" href="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 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="../inspirations/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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<div class="box"><div class="block"> <div class="box"><div class="block">
<h1 class="title">Open source game developers</h1><h2 class="subtitle">Alphabetical index of 12172 developers</h2></div><div class="tags"> <p class="title is-4">Open source game developers</p><p class="subtitle is-6">Alphabetical index of 12172 developers</p></div><div class="tags">
<span class="tag is-white is-size-5"> <span class="tag is-white is-size-5"><a href="#a" class="has-text-weight-semibold">A</a> <span class="has-text-grey">(1116)</span>
<a href="#a" class="has-text-weight-semibold mr-1">A</a> <span class="has-text-grey">(1116)</span> </span><span class="tag is-white is-size-5"><a href="#b" class="has-text-weight-semibold">B</a> <span class="has-text-grey">(537)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#c" class="has-text-weight-semibold">C</a> <span class="has-text-grey">(610)</span>
<a href="#b" class="has-text-weight-semibold mr-1">B</a> <span class="has-text-grey">(537)</span> </span><span class="tag is-white is-size-5"><a href="#d" class="has-text-weight-semibold">D</a> <span class="has-text-grey">(799)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#e" class="has-text-weight-semibold">E</a> <span class="has-text-grey">(396)</span>
<a href="#c" class="has-text-weight-semibold mr-1">C</a> <span class="has-text-grey">(610)</span> </span><span class="tag is-white is-size-5"><a href="#f" class="has-text-weight-semibold">F</a> <span class="has-text-grey">(360)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#g" class="has-text-weight-semibold">G</a> <span class="has-text-grey">(392)</span>
<a href="#d" class="has-text-weight-semibold mr-1">D</a> <span class="has-text-grey">(799)</span> </span><span class="tag is-white is-size-5"><a href="#h" class="has-text-weight-semibold">H</a> <span class="has-text-grey">(275)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#i" class="has-text-weight-semibold">I</a> <span class="has-text-grey">(197)</span>
<a href="#e" class="has-text-weight-semibold mr-1">E</a> <span class="has-text-grey">(395)</span> </span><span class="tag is-white is-size-5"><a href="#j" class="has-text-weight-semibold">J</a> <span class="has-text-grey">(985)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#k" class="has-text-weight-semibold">K</a> <span class="has-text-grey">(460)</span>
<a href="#f" class="has-text-weight-semibold mr-1">F</a> <span class="has-text-grey">(360)</span> </span><span class="tag is-white is-size-5"><a href="#l" class="has-text-weight-semibold">L</a> <span class="has-text-grey">(436)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#m" class="has-text-weight-semibold">M</a> <span class="has-text-grey">(1191)</span>
<a href="#g" class="has-text-weight-semibold mr-1">G</a> <span class="has-text-grey">(392)</span> </span><span class="tag is-white is-size-5"><a href="#n" class="has-text-weight-semibold">N</a> <span class="has-text-grey">(384)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#o" class="has-text-weight-semibold">O</a> <span class="has-text-grey">(177)</span>
<a href="#h" class="has-text-weight-semibold mr-1">H</a> <span class="has-text-grey">(275)</span> </span><span class="tag is-white is-size-5"><a href="#p" class="has-text-weight-semibold">P</a> <span class="has-text-grey">(561)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#q" class="has-text-weight-semibold">Q</a> <span class="has-text-grey">(46)</span>
<a href="#i" class="has-text-weight-semibold mr-1">I</a> <span class="has-text-grey">(197)</span> </span><span class="tag is-white is-size-5"><a href="#r" class="has-text-weight-semibold">R</a> <span class="has-text-grey">(675)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#s" class="has-text-weight-semibold">S</a> <span class="has-text-grey">(995)</span>
<a href="#j" class="has-text-weight-semibold mr-1">J</a> <span class="has-text-grey">(985)</span> </span><span class="tag is-white is-size-5"><a href="#t" class="has-text-weight-semibold">T</a> <span class="has-text-grey">(685)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#u" class="has-text-weight-semibold">U</a> <span class="has-text-grey">(61)</span>
<a href="#k" class="has-text-weight-semibold mr-1">K</a> <span class="has-text-grey">(460)</span> </span><span class="tag is-white is-size-5"><a href="#v" class="has-text-weight-semibold">V</a> <span class="has-text-grey">(257)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#w" class="has-text-weight-semibold">W</a> <span class="has-text-grey">(191)</span>
<a href="#l" class="has-text-weight-semibold mr-1">L</a> <span class="has-text-grey">(436)</span> </span><span class="tag is-white is-size-5"><a href="#x" class="has-text-weight-semibold">X</a> <span class="has-text-grey">(80)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#y" class="has-text-weight-semibold">Y</a> <span class="has-text-grey">(103)</span>
<a href="#m" class="has-text-weight-semibold mr-1">M</a> <span class="has-text-grey">(1191)</span> </span><span class="tag is-white is-size-5"><a href="#z" class="has-text-weight-semibold">Z</a> <span class="has-text-grey">(138)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#0" class="has-text-weight-semibold">0-9</a> <span class="has-text-grey">(65)</span>
<a href="#n" class="has-text-weight-semibold mr-1">N</a> <span class="has-text-grey">(384)</span>
</span><span class="tag is-white is-size-5">
<a href="#o" class="has-text-weight-semibold mr-1">O</a> <span class="has-text-grey">(176)</span>
</span><span class="tag is-white is-size-5">
<a href="#p" class="has-text-weight-semibold mr-1">P</a> <span class="has-text-grey">(561)</span>
</span><span class="tag is-white is-size-5">
<a href="#q" class="has-text-weight-semibold mr-1">Q</a> <span class="has-text-grey">(46)</span>
</span><span class="tag is-white is-size-5">
<a href="#r" class="has-text-weight-semibold mr-1">R</a> <span class="has-text-grey">(675)</span>
</span><span class="tag is-white is-size-5">
<a href="#s" class="has-text-weight-semibold mr-1">S</a> <span class="has-text-grey">(995)</span>
</span><span class="tag is-white is-size-5">
<a href="#t" class="has-text-weight-semibold mr-1">T</a> <span class="has-text-grey">(685)</span>
</span><span class="tag is-white is-size-5">
<a href="#u" class="has-text-weight-semibold mr-1">U</a> <span class="has-text-grey">(60)</span>
</span><span class="tag is-white is-size-5">
<a href="#v" class="has-text-weight-semibold mr-1">V</a> <span class="has-text-grey">(257)</span>
</span><span class="tag is-white is-size-5">
<a href="#w" class="has-text-weight-semibold mr-1">W</a> <span class="has-text-grey">(191)</span>
</span><span class="tag is-white is-size-5">
<a href="#x" class="has-text-weight-semibold mr-1">X</a> <span class="has-text-grey">(80)</span>
</span><span class="tag is-white is-size-5">
<a href="#y" class="has-text-weight-semibold mr-1">Y</a> <span class="has-text-grey">(103)</span>
</span><span class="tag is-white is-size-5">
<a href="#z" class="has-text-weight-semibold mr-1">Z</a> <span class="has-text-grey">(138)</span>
</span><span class="tag is-white is-size-5">
<a href="#0" class="has-text-weight-semibold mr-1">0</a> <span class="has-text-grey">(68)</span>
</span> </span>
</div> </div>
</div> </div>
<div class="box"> <div id="a" class="box">
<div class="block"> <div class="block"><span class="title is-4">A</span></div>
<h2 id="a" class="is-size-4 has-text-weight-semibold">A</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="A.html#a_braunsdorf">A Braunsdorf</a></li><li><a href="A.html#a-nikolaev">a-nikolaev</a></li><li><a href="A.html#a-nop">a-nop</a></li><li><a href="A.html#a_f_dudley">A. F. Dudley</a></li><li><a href="A.html#a_j_ricoveri">A. J. Ricoveri</a></li><li><span class="has-text-weight-semibold"><a href="A.html#ac">A.C</a> <ul><li><a href="A.html#a_braunsdorf">A Braunsdorf</a></li><li><a href="A.html#a-nikolaev">a-nikolaev</a></li><li><a href="A.html#a-nop">a-nop</a></li><li><a href="A.html#a_f_dudley">A. F. Dudley</a></li><li><a href="A.html#a_j_ricoveri">A. J. Ricoveri</a></li><li><span class="has-text-weight-semibold"><a href="A.html#ac">A.C</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="A.html#aj_freda">A.J. Freda</a></li><li><a href="A.html#aj_gardner">A.J. Gardner</a></li><li><a href="A.html#an">A.N</a></li><li><a href="A.html#a">a/</a></li><li><a href="A.html#a1batross">a1batross</a></li><li><a href="A.html#aheckincanadian">a_heckin_canadian</a></li><li><a href="A.html#aaaa1023">aaaa1023</a></li><li><a href="A.html#aaeberharter">aaeberharter</a></li><li><a href="A.html#aaravamudan2014">aaravamudan2014</a></li><li><span class="has-text-weight-semibold"><a href="A.html#aaron">Aaron</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="A.html#aj_freda">A.J. Freda</a></li><li><a href="A.html#aj_gardner">A.J. Gardner</a></li><li><a href="A.html#an">A.N</a></li><li><a href="A.html#a">a/</a></li><li><a href="A.html#a1batross">a1batross</a></li><li><a href="A.html#aheckincanadian">a_heckin_canadian</a></li><li><a href="A.html#aaaa1023">aaaa1023</a></li><li><a href="A.html#aaeberharter">aaeberharter</a></li><li><a href="A.html#aaravamudan2014">aaravamudan2014</a></li><li><span class="has-text-weight-semibold"><a href="A.html#aaron">Aaron</a>
@ -269,12 +241,10 @@
<span class="is-light is-size-7">(2)</span></span></li><li><a href="A.html#azgaar">Azgaar</a></li><li><a href="A.html#azrdev">azrdev</a></li><li><a href="A.html#azureblue">azureblue</a></li><li><a href="A.html#azzy">Azzy</a></li><li><a href="A.html#dm_l_juhsz">Ádám L. Juhász</a></li><li><a href="A.html#lvaro_da3m0n">Álvaro &#34;da3m0n&#34;</a></li><li><a href="A.html#ngel_del_blanco_aguado">Ángel del Blanco Aguado</a></li><li><span class="has-text-weight-semibold"><a href="A.html#ngel_serrano">Ángel Serrano</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="A.html#azgaar">Azgaar</a></li><li><a href="A.html#azrdev">azrdev</a></li><li><a href="A.html#azureblue">azureblue</a></li><li><a href="A.html#azzy">Azzy</a></li><li><a href="A.html#dm_l_juhsz">Ádám L. Juhász</a></li><li><a href="A.html#lvaro_da3m0n">Álvaro &#34;da3m0n&#34;</a></li><li><a href="A.html#ngel_del_blanco_aguado">Ángel del Blanco Aguado</a></li><li><span class="has-text-weight-semibold"><a href="A.html#ngel_serrano">Ángel Serrano</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="A.html#">Алексей</a></li><li><a href="A.html#x">Анархид</a></li><li><a href="A.html#_">Андрей Беньковский</a></li><li><a href="A.html#_x">Андрей Питько</a></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="A.html#">Алексей</a></li><li><a href="A.html#x">Анархид</a></li><li><a href="A.html#_">Андрей Беньковский</a></li><li><a href="A.html#_x">Андрей Питько</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="b" class="box">
<div class="box"> <div class="block"><span class="title is-4">B</span></div>
<div class="block">
<h2 id="b" class="is-size-4 has-text-weight-semibold">B</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="B.html#b1n">b1n</a></li><li><a href="B.html#b3b">b3b</a></li><li><a href="B.html#baby-rabbit">baby-rabbit</a></li><li><a href="B.html#baciu_alin">Baciu Alin</a></li><li><a href="B.html#backwardseric">backwardsEric</a></li><li><a href="B.html#badgers2">Badgers2</a></li><li><a href="B.html#badluckburt">BadLuckBurt</a></li><li><a href="B.html#bajusz_tams">Bajusz Tamás</a></li><li><a href="B.html#bakasura">Bakasura</a></li><li><a href="B.html#balachmar">balachmar</a></li><li><span class="has-text-weight-semibold"><a href="B.html#balaur">Balaur</a> <ul><li><a href="B.html#b1n">b1n</a></li><li><a href="B.html#b3b">b3b</a></li><li><a href="B.html#baby-rabbit">baby-rabbit</a></li><li><a href="B.html#baciu_alin">Baciu Alin</a></li><li><a href="B.html#backwardseric">backwardsEric</a></li><li><a href="B.html#badgers2">Badgers2</a></li><li><a href="B.html#badluckburt">BadLuckBurt</a></li><li><a href="B.html#bajusz_tams">Bajusz Tamás</a></li><li><a href="B.html#bakasura">Bakasura</a></li><li><a href="B.html#balachmar">balachmar</a></li><li><span class="has-text-weight-semibold"><a href="B.html#balaur">Balaur</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="B.html#ballgamer56">ballgamer56</a></li><li><a href="B.html#balrog994">Balrog994</a></li><li><a href="B.html#baltazr_radics">Baltazár Radics</a></li><li><a href="B.html#bananevolante">BananeVolante</a></li><li><a href="B.html#bangboomboomboom">bangboomboomboom</a></li><li><span class="has-text-weight-semibold"><a href="B.html#bank">bank</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="B.html#ballgamer56">ballgamer56</a></li><li><a href="B.html#balrog994">Balrog994</a></li><li><a href="B.html#baltazr_radics">Baltazár Radics</a></li><li><a href="B.html#bananevolante">BananeVolante</a></li><li><a href="B.html#bangboomboomboom">bangboomboomboom</a></li><li><span class="has-text-weight-semibold"><a href="B.html#bank">bank</a>
@ -349,12 +319,10 @@
<span class="is-light is-size-7">(2)</span></span></li><li><a href="B.html#bterrell721">Bterrell721</a></li><li><a href="B.html#btietz">btietz</a></li><li><a href="B.html#buchan">buchan</a></li><li><a href="B.html#buckly">Buckly</a></li><li><a href="B.html#bude">Bude</a></li><li><a href="B.html#bugcaptor">bugcaptor</a></li><li><a href="B.html#buggy123">Buggy123</a></li><li><a href="B.html#buginator">Buginator</a></li><li><a href="B.html#bukz">Bukz</a></li><li><a href="B.html#bulbousbullfrog">bulbousBullfrog</a></li><li><a href="B.html#buldinn">Buldinn</a></li><li><a href="B.html#bullet_catcher">Bullet Catcher</a></li><li><a href="B.html#bursegsardaukar">BursegSardaukar</a></li><li><a href="B.html#bursig_rafal">Bursig Rafal</a></li><li><a href="B.html#burtsloane">burtsloane</a></li><li><a href="B.html#butcherberries">Butcherberries</a></li><li><a href="B.html#buthed010203">buthed010203</a></li><li><a href="B.html#butterw">butterw</a></li><li><a href="B.html#buumi">buumi</a></li><li><a href="B.html#bviktor">bviktor</a></li><li><a href="B.html#bw8kzmft">bW8kZmFt</a></li><li><a href="B.html#bwaresiak">bwaresiak</a></li><li><a href="B.html#bydariogamer">bydariogamer</a></li><li><a href="B.html#byrelmitchell">ByrelMitchell</a></li><li><a href="B.html#byron_johnson">Byron Johnson</a></li><li><a href="B.html#byte-chan">byte-chan™</a></li><li><a href="B.html#byung_il_choi">Byung Il Choi</a></li><li><a href="B.html#blint_kiss">Bálint Kiss</a></li><li><a href="B.html#brenger_morel">Bérenger Morel</a></li><li><span class="has-text-weight-semibold"><a href="B.html#baej_szczygie">Błażej Szczygieł</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="B.html#bterrell721">Bterrell721</a></li><li><a href="B.html#btietz">btietz</a></li><li><a href="B.html#buchan">buchan</a></li><li><a href="B.html#buckly">Buckly</a></li><li><a href="B.html#bude">Bude</a></li><li><a href="B.html#bugcaptor">bugcaptor</a></li><li><a href="B.html#buggy123">Buggy123</a></li><li><a href="B.html#buginator">Buginator</a></li><li><a href="B.html#bukz">Bukz</a></li><li><a href="B.html#bulbousbullfrog">bulbousBullfrog</a></li><li><a href="B.html#buldinn">Buldinn</a></li><li><a href="B.html#bullet_catcher">Bullet Catcher</a></li><li><a href="B.html#bursegsardaukar">BursegSardaukar</a></li><li><a href="B.html#bursig_rafal">Bursig Rafal</a></li><li><a href="B.html#burtsloane">burtsloane</a></li><li><a href="B.html#butcherberries">Butcherberries</a></li><li><a href="B.html#buthed010203">buthed010203</a></li><li><a href="B.html#butterw">butterw</a></li><li><a href="B.html#buumi">buumi</a></li><li><a href="B.html#bviktor">bviktor</a></li><li><a href="B.html#bw8kzmft">bW8kZmFt</a></li><li><a href="B.html#bwaresiak">bwaresiak</a></li><li><a href="B.html#bydariogamer">bydariogamer</a></li><li><a href="B.html#byrelmitchell">ByrelMitchell</a></li><li><a href="B.html#byron_johnson">Byron Johnson</a></li><li><a href="B.html#byte-chan">byte-chan™</a></li><li><a href="B.html#byung_il_choi">Byung Il Choi</a></li><li><a href="B.html#blint_kiss">Bálint Kiss</a></li><li><a href="B.html#brenger_morel">Bérenger Morel</a></li><li><span class="has-text-weight-semibold"><a href="B.html#baej_szczygie">Błażej Szczygieł</a>
<span class="is-light is-size-7">(4)</span></span></li><li><a href="B.html#_xx">Бранимир Караџић</a></li></ul> <span class="is-light is-size-7">(4)</span></span></li><li><a href="B.html#_xx">Бранимир Караџић</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="c" class="box">
<div class="box"> <div class="block"><span class="title is-4">C</span></div>
<div class="block">
<h2 id="c" class="is-size-4 has-text-weight-semibold">C</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="C.html#c-core">C-Core</a></li><li><a href="C.html#c_michael_murphey">C. Michael Murphey</a></li><li><span class="has-text-weight-semibold"><a href="C.html#cw_betts">C.W. Betts</a> <ul><li><a href="C.html#c-core">C-Core</a></li><li><a href="C.html#c_michael_murphey">C. Michael Murphey</a></li><li><span class="has-text-weight-semibold"><a href="C.html#cw_betts">C.W. Betts</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="C.html#c0mput3rxz">c0mput3rxz</a></li><li><a href="C.html#c477chiname">c477(chiname)</a></li><li><a href="C.html#c4bra">C4BRA</a></li><li><a href="C.html#c7c8">C7C8</a></li><li><span class="has-text-weight-semibold"><a href="C.html#cacodemon345">Cacodemon345</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="C.html#c0mput3rxz">c0mput3rxz</a></li><li><a href="C.html#c477chiname">c477(chiname)</a></li><li><a href="C.html#c4bra">C4BRA</a></li><li><a href="C.html#c7c8">C7C8</a></li><li><span class="has-text-weight-semibold"><a href="C.html#cacodemon345">Cacodemon345</a>
@ -429,12 +397,10 @@
<span class="is-light is-size-7">(2)</span></span></li><li><a href="C.html#cypherdare">cypherdare</a></li><li><a href="C.html#cyprian_gascoigne">Cyprian Gascoigne</a></li><li><a href="C.html#cyrano7">Cyrano7</a></li><li><a href="C.html#cyrielle">Cyrielle</a></li><li><a href="C.html#cyril_c">Cyril C.</a></li><li><span class="has-text-weight-semibold"><a href="C.html#cdric_mocquillon">Cédric Mocquillon</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="C.html#cypherdare">cypherdare</a></li><li><a href="C.html#cyprian_gascoigne">Cyprian Gascoigne</a></li><li><a href="C.html#cyrano7">Cyrano7</a></li><li><a href="C.html#cyrielle">Cyrielle</a></li><li><a href="C.html#cyril_c">Cyril C.</a></li><li><span class="has-text-weight-semibold"><a href="C.html#cdric_mocquillon">Cédric Mocquillon</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="C.html#cdric_ochs">Cédric OCHS</a></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="C.html#cdric_ochs">Cédric OCHS</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="d" class="box">
<div class="box"> <div class="block"><span class="title is-4">D</span></div>
<div class="block">
<h2 id="d" class="is-size-4 has-text-weight-semibold">D</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="D.html#d_anzorge">D Anzorge</a></li><li><a href="D.html#d_r_siddhartha">D R Siddhartha</a></li><li><a href="D.html#d_willadsen">D Willadsen</a></li><li><a href="D.html#dara_kharabi">D(ara Kharab)i</a></li><li><a href="D.html#d-laser">d-laser</a></li><li><a href="D.html#d-nxkt">D-NXKT</a></li><li><a href="D.html#d_faber">D. Faber</a></li><li><a href="D.html#d_lawrence">D. Lawrence</a></li><li><a href="D.html#d00mr1d3r">D00MR1D3R</a></li><li><a href="D.html#d15c0de">D15C0DE</a></li><li><a href="D.html#d2uriel">d2uriel</a></li><li><span class="has-text-weight-semibold"><a href="D.html#d356">d356</a> <ul><li><a href="D.html#d_anzorge">D Anzorge</a></li><li><a href="D.html#d_r_siddhartha">D R Siddhartha</a></li><li><a href="D.html#d_willadsen">D Willadsen</a></li><li><a href="D.html#dara_kharabi">D(ara Kharab)i</a></li><li><a href="D.html#d-laser">d-laser</a></li><li><a href="D.html#d-nxkt">D-NXKT</a></li><li><a href="D.html#d_faber">D. Faber</a></li><li><a href="D.html#d_lawrence">D. Lawrence</a></li><li><a href="D.html#d00mr1d3r">D00MR1D3R</a></li><li><a href="D.html#d15c0de">D15C0DE</a></li><li><a href="D.html#d2uriel">d2uriel</a></li><li><span class="has-text-weight-semibold"><a href="D.html#d356">d356</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="D.html#d3nwah">d3nwah</a></li><li><a href="D.html#d3nx">D3nX</a></li><li><a href="D.html#da_weezle">Da Weezle</a></li><li><a href="D.html#daagar">daagar</a></li><li><a href="D.html#daan_de_heij">Daan de Heij</a></li><li><a href="D.html#daan_meijer">Daan Meijer</a></li><li><a href="D.html#dadcop2">dadcop2</a></li><li><a href="D.html#dadi_jonsson">Dadi Jonsson</a></li><li><a href="D.html#daeil_kim">Daeil Kim</a></li><li><a href="D.html#daemonward">Daemonward</a></li><li><span class="has-text-weight-semibold"><a href="D.html#daenks">Daenks</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="D.html#d3nwah">d3nwah</a></li><li><a href="D.html#d3nx">D3nX</a></li><li><a href="D.html#da_weezle">Da Weezle</a></li><li><a href="D.html#daagar">daagar</a></li><li><a href="D.html#daan_de_heij">Daan de Heij</a></li><li><a href="D.html#daan_meijer">Daan Meijer</a></li><li><a href="D.html#dadcop2">dadcop2</a></li><li><a href="D.html#dadi_jonsson">Dadi Jonsson</a></li><li><a href="D.html#daeil_kim">Daeil Kim</a></li><li><a href="D.html#daemonward">Daemonward</a></li><li><span class="has-text-weight-semibold"><a href="D.html#daenks">Daenks</a>
@ -525,12 +491,10 @@
<span class="is-light is-size-7">(3)</span></span></li><li><a href="D.html#dziral">DZiral</a></li><li><a href="D.html#dzl-ian">dzl-ian</a></li><li><a href="D.html#dzmitry_haiduchonak">Dzmitry Haiduchonak</a></li><li><a href="D.html#dzmitry_kushnarou">Dzmitry Kushnarou</a></li><li><a href="D.html#dzmitry_malyshau">Dzmitry Malyshau</a></li><li><span class="has-text-weight-semibold"><a href="D.html#dniel_juhsz">Dániel Juhász</a> <span class="is-light is-size-7">(3)</span></span></li><li><a href="D.html#dziral">DZiral</a></li><li><a href="D.html#dzl-ian">dzl-ian</a></li><li><a href="D.html#dzmitry_haiduchonak">Dzmitry Haiduchonak</a></li><li><a href="D.html#dzmitry_kushnarou">Dzmitry Kushnarou</a></li><li><a href="D.html#dzmitry_malyshau">Dzmitry Malyshau</a></li><li><span class="has-text-weight-semibold"><a href="D.html#dniel_juhsz">Dániel Juhász</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="D.html#dniel_tar">Dániel Tar</a></li><li><a href="D.html#dvid_kocsis">Dávid Kocsis</a></li><li><a href="D.html#dvid_nagy">Dávid Nagy</a></li><li><a href="D.html#_xxx">Дмитрий Рябов</a></li><li><a href="D.html#_xxxx">Дмитрий Сальников</a></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="D.html#dniel_tar">Dániel Tar</a></li><li><a href="D.html#dvid_kocsis">Dávid Kocsis</a></li><li><a href="D.html#dvid_nagy">Dávid Nagy</a></li><li><a href="D.html#_xxx">Дмитрий Рябов</a></li><li><a href="D.html#_xxxx">Дмитрий Сальников</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="e" class="box">
<div class="box"> <div class="block"><span class="title is-4">E</span></div>
<div class="block">
<h2 id="e" class="is-size-4 has-text-weight-semibold">E</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="E.html#e_aakash">E Aakash</a></li><li><a href="E.html#e1e5en">E1e5en</a></li><li><a href="E.html#e8newallm">e8newallm</a></li><li><a href="E.html#eadgars-ruse">Eadgars-Ruse</a></li><li><a href="E.html#eaglgenes101">eaglgenes101</a></li><li><a href="E.html#earth-cake">Earth-Cake</a></li><li><a href="E.html#earth-metal">earth-metal</a></li><li><a href="E.html#earthpig">earthpig</a></li><li><a href="E.html#eastwind921">Eastwind921</a></li><li><a href="E.html#eausa">Eausa</a></li><li><a href="E.html#eben_upton">Eben Upton</a></li><li><a href="E.html#ebos">ebos</a></li><li><a href="E.html#ebuc99">ebuc99</a></li><li><a href="E.html#echelon9">Echelon9</a></li><li><a href="E.html#eckhart_worner">Eckhart Wörner</a></li><li><a href="E.html#ecraven">ecraven</a></li><li><a href="E.html#ecrucru">ecrucru</a></li><li><a href="E.html#ed_bartley">Ed Bartley</a></li><li><a href="E.html#ed_james">Ed James</a></li><li><a href="E.html#ed_kolis">Ed Kolis</a></li><li><a href="E.html#ed_swartz">Ed Swartz</a></li><li><a href="E.html#ed_sweetman">Ed Sweetman</a></li><li><span class="has-text-weight-semibold"><a href="E.html#ed_the_bat">Ed the Bat</a> <ul><li><a href="E.html#e_aakash">E Aakash</a></li><li><a href="E.html#e1e5en">E1e5en</a></li><li><a href="E.html#e8newallm">e8newallm</a></li><li><a href="E.html#eadgars-ruse">Eadgars-Ruse</a></li><li><a href="E.html#eaglgenes101">eaglgenes101</a></li><li><a href="E.html#earth-cake">Earth-Cake</a></li><li><a href="E.html#earth-metal">earth-metal</a></li><li><a href="E.html#earthpig">earthpig</a></li><li><a href="E.html#eastwind921">Eastwind921</a></li><li><a href="E.html#eausa">Eausa</a></li><li><a href="E.html#eben_upton">Eben Upton</a></li><li><a href="E.html#ebos">ebos</a></li><li><a href="E.html#ebuc99">ebuc99</a></li><li><a href="E.html#echelon9">Echelon9</a></li><li><a href="E.html#eckhart_worner">Eckhart Wörner</a></li><li><a href="E.html#ecraven">ecraven</a></li><li><a href="E.html#ecrucru">ecrucru</a></li><li><a href="E.html#ed_bartley">Ed Bartley</a></li><li><a href="E.html#ed_james">Ed James</a></li><li><a href="E.html#ed_kolis">Ed Kolis</a></li><li><a href="E.html#ed_swartz">Ed Swartz</a></li><li><a href="E.html#ed_sweetman">Ed Sweetman</a></li><li><span class="has-text-weight-semibold"><a href="E.html#ed_the_bat">Ed the Bat</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="E.html#eddi-z">Eddi-z</a></li><li><a href="E.html#eddie">Eddie</a></li><li><a href="E.html#eddy_anthony">Eddy Anthony</a></li><li><a href="E.html#eddy_cullen">Eddy Cullen</a></li><li><a href="E.html#edeksumo">edeksumo</a></li><li><span class="has-text-weight-semibold"><a href="E.html#edgar">Edgar</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="E.html#eddi-z">Eddi-z</a></li><li><a href="E.html#eddie">Eddie</a></li><li><a href="E.html#eddy_anthony">Eddy Anthony</a></li><li><a href="E.html#eddy_cullen">Eddy Cullen</a></li><li><a href="E.html#edeksumo">edeksumo</a></li><li><span class="has-text-weight-semibold"><a href="E.html#edgar">Edgar</a>
@ -583,14 +547,13 @@
<span class="is-light is-size-7">(5)</span></span></li><li><a href="E.html#evan_rogers">Evan Rogers</a></li><li><a href="E.html#evan_shaw">Evan Shaw</a></li><li><a href="E.html#evan_thompson">Evan Thompson</a></li><li><a href="E.html#evan_todd">Evan Todd</a></li><li><a href="E.html#evany">EvanY</a></li><li><a href="E.html#evecolonycommander">EveColonyCommander</a></li><li><a href="E.html#evert_vorster">Evert Vorster</a></li><li><a href="E.html#everton_fernando_patitucci_da_silva">Everton Fernando Patitucci da Silva</a></li><li><a href="E.html#evfool">evfool</a></li><li><a href="E.html#evgen_pavlov">Evgen Pavlov</a></li><li><a href="E.html#evgeniy_prikazchikov">Evgeniy Prikazchikov</a></li><li><a href="E.html#evgeniy_vigovskiy">Evgeniy VIgovskiy</a></li><li><a href="E.html#evgeniysergeev">evgeniysergeev</a></li><li><a href="E.html#evgeny">Evgeny</a></li><li><a href="E.html#evgeny_adamenkov">Evgeny Adamenkov</a></li><li><a href="E.html#evgeny_andreeshchev">Evgeny Andreeshchev</a></li><li><a href="E.html#evgeny_grechnikov">Evgeny Grechnikov</a></li><li><a href="E.html#evhskurk">evhskurk</a></li><li><span class="has-text-weight-semibold"><a href="E.html#eviepryler">EviePryler</a> <span class="is-light is-size-7">(5)</span></span></li><li><a href="E.html#evan_rogers">Evan Rogers</a></li><li><a href="E.html#evan_shaw">Evan Shaw</a></li><li><a href="E.html#evan_thompson">Evan Thompson</a></li><li><a href="E.html#evan_todd">Evan Todd</a></li><li><a href="E.html#evany">EvanY</a></li><li><a href="E.html#evecolonycommander">EveColonyCommander</a></li><li><a href="E.html#evert_vorster">Evert Vorster</a></li><li><a href="E.html#everton_fernando_patitucci_da_silva">Everton Fernando Patitucci da Silva</a></li><li><a href="E.html#evfool">evfool</a></li><li><a href="E.html#evgen_pavlov">Evgen Pavlov</a></li><li><a href="E.html#evgeniy_prikazchikov">Evgeniy Prikazchikov</a></li><li><a href="E.html#evgeniy_vigovskiy">Evgeniy VIgovskiy</a></li><li><a href="E.html#evgeniysergeev">evgeniysergeev</a></li><li><a href="E.html#evgeny">Evgeny</a></li><li><a href="E.html#evgeny_adamenkov">Evgeny Adamenkov</a></li><li><a href="E.html#evgeny_andreeshchev">Evgeny Andreeshchev</a></li><li><a href="E.html#evgeny_grechnikov">Evgeny Grechnikov</a></li><li><a href="E.html#evhskurk">evhskurk</a></li><li><span class="has-text-weight-semibold"><a href="E.html#eviepryler">EviePryler</a>
<span class="is-light is-size-7">(2)</span></span></li><li><span class="has-text-weight-semibold"><a href="E.html#evil_mr_henry">Evil Mr Henry</a> <span class="is-light is-size-7">(2)</span></span></li><li><span class="has-text-weight-semibold"><a href="E.html#evil_mr_henry">Evil Mr Henry</a>
<span class="is-light is-size-7">(5)</span></span></li><li><a href="E.html#evilantishad0w">evilantishad0w</a></li><li><a href="E.html#evilexecutive">evilexecutive</a></li><li><a href="E.html#evoiykane">EvoIykane</a></li><li><a href="E.html#evolvedexperiment">evolvedexperiment</a></li><li><a href="E.html#evouga">evouga</a></li><li><a href="E.html#evyscr">evyscr</a></li><li><a href="E.html#ewan_mellor">Ewan Mellor</a></li><li><a href="E.html#ewilhan">Ewilhan</a></li><li><a href="E.html#exairnous">Exairnous</a></li><li><a href="E.html#exe">exe</a></li><li><a href="E.html#exl">EXL</a></li><li><a href="E.html#exosphere">Exosphere</a></li><li><a href="E.html#expletive">Expletive</a></li><li><a href="E.html#external69">External69</a></li><li><a href="E.html#eykamp">eykamp</a></li><li><a href="E.html#ezee">Ezee</a></li><li><span class="has-text-weight-semibold"><a href="E.html#ezhh">Ezhh</a> <span class="is-light is-size-7">(5)</span></span></li><li><a href="E.html#evilantishad0w">evilantishad0w</a></li><li><a href="E.html#evilexecutive">evilexecutive</a></li><li><a href="E.html#evoiykane">EvoIykane</a></li><li><a href="E.html#evolvedexperiment">evolvedexperiment</a></li><li><a href="E.html#evouga">evouga</a></li><li><a href="E.html#evyscr">evyscr</a></li><li><a href="E.html#ewan_mellor">Ewan Mellor</a></li><li><a href="E.html#ewilhan">Ewilhan</a></li><li><a href="E.html#exairnous">Exairnous</a></li><li><a href="E.html#exe">exe</a></li><li><a href="E.html#exl">EXL</a></li><li><a href="E.html#exosphere">Exosphere</a></li><li><a href="E.html#expletive">Expletive</a></li><li><a href="E.html#external69">External69</a></li><li><a href="E.html#eykamp">eykamp</a></li><li><a href="E.html#ezee">Ezee</a></li><li><span class="has-text-weight-semibold"><a href="E.html#ezhh">Ezhh</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="E.html#loi_rivard">Éloi Rivard</a></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="E.html#loi_rivard">Éloi Rivard</a></li><li><span class="has-text-weight-semibold"><a href="E.html#uel_guve">аոuel GuéveΙ</a>
<span class="is-light is-size-7">(2)</span></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="f" class="box">
<div class="box"> <div class="block"><span class="title is-4">F</span></div>
<div class="block">
<h2 id="f" class="is-size-4 has-text-weight-semibold">F</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="F.html#f">F</a></li><li><a href="F.html#f_devine">F Devine</a></li><li><span class="has-text-weight-semibold"><a href="F.html#f_richter">F Richter</a> <ul><li><a href="F.html#f">F</a></li><li><a href="F.html#f_devine">F Devine</a></li><li><span class="has-text-weight-semibold"><a href="F.html#f_richter">F Richter</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="F.html#f_wolff">F Wolff</a></li><li><a href="F.html#f4r3lb3st">F4R3LB3ST</a></li><li><span class="has-text-weight-semibold"><a href="F.html#faalagorn">Faalagorn</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="F.html#f_wolff">F Wolff</a></li><li><a href="F.html#f4r3lb3st">F4R3LB3ST</a></li><li><span class="has-text-weight-semibold"><a href="F.html#faalagorn">Faalagorn</a>
@ -637,12 +600,10 @@
<span class="is-light is-size-7">(2)</span></span></li><li><a href="F.html#fuele">fuele</a></li><li><span class="has-text-weight-semibold"><a href="F.html#fujimo-t">fujimo-t</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="F.html#fuele">fuele</a></li><li><span class="has-text-weight-semibold"><a href="F.html#fujimo-t">fujimo-t</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="F.html#fukashi13">Fukashi13</a></li><li><a href="F.html#fulcruma">FulcrumA</a></li><li><a href="F.html#fulgen301">Fulgen301</a></li><li><a href="F.html#fumiaki_nakanishi_">Fumiaki NAKANISHI (中西史明)</a></li><li><a href="F.html#funmiles">FunMiles</a></li><li><a href="F.html#funnisimo">Funnisimo</a></li><li><a href="F.html#furkan_uzumcu">Furkan Üzümcü</a></li><li><a href="F.html#fury">Fury</a></li><li><a href="F.html#future">Future</a></li><li><a href="F.html#fuzzbuck">fuzzbuck</a></li><li><a href="F.html#fuzzel">fuzzel</a></li><li><a href="F.html#fw">FW</a></li><li><a href="F.html#fynn_flugge">Fynn Flügge</a></li><li><a href="F.html#fz72">fz72</a></li><li><a href="F.html#flix_dion-robidoux">Félix Dion-Robidoux</a></li><li><a href="F.html#frat_salgur">Fırat Salgür</a></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="F.html#fukashi13">Fukashi13</a></li><li><a href="F.html#fulcruma">FulcrumA</a></li><li><a href="F.html#fulgen301">Fulgen301</a></li><li><a href="F.html#fumiaki_nakanishi_">Fumiaki NAKANISHI (中西史明)</a></li><li><a href="F.html#funmiles">FunMiles</a></li><li><a href="F.html#funnisimo">Funnisimo</a></li><li><a href="F.html#furkan_uzumcu">Furkan Üzümcü</a></li><li><a href="F.html#fury">Fury</a></li><li><a href="F.html#future">Future</a></li><li><a href="F.html#fuzzbuck">fuzzbuck</a></li><li><a href="F.html#fuzzel">fuzzel</a></li><li><a href="F.html#fw">FW</a></li><li><a href="F.html#fynn_flugge">Fynn Flügge</a></li><li><a href="F.html#fz72">fz72</a></li><li><a href="F.html#flix_dion-robidoux">Félix Dion-Robidoux</a></li><li><a href="F.html#frat_salgur">Fırat Salgür</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="g" class="box">
<div class="box"> <div class="block"><span class="title is-4">G</span></div>
<div class="block">
<h2 id="g" class="is-size-4 has-text-weight-semibold">G</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="G.html#g">g</a></li><li><a href="G.html#g_wessner">G. Wessner</a></li><li><a href="G.html#gdenis">g.denis</a></li><li><a href="G.html#gabba">gabba</a></li><li><a href="G.html#gabda">Gabda</a></li><li><a href="G.html#gabe_livengood">Gabe Livengood</a></li><li><a href="G.html#gabe-lincoln">Gabe-Lincoln</a></li><li><span class="has-text-weight-semibold"><a href="G.html#gabor_sebestyen">Gabor Sebestyen</a> <ul><li><a href="G.html#g">g</a></li><li><a href="G.html#g_wessner">G. Wessner</a></li><li><a href="G.html#gdenis">g.denis</a></li><li><a href="G.html#gabba">gabba</a></li><li><a href="G.html#gabda">Gabda</a></li><li><a href="G.html#gabe_livengood">Gabe Livengood</a></li><li><a href="G.html#gabe-lincoln">Gabe-Lincoln</a></li><li><span class="has-text-weight-semibold"><a href="G.html#gabor_sebestyen">Gabor Sebestyen</a>
<span class="is-light is-size-7">(2)</span></span></li><li><span class="has-text-weight-semibold"><a href="G.html#gabor_torok">Gabor Torok</a> <span class="is-light is-size-7">(2)</span></span></li><li><span class="has-text-weight-semibold"><a href="G.html#gabor_torok">Gabor Torok</a>
@ -682,12 +643,10 @@
<span class="is-light is-size-7">(4)</span></span></li><li><a href="G.html#guy_kogus">Guy Kogus</a></li><li><a href="G.html#guy_langston">Guy Langston</a></li><li><a href="G.html#guy_rabiller">Guy Rabiller</a></li><li><a href="G.html#guy_rutenberg">Guy Rutenberg</a></li><li><a href="G.html#guy_vreuls">Guy Vreuls</a></li><li><a href="G.html#gwen_t">Gwen T.</a></li><li><a href="G.html#gwnmori">GwnMori</a></li><li><a href="G.html#gyedo">gyedo</a></li><li><a href="G.html#gynt">gynt</a></li><li><a href="G.html#gyozo_both">Gyozo Both</a></li><li><span class="has-text-weight-semibold"><a href="G.html#g_vissers">Gé Vissers</a> <span class="is-light is-size-7">(4)</span></span></li><li><a href="G.html#guy_kogus">Guy Kogus</a></li><li><a href="G.html#guy_langston">Guy Langston</a></li><li><a href="G.html#guy_rabiller">Guy Rabiller</a></li><li><a href="G.html#guy_rutenberg">Guy Rutenberg</a></li><li><a href="G.html#guy_vreuls">Guy Vreuls</a></li><li><a href="G.html#gwen_t">Gwen T.</a></li><li><a href="G.html#gwnmori">GwnMori</a></li><li><a href="G.html#gyedo">gyedo</a></li><li><a href="G.html#gynt">gynt</a></li><li><a href="G.html#gyozo_both">Gyozo Both</a></li><li><span class="has-text-weight-semibold"><a href="G.html#g_vissers">Gé Vissers</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="G.html#gorkem_etin">Görkem Çetin</a></li><li><a href="G.html#gunter_beine">Günter Beine</a></li><li><a href="G.html#gunther_brammer">Günther Brammer</a></li><li><a href="G.html#gunther_demetz">Günther Demetz</a></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="G.html#gorkem_etin">Görkem Çetin</a></li><li><a href="G.html#gunter_beine">Günter Beine</a></li><li><a href="G.html#gunther_brammer">Günther Brammer</a></li><li><a href="G.html#gunther_demetz">Günther Demetz</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="h" class="box">
<div class="box"> <div class="block"><span class="title is-4">H</span></div>
<div class="block">
<h2 id="h" class="is-size-4 has-text-weight-semibold">H</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="H.html#h3killa">h3killa</a></li><li><a href="H.html#hackbunny">hackbunny</a></li><li><a href="H.html#hackerpoet">HackerPoet</a></li><li><a href="H.html#hackgrid">hackgrid</a></li><li><span class="has-text-weight-semibold"><a href="H.html#hacklin">Hacklin</a> <ul><li><a href="H.html#h3killa">h3killa</a></li><li><a href="H.html#hackbunny">hackbunny</a></li><li><a href="H.html#hackerpoet">HackerPoet</a></li><li><a href="H.html#hackgrid">hackgrid</a></li><li><span class="has-text-weight-semibold"><a href="H.html#hacklin">Hacklin</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="H.html#hadeanlake">HadeanLake</a></li><li><a href="H.html#hades_lucifer">Hades Lucifer</a></li><li><a href="H.html#hadron1776">Hadron1776</a></li><li><a href="H.html#haeric">Haeric</a></li><li><a href="H.html#haevacht">Haevacht</a></li><li><a href="H.html#hagen_mobius">Hagen Möbius</a></li><li><a href="H.html#hagish">Hagish</a></li><li><a href="H.html#hailey">Hailey</a></li><li><span class="has-text-weight-semibold"><a href="H.html#hairball">hairball</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="H.html#hadeanlake">HadeanLake</a></li><li><a href="H.html#hades_lucifer">Hades Lucifer</a></li><li><a href="H.html#hadron1776">Hadron1776</a></li><li><a href="H.html#haeric">Haeric</a></li><li><a href="H.html#haevacht">Haevacht</a></li><li><a href="H.html#hagen_mobius">Hagen Möbius</a></li><li><a href="H.html#hagish">Hagish</a></li><li><a href="H.html#hailey">Hailey</a></li><li><span class="has-text-weight-semibold"><a href="H.html#hairball">hairball</a>
@ -721,12 +680,10 @@
<span class="is-light is-size-7">(8)</span></span></li><li><a href="H.html#hugop">Hugop</a></li><li><a href="H.html#hugues_ross">Hugues Ross</a></li><li><a href="H.html#human_being">Human Being</a></li><li><a href="H.html#humbletim">humbletim</a></li><li><a href="H.html#hume2">Hume2</a></li><li><a href="H.html#hummus_samurai">Hummus Samurai</a></li><li><a href="H.html#humonitarian">Humonitarian</a></li><li><a href="H.html#hunter_austin">Hunter Austin</a></li><li><a href="H.html#hunter_drum">Hunter Drum</a></li><li><a href="H.html#hunter688">hunter688</a></li><li><a href="H.html#huntley_palmer">Huntley Palmer</a></li><li><a href="H.html#huo_yaoyuan">Huo Yaoyuan</a></li><li><a href="H.html#hurcan_solter">Hurcan Solter</a></li><li><a href="H.html#hurf_blurf">hurf blurf</a></li><li><a href="H.html#husten">Husten</a></li><li><a href="H.html#huxtus">HuXTUS</a></li><li><a href="H.html#huynh_yen_loc">Huynh Yen Loc</a></li><li><span class="has-text-weight-semibold"><a href="H.html#hwoarangmy">hwoarangmy</a> <span class="is-light is-size-7">(8)</span></span></li><li><a href="H.html#hugop">Hugop</a></li><li><a href="H.html#hugues_ross">Hugues Ross</a></li><li><a href="H.html#human_being">Human Being</a></li><li><a href="H.html#humbletim">humbletim</a></li><li><a href="H.html#hume2">Hume2</a></li><li><a href="H.html#hummus_samurai">Hummus Samurai</a></li><li><a href="H.html#humonitarian">Humonitarian</a></li><li><a href="H.html#hunter_austin">Hunter Austin</a></li><li><a href="H.html#hunter_drum">Hunter Drum</a></li><li><a href="H.html#hunter688">hunter688</a></li><li><a href="H.html#huntley_palmer">Huntley Palmer</a></li><li><a href="H.html#huo_yaoyuan">Huo Yaoyuan</a></li><li><a href="H.html#hurcan_solter">Hurcan Solter</a></li><li><a href="H.html#hurf_blurf">hurf blurf</a></li><li><a href="H.html#husten">Husten</a></li><li><a href="H.html#huxtus">HuXTUS</a></li><li><a href="H.html#huynh_yen_loc">Huynh Yen Loc</a></li><li><span class="has-text-weight-semibold"><a href="H.html#hwoarangmy">hwoarangmy</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="H.html#hxim">hxim</a></li><li><a href="H.html#hyde_yamakawa">Hyde Yamakawa</a></li><li><a href="H.html#hydrox">Hydrox</a></li><li><a href="H.html#hymore246">Hymore246</a></li><li><a href="H.html#hyper2snyper">hyper2snyper</a></li><li><a href="H.html#hyperdriveguy">hyperdriveguy</a></li><li><a href="H.html#hyperjeanjean">HyperJeanJean</a></li><li><a href="H.html#hypexed">Hypexed</a></li><li><a href="H.html#hypoxiaosrs">HypoxiaOSRS</a></li><li><a href="H.html#hyvas">hyvas</a></li><li><a href="H.html#hkon_rosseland_paulsen">Håkon Rosseland Paulsen</a></li><li><a href="H.html#hvard_mathisen">Håvard Mathisen</a></li><li><a href="H.html#huseyin_uslu">Hüseyin Uslu</a></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="H.html#hxim">hxim</a></li><li><a href="H.html#hyde_yamakawa">Hyde Yamakawa</a></li><li><a href="H.html#hydrox">Hydrox</a></li><li><a href="H.html#hymore246">Hymore246</a></li><li><a href="H.html#hyper2snyper">hyper2snyper</a></li><li><a href="H.html#hyperdriveguy">hyperdriveguy</a></li><li><a href="H.html#hyperjeanjean">HyperJeanJean</a></li><li><a href="H.html#hypexed">Hypexed</a></li><li><a href="H.html#hypoxiaosrs">HypoxiaOSRS</a></li><li><a href="H.html#hyvas">hyvas</a></li><li><a href="H.html#hkon_rosseland_paulsen">Håkon Rosseland Paulsen</a></li><li><a href="H.html#hvard_mathisen">Håvard Mathisen</a></li><li><a href="H.html#huseyin_uslu">Hüseyin Uslu</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="i" class="box">
<div class="box"> <div class="block"><span class="title is-4">I</span></div>
<div class="block">
<h2 id="i" class="is-size-4 has-text-weight-semibold">I</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="I.html#i-am-erk">I-am-Erk</a></li><li><a href="I.html#i42_software">i42 Software</a></li><li><a href="I.html#i4dnf">i4dnf</a></li><li><a href="I.html#iain">Iain</a></li><li><a href="I.html#iain_merrick">Iain Merrick</a></li><li><a href="I.html#iamgoofball">Iamgoofball</a></li><li><a href="I.html#iamgreaser">iamgreaser</a></li><li><a href="I.html#iamtextbased">iamtextbased</a></li><li><a href="I.html#ian">Ian</a></li><li><a href="I.html#ian_bastos">Ian Bastos</a></li><li><a href="I.html#ian_burgmyer">Ian Burgmyer</a></li><li><span class="has-text-weight-semibold"><a href="I.html#ian_douglas_scott">Ian Douglas Scott</a> <ul><li><a href="I.html#i-am-erk">I-am-Erk</a></li><li><a href="I.html#i42_software">i42 Software</a></li><li><a href="I.html#i4dnf">i4dnf</a></li><li><a href="I.html#iain">Iain</a></li><li><a href="I.html#iain_merrick">Iain Merrick</a></li><li><a href="I.html#iamgoofball">Iamgoofball</a></li><li><a href="I.html#iamgreaser">iamgreaser</a></li><li><a href="I.html#iamtextbased">iamtextbased</a></li><li><a href="I.html#ian">Ian</a></li><li><a href="I.html#ian_bastos">Ian Bastos</a></li><li><a href="I.html#ian_burgmyer">Ian Burgmyer</a></li><li><span class="has-text-weight-semibold"><a href="I.html#ian_douglas_scott">Ian Douglas Scott</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="I.html#ian_evans">Ian Evans</a></li><li><span class="has-text-weight-semibold"><a href="I.html#ian_giestas_pauli">Ian Giestas Pauli</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="I.html#ian_evans">Ian Evans</a></li><li><span class="has-text-weight-semibold"><a href="I.html#ian_giestas_pauli">Ian Giestas Pauli</a>
@ -746,12 +703,10 @@
<span class="is-light is-size-7">(5)</span></span></li><li><a href="I.html#ivan_bolsunov">Ivan Bolsunov</a></li><li><a href="I.html#ivan_komissarov">Ivan Komissarov</a></li><li><a href="I.html#ivan_lukyanov">Ivan Lukyanov</a></li><li><a href="I.html#ivan_martinez-ortiz">Ivan Martinez-Ortiz</a></li><li><a href="I.html#ivan_nikolaev">Ivan Nikolaev</a></li><li><a href="I.html#ivan_p">Ivan P.</a></li><li><a href="I.html#ivan_pavluk">Ivan Pavluk</a></li><li><a href="I.html#ivan_ramirez">Ivan Ramirez</a></li><li><a href="I.html#ivan_romanov">Ivan Romanov</a></li><li><a href="I.html#ivan_safrin">Ivan Safrin</a></li><li><a href="I.html#ivan_savenko">Ivan Savenko</a></li><li><a href="I.html#ivan_shakhov">Ivan Shakhov</a></li><li><a href="I.html#ivan_shibanov">Ivan Shibanov</a></li><li><a href="I.html#ivan_vodopiviz">Ivan Vodopiviz</a></li><li><a href="I.html#ivan_voronin">Ivan Voronin</a></li><li><span class="has-text-weight-semibold"><a href="I.html#ivan_vuica">Ivan Vučica</a> <span class="is-light is-size-7">(5)</span></span></li><li><a href="I.html#ivan_bolsunov">Ivan Bolsunov</a></li><li><a href="I.html#ivan_komissarov">Ivan Komissarov</a></li><li><a href="I.html#ivan_lukyanov">Ivan Lukyanov</a></li><li><a href="I.html#ivan_martinez-ortiz">Ivan Martinez-Ortiz</a></li><li><a href="I.html#ivan_nikolaev">Ivan Nikolaev</a></li><li><a href="I.html#ivan_p">Ivan P.</a></li><li><a href="I.html#ivan_pavluk">Ivan Pavluk</a></li><li><a href="I.html#ivan_ramirez">Ivan Ramirez</a></li><li><a href="I.html#ivan_romanov">Ivan Romanov</a></li><li><a href="I.html#ivan_safrin">Ivan Safrin</a></li><li><a href="I.html#ivan_savenko">Ivan Savenko</a></li><li><a href="I.html#ivan_shakhov">Ivan Shakhov</a></li><li><a href="I.html#ivan_shibanov">Ivan Shibanov</a></li><li><a href="I.html#ivan_vodopiviz">Ivan Vodopiviz</a></li><li><a href="I.html#ivan_voronin">Ivan Voronin</a></li><li><span class="has-text-weight-semibold"><a href="I.html#ivan_vuica">Ivan Vučica</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="I.html#ivan_zaitsev">Ivan Zaitsev</a></li><li><a href="I.html#ivandogovich">IvanDogovich</a></li><li><a href="I.html#ivar_smolin">Ivar Smolin</a></li><li><a href="I.html#ivaylo_draganov">Ivaylo Draganov</a></li><li><a href="I.html#ivo_danihelka">Ivo Danihelka</a></li><li><a href="I.html#ivoryduke">IvoryDuke</a></li><li><a href="I.html#ivn_j_prez">Iván J. Pérez</a></li><li><a href="I.html#ivn_sadofschi_costa">Iván Sadofschi Costa</a></li><li><a href="I.html#ivn_snchez_ortega">Iván Sánchez Ortega</a></li><li><a href="I.html#iwgeric">iwgeric</a></li><li><a href="I.html#ixianmace">IxianMace</a></li><li><a href="I.html#iaki_larraaga_murgoitio">Iñaki Larrañaga Murgoitio</a></li><li><a href="I.html#xx">Инсур</a></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="I.html#ivan_zaitsev">Ivan Zaitsev</a></li><li><a href="I.html#ivandogovich">IvanDogovich</a></li><li><a href="I.html#ivar_smolin">Ivar Smolin</a></li><li><a href="I.html#ivaylo_draganov">Ivaylo Draganov</a></li><li><a href="I.html#ivo_danihelka">Ivo Danihelka</a></li><li><a href="I.html#ivoryduke">IvoryDuke</a></li><li><a href="I.html#ivn_j_prez">Iván J. Pérez</a></li><li><a href="I.html#ivn_sadofschi_costa">Iván Sadofschi Costa</a></li><li><a href="I.html#ivn_snchez_ortega">Iván Sánchez Ortega</a></li><li><a href="I.html#iwgeric">iwgeric</a></li><li><a href="I.html#ixianmace">IxianMace</a></li><li><a href="I.html#iaki_larraaga_murgoitio">Iñaki Larrañaga Murgoitio</a></li><li><a href="I.html#xx">Инсур</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="j" class="box">
<div class="box"> <div class="block"><span class="title is-4">J</span></div>
<div class="block">
<h2 id="j" class="is-size-4 has-text-weight-semibold">J</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="J.html#j_fixby">J Fixby</a></li><li><a href="J.html#j_williams">J Williams</a></li><li><span class="has-text-weight-semibold"><a href="J.html#j-jorge">j-jorge</a> <ul><li><a href="J.html#j_fixby">J Fixby</a></li><li><a href="J.html#j_williams">J Williams</a></li><li><span class="has-text-weight-semibold"><a href="J.html#j-jorge">j-jorge</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="J.html#j-m_le_peuvedic">J-M Le Peuvedic</a></li><li><a href="J.html#j-p_nurmi">J-P Nurmi</a></li><li><a href="J.html#j-p-e-g">j-p-e-g</a></li><li><span class="has-text-weight-semibold"><a href="J.html#j-palomo">j-palomo</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="J.html#j-m_le_peuvedic">J-M Le Peuvedic</a></li><li><a href="J.html#j-p_nurmi">J-P Nurmi</a></li><li><a href="J.html#j-p-e-g">j-p-e-g</a></li><li><span class="has-text-weight-semibold"><a href="J.html#j-palomo">j-palomo</a>
@ -888,12 +843,10 @@
<span class="is-light is-size-7">(3)</span></span></li><li><a href="J.html#jyelon">jyelon</a></li><li><a href="J.html#jyrki_vesterinen">Jyrki Vesterinen</a></li><li><a href="J.html#jz_pan">Jz Pan</a></li><li><a href="J.html#jzomdev">JZomDev</a></li><li><a href="J.html#jzomerlei">JZomerlei</a></li><li><a href="J.html#jn_janr">Ján Jančár</a></li><li><a href="J.html#jrme">Jérôme</a></li><li><a href="J.html#jrme_arzel">Jérôme Arzel</a></li><li><a href="J.html#jrme_bolot">Jérôme Bolot</a></li><li><a href="J.html#jrme_gully">Jérôme GULLY</a></li><li><a href="J.html#jrme_gullyx">Jérôme Gully</a></li><li><a href="J.html#jrme_leclercq">Jérôme Leclercq</a></li><li><a href="J.html#jzef_kucia">Józef Kucia</a></li><li><a href="J.html#jorg_bornemann">Jörg Bornemann</a></li><li><a href="J.html#jorg_oster">Jörg Oster</a></li><li><span class="has-text-weight-semibold"><a href="J.html#jrgen_p_tjern">Jørgen P. Tjernø</a> <span class="is-light is-size-7">(3)</span></span></li><li><a href="J.html#jyelon">jyelon</a></li><li><a href="J.html#jyrki_vesterinen">Jyrki Vesterinen</a></li><li><a href="J.html#jz_pan">Jz Pan</a></li><li><a href="J.html#jzomdev">JZomDev</a></li><li><a href="J.html#jzomerlei">JZomerlei</a></li><li><a href="J.html#jn_janr">Ján Jančár</a></li><li><a href="J.html#jrme">Jérôme</a></li><li><a href="J.html#jrme_arzel">Jérôme Arzel</a></li><li><a href="J.html#jrme_bolot">Jérôme Bolot</a></li><li><a href="J.html#jrme_gully">Jérôme GULLY</a></li><li><a href="J.html#jrme_gullyx">Jérôme Gully</a></li><li><a href="J.html#jrme_leclercq">Jérôme Leclercq</a></li><li><a href="J.html#jzef_kucia">Józef Kucia</a></li><li><a href="J.html#jorg_bornemann">Jörg Bornemann</a></li><li><a href="J.html#jorg_oster">Jörg Oster</a></li><li><span class="has-text-weight-semibold"><a href="J.html#jrgen_p_tjern">Jørgen P. Tjernø</a>
<span class="is-light is-size-7">(4)</span></span></li><li><a href="J.html#jrn_lomax">Jørn Lomax</a></li><li><a href="J.html#jurgen_marquardt">Jürgen Marquardt</a></li><li><a href="J.html#juri_valdmann">Jüri Valdmann</a></li><li><a href="J.html#jnis_legzdi">Jānis Legzdiņš</a></li><li><a href="J.html#jnis_rcis">Jānis Rūcis</a></li><li><a href="J.html#jrgen_vasshaug">Jřrgen Vasshaug</a></li></ul> <span class="is-light is-size-7">(4)</span></span></li><li><a href="J.html#jrn_lomax">Jørn Lomax</a></li><li><a href="J.html#jurgen_marquardt">Jürgen Marquardt</a></li><li><a href="J.html#juri_valdmann">Jüri Valdmann</a></li><li><a href="J.html#jnis_legzdi">Jānis Legzdiņš</a></li><li><a href="J.html#jnis_rcis">Jānis Rūcis</a></li><li><a href="J.html#jrgen_vasshaug">Jřrgen Vasshaug</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="k" class="box">
<div class="box"> <div class="block"><span class="title is-4">K</span></div>
<div class="block">
<h2 id="k" class="is-size-4 has-text-weight-semibold">K</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="K.html#k_duggan">K Duggan</a></li><li><a href="K.html#k_s_ernest_ifire_lee">K. S. Ernest (iFire) Lee</a></li><li><a href="K.html#k-m_schindler">K.-M. Schindler</a></li><li><a href="K.html#kvanberendonck">k.vanberendonck</a></li><li><span class="has-text-weight-semibold"><a href="K.html#k0stov">K0stov</a> <ul><li><a href="K.html#k_duggan">K Duggan</a></li><li><a href="K.html#k_s_ernest_ifire_lee">K. S. Ernest (iFire) Lee</a></li><li><a href="K.html#k-m_schindler">K.-M. Schindler</a></li><li><a href="K.html#kvanberendonck">k.vanberendonck</a></li><li><span class="has-text-weight-semibold"><a href="K.html#k0stov">K0stov</a>
<span class="is-light is-size-7">(2)</span></span></li><li><span class="has-text-weight-semibold"><a href="K.html#k1ll">k1ll</a> <span class="is-light is-size-7">(2)</span></span></li><li><span class="has-text-weight-semibold"><a href="K.html#k1ll">k1ll</a>
@ -947,12 +900,10 @@
<span class="is-light is-size-7">(3)</span></span></li><li><a href="K.html#kyle_rawlins">Kyle Rawlins</a></li><li><a href="K.html#kyle_schaefer">Kyle Schaefer</a></li><li><a href="K.html#kyle_smith">Kyle Smith</a></li><li><a href="K.html#kyle_spier-swenson">Kyle Spier-Swenson</a></li><li><a href="K.html#kyle_stevenson">Kyle Stevenson</a></li><li><a href="K.html#kyle_van_berendonck">Kyle Van Berendonck</a></li><li><a href="K.html#kylerace">Kylerace</a></li><li><a href="K.html#kyokomi">kyokomi</a></li><li><a href="K.html#kyouryuukunn">kyouryuukunn</a></li><li><a href="K.html#kypvalanx">kypvalanx</a></li><li><a href="K.html#kyrah_abattoir">Kyrah Abattoir</a></li><li><a href="K.html#kyrylo_silin">Kyrylo Silin</a></li><li><span class="has-text-weight-semibold"><a href="K.html#kyzentun">Kyzentun</a> <span class="is-light is-size-7">(3)</span></span></li><li><a href="K.html#kyle_rawlins">Kyle Rawlins</a></li><li><a href="K.html#kyle_schaefer">Kyle Schaefer</a></li><li><a href="K.html#kyle_smith">Kyle Smith</a></li><li><a href="K.html#kyle_spier-swenson">Kyle Spier-Swenson</a></li><li><a href="K.html#kyle_stevenson">Kyle Stevenson</a></li><li><a href="K.html#kyle_van_berendonck">Kyle Van Berendonck</a></li><li><a href="K.html#kylerace">Kylerace</a></li><li><a href="K.html#kyokomi">kyokomi</a></li><li><a href="K.html#kyouryuukunn">kyouryuukunn</a></li><li><a href="K.html#kypvalanx">kypvalanx</a></li><li><a href="K.html#kyrah_abattoir">Kyrah Abattoir</a></li><li><a href="K.html#kyrylo_silin">Kyrylo Silin</a></li><li><span class="has-text-weight-semibold"><a href="K.html#kyzentun">Kyzentun</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="K.html#kvin_alexandre_boissonneault">Kévin Alexandre Boissonneault</a></li><li><a href="K.html#kvin_bernard-allies">Kévin Bernard-Allies</a></li><li><a href="K.html#k">kʼ</a></li><li><a href="K.html#kernel_panic">ḱ̷̘͙̓͌e̶̡̬̦̽r̸̲̈͜ͅn̴̞̾ẹ̸̉̏l̸̢̜͂ ̵̖͝p̴͍̊̕ą̶̉n̴͚͘i̶̦̥̰͆c̵̪͔͔̈́</a></li><li><a href="K.html#_xxxxx">Костадин Дамянов</a></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="K.html#kvin_alexandre_boissonneault">Kévin Alexandre Boissonneault</a></li><li><a href="K.html#kvin_bernard-allies">Kévin Bernard-Allies</a></li><li><a href="K.html#k">kʼ</a></li><li><a href="K.html#kernel_panic">ḱ̷̘͙̓͌e̶̡̬̦̽r̸̲̈͜ͅn̴̞̾ẹ̸̉̏l̸̢̜͂ ̵̖͝p̴͍̊̕ą̶̉n̴͚͘i̶̦̥̰͆c̵̪͔͔̈́</a></li><li><a href="K.html#_xxxxx">Костадин Дамянов</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="l" class="box">
<div class="box"> <div class="block"><span class="title is-4">L</span></div>
<div class="block">
<h2 id="l" class="is-size-4 has-text-weight-semibold">L</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="L.html#l-palozzi">l-palozzi</a></li><li><a href="L.html#l_alberto_gimnez">L. Alberto Giménez</a></li><li><a href="L.html#l_h_lubomr">L. H. Lubomír</a></li><li><a href="L.html#l_karkkainen">L. Kärkkäinen</a></li><li><a href="L.html#l_p">L. P.</a></li><li><a href="L.html#lj_lim">L.J. Lim</a></li><li><a href="L.html#l0615t1c5-216ac-9437">L0615T1C5-216AC-9437</a></li><li><a href="L.html#l2-">l2-</a></li><li><a href="L.html#l3lessed">l3lessed</a></li><li><a href="L.html#l4m3r">L4m3r</a></li><li><a href="L.html#lj">L_J</a></li><li><a href="L.html#laaksonenl">laaksonenl</a></li><li><a href="L.html#lach">Lach</a></li><li><a href="L.html#lachwright">lachwright</a></li><li><a href="L.html#ladezai">ladezai</a></li><li><a href="L.html#ladislav_zezula">Ladislav Zezula</a></li><li><a href="L.html#lafarm">LafarM</a></li><li><a href="L.html#lagolunatic">LagoLunatic</a></li><li><span class="has-text-weight-semibold"><a href="L.html#laguz">Laguz</a> <ul><li><a href="L.html#l-palozzi">l-palozzi</a></li><li><a href="L.html#l_alberto_gimnez">L. Alberto Giménez</a></li><li><a href="L.html#l_h_lubomr">L. H. Lubomír</a></li><li><a href="L.html#l_karkkainen">L. Kärkkäinen</a></li><li><a href="L.html#l_p">L. P.</a></li><li><a href="L.html#lj_lim">L.J. Lim</a></li><li><a href="L.html#l0615t1c5-216ac-9437">L0615T1C5-216AC-9437</a></li><li><a href="L.html#l2-">l2-</a></li><li><a href="L.html#l3lessed">l3lessed</a></li><li><a href="L.html#l4m3r">L4m3r</a></li><li><a href="L.html#lj">L_J</a></li><li><a href="L.html#laaksonenl">laaksonenl</a></li><li><a href="L.html#lach">Lach</a></li><li><a href="L.html#lachwright">lachwright</a></li><li><a href="L.html#ladezai">ladezai</a></li><li><a href="L.html#ladislav_zezula">Ladislav Zezula</a></li><li><a href="L.html#lafarm">LafarM</a></li><li><a href="L.html#lagolunatic">LagoLunatic</a></li><li><span class="has-text-weight-semibold"><a href="L.html#laguz">Laguz</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="L.html#laharlmontogmmery">LaharlMontogmmery</a></li><li><a href="L.html#laica">Laica</a></li><li><a href="L.html#lajestic">lajestic</a></li><li><a href="L.html#laknoll">laknoll</a></li><li><a href="L.html#lalo_martins">Lalo Martins</a></li><li><a href="L.html#lamberto_tedaldi">Lamberto Tedaldi</a></li><li><a href="L.html#lamonte">Lamonte</a></li><li><a href="L.html#lan">Lan</a></li><li><a href="L.html#lance_leung">Lance Leung</a></li><li><a href="L.html#lance_selga">Lance Selga</a></li><li><a href="L.html#lancej">Lancej</a></li><li><a href="L.html#lancelot_de_ferrire">Lancelot de Ferrière</a></li><li><a href="L.html#landru27">landru27</a></li><li><a href="L.html#lane_schwartz">Lane Schwartz</a></li><li><a href="L.html#lanna_opensource_software">Lanna Opensource Software</a></li><li><a href="L.html#lanslans">lanslans</a></li><li><a href="L.html#lanyi">Lanyi</a></li><li><a href="L.html#laochailan">laochailan</a></li><li><span class="has-text-weight-semibold"><a href="L.html#laonious">laonious</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="L.html#laharlmontogmmery">LaharlMontogmmery</a></li><li><a href="L.html#laica">Laica</a></li><li><a href="L.html#lajestic">lajestic</a></li><li><a href="L.html#laknoll">laknoll</a></li><li><a href="L.html#lalo_martins">Lalo Martins</a></li><li><a href="L.html#lamberto_tedaldi">Lamberto Tedaldi</a></li><li><a href="L.html#lamonte">Lamonte</a></li><li><a href="L.html#lan">Lan</a></li><li><a href="L.html#lance_leung">Lance Leung</a></li><li><a href="L.html#lance_selga">Lance Selga</a></li><li><a href="L.html#lancej">Lancej</a></li><li><a href="L.html#lancelot_de_ferrire">Lancelot de Ferrière</a></li><li><a href="L.html#landru27">landru27</a></li><li><a href="L.html#lane_schwartz">Lane Schwartz</a></li><li><a href="L.html#lanna_opensource_software">Lanna Opensource Software</a></li><li><a href="L.html#lanslans">lanslans</a></li><li><a href="L.html#lanyi">Lanyi</a></li><li><a href="L.html#laochailan">laochailan</a></li><li><span class="has-text-weight-semibold"><a href="L.html#laonious">laonious</a>
@ -1005,12 +956,10 @@
<span class="is-light is-size-7">(2)</span></span></li><li><a href="L.html#lyudmil_antonov">Lyudmil Antonov</a></li><li><a href="L.html#lyuma">lyuma</a></li><li><a href="L.html#lrinc">Lőrinc</a></li><li><a href="L.html#lrinc_serfz">Lőrinc Serfőző</a></li><li><a href="L.html#ubomr_remk">Ľubomír Remák</a></li><li><a href="L.html#ukasz_dobrogowski">Łukasz Dobrogowski</a></li><li><span class="has-text-weight-semibold"><a href="L.html#ukasz_gobiewski">Łukasz Gołębiewski</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="L.html#lyudmil_antonov">Lyudmil Antonov</a></li><li><a href="L.html#lyuma">lyuma</a></li><li><a href="L.html#lrinc">Lőrinc</a></li><li><a href="L.html#lrinc_serfz">Lőrinc Serfőző</a></li><li><a href="L.html#ubomr_remk">Ľubomír Remák</a></li><li><a href="L.html#ukasz_dobrogowski">Łukasz Dobrogowski</a></li><li><span class="has-text-weight-semibold"><a href="L.html#ukasz_gobiewski">Łukasz Gołębiewski</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="L.html#ukasz_jakowski">Łukasz Jakowski</a></li><li><a href="L.html#ukasz_langa">Łukasz Langa</a></li><li><a href="L.html#ukasz_modliski">Łukasz Modliński</a></li><li><a href="L.html#ukasz_pkalski">Łukasz Pękalski</a></li><li><a href="L.html#ukasz_wtka">Łukasz Wątka</a></li><li><a href="L.html#ukasz_apiski">Łukasz Łapiński</a></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="L.html#ukasz_jakowski">Łukasz Jakowski</a></li><li><a href="L.html#ukasz_langa">Łukasz Langa</a></li><li><a href="L.html#ukasz_modliski">Łukasz Modliński</a></li><li><a href="L.html#ukasz_pkalski">Łukasz Pękalski</a></li><li><a href="L.html#ukasz_wtka">Łukasz Wątka</a></li><li><a href="L.html#ukasz_apiski">Łukasz Łapiński</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="m" class="box">
<div class="box"> <div class="block"><span class="title is-4">M</span></div>
<div class="block">
<h2 id="m" class="is-size-4 has-text-weight-semibold">M</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="M.html#m">M</a></li><li><span class="has-text-weight-semibold"><a href="M.html#m_gagnon">M Gagnon</a> <ul><li><a href="M.html#m">M</a></li><li><span class="has-text-weight-semibold"><a href="M.html#m_gagnon">M Gagnon</a>
<span class="is-light is-size-7">(3)</span></span></li><li><a href="M.html#m_mograbi">M Mograbi</a></li><li><span class="has-text-weight-semibold"><a href="M.html#m_s">M S</a> <span class="is-light is-size-7">(3)</span></span></li><li><a href="M.html#m_mograbi">M Mograbi</a></li><li><span class="has-text-weight-semibold"><a href="M.html#m_s">M S</a>
@ -1160,12 +1109,10 @@
<span class="is-light is-size-7">(3)</span></span></li><li><a href="M.html#mykyta">Mykyta</a></li><li><a href="M.html#myles_recny">Myles Recny</a></li><li><a href="M.html#mynameistrez">MyNameIsTrez</a></li><li><a href="M.html#mys">mys</a></li><li><a href="M.html#mysteria">Mysteria</a></li><li><a href="M.html#mysteryem">Mysteryem</a></li><li><a href="M.html#myths">Myths</a></li><li><a href="M.html#mtys_mustoha">Mátyás Mustoha</a></li><li><span class="has-text-weight-semibold"><a href="M.html#mximo_castaeda">Máximo Castañeda</a> <span class="is-light is-size-7">(3)</span></span></li><li><a href="M.html#mykyta">Mykyta</a></li><li><a href="M.html#myles_recny">Myles Recny</a></li><li><a href="M.html#mynameistrez">MyNameIsTrez</a></li><li><a href="M.html#mys">mys</a></li><li><a href="M.html#mysteria">Mysteria</a></li><li><a href="M.html#mysteryem">Mysteryem</a></li><li><a href="M.html#myths">Myths</a></li><li><a href="M.html#mtys_mustoha">Mátyás Mustoha</a></li><li><span class="has-text-weight-semibold"><a href="M.html#mximo_castaeda">Máximo Castañeda</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="M.html#mrten_nordheim">Mårten Nordheim</a></li><li><a href="M.html#munir_ozan_topcu">Münir Ozan Topcu</a></li><li><a href="M.html#mrten_stromberg">Mĺrten Strömberg</a></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="M.html#mrten_nordheim">Mårten Nordheim</a></li><li><a href="M.html#munir_ozan_topcu">Münir Ozan Topcu</a></li><li><a href="M.html#mrten_stromberg">Mĺrten Strömberg</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="n" class="box">
<div class="box"> <div class="block"><span class="title is-4">N</span></div>
<div class="block">
<h2 id="n" class="is-size-4 has-text-weight-semibold">N</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="N.html#n0obatron">n0.obAtroN</a></li><li><span class="has-text-weight-semibold"><a href="N.html#n0u">N0U</a> <ul><li><a href="N.html#n0obatron">n0.obAtroN</a></li><li><span class="has-text-weight-semibold"><a href="N.html#n0u">N0U</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="N.html#n4b3l">n4b3l</a></li><li><a href="N.html#n8n5h">N8n5h</a></li><li><a href="N.html#naaier">naaier</a></li><li><a href="N.html#nabil_boutemeur">Nabil Boutemeur</a></li><li><a href="N.html#nabile_rahmani">Nabile Rahmani</a></li><li><a href="N.html#nachum_barcohen">Nachum Barcohen</a></li><li><a href="N.html#nadia_adam">Nadia Adam</a></li><li><a href="N.html#naeferith">Naeferith</a></li><li><span class="has-text-weight-semibold"><a href="N.html#naehc">naehc</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="N.html#n4b3l">n4b3l</a></li><li><a href="N.html#n8n5h">N8n5h</a></li><li><a href="N.html#naaier">naaier</a></li><li><a href="N.html#nabil_boutemeur">Nabil Boutemeur</a></li><li><a href="N.html#nabile_rahmani">Nabile Rahmani</a></li><li><a href="N.html#nachum_barcohen">Nachum Barcohen</a></li><li><a href="N.html#nadia_adam">Nadia Adam</a></li><li><a href="N.html#naeferith">Naeferith</a></li><li><span class="has-text-weight-semibold"><a href="N.html#naehc">naehc</a>
@ -1218,12 +1165,10 @@
<span class="is-light is-size-7">(7)</span></span></li><li><a href="N.html#nyerguds">Nyerguds</a></li><li><span class="has-text-weight-semibold"><a href="N.html#nymacro">nymacro</a> <span class="is-light is-size-7">(7)</span></span></li><li><a href="N.html#nyerguds">Nyerguds</a></li><li><span class="has-text-weight-semibold"><a href="N.html#nymacro">nymacro</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="N.html#nymall">Nymall</a></li><li><a href="N.html#nystul-the-magician">Nystul-the-Magician</a></li><li><a href="N.html#nyx">Nyx</a></li><li><a href="N.html#nd_j">Néd J.</a></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="N.html#nymall">Nymall</a></li><li><a href="N.html#nystul-the-magician">Nystul-the-Magician</a></li><li><a href="N.html#nyx">Nyx</a></li><li><a href="N.html#nd_j">Néd J.</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="o" class="box">
<div class="box"> <div class="block"><span class="title is-4">O</span></div>
<div class="block">
<h2 id="o" class="is-size-4 has-text-weight-semibold">O</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="O.html#o01eg">O01eg</a> <ul><li><span class="has-text-weight-semibold"><a href="O.html#o01eg">O01eg</a>
<span class="is-light is-size-7">(3)</span></span></li><li><span class="has-text-weight-semibold"><a href="O.html#o11c">o11c</a> <span class="is-light is-size-7">(3)</span></span></li><li><span class="has-text-weight-semibold"><a href="O.html#o11c">o11c</a>
@ -1254,14 +1199,12 @@
<span class="is-light is-size-7">(2)</span></span></li><li><a href="O.html#ososangre">OsoSangre</a></li><li><a href="O.html#osp">OSP</a></li><li><a href="O.html#oswald_buddenhagen">Oswald Buddenhagen</a></li><li><a href="O.html#othgmars">OTHGMars</a></li><li><a href="O.html#oto_petrik">Oto Petrik</a></li><li><a href="O.html#ott_tinn">Ott Tinn</a></li><li><a href="O.html#ott_toomet">Ott Toomet</a></li><li><a href="O.html#ouaz">Ouaz</a></li><li><a href="O.html#ouned">ouned</a></li><li><a href="O.html#ousnius">ousnius</a></li><li><a href="O.html#oussama_aouessar">Oussama Aouessar</a></li><li><a href="O.html#outsidepasser">outsidePasser</a></li><li><a href="O.html#ovenbaker">OvenBaker</a></li><li><a href="O.html#overdhose">overdhose</a></li><li><a href="O.html#overminddl1">OvermindDL1</a></li><li><a href="O.html#ovnuniarchos">Ovnuniarchos</a></li><li><a href="O.html#owen">Owen</a></li><li><a href="O.html#owen_rudge">Owen Rudge</a></li><li><a href="O.html#owen_silva">Owen Silva</a></li><li><a href="O.html#owen_young">Owen Young</a></li><li><a href="O.html#owenmpierce">owenmpierce</a></li><li><a href="O.html#owk">OWK</a></li><li><a href="O.html#owolff">owolff</a></li><li><a href="O.html#oy">oy</a></li><li><a href="O.html#oymate">Oymate</a></li><li><a href="O.html#oystedal">oystedal</a></li><li><a href="O.html#oystein_eftevaag">Oystein Eftevaag</a></li><li><span class="has-text-weight-semibold"><a href="O.html#oyvindln">oyvindln</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="O.html#ososangre">OsoSangre</a></li><li><a href="O.html#osp">OSP</a></li><li><a href="O.html#oswald_buddenhagen">Oswald Buddenhagen</a></li><li><a href="O.html#othgmars">OTHGMars</a></li><li><a href="O.html#oto_petrik">Oto Petrik</a></li><li><a href="O.html#ott_tinn">Ott Tinn</a></li><li><a href="O.html#ott_toomet">Ott Toomet</a></li><li><a href="O.html#ouaz">Ouaz</a></li><li><a href="O.html#ouned">ouned</a></li><li><a href="O.html#ousnius">ousnius</a></li><li><a href="O.html#oussama_aouessar">Oussama Aouessar</a></li><li><a href="O.html#outsidepasser">outsidePasser</a></li><li><a href="O.html#ovenbaker">OvenBaker</a></li><li><a href="O.html#overdhose">overdhose</a></li><li><a href="O.html#overminddl1">OvermindDL1</a></li><li><a href="O.html#ovnuniarchos">Ovnuniarchos</a></li><li><a href="O.html#owen">Owen</a></li><li><a href="O.html#owen_rudge">Owen Rudge</a></li><li><a href="O.html#owen_silva">Owen Silva</a></li><li><a href="O.html#owen_young">Owen Young</a></li><li><a href="O.html#owenmpierce">owenmpierce</a></li><li><a href="O.html#owk">OWK</a></li><li><a href="O.html#owolff">owolff</a></li><li><a href="O.html#oy">oy</a></li><li><a href="O.html#oymate">Oymate</a></li><li><a href="O.html#oystedal">oystedal</a></li><li><a href="O.html#oystein_eftevaag">Oystein Eftevaag</a></li><li><span class="has-text-weight-semibold"><a href="O.html#oyvindln">oyvindln</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="O.html#ozan_kurt">Ozan Kurt</a></li><li><a href="O.html#ozan-hifi">ozan-hifi</a></li><li><span class="has-text-weight-semibold"><a href="O.html#ozkan_sezer">Ozkan Sezer</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="O.html#ozan_kurt">Ozan Kurt</a></li><li><a href="O.html#ozan-hifi">ozan-hifi</a></li><li><span class="has-text-weight-semibold"><a href="O.html#ozkan_sezer">Ozkan Sezer</a>
<span class="is-light is-size-7">(6)</span></span></li><li><a href="O.html#oznog">OznOg</a></li><li><a href="O.html#oznogon">oznogon</a></li><li><a href="O.html#ozoneh3">OzoneH3</a></li><li><span class="has-text-weight-semibold"><a href="O.html#ouz_ersen">Oğuz Ersen</a> <span class="is-light is-size-7">(6)</span></span></li><li><a href="O.html#oznog">OznOg</a></li><li><a href="O.html#oznogon">oznogon</a></li><li><a href="O.html#ozoneh3">OzoneH3</a></li><li><span class="has-text-weight-semibold"><a href="O.html#ouz_ersen">Oğuz Ersen</a>
<span class="is-light is-size-7">(2)</span></span></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="O.html#ozgur_emir">Özgür Emir</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="p" class="box">
<div class="box"> <div class="block"><span class="title is-4">P</span></div>
<div class="block">
<h2 id="p" class="is-size-4 has-text-weight-semibold">P</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="P.html#p-d-e">P-D-E</a></li><li><a href="P.html#p-groarke">p-groarke</a></li><li><a href="P.html#phansson">P_Hansson</a></li><li><a href="P.html#paavo_huhtala">Paavo Huhtala</a></li><li><a href="P.html#pablo_antonio_camacho_jr">Pablo Antonio Camacho Jr.</a></li><li><span class="has-text-weight-semibold"><a href="P.html#pablo_ariel_mayobre">Pablo Ariel Mayobre</a> <ul><li><a href="P.html#p-d-e">P-D-E</a></li><li><a href="P.html#p-groarke">p-groarke</a></li><li><a href="P.html#phansson">P_Hansson</a></li><li><a href="P.html#paavo_huhtala">Paavo Huhtala</a></li><li><a href="P.html#pablo_antonio_camacho_jr">Pablo Antonio Camacho Jr.</a></li><li><span class="has-text-weight-semibold"><a href="P.html#pablo_ariel_mayobre">Pablo Ariel Mayobre</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="P.html#pablo_barrio">Pablo Barrio</a></li><li><a href="P.html#pablo_castellazzi">Pablo Castellazzi</a></li><li><a href="P.html#pablo_dallegri">Pablo Dallegri</a></li><li><a href="P.html#pablo_farias_navarro">Pablo Farias Navarro</a></li><li><a href="P.html#pablo_ignacio_mrquez">Pablo Ignacio Márquez</a></li><li><a href="P.html#pablo_maiolo">Pablo Maiolo</a></li><li><a href="P.html#pablo_marcos">Pablo Marcos</a></li><li><a href="P.html#pablo_marcos_oltra">Pablo Marcos Oltra</a></li><li><a href="P.html#pablo_martin">Pablo Martin</a></li><li><a href="P.html#pablo_martn">Pablo Martín</a></li><li><a href="P.html#pablo_saratxaga">Pablo Saratxaga</a></li><li><a href="P.html#pablomansanet">PabloMansanet</a></li><li><a href="P.html#pace_willisson">Pace Willisson</a></li><li><a href="P.html#paclow">PacLow</a></li><li><a href="P.html#pacomont">pacomont</a></li><li><a href="P.html#paddilu">PaddiLu</a></li><li><a href="P.html#pal_illes">Pal Illes</a></li><li><span class="has-text-weight-semibold"><a href="P.html#pali">pali</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="P.html#pablo_barrio">Pablo Barrio</a></li><li><a href="P.html#pablo_castellazzi">Pablo Castellazzi</a></li><li><a href="P.html#pablo_dallegri">Pablo Dallegri</a></li><li><a href="P.html#pablo_farias_navarro">Pablo Farias Navarro</a></li><li><a href="P.html#pablo_ignacio_mrquez">Pablo Ignacio Márquez</a></li><li><a href="P.html#pablo_maiolo">Pablo Maiolo</a></li><li><a href="P.html#pablo_marcos">Pablo Marcos</a></li><li><a href="P.html#pablo_marcos_oltra">Pablo Marcos Oltra</a></li><li><a href="P.html#pablo_martin">Pablo Martin</a></li><li><a href="P.html#pablo_martn">Pablo Martín</a></li><li><a href="P.html#pablo_saratxaga">Pablo Saratxaga</a></li><li><a href="P.html#pablomansanet">PabloMansanet</a></li><li><a href="P.html#pace_willisson">Pace Willisson</a></li><li><a href="P.html#paclow">PacLow</a></li><li><a href="P.html#pacomont">pacomont</a></li><li><a href="P.html#paddilu">PaddiLu</a></li><li><a href="P.html#pal_illes">Pal Illes</a></li><li><span class="has-text-weight-semibold"><a href="P.html#pali">pali</a>
@ -1335,12 +1278,10 @@
<span class="is-light is-size-7">(2)</span></span></li><li><a href="P.html#pufik6666">pufik6666</a></li><li><a href="P.html#pulkit">Pulkit</a></li><li><a href="P.html#pun1sher">Pun1sher</a></li><li><a href="P.html#punctdan">punctdan</a></li><li><a href="P.html#punto-">punto-</a></li><li><a href="P.html#pupsi_mupsi">Pupsi Mupsi</a></li><li><a href="P.html#pureon">Pureon</a></li><li><a href="P.html#puskutraktori">Puskutraktori</a></li><li><a href="P.html#puthre">puthre</a></li><li><a href="P.html#puzzlemaker">Puzzlemaker</a></li><li><a href="P.html#puzzlemaker1">Puzzlemaker1</a></li><li><a href="P.html#pvandommelen">pvandommelen</a></li><li><a href="P.html#pwiecz">pwiecz</a></li><li><a href="P.html#pymike">PyMike</a></li><li><a href="P.html#pyramid">pyramid</a></li><li><a href="P.html#pyramid3d">pyramid3d</a></li><li><span class="has-text-weight-semibold"><a href="P.html#pyrdacor">Pyrdacor</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="P.html#pufik6666">pufik6666</a></li><li><a href="P.html#pulkit">Pulkit</a></li><li><a href="P.html#pun1sher">Pun1sher</a></li><li><a href="P.html#punctdan">punctdan</a></li><li><a href="P.html#punto-">punto-</a></li><li><a href="P.html#pupsi_mupsi">Pupsi Mupsi</a></li><li><a href="P.html#pureon">Pureon</a></li><li><a href="P.html#puskutraktori">Puskutraktori</a></li><li><a href="P.html#puthre">puthre</a></li><li><a href="P.html#puzzlemaker">Puzzlemaker</a></li><li><a href="P.html#puzzlemaker1">Puzzlemaker1</a></li><li><a href="P.html#pvandommelen">pvandommelen</a></li><li><a href="P.html#pwiecz">pwiecz</a></li><li><a href="P.html#pymike">PyMike</a></li><li><a href="P.html#pyramid">pyramid</a></li><li><a href="P.html#pyramid3d">pyramid3d</a></li><li><span class="has-text-weight-semibold"><a href="P.html#pyrdacor">Pyrdacor</a>
<span class="is-light is-size-7">(3)</span></span></li><li><a href="P.html#pyrosphere">pyrosphere</a></li><li><a href="P.html#pyrosshade">Pyrosshade</a></li><li><a href="P.html#pythonicchemist">PythonicChemist</a></li><li><a href="P.html#pl_zoltn_ills">Pál Zoltán Illés</a></li><li><a href="P.html#par_karlsson">Pär Karlsson</a></li><li><a href="P.html#pter_bozs">Péter Bozsó</a></li><li><a href="P.html#pter_kovcs">Péter Kovács</a></li><li><a href="P.html#pter_magyar">Péter Magyar</a></li><li><a href="P.html#_xxxxxx">Павел Артеменко</a></li><li><a href="P.html#xxx">Пётр</a></li></ul> <span class="is-light is-size-7">(3)</span></span></li><li><a href="P.html#pyrosphere">pyrosphere</a></li><li><a href="P.html#pyrosshade">Pyrosshade</a></li><li><a href="P.html#pythonicchemist">PythonicChemist</a></li><li><a href="P.html#pl_zoltn_ills">Pál Zoltán Illés</a></li><li><a href="P.html#par_karlsson">Pär Karlsson</a></li><li><a href="P.html#pter_bozs">Péter Bozsó</a></li><li><a href="P.html#pter_kovcs">Péter Kovács</a></li><li><a href="P.html#pter_magyar">Péter Magyar</a></li><li><a href="P.html#_xxxxxx">Павел Артеменко</a></li><li><a href="P.html#xxx">Пётр</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="q" class="box">
<div class="box"> <div class="block"><span class="title is-4">Q</span></div>
<div class="block">
<h2 id="q" class="is-size-4 has-text-weight-semibold">Q</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="Q.html#q4a">q4a</a> <ul><li><span class="has-text-weight-semibold"><a href="Q.html#q4a">q4a</a>
<span class="is-light is-size-7">(3)</span></span></li><li><a href="Q.html#qark">Qark</a></li><li><a href="Q.html#qbancoffee">qbancoffee</a></li><li><a href="Q.html#qbieshay">QbieShay</a></li><li><a href="Q.html#qbix">Qbix</a></li><li><a href="Q.html#qiaofeng00oo">qiaofeng00oo</a></li><li><a href="Q.html#qingnan_duan">Qingnan Duan</a></li><li><a href="Q.html#qkolj">qkolj</a></li><li><a href="Q.html#qliemillar">Qliemillar</a></li><li><a href="Q.html#qmelz">QmelZ</a></li><li><span class="has-text-weight-semibold"><a href="Q.html#qndel">qndel</a> <span class="is-light is-size-7">(3)</span></span></li><li><a href="Q.html#qark">Qark</a></li><li><a href="Q.html#qbancoffee">qbancoffee</a></li><li><a href="Q.html#qbieshay">QbieShay</a></li><li><a href="Q.html#qbix">Qbix</a></li><li><a href="Q.html#qiaofeng00oo">qiaofeng00oo</a></li><li><a href="Q.html#qingnan_duan">Qingnan Duan</a></li><li><a href="Q.html#qkolj">qkolj</a></li><li><a href="Q.html#qliemillar">Qliemillar</a></li><li><a href="Q.html#qmelz">QmelZ</a></li><li><span class="has-text-weight-semibold"><a href="Q.html#qndel">qndel</a>
@ -1356,12 +1297,10 @@
<span class="is-light is-size-7">(2)</span></span></li><li><a href="Q.html#qwertronix">Qwertronix</a></li><li><span class="has-text-weight-semibold"><a href="Q.html#qwertychouskie">QwertyChouskie</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="Q.html#qwertronix">Qwertronix</a></li><li><span class="has-text-weight-semibold"><a href="Q.html#qwertychouskie">QwertyChouskie</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="Q.html#qwertygiy">Qwertygiy</a></li><li><a href="Q.html#qwewqa">qwewqa</a></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="Q.html#qwertygiy">Qwertygiy</a></li><li><a href="Q.html#qwewqa">qwewqa</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="r" class="box">
<div class="box"> <div class="block"><span class="title is-4">R</span></div>
<div class="block">
<h2 id="r" class="is-size-4 has-text-weight-semibold">R</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="R.html#r-a-sattarov">r-a-sattarov</a> <ul><li><span class="has-text-weight-semibold"><a href="R.html#r-a-sattarov">r-a-sattarov</a>
<span class="is-light is-size-7">(4)</span></span></li><li><a href="R.html#r-christie">r-christie</a></li><li><a href="R.html#r_k">R. K.</a></li><li><a href="R.html#r_white">R. White</a></li><li><a href="R.html#rbrandl">R.Brandl</a></li><li><a href="R.html#rj_wood">R.J. Wood</a></li><li><a href="R.html#rk">R.K.</a></li><li><a href="R.html#rvaes">R.Vañes</a></li><li><a href="R.html#r0b0v">r0b0v</a></li><li><a href="R.html#r1do">R1dO</a></li><li><span class="has-text-weight-semibold"><a href="R.html#raa-eruanna">raa-eruanna</a> <span class="is-light is-size-7">(4)</span></span></li><li><a href="R.html#r-christie">r-christie</a></li><li><a href="R.html#r_k">R. K.</a></li><li><a href="R.html#r_white">R. White</a></li><li><a href="R.html#rbrandl">R.Brandl</a></li><li><a href="R.html#rj_wood">R.J. Wood</a></li><li><a href="R.html#rk">R.K.</a></li><li><a href="R.html#rvaes">R.Vañes</a></li><li><a href="R.html#r0b0v">r0b0v</a></li><li><a href="R.html#r1do">R1dO</a></li><li><span class="has-text-weight-semibold"><a href="R.html#raa-eruanna">raa-eruanna</a>
@ -1446,12 +1385,10 @@
<span class="is-light is-size-7">(3)</span></span></li><li><a href="R.html#ryan_skeldon">Ryan Skeldon</a></li><li><a href="R.html#ryan_stein">Ryan Stein</a></li><li><a href="R.html#ryan_stillings">Ryan Stillings</a></li><li><a href="R.html#ryan_sullivant">Ryan Sullivant</a></li><li><a href="R.html#ryan_swart">Ryan Swart</a></li><li><a href="R.html#ryan_takker">Ryan Takker</a></li><li><a href="R.html#ryan_trujillo">Ryan Trujillo</a></li><li><a href="R.html#ryan_wise">Ryan Wise</a></li><li><a href="R.html#ryan_yoakum">Ryan Yoakum</a></li><li><a href="R.html#ryan_zmuda">Ryan Zmuda</a></li><li><a href="R.html#ryan-sg">ryan-sg</a></li><li><a href="R.html#ryanastout">ryanastout</a></li><li><a href="R.html#ryanismean">ryanismean</a></li><li><a href="R.html#ryanne_fox">Ryanne Fox</a></li><li><a href="R.html#ryelle">Ryelle</a></li><li><a href="R.html#ryll_ryll">Ryll Ryll</a></li><li><a href="R.html#rymarq">RyMarq</a></li><li><a href="R.html#rypervenche">rypervenche</a></li><li><a href="R.html#ryzee119">Ryzee119</a></li><li><a href="R.html#ryzyk-krzysiek">ryzyk-krzysiek</a></li><li><a href="R.html#rzaba0">rzaba0</a></li><li><a href="R.html#rzr">rzr</a></li><li><a href="R.html#rgis_parret">Régis Parret</a></li><li><a href="R.html#rmi_bges">Rémi Bèges</a></li><li><a href="R.html#rmi_coulom">Rémi Coulom</a></li><li><span class="has-text-weight-semibold"><a href="R.html#rmi_verschelde">Rémi Verschelde</a> <span class="is-light is-size-7">(3)</span></span></li><li><a href="R.html#ryan_skeldon">Ryan Skeldon</a></li><li><a href="R.html#ryan_stein">Ryan Stein</a></li><li><a href="R.html#ryan_stillings">Ryan Stillings</a></li><li><a href="R.html#ryan_sullivant">Ryan Sullivant</a></li><li><a href="R.html#ryan_swart">Ryan Swart</a></li><li><a href="R.html#ryan_takker">Ryan Takker</a></li><li><a href="R.html#ryan_trujillo">Ryan Trujillo</a></li><li><a href="R.html#ryan_wise">Ryan Wise</a></li><li><a href="R.html#ryan_yoakum">Ryan Yoakum</a></li><li><a href="R.html#ryan_zmuda">Ryan Zmuda</a></li><li><a href="R.html#ryan-sg">ryan-sg</a></li><li><a href="R.html#ryanastout">ryanastout</a></li><li><a href="R.html#ryanismean">ryanismean</a></li><li><a href="R.html#ryanne_fox">Ryanne Fox</a></li><li><a href="R.html#ryelle">Ryelle</a></li><li><a href="R.html#ryll_ryll">Ryll Ryll</a></li><li><a href="R.html#rymarq">RyMarq</a></li><li><a href="R.html#rypervenche">rypervenche</a></li><li><a href="R.html#ryzee119">Ryzee119</a></li><li><a href="R.html#ryzyk-krzysiek">ryzyk-krzysiek</a></li><li><a href="R.html#rzaba0">rzaba0</a></li><li><a href="R.html#rzr">rzr</a></li><li><a href="R.html#rgis_parret">Régis Parret</a></li><li><a href="R.html#rmi_bges">Rémi Bèges</a></li><li><a href="R.html#rmi_coulom">Rémi Coulom</a></li><li><span class="has-text-weight-semibold"><a href="R.html#rmi_verschelde">Rémi Verschelde</a>
<span class="is-light is-size-7">(18)</span></span></li><li><a href="R.html#rmy_boulanouar">Rémy Boulanouar</a></li><li><a href="R.html#rmy_bouquet">Rémy Bouquet</a></li><li><a href="R.html#rmy_roy">Rémy Roy</a></li><li><a href="R.html#rbert_kisnmeth">Róbert Kisnémeth</a></li><li><a href="R.html#rzvan_c_rdulescu">Răzvan C. Rădulescu</a></li><li><a href="R.html#rdolfs_mazurs">Rūdolfs Mazurs</a></li></ul> <span class="is-light is-size-7">(18)</span></span></li><li><a href="R.html#rmy_boulanouar">Rémy Boulanouar</a></li><li><a href="R.html#rmy_bouquet">Rémy Bouquet</a></li><li><a href="R.html#rmy_roy">Rémy Roy</a></li><li><a href="R.html#rbert_kisnmeth">Róbert Kisnémeth</a></li><li><a href="R.html#rzvan_c_rdulescu">Răzvan C. Rădulescu</a></li><li><a href="R.html#rdolfs_mazurs">Rūdolfs Mazurs</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="s" class="box">
<div class="box"> <div class="block"><span class="title is-4">S</span></div>
<div class="block">
<h2 id="s" class="is-size-4 has-text-weight-semibold">S</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="S.html#s-martin">s-martin</a></li><li><span class="has-text-weight-semibold"><a href="S.html#s0600204">s0600204</a> <ul><li><a href="S.html#s-martin">s-martin</a></li><li><span class="has-text-weight-semibold"><a href="S.html#s0600204">s0600204</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="S.html#s09bq5">s09bQ5</a></li><li><a href="S.html#s1m0n5-him-self">S1m0n5-him-self</a></li><li><span class="has-text-weight-semibold"><a href="S.html#s1w">s1w_</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="S.html#s09bq5">s09bQ5</a></li><li><a href="S.html#s1m0n5-him-self">S1m0n5-him-self</a></li><li><span class="has-text-weight-semibold"><a href="S.html#s1w">s1w_</a>
@ -1580,12 +1517,10 @@
<span class="is-light is-size-7">(2)</span></span></li><li><a href="S.html#szv">szv</a></li><li><a href="S.html#szyk_grenadier">szyk (grenadier)</a></li><li><a href="S.html#szymon_j">Szymon J.</a></li><li><a href="S.html#szymon_weihs">Szymon Weihs</a></li><li><a href="S.html#sbastien">Sébastien</a></li><li><a href="S.html#sbastien_angibaud">Sébastien Angibaud</a></li><li><a href="S.html#sbastien_jean_robert_doeraene">Sébastien Jean Robert Doeraene</a></li><li><a href="S.html#srgio_basto">Sérgio Basto</a></li><li><span class="has-text-weight-semibold"><a href="S.html#srgio_lopes">Sérgio Lopes</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="S.html#szv">szv</a></li><li><a href="S.html#szyk_grenadier">szyk (grenadier)</a></li><li><a href="S.html#szymon_j">Szymon J.</a></li><li><a href="S.html#szymon_weihs">Szymon Weihs</a></li><li><a href="S.html#sbastien">Sébastien</a></li><li><a href="S.html#sbastien_angibaud">Sébastien Angibaud</a></li><li><a href="S.html#sbastien_jean_robert_doeraene">Sébastien Jean Robert Doeraene</a></li><li><a href="S.html#srgio_basto">Sérgio Basto</a></li><li><span class="has-text-weight-semibold"><a href="S.html#srgio_lopes">Sérgio Lopes</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="S.html#sonke_hahn">Sönke Hahn</a></li><li><a href="S.html#sawomir_bauciak">Sławomir Błauciak</a></li><li><a href="S.html#sawomir_siudek">Sławomir Siudek</a></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="S.html#sonke_hahn">Sönke Hahn</a></li><li><a href="S.html#sawomir_bauciak">Sławomir Błauciak</a></li><li><a href="S.html#sawomir_siudek">Sławomir Siudek</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="t" class="box">
<div class="box"> <div class="block"><span class="title is-4">T</span></div>
<div class="block">
<h2 id="t" class="is-size-4 has-text-weight-semibold">T</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="T.html#t_gerigk">T Gerigk</a></li><li><span class="has-text-weight-semibold"><a href="T.html#t0suj4">t0suj4</a> <ul><li><a href="T.html#t_gerigk">T Gerigk</a></li><li><span class="has-text-weight-semibold"><a href="T.html#t0suj4">t0suj4</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="T.html#t4larson">T4Larson</a></li><li><a href="T.html#taahir_ahmed">Taahir Ahmed</a></li><li><span class="has-text-weight-semibold"><a href="T.html#taco">Taco</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="T.html#t4larson">T4Larson</a></li><li><a href="T.html#taahir_ahmed">Taahir Ahmed</a></li><li><span class="has-text-weight-semibold"><a href="T.html#taco">Taco</a>
@ -1678,32 +1613,28 @@
<span class="is-light is-size-7">(3)</span></span></li><li><a href="T.html#tuukka_hastrup">Tuukka Hastrup</a></li><li><a href="T.html#tuukka_virtaperko">Tuukka Virtaperko</a></li><li><a href="T.html#tux9th">tux9th</a></li><li><a href="T.html#tvstatic">tvStatic</a></li><li><a href="T.html#twarit_waikar">Twarit Waikar</a></li><li><a href="T.html#twaticus">Twaticus</a></li><li><a href="T.html#twiglet1022">Twiglet1022</a></li><li><a href="T.html#twilrom">Twilrom</a></li><li><a href="T.html#twistedtwigleg">TwistedTwigleg</a></li><li><span class="has-text-weight-semibold"><a href="T.html#tyler">Tyler</a> <span class="is-light is-size-7">(3)</span></span></li><li><a href="T.html#tuukka_hastrup">Tuukka Hastrup</a></li><li><a href="T.html#tuukka_virtaperko">Tuukka Virtaperko</a></li><li><a href="T.html#tux9th">tux9th</a></li><li><a href="T.html#tvstatic">tvStatic</a></li><li><a href="T.html#twarit_waikar">Twarit Waikar</a></li><li><a href="T.html#twaticus">Twaticus</a></li><li><a href="T.html#twiglet1022">Twiglet1022</a></li><li><a href="T.html#twilrom">Twilrom</a></li><li><a href="T.html#twistedtwigleg">TwistedTwigleg</a></li><li><span class="has-text-weight-semibold"><a href="T.html#tyler">Tyler</a>
<span class="is-light is-size-7">(3)</span></span></li><li><a href="T.html#tyler_brekke">Tyler Brekke</a></li><li><a href="T.html#tyler_hardy">Tyler Hardy</a></li><li><a href="T.html#tyler_moore">Tyler Moore</a></li><li><a href="T.html#tyler_nichols">Tyler Nichols</a></li><li><a href="T.html#tyler_olsen">Tyler Olsen</a></li><li><a href="T.html#tyler_reynolds">Tyler Reynolds</a></li><li><a href="T.html#tyler_trahan">Tyler Trahan</a></li><li><a href="T.html#tyler_wozniak">Tyler Wozniak</a></li><li><a href="T.html#tylert">TylerT</a></li><li><a href="T.html#tynan_richards">Tynan Richards</a></li><li><a href="T.html#tyras2">tyras2</a></li><li><a href="T.html#tyrone">Tyrone</a></li><li><a href="T.html#tyson_liddell">Tyson Liddell</a></li><li><a href="T.html#tyusha0">tyusha0</a></li><li><a href="T.html#tzenchor">Tzenchor</a></li><li><a href="T.html#tzw">TZW</a></li><li><a href="T.html#tth_andrs">Tóth András</a></li><li><a href="T.html#torok_gbor">Török Gábor</a></li></ul> <span class="is-light is-size-7">(3)</span></span></li><li><a href="T.html#tyler_brekke">Tyler Brekke</a></li><li><a href="T.html#tyler_hardy">Tyler Hardy</a></li><li><a href="T.html#tyler_moore">Tyler Moore</a></li><li><a href="T.html#tyler_nichols">Tyler Nichols</a></li><li><a href="T.html#tyler_olsen">Tyler Olsen</a></li><li><a href="T.html#tyler_reynolds">Tyler Reynolds</a></li><li><a href="T.html#tyler_trahan">Tyler Trahan</a></li><li><a href="T.html#tyler_wozniak">Tyler Wozniak</a></li><li><a href="T.html#tylert">TylerT</a></li><li><a href="T.html#tynan_richards">Tynan Richards</a></li><li><a href="T.html#tyras2">tyras2</a></li><li><a href="T.html#tyrone">Tyrone</a></li><li><a href="T.html#tyson_liddell">Tyson Liddell</a></li><li><a href="T.html#tyusha0">tyusha0</a></li><li><a href="T.html#tzenchor">Tzenchor</a></li><li><a href="T.html#tzw">TZW</a></li><li><a href="T.html#tth_andrs">Tóth András</a></li><li><a href="T.html#torok_gbor">Török Gábor</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="u" class="box">
<div class="box"> <div class="block"><span class="title is-4">U</span></div>
<div class="block">
<h2 id="u" class="is-size-4 has-text-weight-semibold">U</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="U.html#u-ndefine">u-ndefine</a></li><li><a href="U.html#u32i64">u32i64</a></li><li><a href="U.html#uberwaffe">UberWaffe</a></li><li><a href="U.html#ubr47k">ubr47k</a></li><li><a href="U.html#ufdada">ufdada</a></li><li><a href="U.html#ufo_alien_invasion">UFO: Alien Invasion</a></li><li><a href="U.html#ufoai">UFOAI</a></li><li><a href="U.html#ufshaikh">ufshaikh</a></li><li><a href="U.html#ujjwal_mishra">ujjwal mishra</a></li><li><a href="U.html#ukata">ukata</a></li><li><a href="U.html#uladzislau_susha">Uladzislau Susha</a></li><li><a href="U.html#ulf_hermann">Ulf Hermann</a></li><li><a href="U.html#ulf_lorenz">Ulf Lorenz</a></li><li><a href="U.html#ulherman">ulherman</a></li><li><a href="U.html#uli_schlachter">Uli Schlachter</a></li><li><a href="U.html#ulteq">ulteq</a></li><li><a href="U.html#ultrastars3000">UltraStars3000</a></li><li><a href="U.html#ulukai">ulukai</a></li><li><a href="U.html#ulukyn">Ulukyn</a></li><li><a href="U.html#umang_kalra">Umang Kalra</a></li></ul> <ul><li><a href="U.html#u-ndefine">u-ndefine</a></li><li><a href="U.html#u32i64">u32i64</a></li><li><a href="U.html#uberwaffe">UberWaffe</a></li><li><a href="U.html#ubr47k">ubr47k</a></li><li><a href="U.html#ufdada">ufdada</a></li><li><a href="U.html#ufo_alien_invasion">UFO: Alien Invasion</a></li><li><a href="U.html#ufoai">UFOAI</a></li><li><a href="U.html#ufshaikh">ufshaikh</a></li><li><a href="U.html#ujjwal_mishra">ujjwal mishra</a></li><li><a href="U.html#ukata">ukata</a></li><li><a href="U.html#uladzislau_susha">Uladzislau Susha</a></li><li><a href="U.html#ulf_hermann">Ulf Hermann</a></li><li><a href="U.html#ulf_lorenz">Ulf Lorenz</a></li><li><a href="U.html#ulherman">ulherman</a></li><li><a href="U.html#uli_schlachter">Uli Schlachter</a></li><li><a href="U.html#ulteq">ulteq</a></li><li><a href="U.html#ultrastars3000">UltraStars3000</a></li><li><a href="U.html#ulukai">ulukai</a></li><li><a href="U.html#ulukyn">Ulukyn</a></li><li><a href="U.html#umang_kalra">Umang Kalra</a></li><li><a href="U.html#umdlye">Umdlye</a></li></ul>
</div><div class="column"> </div><div class="column">
<ul><li><a href="U.html#umdlye">Umdlye</a></li><li><a href="U.html#unai_corzo">Unai Corzo</a></li><li><span class="has-text-weight-semibold"><a href="U.html#unavowed">unavowed</a> <ul><li><a href="U.html#unai_corzo">Unai Corzo</a></li><li><span class="has-text-weight-semibold"><a href="U.html#unavowed">unavowed</a>
<span class="is-light is-size-7">(4)</span></span></li><li><a href="U.html#unc0rr">unC0Rr</a></li><li><a href="U.html#unclouded">unclouded</a></li><li><a href="U.html#undefined-darkness">undefined-darkness</a></li><li><a href="U.html#undernorthernsky">undernorthernsky</a></li><li><a href="U.html#undescriptdev">UndescriptDev</a></li><li><span class="has-text-weight-semibold"><a href="U.html#unelsson">unelsson</a> <span class="is-light is-size-7">(4)</span></span></li><li><a href="U.html#unc0rr">unC0Rr</a></li><li><a href="U.html#unclouded">unclouded</a></li><li><a href="U.html#undefined-darkness">undefined-darkness</a></li><li><a href="U.html#undernorthernsky">undernorthernsky</a></li><li><a href="U.html#undescriptdev">UndescriptDev</a></li><li><span class="has-text-weight-semibold"><a href="U.html#unelsson">unelsson</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="U.html#unfainthful">Unfainthful</a></li><li><a href="U.html#unislash">Unislash</a></li><li><a href="U.html#unitraxx">Unitraxx</a></li><li><a href="U.html#unknown">Unknown</a></li><li><a href="U.html#unknownscribe">UnknownScribe</a></li><li><a href="U.html#unknownshadow200">UnknownShadow200</a></li><li><a href="U.html#unrud">Unrud</a></li><li><a href="U.html#untrustedlife">Untrustedlife</a></li><li><a href="U.html#uomo">uomo</a></li><li><a href="U.html#up-left">up-left</a></li><li><span class="has-text-weight-semibold"><a href="U.html#upi">UPi</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="U.html#unfainthful">Unfainthful</a></li><li><a href="U.html#unislash">Unislash</a></li><li><a href="U.html#unitraxx">Unitraxx</a></li><li><a href="U.html#unknown">Unknown</a></li><li><a href="U.html#unknownscribe">UnknownScribe</a></li><li><a href="U.html#unknownshadow200">UnknownShadow200</a></li><li><a href="U.html#unrud">Unrud</a></li><li><a href="U.html#untrustedlife">Untrustedlife</a></li><li><a href="U.html#uomo">uomo</a></li><li><a href="U.html#up-left">up-left</a></li><li><span class="has-text-weight-semibold"><a href="U.html#upi">UPi</a>
<span class="is-light is-size-7">(2)</span></span></li><li><span class="has-text-weight-semibold"><a href="U.html#upthorn">upthorn</a>
<span class="is-light is-size-7">(2)</span></span></li></ul> <span class="is-light is-size-7">(2)</span></span></li></ul>
</div><div class="column"> </div><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="U.html#upthorn">upthorn</a> <ul><li><span class="has-text-weight-semibold"><a href="U.html#uqs">uqs</a>
<span class="is-light is-size-7">(2)</span></span></li><li><span class="has-text-weight-semibold"><a href="U.html#uqs">uqs</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="U.html#urbancmc">UrbanCMC</a></li><li><span class="has-text-weight-semibold"><a href="U.html#urgru">urgru</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="U.html#urbancmc">UrbanCMC</a></li><li><span class="has-text-weight-semibold"><a href="U.html#urgru">urgru</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="U.html#urho3d-travis-ci">urho3d-travis-ci</a></li><li><a href="U.html#uriblass">uriblass</a></li><li><a href="U.html#urjasvi_suthar">Urjasvi Suthar</a></li><li><a href="U.html#urs_wolfer">Urs Wolfer</a></li><li><a href="U.html#urschel">Urschel</a></li><li><a href="U.html#urtzi_odriozola">Urtzi Odriozola</a></li><li><a href="U.html#urumasi">Urumasi</a></li><li><a href="U.html#uselesstoucan">UselessToucan</a></li><li><a href="U.html#usman_akhtar">Usman Akhtar</a></li><li><a href="U.html#utkarsh">Utkarsh</a></li><li><a href="U.html#utkarsh_gautam">Utkarsh Gautam</a></li><li><span class="has-text-weight-semibold"><a href="U.html#utunnels">utunnels</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="U.html#urho3d-travis-ci">urho3d-travis-ci</a></li><li><a href="U.html#uriblass">uriblass</a></li><li><a href="U.html#urjasvi_suthar">Urjasvi Suthar</a></li><li><a href="U.html#urs_wolfer">Urs Wolfer</a></li><li><a href="U.html#urschel">Urschel</a></li><li><a href="U.html#urtzi_odriozola">Urtzi Odriozola</a></li><li><a href="U.html#urumasi">Urumasi</a></li><li><a href="U.html#uselesstoucan">UselessToucan</a></li><li><a href="U.html#usman_akhtar">Usman Akhtar</a></li><li><a href="U.html#utkarsh">Utkarsh</a></li><li><a href="U.html#utkarsh_gautam">Utkarsh Gautam</a></li><li><span class="has-text-weight-semibold"><a href="U.html#utunnels">utunnels</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="U.html#uwadmin12">uwadmin12</a></li><li><a href="U.html#uwe_hermann">Uwe Hermann</a></li><li><a href="U.html#uyghur">Uyghur</a></li><li><a href="U.html#uzhosnah">uzhosnah</a></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="U.html#uwadmin12">uwadmin12</a></li><li><a href="U.html#uwe_hermann">Uwe Hermann</a></li><li><a href="U.html#uyghur">Uyghur</a></li><li><a href="U.html#uzhosnah">uzhosnah</a></li><li><a href="U.html#ustun_ergenoglu">Üstün Ergenoglu</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="v" class="box">
<div class="box"> <div class="block"><span class="title is-4">V</span></div>
<div class="block">
<h2 id="v" class="is-size-4 has-text-weight-semibold">V</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="V.html#v-ktor">V-ktor</a> <ul><li><span class="has-text-weight-semibold"><a href="V.html#v-ktor">V-ktor</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="V.html#vache">vache</a></li><li><a href="V.html#vadim_balashoff">Vadim Balashoff</a></li><li><a href="V.html#vadim_gaidukevich">Vadim Gaidukevich</a></li><li><a href="V.html#vadim_glazunov">Vadim Glazunov</a></li><li><a href="V.html#vadim_markovtsev">Vadim Markovtsev</a></li><li><a href="V.html#vaguerant">vaguerant</a></li><li><a href="V.html#vakhoir">vakhoir</a></li><li><a href="V.html#val">Val</a></li><li><a href="V.html#valentin">Valentin</a></li><li><a href="V.html#valentin_chaboche">Valentin Chaboche</a></li><li><a href="V.html#valentin_lemire">Valentin Lemière</a></li><li><a href="V.html#valentin_milea">Valentin Milea</a></li><li><a href="V.html#valentin_rocher">Valentin Rocher</a></li><li><a href="V.html#valentn_barros">Valentín Barros</a></li><li><span class="has-text-weight-semibold"><a href="V.html#valeri">Valeri</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="V.html#vache">vache</a></li><li><a href="V.html#vadim_balashoff">Vadim Balashoff</a></li><li><a href="V.html#vadim_gaidukevich">Vadim Gaidukevich</a></li><li><a href="V.html#vadim_glazunov">Vadim Glazunov</a></li><li><a href="V.html#vadim_markovtsev">Vadim Markovtsev</a></li><li><a href="V.html#vaguerant">vaguerant</a></li><li><a href="V.html#vakhoir">vakhoir</a></li><li><a href="V.html#val">Val</a></li><li><a href="V.html#valentin">Valentin</a></li><li><a href="V.html#valentin_chaboche">Valentin Chaboche</a></li><li><a href="V.html#valentin_lemire">Valentin Lemière</a></li><li><a href="V.html#valentin_milea">Valentin Milea</a></li><li><a href="V.html#valentin_rocher">Valentin Rocher</a></li><li><a href="V.html#valentn_barros">Valentín Barros</a></li><li><span class="has-text-weight-semibold"><a href="V.html#valeri">Valeri</a>
@ -1744,12 +1675,10 @@
<span class="is-light is-size-7">(3)</span></span></li><li><a href="V.html#vymdiesel_david">vymdiesel david</a></li><li><a href="V.html#vyom_fadia">Vyom Fadia</a></li><li><a href="V.html#vyzigold">vyzigold</a></li><li><a href="V.html#vclav_macrek">Václav Macůrek</a></li><li><a href="V.html#vclav_muller">Václav Müller</a></li><li><a href="V.html#vaino_makela">Väinö Mäkelä</a></li><li><span class="has-text-weight-semibold"><a href="V.html#vctor_ilducci">Víctor &#34;IlDucci&#34;</a> <span class="is-light is-size-7">(3)</span></span></li><li><a href="V.html#vymdiesel_david">vymdiesel david</a></li><li><a href="V.html#vyom_fadia">Vyom Fadia</a></li><li><a href="V.html#vyzigold">vyzigold</a></li><li><a href="V.html#vclav_macrek">Václav Macůrek</a></li><li><a href="V.html#vclav_muller">Václav Müller</a></li><li><a href="V.html#vaino_makela">Väinö Mäkelä</a></li><li><span class="has-text-weight-semibold"><a href="V.html#vctor_ilducci">Víctor &#34;IlDucci&#34;</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="V.html#vctor_fisac">Víctor Fisac</a></li><li><a href="V.html#vt_efl">Vít Šefl</a></li><li><a href="V.html#volundr">Völundr</a></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="V.html#vctor_fisac">Víctor Fisac</a></li><li><a href="V.html#vt_efl">Vít Šefl</a></li><li><a href="V.html#volundr">Völundr</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="w" class="box">
<div class="box"> <div class="block"><span class="title is-4">W</span></div>
<div class="block">
<h2 id="w" class="is-size-4 has-text-weight-semibold">W</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="W.html#wck3d">W!CK3D</a></li><li><a href="W.html#w-flo">w-flo</a></li><li><span class="has-text-weight-semibold"><a href="W.html#w_j_van_der_laan">W. J. van der Laan</a> <ul><li><a href="W.html#wck3d">W!CK3D</a></li><li><a href="W.html#w-flo">w-flo</a></li><li><span class="has-text-weight-semibold"><a href="W.html#w_j_van_der_laan">W. J. van der Laan</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="W.html#w_robert_reed_iii">W. Robert Reed III</a></li><li><a href="W.html#wagonrepairer">wagonrepairer</a></li><li><a href="W.html#waiter">Waiter</a></li><li><a href="W.html#waldemar_stoczkowski">Waldemar Stoczkowski</a></li><li><a href="W.html#waldson_patrcio">Waldson Patrício</a></li><li><a href="W.html#wall_of_justice">WALL OF JUSTICE</a></li><li><a href="W.html#wallem">Wallem</a></li><li><a href="W.html#walodar">walodar</a></li><li><a href="W.html#walter_julius_hennecke">Walter Julius Hennecke</a></li><li><span class="has-text-weight-semibold"><a href="W.html#walter_van_niftrik">Walter van Niftrik</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="W.html#w_robert_reed_iii">W. Robert Reed III</a></li><li><a href="W.html#wagonrepairer">wagonrepairer</a></li><li><a href="W.html#waiter">Waiter</a></li><li><a href="W.html#waldemar_stoczkowski">Waldemar Stoczkowski</a></li><li><a href="W.html#waldson_patrcio">Waldson Patrício</a></li><li><a href="W.html#wall_of_justice">WALL OF JUSTICE</a></li><li><a href="W.html#wallem">Wallem</a></li><li><a href="W.html#walodar">walodar</a></li><li><a href="W.html#walter_julius_hennecke">Walter Julius Hennecke</a></li><li><span class="has-text-weight-semibold"><a href="W.html#walter_van_niftrik">Walter van Niftrik</a>
@ -1786,12 +1715,10 @@
<span class="is-light is-size-7">(2)</span></span></li><li><span class="has-text-weight-semibold"><a href="W.html#wuzzy">Wuzzy</a> <span class="is-light is-size-7">(2)</span></span></li><li><span class="has-text-weight-semibold"><a href="W.html#wuzzy">Wuzzy</a>
<span class="is-light is-size-7">(8)</span></span></li><li><a href="W.html#www">www</a></li><li><a href="W.html#www2">www2</a></li><li><a href="W.html#wzdev-ci">wzdev-ci</a></li></ul> <span class="is-light is-size-7">(8)</span></span></li><li><a href="W.html#www">www</a></li><li><a href="W.html#www2">www2</a></li><li><a href="W.html#wzdev-ci">wzdev-ci</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="x" class="box">
<div class="box"> <div class="block"><span class="title is-4">X</span></div>
<div class="block">
<h2 id="x" class="is-size-4 has-text-weight-semibold">X</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="X.html#x_fennec">x fennec</a></li><li><a href="X.html#x0rbl">x0rbl</a></li><li><a href="X.html#x123m3-256">X123M3-256</a></li><li><a href="X.html#x2048">x2048</a></li><li><a href="X.html#xaleth">Xaleth</a></li><li><a href="X.html#xalgenos">xalgenos</a></li><li><a href="X.html#xan2622">xan2622</a></li><li><a href="X.html#xanather">Xanather</a></li><li><a href="X.html#xander_lenstra">Xander Lenstra</a></li><li><a href="X.html#xanderrootslayer">xanderrootslayer</a></li><li><a href="X.html#xandru_armesto">Xandru Armesto</a></li><li><a href="X.html#xane">Xane</a></li><li><a href="X.html#xansta">Xansta</a></li><li><span class="has-text-weight-semibold"><a href="X.html#xantares">xantares</a> <ul><li><a href="X.html#x_fennec">x fennec</a></li><li><a href="X.html#x0rbl">x0rbl</a></li><li><a href="X.html#x123m3-256">X123M3-256</a></li><li><a href="X.html#x2048">x2048</a></li><li><a href="X.html#xaleth">Xaleth</a></li><li><a href="X.html#xalgenos">xalgenos</a></li><li><a href="X.html#xan2622">xan2622</a></li><li><a href="X.html#xanather">Xanather</a></li><li><a href="X.html#xander_lenstra">Xander Lenstra</a></li><li><a href="X.html#xanderrootslayer">xanderrootslayer</a></li><li><a href="X.html#xandru_armesto">Xandru Armesto</a></li><li><a href="X.html#xane">Xane</a></li><li><a href="X.html#xansta">Xansta</a></li><li><span class="has-text-weight-semibold"><a href="X.html#xantares">xantares</a>
<span class="is-light is-size-7">(4)</span></span></li><li><span class="has-text-weight-semibold"><a href="X.html#xaphier">xaphier</a> <span class="is-light is-size-7">(4)</span></span></li><li><span class="has-text-weight-semibold"><a href="X.html#xaphier">xaphier</a>
@ -1811,12 +1738,10 @@
<span class="is-light is-size-7">(2)</span></span></li><li><a href="X.html#xponen">xponen</a></li><li><a href="X.html#xpyder">Xpyder</a></li><li><a href="X.html#xracer">Xracer</a></li><li><a href="X.html#xrenmilay">xrenmilay</a></li><li><a href="X.html#xrenx">xRenx</a></li><li><a href="X.html#xriobtw">XrioBtw</a></li><li><a href="X.html#xsoft">Xsoft</a></li><li><a href="X.html#xtariq">XTariq</a></li><li><a href="X.html#xtarsia">Xtarsia</a></li><li><a href="X.html#xtreme8000">xtreme8000</a></li><li><a href="X.html#xtrmprgrmmr">XtrmPrgrmmr</a></li><li><a href="X.html#xvays">XvayS</a></li><li><a href="X.html#xwidghet">xwidghet</a></li><li><a href="X.html#xxalpha">xxalpha</a></li><li><a href="X.html#xxmiltenxx">XxMiltenXx</a></li><li><a href="X.html#xygen">Xygen</a></li><li><span class="has-text-weight-semibold"><a href="X.html#xyzz">xyzz</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="X.html#xponen">xponen</a></li><li><a href="X.html#xpyder">Xpyder</a></li><li><a href="X.html#xracer">Xracer</a></li><li><a href="X.html#xrenmilay">xrenmilay</a></li><li><a href="X.html#xrenx">xRenx</a></li><li><a href="X.html#xriobtw">XrioBtw</a></li><li><a href="X.html#xsoft">Xsoft</a></li><li><a href="X.html#xtariq">XTariq</a></li><li><a href="X.html#xtarsia">Xtarsia</a></li><li><a href="X.html#xtreme8000">xtreme8000</a></li><li><a href="X.html#xtrmprgrmmr">XtrmPrgrmmr</a></li><li><a href="X.html#xvays">XvayS</a></li><li><a href="X.html#xwidghet">xwidghet</a></li><li><a href="X.html#xxalpha">xxalpha</a></li><li><a href="X.html#xxmiltenxx">XxMiltenXx</a></li><li><a href="X.html#xygen">Xygen</a></li><li><span class="has-text-weight-semibold"><a href="X.html#xyzz">xyzz</a>
<span class="is-light is-size-7">(4)</span></span></li></ul> <span class="is-light is-size-7">(4)</span></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="y" class="box">
<div class="box"> <div class="block"><span class="title is-4">Y</span></div>
<div class="block">
<h2 id="y" class="is-size-4 has-text-weight-semibold">Y</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="Y.html#y-way">Y-way</a></li><li><a href="Y.html#y0sh1m4s73r">Y0SH1M4S73R</a></li><li><a href="Y.html#y2s82">y2s82</a></li><li><a href="Y.html#yaen">yaen</a></li><li><a href="Y.html#yahiko_uzumaki">Yahiko Uzumaki</a></li><li><span class="has-text-weight-semibold"><a href="Y.html#yair_morgenstern">Yair Morgenstern</a> <ul><li><a href="Y.html#y-way">Y-way</a></li><li><a href="Y.html#y0sh1m4s73r">Y0SH1M4S73R</a></li><li><a href="Y.html#y2s82">y2s82</a></li><li><a href="Y.html#yaen">yaen</a></li><li><a href="Y.html#yahiko_uzumaki">Yahiko Uzumaki</a></li><li><span class="has-text-weight-semibold"><a href="Y.html#yair_morgenstern">Yair Morgenstern</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="Y.html#yakgorgon">yakgorgon</a></li><li><a href="Y.html#yakumochen">YakumoChen</a></li><li><a href="Y.html#yalab">yalab</a></li><li><span class="has-text-weight-semibold"><a href="Y.html#yamagi">Yamagi</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="Y.html#yakgorgon">yakgorgon</a></li><li><a href="Y.html#yakumochen">YakumoChen</a></li><li><a href="Y.html#yalab">yalab</a></li><li><span class="has-text-weight-semibold"><a href="Y.html#yamagi">Yamagi</a>
@ -1840,12 +1765,10 @@
<span class="is-light is-size-7">(2)</span></span></li><li><a href="Y.html#yuri_sizov">Yuri Sizov</a></li><li><a href="Y.html#yurii_mazurevich">Yurii Mazurevich</a></li><li><a href="Y.html#yuritch">yuritch</a></li><li><span class="has-text-weight-semibold"><a href="Y.html#yury_klushin">Yury Klushin</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="Y.html#yuri_sizov">Yuri Sizov</a></li><li><a href="Y.html#yurii_mazurevich">Yurii Mazurevich</a></li><li><a href="Y.html#yuritch">yuritch</a></li><li><span class="has-text-weight-semibold"><a href="Y.html#yury_klushin">Yury Klushin</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="Y.html#yury_zhuravlev">Yury Zhuravlev</a></li><li><a href="Y.html#yushenglu">yushenglu</a></li><li><a href="Y.html#yusuf_umar">Yusuf Umar</a></li><li><a href="Y.html#yuyeliu">yuye.liu</a></li><li><a href="Y.html#yvan_burrie">Yvan Burrie</a></li><li><a href="Y.html#yves_pion">yves pion</a></li><li><a href="Y.html#yvt">yvt</a></li><li><a href="Y.html#yx">Yx</a></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="Y.html#yury_zhuravlev">Yury Zhuravlev</a></li><li><a href="Y.html#yushenglu">yushenglu</a></li><li><a href="Y.html#yusuf_umar">Yusuf Umar</a></li><li><a href="Y.html#yuyeliu">yuye.liu</a></li><li><a href="Y.html#yvan_burrie">Yvan Burrie</a></li><li><a href="Y.html#yves_pion">yves pion</a></li><li><a href="Y.html#yvt">yvt</a></li><li><a href="Y.html#yx">Yx</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="z" class="box">
<div class="box"> <div class="block"><span class="title is-4">Z</span></div>
<div class="block">
<h2 id="z" class="is-size-4 has-text-weight-semibold">Z</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="Z.html#z33ky">z33ky</a> <ul><li><span class="has-text-weight-semibold"><a href="Z.html#z33ky">z33ky</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="Z.html#z3ll1337">z3ll1337</a></li><li><a href="Z.html#z9484">Z9484</a></li><li><a href="Z.html#zaal_tonia">Zaal Tonia</a></li><li><a href="Z.html#zabeus">Zabeus</a></li><li><a href="Z.html#zach">Zach</a></li><li><a href="Z.html#zach_fox">Zach Fox</a></li><li><a href="Z.html#zach_h">Zach H</a></li><li><a href="Z.html#zach_laine">Zach Laine</a></li><li><a href="Z.html#zach_morgan">Zach Morgan</a></li><li><a href="Z.html#zach_pomerantz">Zach Pomerantz</a></li><li><a href="Z.html#zach_reedy">Zach Reedy</a></li><li><a href="Z.html#zach_sarette">Zach Sarette</a></li><li><a href="Z.html#zacharia_bickley">Zacharia Bickley</a></li><li><a href="Z.html#zachariah_knight">Zachariah Knight</a></li><li><a href="Z.html#zachary">Zachary</a></li><li><a href="Z.html#zachary_kline">Zachary Kline</a></li><li><a href="Z.html#zachary_l">Zachary L</a></li><li><a href="Z.html#zachary_mcalpin">Zachary McAlpin</a></li><li><a href="Z.html#zachary_murray">Zachary Murray</a></li><li><a href="Z.html#zachary_pendarvis">Zachary Pendarvis</a></li><li><a href="Z.html#zachary_spector">Zachary Spector</a></li><li><a href="Z.html#zachary_uram">Zachary Uram</a></li><li><a href="Z.html#zachary_w_freiberg">Zachary W. Freiberg</a></li><li><a href="Z.html#zachary_waller">Zachary Waller</a></li><li><span class="has-text-weight-semibold"><a href="Z.html#zack_middleton">Zack Middleton</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="Z.html#z3ll1337">z3ll1337</a></li><li><a href="Z.html#z9484">Z9484</a></li><li><a href="Z.html#zaal_tonia">Zaal Tonia</a></li><li><a href="Z.html#zabeus">Zabeus</a></li><li><a href="Z.html#zach">Zach</a></li><li><a href="Z.html#zach_fox">Zach Fox</a></li><li><a href="Z.html#zach_h">Zach H</a></li><li><a href="Z.html#zach_laine">Zach Laine</a></li><li><a href="Z.html#zach_morgan">Zach Morgan</a></li><li><a href="Z.html#zach_pomerantz">Zach Pomerantz</a></li><li><a href="Z.html#zach_reedy">Zach Reedy</a></li><li><a href="Z.html#zach_sarette">Zach Sarette</a></li><li><a href="Z.html#zacharia_bickley">Zacharia Bickley</a></li><li><a href="Z.html#zachariah_knight">Zachariah Knight</a></li><li><a href="Z.html#zachary">Zachary</a></li><li><a href="Z.html#zachary_kline">Zachary Kline</a></li><li><a href="Z.html#zachary_l">Zachary L</a></li><li><a href="Z.html#zachary_mcalpin">Zachary McAlpin</a></li><li><a href="Z.html#zachary_murray">Zachary Murray</a></li><li><a href="Z.html#zachary_pendarvis">Zachary Pendarvis</a></li><li><a href="Z.html#zachary_spector">Zachary Spector</a></li><li><a href="Z.html#zachary_uram">Zachary Uram</a></li><li><a href="Z.html#zachary_w_freiberg">Zachary W. Freiberg</a></li><li><a href="Z.html#zachary_waller">Zachary Waller</a></li><li><span class="has-text-weight-semibold"><a href="Z.html#zack_middleton">Zack Middleton</a>
@ -1869,42 +1792,34 @@
<span class="is-light is-size-7">(2)</span></span></li><li><a href="Z.html#zpavlov">zpavlov</a></li><li><a href="Z.html#zubspace">ZuBsPaCe</a></li><li><a href="Z.html#zughy">Zughy</a></li><li><a href="Z.html#zugz">zugz</a></li><li><a href="Z.html#zukero">Zukero</a></li><li><a href="Z.html#zungryware">ZungryWare</a></li><li><a href="Z.html#zuzuf">zuzuf</a></li><li><a href="Z.html#zvika">Zvika</a></li><li><a href="Z.html#zvonimir_buzanic">Zvonimir Buzanic</a></li><li><a href="Z.html#zwatotem">Zwatotem</a></li><li><a href="Z.html#zweihander_101">Zweihander 101</a></li><li><a href="Z.html#zwip-zwap_zapony">Zwip-Zwap Zapony</a></li><li><a href="Z.html#zwparchman">zwparchman</a></li><li><a href="Z.html#zxaber">zxaber</a></li><li><a href="Z.html#zyad137">zyad137</a></li><li><a href="Z.html#zygahedron">Zygahedron</a></li><li><a href="Z.html#zyphrus">zyphrus</a></li><li><a href="Z.html#zytolg">Zytolg</a></li><li><a href="Z.html#zyx-2000">Zyx-2000</a></li><li><a href="Z.html#zzorn">zzorn</a></li><li><span class="has-text-weight-semibold"><a href="Z.html#zzyzx">ZZYZX</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="Z.html#zpavlov">zpavlov</a></li><li><a href="Z.html#zubspace">ZuBsPaCe</a></li><li><a href="Z.html#zughy">Zughy</a></li><li><a href="Z.html#zugz">zugz</a></li><li><a href="Z.html#zukero">Zukero</a></li><li><a href="Z.html#zungryware">ZungryWare</a></li><li><a href="Z.html#zuzuf">zuzuf</a></li><li><a href="Z.html#zvika">Zvika</a></li><li><a href="Z.html#zvonimir_buzanic">Zvonimir Buzanic</a></li><li><a href="Z.html#zwatotem">Zwatotem</a></li><li><a href="Z.html#zweihander_101">Zweihander 101</a></li><li><a href="Z.html#zwip-zwap_zapony">Zwip-Zwap Zapony</a></li><li><a href="Z.html#zwparchman">zwparchman</a></li><li><a href="Z.html#zxaber">zxaber</a></li><li><a href="Z.html#zyad137">zyad137</a></li><li><a href="Z.html#zygahedron">Zygahedron</a></li><li><a href="Z.html#zyphrus">zyphrus</a></li><li><a href="Z.html#zytolg">Zytolg</a></li><li><a href="Z.html#zyx-2000">Zyx-2000</a></li><li><a href="Z.html#zzorn">zzorn</a></li><li><span class="has-text-weight-semibold"><a href="Z.html#zzyzx">ZZYZX</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="Z.html#z"></a></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="Z.html#z"></a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="0" class="box">
<div class="box"> <div class="block"><span class="title is-4">0-9</span></div>
<div class="block">
<h2 id="0" class="is-size-4 has-text-weight-semibold">0</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="0.html#momo">#Momo</a></li><li><a href="0.html#gh">(G_H)</a></li><li><span class="has-text-weight-semibold"><a href="0.html#-">-</a> <ul><li><a href="0.html#momo">#Momo</a></li><li><a href="0.html#gh">(G_H)</a></li><li><span class="has-text-weight-semibold"><a href="0.html#-">-</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="0.html#-jk-">-jK-</a></li><li><a href="0.html#tim">//tim</a></li><li><a href="0.html#devurandom">/dev/urandom</a></li><li><a href="0.html#007exe">007exe</a></li><li><a href="0.html#01y">01y</a></li><li><span class="has-text-weight-semibold"><a href="0.html#0gbus">0gb.us</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="0.html#-jk-">-jK-</a></li><li><a href="0.html#tim">//tim</a></li><li><a href="0.html#devurandom">/dev/urandom</a></li><li><a href="0.html#007exe">007exe</a></li><li><a href="0.html#01y">01y</a></li><li><span class="has-text-weight-semibold"><a href="0.html#0gbus">0gb.us</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="0.html#0nmyhead">0nmyhead</a></li><li><a href="0.html#0xmk">0xMk</a></li><li><a href="0.html#12345swordy">12345swordy</a></li><li><a href="0.html#123dontmesswitme">123DontMessWitMe</a></li><li><a href="0.html#13r">13r</a></li><li><a href="0.html#165your4">165your4</a></li><li><a href="0.html#18ths">18ths</a></li><li><a href="0.html#19oj19">19oj19</a></li><li><a href="0.html#1n48yg">1n48yg</a></li><li><a href="0.html#1st_playable">1st Playable</a></li><li><a href="0.html#1vank">1vanK</a></li><li><span class="has-text-weight-semibold"><a href="0.html#20kdc">20kdc</a> <span class="is-light is-size-7">(2)</span></span></li><li><a href="0.html#0nmyhead">0nmyhead</a></li><li><a href="0.html#0xmk">0xMk</a></li><li><a href="0.html#12345swordy">12345swordy</a></li><li><a href="0.html#123dontmesswitme">123DontMessWitMe</a></li><li><a href="0.html#13r">13r</a></li><li><a href="0.html#165your4">165your4</a></li><li><a href="0.html#18ths">18ths</a></li><li><a href="0.html#19oj19">19oj19</a></li><li><a href="0.html#1n48yg">1n48yg</a></li><li><a href="0.html#1st_playable">1st Playable</a></li><li><a href="0.html#1vank">1vanK</a></li><li><span class="has-text-weight-semibold"><a href="0.html#20kdc">20kdc</a>
<span class="is-light is-size-7">(3)</span></span></li><li><a href="0.html#324523">324523</a></li><li><a href="0.html#3ddeters">3dDeters</a></li></ul> <span class="is-light is-size-7">(3)</span></span></li><li><a href="0.html#324523">324523</a></li></ul>
</div><div class="column"> </div><div class="column">
<ul><li><a href="0.html#3hmonkey">3HMonkey</a></li><li><a href="0.html#3m4r">3m4r</a></li><li><span class="has-text-weight-semibold"><a href="0.html#3saster">3saster</a> <ul><li><a href="0.html#3ddeters">3dDeters</a></li><li><a href="0.html#3hmonkey">3HMonkey</a></li><li><a href="0.html#3m4r">3m4r</a></li><li><span class="has-text-weight-semibold"><a href="0.html#3saster">3saster</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="0.html#42triangles">42triangles</a></li><li><a href="0.html#4562448">4562448</a></li><li><a href="0.html#4aron5un">4aron5un</a></li><li><a href="0.html#4denthusiast">4Denthusiast</a></li><li><a href="0.html#4dplanner">4dplanner</a></li><li><a href="0.html#4hooves2appendages">4Hooves2Appendages</a></li><li><a href="0.html#54x">54x</a></li><li><a href="0.html#5h4d0wila">5H4D0WILA</a></li><li><a href="0.html#5thavenue">5thAvenue</a></li><li><a href="0.html#667bdrm">667bdrm</a></li><li><a href="0.html#70v9">70/V9</a></li><li><a href="0.html#7k2">7k2</a></li><li><a href="0.html#81denton">81Denton</a></li><li><a href="0.html#84634e1a607a">84634E1A607A</a></li><li><a href="0.html#8573">8573</a></li><li><a href="0.html#8street">8street</a></li><li><a href="0.html#9600bauds">9600bauds</a></li><li><a href="0.html#9kgsofrice">9kgsofrice</a></li><li><a href="0.html#racascou">@racascou</a></li><li><a href="0.html#redacted">[Redacted]</a></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="0.html#42triangles">42triangles</a></li><li><a href="0.html#4562448">4562448</a></li><li><a href="0.html#4aron5un">4aron5un</a></li><li><a href="0.html#4denthusiast">4Denthusiast</a></li><li><a href="0.html#4dplanner">4dplanner</a></li><li><a href="0.html#4hooves2appendages">4Hooves2Appendages</a></li><li><a href="0.html#54x">54x</a></li><li><a href="0.html#5h4d0wila">5H4D0WILA</a></li><li><a href="0.html#5thavenue">5thAvenue</a></li><li><a href="0.html#667bdrm">667bdrm</a></li><li><a href="0.html#70v9">70/V9</a></li><li><a href="0.html#7k2">7k2</a></li><li><a href="0.html#81denton">81Denton</a></li><li><a href="0.html#84634e1a607a">84634E1A607A</a></li><li><a href="0.html#8573">8573</a></li><li><a href="0.html#8street">8street</a></li><li><a href="0.html#9600bauds">9600bauds</a></li><li><a href="0.html#9kgsofrice">9kgsofrice</a></li></ul>
</div><div class="column"> </div><div class="column">
<ul><li><a href="0.html#gumby">_Gumby</a></li><li><a href="0.html#mnrsu">_m_nr_sU</a></li><li><a href="0.html#moe">`Moe`</a></li><li><a href="0.html#ozgur_emir">Özgür Emir</a></li><li><a href="0.html#ustun_ergenoglu">Üstün Ergenoglu</a></li><li><span class="has-text-weight-semibold"><a href="0.html#eh_matt">ζeh Matt</a> <ul><li><a href="0.html#racascou">@racascou</a></li><li><a href="0.html#redacted">[Redacted]</a></li><li><a href="0.html#gumby">_Gumby</a></li><li><a href="0.html#mnrsu">_m_nr_sU</a></li><li><a href="0.html#moe">`Moe`</a></li><li><span class="has-text-weight-semibold"><a href="0.html#eh_matt">ζeh Matt</a>
<span class="is-light is-size-7">(2)</span></span></li><li><span class="has-text-weight-semibold"><a href="0.html#xxxx"></a> <span class="is-light is-size-7">(2)</span></span></li><li><span class="has-text-weight-semibold"><a href="0.html#xxxx"></a>
<span class="is-light is-size-7">(8)</span></span></li><li><a href="0.html#_xxxxxxx">◢ Ϻ⚸Яℨ⚔ ◣</a></li><li><span class="has-text-weight-semibold"><a href="0.html#uel_guve">аոuel GuéveΙ</a> <span class="is-light is-size-7">(8)</span></span></li><li><a href="0.html#_xxxxxxx">◢ Ϻ⚸Яℨ⚔ ◣</a></li><li><a href="0.html#e">偶尔e网事</a></li><li><a href="0.html#xxxxx">刘敏</a></li><li><a href="0.html#xxxxxx">天热吃西瓜</a></li><li><a href="0.html#xxxxxxx">子龙山人</a></li><li><a href="0.html#xxxxxxxx">小月猫</a></li><li><a href="0.html#xxxxxxxxx">彭瑞暄</a></li><li><a href="0.html#xxxxxxxxxx">江战</a></li><li><a href="0.html#xxxxxxxxxxx">瑞毅</a></li><li><a href="0.html#xxxxxxxxxxxx">老滑稽</a></li><li><a href="0.html#xxxxxxxxxxxxx">超能力</a></li><li><a href="0.html#_tommy_li">雪竜 (Tommy Li)</a></li><li><span class="has-text-weight-semibold"><a href="0.html#xxxxxxxxxxxxxx">魔大农</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="0.html#e">偶尔e网事</a></li><li><a href="0.html#xxxxx">刘敏</a></li><li><a href="0.html#xxxxxx">天热吃西瓜</a></li><li><a href="0.html#xxxxxxx">子龙山人</a></li><li><a href="0.html#xxxxxxxx">小月猫</a></li><li><a href="0.html#xxxxxxxxx">彭瑞暄</a></li><li><a href="0.html#xxxxxxxxxx">江战</a></li><li><a href="0.html#xxxxxxxxxxx">瑞毅</a></li><li><a href="0.html#xxxxxxxxxxxx">老滑稽</a></li><li><a href="0.html#xxxxxxxxxxxxx">超能力</a></li><li><a href="0.html#_tommy_li">雪竜 (Tommy Li)</a></li><li><span class="has-text-weight-semibold"><a href="0.html#xxxxxxxxxxxxxx">魔大农</a>
<span class="is-light is-size-7">(2)</span></span></li><li><a href="0.html#xxxxxxxxxxxxxxx">키에르</a></li></ul> <span class="is-light is-size-7">(2)</span></span></li><li><a href="0.html#xxxxxxxxxxxxxxx">키에르</a></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div></div>
<footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

File diff suppressed because it is too large Load Diff

View File

@ -9,53 +9,49 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</div> </div>
<a class="navbar-item is-active" href="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 is-active" href="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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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" 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="../inspirations/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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<div class="box"><div class="block"> <div class="box"><div class="block">
<h1 class="title">Open source game frameworks/tools</h1><h2 class="subtitle">Index of 157 game frameworks/tools</h2></div><div class="tags"> <p class="title is-4">Open source game frameworks/tools</p><p class="subtitle is-6">Index of 157 game frameworks/tools</p></div><div class="tags">
<span class="tag is-white is-size-5"> <span class="tag is-white is-size-5"><a href="#framework" class="has-text-weight-semibold">Frameworks</a> <span class="has-text-grey">(95)</span>
<a href="#framework" class="has-text-weight-semibold mr-1">Frameworks</a> <span class="has-text-grey">(95)</span> </span><span class="tag is-white is-size-5"><a href="#library" class="has-text-weight-semibold">Libraries</a> <span class="has-text-grey">(16)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#tool" class="has-text-weight-semibold">Tools</a> <span class="has-text-grey">(48)</span>
<a href="#library" class="has-text-weight-semibold mr-1">Libraries</a> <span class="has-text-grey">(16)</span>
</span><span class="tag is-white is-size-5">
<a href="#tool" class="has-text-weight-semibold mr-1">Tools</a> <span class="has-text-grey">(48)</span>
</span> </span>
</div> </div>
</div> </div>
<div class="box"> <div id="framework" class="box">
<div class="block"> <div class="block"><span class="title is-4">Frameworks</span></div>
<h2 id="framework" class="is-size-4 has-text-weight-semibold">Frameworks</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="framework.html#2moons_browsergame_engine">2Moons Browsergame Engine</a></span></li><li><a href="framework.html#aether3d">Aether3D</a> <ul><li><span class="has-text-weight-semibold"><a href="framework.html#2moons_browsergame_engine">2Moons Browsergame Engine</a></span></li><li><a href="framework.html#aether3d">Aether3D</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#allegro">Allegro</a></span></li><li><a href="framework.html#annchienta">Annchienta</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#allegro">Allegro</a></span></li><li><a href="framework.html#annchienta">Annchienta</a>
@ -107,12 +103,10 @@
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#worldforge">WorldForge</a></span></li><li><a href="framework.html#xoreos">xoreos</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#worldforge">WorldForge</a></span></li><li><a href="framework.html#xoreos">xoreos</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#zgameeditor">ZGameEditor</a></span></li></ul> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#zgameeditor">ZGameEditor</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="library" class="box">
<div class="box"> <div class="block"><span class="title is-4">Libraries</span></div>
<div class="block">
<h2 id="library" class="is-size-4 has-text-weight-semibold">Libraries</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="library.html#aposgui">Apos.Gui</a> <ul><li><a href="library.html#aposgui">Apos.Gui</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="library.html#box2d">Box2D</a></span></li><li><a href="library.html#curses">curses</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="library.html#box2d">Box2D</a></span></li><li><a href="library.html#curses">curses</a>
@ -124,12 +118,10 @@
<ul><li><span class="has-text-weight-semibold"><a href="library.html#pgu">PGU</a></span></li><li><a href="library.html#pyscroll">pyscroll</a> <ul><li><span class="has-text-weight-semibold"><a href="library.html#pgu">PGU</a></span></li><li><a href="library.html#pyscroll">pyscroll</a>
<span class="is-light is-size-7">(inactive since 2018)</span></li><li><span class="has-text-weight-semibold"><a href="library.html#pytmx">PyTMX</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#simple_and_fast_multimedia_library">Simple and Fast Multimedia Library</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#simple_directmedia_layer">Simple DirectMedia Layer</a></span></li></ul> <span class="is-light is-size-7">(inactive since 2018)</span></li><li><span class="has-text-weight-semibold"><a href="library.html#pytmx">PyTMX</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#simple_and_fast_multimedia_library">Simple and Fast Multimedia Library</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#simple_directmedia_layer">Simple DirectMedia Layer</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="tool" class="box">
<div class="box"> <div class="block"><span class="title is-4">Tools</span></div>
<div class="block">
<h2 id="tool" class="is-size-4 has-text-weight-semibold">Tools</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="tool.html#athenaeum">Athenaeum</a> <ul><li><a href="tool.html#athenaeum">Athenaeum</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="tool.html#autorealm">AutoREALM</a></span></li><li><a href="tool.html#bt_builder">Bt Builder</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="tool.html#autorealm">AutoREALM</a></span></li><li><a href="tool.html#bt_builder">Bt Builder</a>
@ -161,21 +153,16 @@
<span class="is-light is-size-7">(inactive since 2007)</span></li><li><a href="tool.html#zeta">Zeta</a> <span class="is-light is-size-7">(inactive since 2007)</span></li><li><a href="tool.html#zeta">Zeta</a>
<span class="is-light is-size-7">(beta)</span></li></ul> <span class="is-light is-size-7">(beta)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div></div>
<footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,701 +9,380 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</div> </div>
<a class="navbar-item is-active" href="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 is-active" href="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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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" 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="../inspirations/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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Libraries</h1><h2 class="subtitle"><a href="index.html">Index</a></h2> <div class="box"><p class="title is-4">Libraries</p><p class="subtitle is-6"><a href="index.html">Index</a></p></div>
<div id="aposgui" class="box"> <div id="aposgui" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">Apos.Gui</div>
<h2 class="title is-4">Apos.Gui</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="../games/platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">beta</div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item"> </nav><div class="block">
<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> <div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info"><span class="icon has-text-black"><i class="icon-library"></i></span>library</a>
</nav>
<div class="block"><span class="mr-2">
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="../games/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="index.html#library" title="library games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-library"></i></span>library</a>
<span class="tag is-light">user interface</span></div> <span class="tag is-light">user interface</span></div>
<span class="is-italic">And maybe other Apos projects at https://github.com/Apostolique </div><div class="block">Homepage: <a href="https://apostolique.github.io/Apos.Gui/">apostolique.github.io/Apos.Gui</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="../games/languages.html#c">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/MIT_License">MIT</a><br>Code repositories: <a href="https://github.com/Apostolique/Apos.Gui.git">Apostolique/Apos.Gui.git<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7 has-text-right">
</span></div> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<div class="block"></div> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/aposgui.md" title="Text based entry on Github">Raw entry</a>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://apostolique.github.io/Apos.Gui/">apostolique.github.io/Apos.Gui</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="../games/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/Apostolique/Apos.Gui.git" class="is-size-7">Apostolique/Apos.Gui.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/aposgui.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="box2d" class="box"> <div id="box2d" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">Box2D</div>
<h2 class="title is-4">Box2D</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="../games/platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info"><span class="icon has-text-black"><i class="icon-library"></i></span>library</a>
<div class="block"><span class="mr-2">
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="../games/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="index.html#library" title="library games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-library"></i></span>library</a>
<span class="tag is-light">2D</span> <span class="tag is-light">2D</span>
<span class="tag is-light">physics</span></div> <span class="tag is-light">physics</span></div>
<span class="is-italic"> </div><div class="block">Homepage: <a href="https://box2d.org/">box2d.org</a><br>Developers: <a href="../developers/E.html#erin_catto">Erin Catto</a>, <a href="../developers/I.html#isaac_burns">Isaac Burns</a>, <a href="../developers/J.html#jarrod_mosen">Jarrod Mosen</a><br></div><div class="block is-size-7">
</span></div> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="../games/languages.html#c">C</a>, <a href="../games/languages.html#c++">C++</a>, <a href="../games/languages.html#objective-c">Objective-C</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Zlib_License">zlib</a><br>Code repositories: <a href="https://github.com/erincatto/Box2D.git">erincatto/Box2D.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2015, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
<div class="block"> <span class="is-size-7">Build system: </span><a href="https://premake.github.io/" class="is-size-7">premake</a><br></div><div class="block is-size-7 has-text-right">
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/E.html#erin_catto"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="has-text-weight-semibold">Erin Catto</span></a>, <a href="../developers/I.html#isaac_burns"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/box2d.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold">Isaac Burns</span></a>, <a href="../developers/J.html#jarrod_mosen">
<span class="has-text-weight-semibold">Jarrod Mosen</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://box2d.org/">box2d.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="../games/languages.html#c">
<span class="is-size-7">C</span></a>, <a href="../games/languages.html#c++">
<span class="is-size-7">C++</span></a>, <a href="../games/languages.html#objective-c">
<span class="is-size-7">Objective-C</span></a><br>
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/Zlib_License" class="is-size-7">zlib</a><br>
<span class="is-size-7">Code repositories: </span><a href="https://github.com/erincatto/Box2D.git" class="is-size-7">erincatto/Box2D.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>)<br>
<span class="is-size-7">Build system: </span><a href="https://premake.github.io/" class="is-size-7">premake</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/box2d.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="curses" class="box"> <div id="curses" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">curses</div>
<h2 class="title is-4">curses</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="../games/platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><div class="level-item">inactive since 2000<span class="icon has-text-black"><i class="icon-brightness_3"></i></span></div></div>
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item"> </nav><div class="block">
<span class="is-size-7 has-text-gray-lighter">inactive since 2000</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div> <div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info"><span class="icon has-text-black"><i class="icon-library"></i></span>library</a></div>
</nav> </div><div class="block">Homepage: <a href="http://www.rocketaware.com/uint/curses/">www.rocketaware.com/uint/curses</a><br>Media: <a href="https://en.wikipedia.org/wiki/Curses_%28programming_library%29">curses<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br></div><div class="block is-size-7">
<div class="block"><span class="mr-2"> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="../games/languages.html#c">C</a><br>Code licenses: ?<br></div><div class="block is-size-7 has-text-right">
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="../games/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="index.html#library" title="library games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-library"></i></span>library</a></div> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="is-italic">Terminal control library for Unix-like systems. <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/curses.md" title="Text based entry on Github">Raw entry</a>
</span></div>
<div class="block"></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="http://www.rocketaware.com/uint/curses/">www.rocketaware.com/uint/curses</a><br>
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/Curses_%28programming_library%29">curses<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></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="../games/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></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/curses.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="dear_imgui" class="box"> <div id="dear_imgui" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">Dear ImGui</div>
<h2 class="title is-4">Dear ImGui</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="../games/platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info"><span class="icon has-text-black"><i class="icon-library"></i></span>library</a></div>
<div class="block"><span class="mr-2"> </div><div class="block">Homepage: <a href="https://github.com/ocornut/imgui">ocornut/imgui<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Download: <a href="https://github.com/ocornut/imgui/releases">ocornut/imgui/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Developers: <a href="../developers/A.html#andrew_willmott">
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="../games/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="index.html#library" title="library games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-library"></i></span>library</a></div> <span class="is-size-7">Andrew Willmott</span></a>, <a href="../developers/B.html#bruce_mitchener">
<span class="is-italic">Minimal GUI library for C++. <span class="is-size-7">Bruce Mitchener</span></a>, <a href="../developers/E.html#elias_daler">
<span class="is-size-7">Elias Daler</span></a>, <a href="../developers/G.html#giuseppe_barbieri">
</span></div> <span class="is-size-7">Giuseppe Barbieri</span></a>, <a href="../developers/H.html#hvard_mathisen">
<div class="block"> <span class="is-size-7">Håvard Mathisen</span></a>, <a href="../developers/J.html#jefferson_montgomery">
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#andrew_willmott"> <span class="is-size-7">Jefferson Montgomery</span></a>, <a href="../developers/J.html#jim_tilander">
<span class="has-text-weight-semibold is-size-7">Andrew Willmott</span></a>, <a href="../developers/B.html#bruce_mitchener"> <span class="is-size-7">Jim Tilander</span></a>, <a href="../developers/K.html#konstantin_podsvirov">
<span class="has-text-weight-semibold is-size-7">Bruce Mitchener</span></a>, <a href="../developers/E.html#elias_daler"> <span class="is-size-7">Konstantin Podsvirov</span></a>, <a href="../developers/L.html#louis_schnellbach">
<span class="has-text-weight-semibold is-size-7">Elias Daler</span></a>, <a href="../developers/G.html#giuseppe_barbieri"> <span class="is-size-7">Louis Schnellbach</span></a>, <a href="../developers/M.html#marcell_kiss">
<span class="has-text-weight-semibold is-size-7">Giuseppe Barbieri</span></a>, <a href="../developers/H.html#hvard_mathisen"> <span class="is-size-7">Marcell Kiss</span></a>, <a href="../developers/M.html#max_thrun">
<span class="has-text-weight-semibold is-size-7">Håvard Mathisen</span></a>, <a href="../developers/J.html#jefferson_montgomery"> <span class="is-size-7">Max Thrun</span></a>, <a href="../developers/M.html#micha_cicho">
<span class="has-text-weight-semibold is-size-7">Jefferson Montgomery</span></a>, <a href="../developers/J.html#jim_tilander"> <span class="is-size-7">Michał Cichoń</span></a>, <a href="../developers/M.html#mikko_mononen">
<span class="has-text-weight-semibold is-size-7">Jim Tilander</span></a>, <a href="../developers/K.html#konstantin_podsvirov"> <span class="is-size-7">Mikko Mononen</span></a>, <a href="../developers/O.html#omar">
<span class="has-text-weight-semibold is-size-7">Konstantin Podsvirov</span></a>, <a href="../developers/L.html#louis_schnellbach"> <span class="is-size-7">omar</span></a>, <a href="../developers/P.html#particlepeter">
<span class="has-text-weight-semibold is-size-7">Louis Schnellbach</span></a>, <a href="../developers/M.html#marcell_kiss"> <span class="is-size-7">ParticlePeter</span></a>, <a href="../developers/R.html#rokas_kupstys">
<span class="has-text-weight-semibold is-size-7">Marcell Kiss</span></a>, <a href="../developers/M.html#max_thrun"> <span class="is-size-7">Rokas Kupstys</span></a>, <a href="../developers/S.html#sam_hocevar">
<span class="has-text-weight-semibold is-size-7">Max Thrun</span></a>, <a href="../developers/M.html#micha_cicho"> <span class="is-size-7">Sam Hocevar</span></a>, <a href="../developers/S.html#sepehr_taghdisian">
<span class="has-text-weight-semibold is-size-7">Michał Cichoń</span></a>, <a href="../developers/M.html#mikko_mononen"> <span class="is-size-7">Sepehr Taghdisian</span></a>, <a href="../developers/S.html#shironekoben">
<span class="has-text-weight-semibold is-size-7">Mikko Mononen</span></a>, <a href="../developers/O.html#omar"> <span class="is-size-7">ShironekoBen</span></a>, <a href="../developers/B.html#_xx">
<span class="has-text-weight-semibold is-size-7">omar</span></a>, <a href="../developers/P.html#particlepeter"> <span class="is-size-7">Бранимир Караџић</span></a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold is-size-7">ParticlePeter</span></a>, <a href="../developers/R.html#rokas_kupstys"> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="../games/languages.html#c">C</a>, <a href="../games/languages.html#c++">C++</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/MIT_License">MIT</a><br>Code repositories: <a href="https://github.com/ocornut/imgui.git">ocornut/imgui.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2014, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br></div><div class="block is-size-7 has-text-right">
<span class="has-text-weight-semibold is-size-7">Rokas Kupstys</span></a>, <a href="../developers/S.html#sam_hocevar"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="has-text-weight-semibold is-size-7">Sam Hocevar</span></a>, <a href="../developers/S.html#sepehr_taghdisian"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/dear_imgui.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold is-size-7">Sepehr Taghdisian</span></a>, <a href="../developers/S.html#shironekoben">
<span class="has-text-weight-semibold is-size-7">ShironekoBen</span></a>, <a href="../developers/B.html#_xx">
<span class="has-text-weight-semibold is-size-7">Бранимир Караџић</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/ocornut/imgui">ocornut/imgui<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/ocornut/imgui/releases">ocornut/imgui/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="../games/languages.html#c">
<span class="is-size-7">C</span></a>, <a href="../games/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/ocornut/imgui.git" class="is-size-7">ocornut/imgui.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></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/dear_imgui.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="directpython" class="box"> <div id="directpython" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">DirectPython</div>
<h2 class="title is-4">DirectPython</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="../games/platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a></div><div class="level-item">beta</div><div class="level-item">inactive since 2007<span class="icon has-text-black"><i class="icon-brightness_3"></i></span></div></div>
<div class="level-right"><div class="level-item"> </nav><div class="block">
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item"> <div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info"><span class="icon has-text-black"><i class="icon-library"></i></span>library</a></div>
<span class="is-size-7 has-text-gray-lighter">inactive since 2007</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div> </div><div class="block">Homepages: <a href="http://directpython.sourceforge.net/">directpython.sourceforge.net</a>, <a href="http://directpython11.sourceforge.net/">directpython11.sourceforge.net</a><br>Downloads: <a href="https://sourceforge.net/projects/directpython/files/">directpython/files<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a>, <a href="https://sourceforge.net/projects/directpython11/files/">directpython11/files<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br></div><div class="block is-size-7">
</nav> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="../games/languages.html#c++">C++</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/BSD_licenses#2-clause_license_(%22Simplified_BSD_License%22_or_%22FreeBSD_License%22)">2-clause BSD</a><br>Code repositories: <a href="http://hg.code.sf.net/p/directpython11/code">hg.code.sf.net/p/directpython11/code</a><br></div><div class="block is-size-7 has-text-right">
<div class="block"><span class="mr-2"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="../games/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="index.html#library" title="library games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-library"></i></span>library</a></div> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/directpython.md" title="Text based entry on Github">Raw entry</a>
<span class="is-italic">C++ extension to Python, which provides basic access to DirectX.
</span></div>
<div class="block"></div>
<div class="block">
<span class="has-text-weight-semibold">Homepages: </span><a href="http://directpython.sourceforge.net/">directpython.sourceforge.net</a>, <a href="http://directpython11.sourceforge.net/">directpython11.sourceforge.net</a><br>
<span class="has-text-weight-semibold">Downloads: </span><a href="https://sourceforge.net/projects/directpython/files/">directpython/files<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a>, <a href="https://sourceforge.net/projects/directpython11/files/">directpython11/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="../games/languages.html#c++">
<span class="is-size-7">C++</span></a><br>
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/BSD_licenses#2-clause_license_(%22Simplified_BSD_License%22_or_%22FreeBSD_License%22)" class="is-size-7">2-clause BSD</a><br>
<span class="is-size-7">Code repositories: </span><a href="http://hg.code.sf.net/p/directpython11/code" class="is-size-7">hg.code.sf.net/p/directpython11/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/directpython.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="freetype" class="box"> <div id="freetype" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">FreeType</div>
<h2 class="title is-4">FreeType</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="../games/platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info"><span class="icon has-text-black"><i class="icon-library"></i></span>library</a></div>
<div class="block"><span class="mr-2"> </div><div class="block">Homepage: <a href="https://www.freetype.org/">www.freetype.org</a><br>Media: <a href="https://en.wikipedia.org/wiki/FreeType">FreeType<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Download: <a href="https://www.freetype.org/download.html">www.freetype.org/download.html</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="../games/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="index.html#library" title="library games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-library"></i></span>library</a></div> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="../games/languages.html#c">C</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a>, Custom<br>Code repositories: <a href="https://git.savannah.gnu.org/git/freetype/freetype2.git">git.savannah.gnu.org/git/freetype/freetype2.git</a>, <a href="https://git.savannah.gnu.org/git/freetype/freetype2-demos.git @add">git.savannah.gnu.org/git/freetype/freetype2-demos.git @add</a><br>
<span class="is-italic">Capable of producing high-quality output (glyph images) of most vector and bitmap font formats. <span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
</span></div> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/freetype.md" title="Text based entry on Github">Raw entry</a>
<div class="block"></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://www.freetype.org/">www.freetype.org</a><br>
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/FreeType">FreeType<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.freetype.org/download.html">www.freetype.org/download.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="../games/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>,
<span class="is-size-7">Custom</span><br>
<span class="is-size-7">Code repositories: </span><a href="https://git.savannah.gnu.org/git/freetype/freetype2.git" class="is-size-7">git.savannah.gnu.org/git/freetype/freetype2.git</a>, <a href="https://git.savannah.gnu.org/git/freetype/freetype2-demos.git @add" class="is-size-7">git.savannah.gnu.org/git/freetype/freetype2-demos.git @add</a><br>
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br></div>
<div class="block">
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/freetype.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="gbdk" class="box"> <div id="gbdk" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">GBDK</div>
<h2 class="title is-4">GBDK</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platforms:<a href="../games/platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="../games/platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a><a href="../games/platforms.html#macos" title="macOS"><span class="icon has-text-black"><i class="icon-appleinc"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info"><span class="icon has-text-black"><i class="icon-library"></i></span>library</a><a href="index.html#tool" title="tool games" class="tag is-info">tool</a></div>
<div class="block"><span class="mr-2"> </div><div class="block">Homepages: <a href="https://gbdk-2020.github.io/gbdk-2020/">gbdk-2020.github.io/gbdk-2020</a>, <a href="http://gbdk.sourceforge.net/">gbdk.sourceforge.net</a>, <a href="https://sourceforge.net/projects/gbdk/">gbdk<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Download: <a href="https://github.com/gbdk-2020/gbdk-2020/releases">gbdk-2020/gbdk-2020/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Developers: <a href="../developers/B.html#basxto">Basxto</a>, <a href="../developers/B.html#bbbbbr">bbbbbr</a>, <a href="../developers/D.html#daniel_rammelt">Daniel Rammelt</a>, <a href="../developers/D.html#david_galloway">David Galloway</a>, <a href="../developers/J.html#jim_huang">Jim Huang</a>, <a href="../developers/M.html#michael_hope">Michael Hope</a>, <a href="../developers/S.html#sandeep_dutta">Sandeep Dutta</a>, <a href="../developers/T.html#toxa">Toxa</a>, <a href="../developers/Z.html#zalo">Zalo</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="../games/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="../games/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="../games/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="index.html#library" title="library games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-library"></i></span>library</a><a href="index.html#tool" title="tool games" class="tag is-info">tool</a></div> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="../games/languages.html#c">C</a>, <a href="../games/languages.html#assembly">Assembly</a>, <a href="../games/languages.html#c++">C++</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/MIT_License">MIT</a><br>Code repositories: <a href="https://github.com/gbdk-2020/gbdk-2020.git">gbdk-2020/gbdk-2020.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2020, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
<span class="is-italic">Short for &#34;Gameboy Development Kit&#34; <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 is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
</span></div> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/gbdk.md" title="Text based entry on Github">Raw entry</a>
<div class="block">
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/B.html#basxto">
<span class="has-text-weight-semibold">Basxto</span></a>, <a href="../developers/B.html#bbbbbr">
<span class="has-text-weight-semibold">bbbbbr</span></a>, <a href="../developers/D.html#daniel_rammelt">
<span class="has-text-weight-semibold">Daniel Rammelt</span></a>, <a href="../developers/D.html#david_galloway">
<span class="has-text-weight-semibold">David Galloway</span></a>, <a href="../developers/J.html#jim_huang">
<span class="has-text-weight-semibold">Jim Huang</span></a>, <a href="../developers/M.html#michael_hope">
<span class="has-text-weight-semibold">Michael Hope</span></a>, <a href="../developers/S.html#sandeep_dutta">
<span class="has-text-weight-semibold">Sandeep Dutta</span></a>, <a href="../developers/T.html#toxa">
<span class="has-text-weight-semibold">Toxa</span></a>, <a href="../developers/Z.html#zalo">
<span class="has-text-weight-semibold">Zalo</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepages: </span><a href="https://gbdk-2020.github.io/gbdk-2020/">gbdk-2020.github.io/gbdk-2020</a>, <a href="http://gbdk.sourceforge.net/">gbdk.sourceforge.net</a>, <a href="https://sourceforge.net/projects/gbdk/">gbdk<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://github.com/gbdk-2020/gbdk-2020/releases">gbdk-2020/gbdk-2020/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="../games/languages.html#c">
<span class="is-size-7">C</span></a>, <a href="../games/languages.html#assembly">
<span class="is-size-7">Assembly</span></a>, <a href="../games/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/gbdk-2020/gbdk-2020.git" class="is-size-7">gbdk-2020/gbdk-2020.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
<span class="is-size-7">since 2020</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
<span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Make_(software)" class="is-size-7">Make</a><br></div>
<div class="block">
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/gbdk.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="geonbitui" class="box"> <div id="geonbitui" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">GeonBit.UI</div>
<h2 class="title is-4">GeonBit.UI</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platforms:<a href="../games/platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="../games/platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info"><span class="icon has-text-black"><i class="icon-library"></i></span>library</a></div>
<div class="block"><span class="mr-2"> </div><div class="block">Homepage: <a href="https://github.com/RonenNess/GeonBit.UI">RonenNess/GeonBit.UI<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Developer: <a href="../developers/R.html#ronen">Ronen</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="../games/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="../games/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="index.html#library" title="library games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-library"></i></span>library</a></div> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="../games/languages.html#c">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/MIT_License">MIT</a><br>Code repositories: <a href="https://github.com/RonenNess/GeonBit.UI.git">RonenNess/GeonBit.UI.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2016, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>Code dependencies: MonoGame<br></div><div class="block is-size-7 has-text-right">
<span class="is-italic">UI extension for MonoGame-based projects. <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/geonbitui.md" title="Text based entry on Github">Raw entry</a>
</span></div>
<div class="block">
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/R.html#ronen">
<span class="has-text-weight-semibold">Ronen</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/RonenNess/GeonBit.UI">RonenNess/GeonBit.UI<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="../games/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/RonenNess/GeonBit.UI.git" class="is-size-7">RonenNess/GeonBit.UI.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>
<span class="is-size-7">Code dependencies: </span>
<span class="is-size-7">MonoGame</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/geonbitui.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="horde3d" class="box"> <div id="horde3d" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">Horde3D</div>
<h2 class="title is-4">Horde3D</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="../games/platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info"><span class="icon has-text-black"><i class="icon-library"></i></span>library</a>
<div class="block"><span class="mr-2">
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="../games/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="index.html#library" title="library games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-library"></i></span>library</a>
<span class="tag is-light">3D</span></div> <span class="tag is-light">3D</span></div>
<span class="is-italic">Graphics engine. </div><div class="block">Homepage: <a href="https://github.com/horde3d/Horde3D">horde3d/Horde3D<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Media: <a href="https://en.wikipedia.org/wiki/Horde3D">Horde3D<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Developers: <a href="../developers/A.html#alexander_giatsintov">Alexander Giatsintov</a>, <a href="../developers/C.html#christoph_schulz">Christoph Schulz</a>, <a href="../developers/D.html#denilson_das_mercs_amorim">Denilson das Mercês Amorim</a>, <a href="../developers/E.html#emanuele_bertoldi">Emanuele Bertoldi</a>, <a href="../developers/J.html#jean-claude_monnin">Jean-Claude Monnin</a>, <a href="../developers/M.html#mjt">mjt</a>, <a href="../developers/V.html#volker_vogelhuber">Volker Vogelhuber</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="../games/languages.html#c++">C++</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Eclipse_Public_License">EPL-2.0</a><br>Code repositories: <a href="https://github.com/horde3d/Horde3D.git">horde3d/Horde3D.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2013, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
</span></div> <span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br></div><div class="block is-size-7 has-text-right">
<div class="block"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#alexander_giatsintov"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/horde3d.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold">Alexander Giatsintov</span></a>, <a href="../developers/C.html#christoph_schulz">
<span class="has-text-weight-semibold">Christoph Schulz</span></a>, <a href="../developers/D.html#denilson_das_mercs_amorim">
<span class="has-text-weight-semibold">Denilson das Mercês Amorim</span></a>, <a href="../developers/E.html#emanuele_bertoldi">
<span class="has-text-weight-semibold">Emanuele Bertoldi</span></a>, <a href="../developers/J.html#jean-claude_monnin">
<span class="has-text-weight-semibold">Jean-Claude Monnin</span></a>, <a href="../developers/M.html#mjt">
<span class="has-text-weight-semibold">mjt</span></a>, <a href="../developers/V.html#volker_vogelhuber">
<span class="has-text-weight-semibold">Volker Vogelhuber</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/horde3d/Horde3D">horde3d/Horde3D<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/Horde3D">Horde3D<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></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="../games/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/Eclipse_Public_License" class="is-size-7">EPL-2.0</a><br>
<span class="is-size-7">Code repositories: </span><a href="https://github.com/horde3d/Horde3D.git" class="is-size-7">horde3d/Horde3D.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="top rated"><i class="icon-star"></i></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/horde3d.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="ncurses" class="box"> <div id="ncurses" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">ncurses</div>
<h2 class="title is-4">ncurses</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platforms:<a href="../games/platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="../games/platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info"><span class="icon has-text-black"><i class="icon-library"></i></span>library</a></div>
<div class="block"><span class="mr-2"> </div><div class="block">Homepages: <a href="https://invisible-island.net/ncurses/">invisible-island.net/ncurses</a>, <a href="https://www.gnu.org/software/ncurses/ncurses.html">www.gnu.org/software/ncurses/ncurses.html</a><br>Media: <a href="https://en.wikipedia.org/wiki/Ncurses">ncurses<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Download: <a href="https://invisible-island.net/ncurses/#downloads">invisible-island.net/ncurses/#downloads</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="../games/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="../games/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="index.html#library" title="library games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-library"></i></span>library</a></div> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="../games/languages.html#c">C</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/MIT_License">MIT</a><br>
<span class="is-italic">Library for text-based user interfaces. <span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Autoconf" class="is-size-7">Autoconf</a><br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
</span></div> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/ncurses.md" title="Text based entry on Github">Raw entry</a>
<div class="block"></div>
<div class="block">
<span class="has-text-weight-semibold">Homepages: </span><a href="https://invisible-island.net/ncurses/">invisible-island.net/ncurses</a>, <a href="https://www.gnu.org/software/ncurses/ncurses.html">www.gnu.org/software/ncurses/ncurses.html</a><br>
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/Ncurses">ncurses<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://invisible-island.net/ncurses/#downloads">invisible-island.net/ncurses/#downloads</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="../games/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">Build system: </span><a href="https://en.wikipedia.org/wiki/Autoconf" class="is-size-7">Autoconf</a><br></div>
<div class="block">
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/ncurses.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="penumbra" class="box"> <div id="penumbra" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">Penumbra</div>
<h2 class="title is-4">Penumbra</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="../games/platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info"><span class="icon has-text-black"><i class="icon-library"></i></span>library</a>
<div class="block"><span class="mr-2">
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="../games/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="index.html#library" title="library games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-library"></i></span>library</a>
<span class="tag is-light">2D</span></div> <span class="tag is-light">2D</span></div>
<span class="is-italic">Library that adds 2D lighting with shadowing effects. </div><div class="block">Homepage: <a href="https://github.com/discosultan/penumbra">discosultan/penumbra<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Developers: <a href="../developers/J.html#jaanus_varus">Jaanus Varus</a>, <a href="../developers/M.html#marcel_hartel">Marcel Härtel</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="../games/languages.html#c">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/MIT_License">MIT</a><br>Code repositories: <a href="https://github.com/discosultan/penumbra.git">discosultan/penumbra.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2015, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>Code dependencies: MonoGame<br></div><div class="block is-size-7 has-text-right">
</span></div> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<div class="block"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/penumbra.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/J.html#jaanus_varus">
<span class="has-text-weight-semibold">Jaanus Varus</span></a>, <a href="../developers/M.html#marcel_hartel">
<span class="has-text-weight-semibold">Marcel Härtel</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/discosultan/penumbra">discosultan/penumbra<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="../games/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/discosultan/penumbra.git" class="is-size-7">discosultan/penumbra.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>)<br>
<span class="is-size-7">Code dependencies: </span>
<span class="is-size-7">MonoGame</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/penumbra.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="pgu" class="box"> <div id="pgu" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">PGU</div>
<h2 class="title is-4">PGU</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platforms:<a href="../games/platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="../games/platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a><a href="../games/platforms.html#macos" title="macOS"><span class="icon has-text-black"><i class="icon-appleinc"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info"><span class="icon has-text-black"><i class="icon-library"></i></span>library</a></div>
<div class="block"><span class="mr-2"> </div><div class="block">Homepages: <a href="https://github.com/parogers/pgu">parogers/pgu<span class="icon has-text-black"><i class="icon-github"></i></span></a>, <a href="https://code.google.com/archive/p/pgu/">code.google.com/archive/p/pgu</a><br>Download: <a href="https://pypi.org/project/pygame-pgu/">pypi.org/project/pygame-pgu</a><br>Developer: <a href="../developers/P.html#peter_rogers">Peter Rogers</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="../games/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="../games/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="../games/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="index.html#library" title="library games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-library"></i></span>library</a></div> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="../games/languages.html#python">Python</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License">LGPL-2.1</a><br>Code repositories: <a href="https://github.com/parogers/pgu.git">parogers/pgu.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2015, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>
<span class="is-italic">Collection of useful modules for writing games with PyGame. <span class="is-size-7">Build system: </span><a href="https://packaging.python.org/tutorials/packaging-projects/#configuring-metadata" class="is-size-7">setup.py</a><br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
</span></div> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/pgu.md" title="Text based entry on Github">Raw entry</a>
<div class="block">
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/P.html#peter_rogers">
<span class="has-text-weight-semibold">Peter Rogers</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepages: </span><a href="https://github.com/parogers/pgu">parogers/pgu<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>, <a href="https://code.google.com/archive/p/pgu/">code.google.com/archive/p/pgu</a><br>
<span class="has-text-weight-semibold">Download: </span><a href="https://pypi.org/project/pygame-pgu/">pypi.org/project/pygame-pgu</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="../games/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_Lesser_General_Public_License" class="is-size-7">LGPL-2.1</a><br>
<span class="is-size-7">Code repositories: </span><a href="https://github.com/parogers/pgu.git" class="is-size-7">parogers/pgu.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>)<br>
<span class="is-size-7">Build system: </span><a href="https://packaging.python.org/tutorials/packaging-projects/#configuring-metadata" class="is-size-7">setup.py</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/pgu.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="pyscroll" class="box"> <div id="pyscroll" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">pyscroll</div>
<h2 class="title is-4">pyscroll</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platforms:<a href="../games/platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="../games/platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a><a href="../games/platforms.html#macos" title="macOS"><span class="icon has-text-black"><i class="icon-appleinc"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><div class="level-item">inactive since 2018<span class="icon has-text-black"><i class="icon-brightness_3"></i></span></div></div>
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item"> </nav><div class="block">
<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> <div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info"><span class="icon has-text-black"><i class="icon-library"></i></span>library</a></div>
</nav> </div><div class="block">Homepage: <a href="https://pypi.org/project/pyscroll/">pypi.org/project/pyscroll</a><br>Developers: <a href="../developers/L.html#leif_theden">Leif Theden</a>, <a href="../developers/L.html#ukasz_langa">Łukasz Langa</a><br></div><div class="block is-size-7">
<div class="block"><span class="mr-2"> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="../games/languages.html#python">Python</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License">LGPL-3.0</a><br>Code repositories: <a href="https://github.com/bitcraft/pyscroll.git">bitcraft/pyscroll.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2014, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>Code dependencies: pygame<br></div><div class="block is-size-7 has-text-right">
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="../games/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="../games/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="../games/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="index.html#library" title="library games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-library"></i></span>library</a></div> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="is-italic">Animated scrolling maps in pygame library. <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/pyscroll.md" title="Text based entry on Github">Raw entry</a>
</span></div>
<div class="block">
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/L.html#leif_theden">
<span class="has-text-weight-semibold">Leif Theden</span></a>, <a href="../developers/L.html#ukasz_langa">
<span class="has-text-weight-semibold">Łukasz Langa</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://pypi.org/project/pyscroll/">pypi.org/project/pyscroll</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="../games/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_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/bitcraft/pyscroll.git" class="is-size-7">bitcraft/pyscroll.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">pygame</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/pyscroll.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="pytmx" class="box"> <div id="pytmx" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">PyTMX</div>
<h2 class="title is-4">PyTMX</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platforms:<a href="../games/platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="../games/platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a><a href="../games/platforms.html#macos" title="macOS"><span class="icon has-text-black"><i class="icon-appleinc"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info"><span class="icon has-text-black"><i class="icon-library"></i></span>library</a><a href="index.html#tool" title="tool games" class="tag is-info">tool</a></div>
<div class="block"><span class="mr-2"> </div><div class="block">Homepage: <a href="https://pypi.org/project/PyTMX/">pypi.org/project/PyTMX</a><br>Developer: <a href="../developers/L.html#leif_theden">Leif Theden</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="../games/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="../games/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="../games/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="index.html#library" title="library games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-library"></i></span>library</a><a href="index.html#tool" title="tool games" class="tag is-info">tool</a></div> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="../games/languages.html#python">Python</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License">LGPL-3.0</a><br>Code repositories: <a href="https://github.com/bitcraft/PyTMX.git">bitcraft/PyTMX.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2012, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br></div><div class="block is-size-7 has-text-right">
<span class="is-italic">Read Tiled Map Editor&#39;s TMX maps. <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/pytmx.md" title="Text based entry on Github">Raw entry</a>
</span></div>
<div class="block">
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/L.html#leif_theden">
<span class="has-text-weight-semibold">Leif Theden</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://pypi.org/project/PyTMX/">pypi.org/project/PyTMX</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="../games/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_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/bitcraft/PyTMX.git" class="is-size-7">bitcraft/PyTMX.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="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/pytmx.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="simple_and_fast_multimedia_library" class="box"> <div id="simple_and_fast_multimedia_library" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">Simple and Fast Multimedia Library</div>
<h2 class="title is-4">Simple and Fast Multimedia Library</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="../games/platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info"><span class="icon has-text-black"><i class="icon-library"></i></span>library</a></div>
<div class="block"><span class="mr-2"> </div><div class="block">Homepage: <a href="https://www.sfml-dev.org/">www.sfml-dev.org</a><br>Media: <a href="https://en.wikipedia.org/wiki/Simple_and_Fast_Multimedia_Library">Simple and Fast Multimedia Library<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Download: <a href="https://www.sfml-dev.org/download.php">www.sfml-dev.org/download.php</a><br>Developers: <a href="../developers/B.html#bendegz_cs">
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="../games/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="index.html#library" title="library games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-library"></i></span>library</a></div> <span class="is-size-7">Bendegúz Ács</span></a>, <a href="../developers/B.html#binary1248">
<span class="is-italic">SFML provides a simple interface to the various components of your PC. <span class="is-size-7">binary1248</span></a>, <a href="../developers/B.html#bruno_van_de_velde">
<span class="is-size-7">Bruno Van de Velde</span></a>, <a href="../developers/C.html#ceylo">
</span></div> <span class="is-size-7">Ceylo</span></a>, <a href="../developers/C.html#corentin_schreiber">
<div class="block"> <span class="is-size-7">Corentin Schreiber</span></a>, <a href="../developers/F.html#foaly">
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/B.html#bendegz_cs"> <span class="is-size-7">Foaly</span></a>, <a href="../developers/J.html#jan_haller">
<span class="has-text-weight-semibold is-size-7">Bendegúz Ács</span></a>, <a href="../developers/B.html#binary1248"> <span class="is-size-7">Jan Haller</span></a>, <a href="../developers/J.html#jonathan_de_wachter">
<span class="has-text-weight-semibold is-size-7">binary1248</span></a>, <a href="../developers/B.html#bruno_van_de_velde"> <span class="is-size-7">Jonathan De Wachter</span></a>, <a href="../developers/J.html#jonny_paton">
<span class="has-text-weight-semibold is-size-7">Bruno Van de Velde</span></a>, <a href="../developers/C.html#ceylo"> <span class="is-size-7">Jonny Paton</span></a>, <a href="../developers/J.html#jqdg">
<span class="has-text-weight-semibold is-size-7">Ceylo</span></a>, <a href="../developers/C.html#corentin_schreiber"> <span class="is-size-7">jqdg</span></a>, <a href="../developers/L.html#laurent_gomila">
<span class="has-text-weight-semibold is-size-7">Corentin Schreiber</span></a>, <a href="../developers/F.html#foaly"> <span class="is-size-7">Laurent Gomila</span></a>, <a href="../developers/L.html#lukas_durrenberger">
<span class="has-text-weight-semibold is-size-7">Foaly</span></a>, <a href="../developers/J.html#jan_haller"> <span class="is-size-7">Lukas Dürrenberger</span></a>, <a href="../developers/M.html#marco_antognini">
<span class="has-text-weight-semibold is-size-7">Jan Haller</span></a>, <a href="../developers/J.html#jonathan_de_wachter"> <span class="is-size-7">Marco Antognini</span></a>, <a href="../developers/M.html#mario_liebisch">
<span class="has-text-weight-semibold is-size-7">Jonathan De Wachter</span></a>, <a href="../developers/J.html#jonny_paton"> <span class="is-size-7">Mario Liebisch</span></a>, <a href="../developers/R.html#radek_dutkiewicz">
<span class="has-text-weight-semibold is-size-7">Jonny Paton</span></a>, <a href="../developers/J.html#jqdg"> <span class="is-size-7">Radek Dutkiewicz</span></a>, <a href="../developers/S.html#stefan_schindler">
<span class="has-text-weight-semibold is-size-7">jqdg</span></a>, <a href="../developers/L.html#laurent_gomila"> <span class="is-size-7">Stefan Schindler</span></a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold is-size-7">Laurent Gomila</span></a>, <a href="../developers/L.html#lukas_durrenberger"> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="../games/languages.html#c++">C++</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Zlib_License">zlib</a><br>Code repositories: <a href="https://github.com/SFML/SFML.git">SFML/SFML.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2011, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
<span class="has-text-weight-semibold is-size-7">Lukas Dürrenberger</span></a>, <a href="../developers/M.html#marco_antognini"> <span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br></div><div class="block is-size-7 has-text-right">
<span class="has-text-weight-semibold is-size-7">Marco Antognini</span></a>, <a href="../developers/M.html#mario_liebisch"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="has-text-weight-semibold is-size-7">Mario Liebisch</span></a>, <a href="../developers/R.html#radek_dutkiewicz"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/simple_and_fast_multimedia_library.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold is-size-7">Radek Dutkiewicz</span></a>, <a href="../developers/S.html#stefan_schindler">
<span class="has-text-weight-semibold is-size-7">Stefan Schindler</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://www.sfml-dev.org/">www.sfml-dev.org</a><br>
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/Simple_and_Fast_Multimedia_Library">Simple and Fast Multimedia Library<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.sfml-dev.org/download.php">www.sfml-dev.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="../games/languages.html#c++">
<span class="is-size-7">C++</span></a><br>
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/Zlib_License" class="is-size-7">zlib</a><br>
<span class="is-size-7">Code repositories: </span><a href="https://github.com/SFML/SFML.git" class="is-size-7">SFML/SFML.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
<span class="is-size-7">since 2011</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></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/simple_and_fast_multimedia_library.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="simple_directmedia_layer" class="box"> <div id="simple_directmedia_layer" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">Simple DirectMedia Layer</div>
<h2 class="title is-4">Simple DirectMedia Layer</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="../games/platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info"><span class="icon has-text-black"><i class="icon-library"></i></span>library</a>
<div class="block"><span class="mr-2">
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="../games/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="index.html#library" title="library games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-library"></i></span>library</a>
<span class="tag is-light">3D</span></div> <span class="tag is-light">3D</span></div>
<span class="is-italic">Cross-platform development library designed to provide low level access. </div><div class="block">Homepage: <a href="https://www.libsdl.org/index.php">www.libsdl.org/index.php</a><br>Media: <a href="https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer">Simple DirectMedia Layer<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Download: <a href="https://www.libsdl.org/download-2.0.php">www.libsdl.org/download-2.0.php</a><br>Developers: <a href="../developers/A.html#alex_baines">
+ Bindings: [C#, Lua, Python, ..](https://www.libsdl.org/languages.php) <span class="is-size-7">Alex Baines</span></a>, <a href="../developers/A.html#alex_szpakowski">
<span class="is-size-7">Alex Szpakowski</span></a>, <a href="../developers/A.html#alfred-valve">
</span></div> <span class="is-size-7">alfred-valve</span></a>, <a href="../developers/A.html#alon_zakai">
<div class="block"> <span class="is-size-7">Alon Zakai</span></a>, <a href="../developers/A.html#andreas_schiffler">
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#alex_baines"> <span class="is-size-7">Andreas Schiffler</span></a>, <a href="../developers/A.html#anthony_pesch">
<span class="has-text-weight-semibold is-size-7">Alex Baines</span></a>, <a href="../developers/A.html#alex_szpakowski"> <span class="is-size-7">Anthony Pesch</span></a>, <a href="../developers/B.html#bavison">
<span class="has-text-weight-semibold is-size-7">Alex Szpakowski</span></a>, <a href="../developers/A.html#alfred-valve"> <span class="is-size-7">bavison</span></a>, <a href="../developers/B.html#beuc">
<span class="has-text-weight-semibold is-size-7">alfred-valve</span></a>, <a href="../developers/A.html#alon_zakai"> <span class="is-size-7">Beuc</span></a>, <a href="../developers/B.html#boris_gjenero">
<span class="has-text-weight-semibold is-size-7">Alon Zakai</span></a>, <a href="../developers/A.html#andreas_schiffler"> <span class="is-size-7">Boris Gjenero</span></a>, <a href="../developers/B.html#brandon_schaefer">
<span class="has-text-weight-semibold is-size-7">Andreas Schiffler</span></a>, <a href="../developers/A.html#anthony_pesch"> <span class="is-size-7">Brandon Schaefer</span></a>, <a href="../developers/C.html#cacodemon345">
<span class="has-text-weight-semibold is-size-7">Anthony Pesch</span></a>, <a href="../developers/B.html#bavison"> <span class="is-size-7">Cacodemon345</span></a>, <a href="../developers/C.html#cameron_cawley">
<span class="has-text-weight-semibold is-size-7">bavison</span></a>, <a href="../developers/B.html#beuc"> <span class="is-size-7">Cameron Cawley</span></a>, <a href="../developers/C.html#cameron_gutman">
<span class="has-text-weight-semibold is-size-7">Beuc</span></a>, <a href="../developers/B.html#boris_gjenero"> <span class="is-size-7">Cameron Gutman</span></a>, <a href="../developers/C.html#charlie_birks">
<span class="has-text-weight-semibold is-size-7">Boris Gjenero</span></a>, <a href="../developers/B.html#brandon_schaefer"> <span class="is-size-7">Charlie Birks</span></a>, <a href="../developers/C.html#christian_rauch">
<span class="has-text-weight-semibold is-size-7">Brandon Schaefer</span></a>, <a href="../developers/C.html#cacodemon345"> <span class="is-size-7">Christian Rauch</span></a>, <a href="../developers/D.html#daniel_gibson">
<span class="has-text-weight-semibold is-size-7">Cacodemon345</span></a>, <a href="../developers/C.html#cameron_cawley"> <span class="is-size-7">Daniel Gibson</span></a>, <a href="../developers/D.html#david_gow">
<span class="has-text-weight-semibold is-size-7">Cameron Cawley</span></a>, <a href="../developers/C.html#cameron_gutman"> <span class="is-size-7">David Gow</span></a>, <a href="../developers/D.html#david_ludwig">
<span class="has-text-weight-semibold is-size-7">Cameron Gutman</span></a>, <a href="../developers/C.html#charlie_birks"> <span class="is-size-7">David Ludwig</span></a>, <a href="../developers/D.html#dimitriy_ryazantcev">
<span class="has-text-weight-semibold is-size-7">Charlie Birks</span></a>, <a href="../developers/C.html#christian_rauch"> <span class="is-size-7">Dimitriy Ryazantcev</span></a>, <a href="../developers/E.html#edward_rudd">
<span class="has-text-weight-semibold is-size-7">Christian Rauch</span></a>, <a href="../developers/D.html#daniel_gibson"> <span class="is-size-7">Edward Rudd</span></a>, <a href="../developers/E.html#epifanov_ivan">
<span class="has-text-weight-semibold is-size-7">Daniel Gibson</span></a>, <a href="../developers/D.html#david_gow"> <span class="is-size-7">Epifanov Ivan</span></a>, <a href="../developers/E.html#erik_yuzwa">
<span class="has-text-weight-semibold is-size-7">David Gow</span></a>, <a href="../developers/D.html#david_ludwig"> <span class="is-size-7">Erik Yuzwa</span></a>, <a href="../developers/E.html#ethan_lee">
<span class="has-text-weight-semibold is-size-7">David Ludwig</span></a>, <a href="../developers/D.html#dimitriy_ryazantcev"> <span class="is-size-7">Ethan Lee</span></a>, <a href="../developers/G.html#gabriel_jacobo">
<span class="has-text-weight-semibold is-size-7">Dimitriy Ryazantcev</span></a>, <a href="../developers/E.html#edward_rudd"> <span class="is-size-7">Gabriel Jacobo</span></a>, <a href="../developers/J.html#jaylon_gowie">
<span class="has-text-weight-semibold is-size-7">Edward Rudd</span></a>, <a href="../developers/E.html#epifanov_ivan"> <span class="is-size-7">Jaylon Gowie</span></a>, <a href="../developers/J.html#jimb_esser">
<span class="has-text-weight-semibold is-size-7">Epifanov Ivan</span></a>, <a href="../developers/E.html#erik_yuzwa"> <span class="is-size-7">Jimb Esser</span></a>, <a href="../developers/J.html#joel_linn">
<span class="has-text-weight-semibold is-size-7">Erik Yuzwa</span></a>, <a href="../developers/E.html#ethan_lee"> <span class="is-size-7">Joel Linn</span></a>, <a href="../developers/J.html#julian_uy">
<span class="has-text-weight-semibold is-size-7">Ethan Lee</span></a>, <a href="../developers/G.html#gabriel_jacobo"> <span class="is-size-7">Julian Uy</span></a>, <a href="../developers/J.html#jrgen_p_tjern">
<span class="has-text-weight-semibold is-size-7">Gabriel Jacobo</span></a>, <a href="../developers/J.html#jaylon_gowie"> <span class="is-size-7">Jørgen P. Tjernø</span></a>, <a href="../developers/K.html#kenmays">
<span class="has-text-weight-semibold is-size-7">Jaylon Gowie</span></a>, <a href="../developers/J.html#jimb_esser"> <span class="is-size-7">kenmays</span></a>, <a href="../developers/K.html#kyle_schaefer">
<span class="has-text-weight-semibold is-size-7">Jimb Esser</span></a>, <a href="../developers/J.html#joel_linn"> <span class="is-size-7">Kyle Schaefer</span></a>, <a href="../developers/M.html#manuel_alfayate_corchete">
<span class="has-text-weight-semibold is-size-7">Joel Linn</span></a>, <a href="../developers/J.html#julian_uy"> <span class="is-size-7">Manuel Alfayate Corchete</span></a>, <a href="../developers/M.html#mathieu_eyraud">
<span class="has-text-weight-semibold is-size-7">Julian Uy</span></a>, <a href="../developers/J.html#jrgen_p_tjern"> <span class="is-size-7">Mathieu Eyraud</span></a>, <a href="../developers/O.html#ozkan_sezer">
<span class="has-text-weight-semibold is-size-7">Jørgen P. Tjernø</span></a>, <a href="../developers/K.html#kenmays"> <span class="is-size-7">Ozkan Sezer</span></a>, <a href="../developers/P.html#paul_cercueil">
<span class="has-text-weight-semibold is-size-7">kenmays</span></a>, <a href="../developers/K.html#kyle_schaefer"> <span class="is-size-7">Paul Cercueil</span></a>, <a href="../developers/P.html#philipp_wiesemann">
<span class="has-text-weight-semibold is-size-7">Kyle Schaefer</span></a>, <a href="../developers/M.html#manuel_alfayate_corchete"> <span class="is-size-7">Philipp Wiesemann</span></a>, <a href="../developers/R.html#ryan_c_gordon">
<span class="has-text-weight-semibold is-size-7">Manuel Alfayate Corchete</span></a>, <a href="../developers/M.html#mathieu_eyraud"> <span class="is-size-7">Ryan C. Gordon</span></a>, <a href="../developers/S.html#sam_lantinga">
<span class="has-text-weight-semibold is-size-7">Mathieu Eyraud</span></a>, <a href="../developers/O.html#ozkan_sezer"> <span class="is-size-7">Sam Lantinga</span></a>, <a href="../developers/S.html#sdl_wiki_bot">
<span class="has-text-weight-semibold is-size-7">Ozkan Sezer</span></a>, <a href="../developers/P.html#paul_cercueil"> <span class="is-size-7">SDL Wiki Bot</span></a>, <a href="../developers/S.html#sebastian_krzyszkowiak">
<span class="has-text-weight-semibold is-size-7">Paul Cercueil</span></a>, <a href="../developers/P.html#philipp_wiesemann"> <span class="is-size-7">Sebastian Krzyszkowiak</span></a>, <a href="../developers/S.html#simon_mcvittie">
<span class="has-text-weight-semibold is-size-7">Philipp Wiesemann</span></a>, <a href="../developers/R.html#ryan_c_gordon"> <span class="is-size-7">Simon McVittie</span></a>, <a href="../developers/S.html#sylvain_becker">
<span class="has-text-weight-semibold is-size-7">Ryan C. Gordon</span></a>, <a href="../developers/S.html#sam_lantinga"> <span class="is-size-7">Sylvain Becker</span></a>, <a href="../developers/T.html#taras">
<span class="has-text-weight-semibold is-size-7">Sam Lantinga</span></a>, <a href="../developers/S.html#sdl_wiki_bot"> <span class="is-size-7">Taras</span></a>, <a href="../developers/Z.html#zack_middleton">
<span class="has-text-weight-semibold is-size-7">SDL Wiki Bot</span></a>, <a href="../developers/S.html#sebastian_krzyszkowiak"> <span class="is-size-7">Zack Middleton</span></a>, <a href="../developers/Z.html#zenios">
<span class="has-text-weight-semibold is-size-7">Sebastian Krzyszkowiak</span></a>, <a href="../developers/S.html#simon_mcvittie"> <span class="is-size-7">zenios</span></a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold is-size-7">Simon McVittie</span></a>, <a href="../developers/S.html#sylvain_becker"> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="../games/languages.html#c">C</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Zlib_License">zlib</a><br>Code repositories: <a href="https://github.com/libsdl-org/SDL.git">libsdl-org/SDL.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2021, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
<span class="has-text-weight-semibold is-size-7">Sylvain Becker</span></a>, <a href="../developers/T.html#taras"> <span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br></div><div class="block is-size-7 has-text-right">
<span class="has-text-weight-semibold is-size-7">Taras</span></a>, <a href="../developers/Z.html#zack_middleton"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="has-text-weight-semibold is-size-7">Zack Middleton</span></a>, <a href="../developers/Z.html#zenios"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/simple_directmedia_layer.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold is-size-7">zenios</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://www.libsdl.org/index.php">www.libsdl.org/index.php</a><br>
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer">Simple DirectMedia Layer<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.libsdl.org/download-2.0.php">www.libsdl.org/download-2.0.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="../games/languages.html#c">
<span class="is-size-7">C</span></a><br>
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/Zlib_License" class="is-size-7">zlib</a><br>
<span class="is-size-7">Code repositories: </span><a href="https://github.com/libsdl-org/SDL.git" class="is-size-7">libsdl-org/SDL.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
<span class="is-size-7">since 2021</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></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/simple_directmedia_layer.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
</section> <footer class="footer container content is-size-7">
<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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

File diff suppressed because it is too large Load Diff

View File

@ -9,577 +9,286 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <div class="navbar-start">
<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> <a class="navbar-item is-active" href="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"> <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"> <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="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="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="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="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="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="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="top50.html"><span class="icon has-text-black"><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
</div> </div>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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" 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="../inspirations/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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Games starting with 0</h1> <div class="box"><p class="title is-4">Games starting with 0</p></div>
<div id="0_ad" class="box"> <div id="0_ad" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">0 A.D.</div>
<h2 class="title is-4">0 A.D.</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platforms:<a href="platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a><a href="platforms.html#macos" title="macOS"><span class="icon has-text-black"><i class="icon-appleinc"></i></span></a></div><div class="level-item">beta</div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item"> </nav><div class="block">
<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> <div class="tags has-addons"><a href="genres.html#strategy" title="strategy games" class="tag is-info"><span class="icon has-text-black"><i class="icon-fort-awesome"></i></span>strategy</a>
</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#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">content open</span> <span class="tag is-light">content open</span>
<span class="tag is-light">multiplayer online + LAN</span> <span class="tag is-light">multiplayer online + LAN</span>
<span class="tag is-light">real-time</span></div> <span class="tag is-light">real-time</span></div>
<span class="is-italic">Engine part is called Pyrogenesis. </div><div class="block">Homepages: <a href="https://play0ad.com/">play0ad.com</a>, <a href="https://sourceforge.net/projects/zero-ad/">zero-ad<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Media: <a href="https://en.wikipedia.org/wiki/0_A.D._(video_game)">0 A.D.<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Inspiration: <a href="../inspirations/A.html#age_of_empires">Age of Empires</a><br>Download: <a href="https://play0ad.com/download/">play0ad.com/download</a><br>Developers: <a href="../developers/B.html#ben_brian">Ben Brian</a>, <a href="../developers/E.html#erik_johansson">Erik Johansson</a>, <a href="../developers/K.html#kieran_pilkington">Kieran Pilkington</a>, <a href="../developers/L.html#lancelot_de_ferrire">Lancelot de Ferrière</a>, <a href="../developers/L.html#leper">leper</a>, <a href="../developers/N.html#nicolas_auvray">Nicolas Auvray</a>, <a href="../developers/P.html#philip_taylor">Philip Taylor</a>, <a href="../developers/P.html#pureon">Pureon</a>, <a href="../developers/S.html#s0600204">s0600204</a>, <a href="../developers/S.html#stanislas_dolcini">Stanislas Dolcini</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#c">C</a>, <a href="languages.html#c++">C++</a>, <a href="languages.html#javascript">JavaScript</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a><br>Code repositories: <a href="https://github.com/0ad/0ad.git">0ad/0ad.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2010, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>), <a href="https://svn.wildfiregames.com/public/ps/">svn.wildfiregames.com/public/ps</a><br>Code dependencies: libogg, libvorbis, libxml2, OpenAL, SDL2, zlib<br>Assets licenses: <a href="https://en.wikipedia.org/wiki/Creative_Commons_license">CC-BY-SA-3.0</a><br>
</span></div>
<div class="block">
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/A.html#age_of_empires">
<span class="has-text-weight-semibold">Age of Empires</span></a><br>
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/B.html#ben_brian">
<span class="has-text-weight-semibold">Ben Brian</span></a>, <a href="../developers/E.html#erik_johansson">
<span class="has-text-weight-semibold">Erik Johansson</span></a>, <a href="../developers/K.html#kieran_pilkington">
<span class="has-text-weight-semibold">Kieran Pilkington</span></a>, <a href="../developers/L.html#lancelot_de_ferrire">
<span class="has-text-weight-semibold">Lancelot de Ferrière</span></a>, <a href="../developers/L.html#leper">
<span class="has-text-weight-semibold">leper</span></a>, <a href="../developers/N.html#nicolas_auvray">
<span class="has-text-weight-semibold">Nicolas Auvray</span></a>, <a href="../developers/P.html#philip_taylor">
<span class="has-text-weight-semibold">Philip Taylor</span></a>, <a href="../developers/P.html#pureon">
<span class="has-text-weight-semibold">Pureon</span></a>, <a href="../developers/S.html#s0600204">
<span class="has-text-weight-semibold">s0600204</span></a>, <a href="../developers/S.html#stanislas_dolcini">
<span class="has-text-weight-semibold">Stanislas Dolcini</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepages: </span><a href="https://play0ad.com/">play0ad.com</a>, <a href="https://sourceforge.net/projects/zero-ad/">zero-ad<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/0_A.D._(video_game)">0 A.D.<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://play0ad.com/download/">play0ad.com/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>, <a href="languages.html#c++">
<span class="is-size-7">C++</span></a>, <a href="languages.html#javascript">
<span class="is-size-7">JavaScript</span></a><br>
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/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/0ad/0ad.git" class="is-size-7">0ad/0ad.git<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="top rated"><i class="icon-star"></i></span>), <a href="https://svn.wildfiregames.com/public/ps/" class="is-size-7">svn.wildfiregames.com/public/ps</a><br>
<span class="is-size-7">Code dependencies: </span>
<span class="is-size-7">libogg</span>,
<span class="is-size-7">libvorbis</span>,
<span class="is-size-7">libxml2</span>,
<span class="is-size-7">OpenAL</span>,
<span class="is-size-7">SDL2</span>,
<span class="is-size-7">zlib</span><br>
<span class="is-size-7">Assets licenses: </span><a href="https://en.wikipedia.org/wiki/Creative_Commons_license" class="is-size-7">CC-BY-SA-3.0</a><br>
<span class="is-size-7">Build system: </span> <span class="is-size-7">Build system: </span>
<span class="is-size-7">Custom</span><br></div> <span class="is-size-7">Custom</span><br></div><div class="block is-size-7 has-text-right">
<div class="block"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<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/0_ad.md" title="Text based entry on Github">Raw entry</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/0_ad.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="1oom" class="box"> <div id="1oom" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">1oom</div>
<h2 class="title is-4">1oom</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platforms:<a href="platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon 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 has-text-black"><i class="icon-fort-awesome"></i></span>strategy</a>
<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><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">content commercial</span> <span class="tag is-light">content commercial</span>
<span class="tag is-light">engine recreation</span></div></div> <span class="tag is-light">engine recreation</span></div>
<div class="block"> </div><div class="block">Homepage: <a href="https://kilgoretroutmaskreplicant.gitlab.io/plain-html/">kilgoretroutmaskreplicant.gitlab.io/plain-html</a><br>Inspiration: <a href="../inspirations/M.html#master_of_orion">Master of Orion</a><br>Download: <a href="https://gitlab.com/KilgoreTroutMaskReplicant/1oom/-/tags">KilgoreTroutMaskReplicant/1oom/-/tags<span class="icon has-text-black"><i class="icon-gitlab"></i></span></a><br>Developer: <a href="../developers/K.html#kilgore_trout_mask_replicant">Kilgore Trout Mask Replicant</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/M.html#master_of_orion"> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#c">C</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a><br>Code repositories: <a href="https://gitlab.com/KilgoreTroutMaskReplicant/1oom.git">KilgoreTroutMaskReplicant/1oom.git<span class="icon has-text-black"><i class="icon-gitlab"></i></span></a>(since 2018, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Code dependencies: Allegro, SDL, SDL2<br>
<span class="has-text-weight-semibold">Master of Orion</span></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 is-size-7 has-text-right">
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/K.html#kilgore_trout_mask_replicant"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="has-text-weight-semibold">Kilgore Trout Mask Replicant</span></a></div> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/1oom.md" title="Text based entry on Github">Raw entry</a>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://kilgoretroutmaskreplicant.gitlab.io/plain-html/">kilgoretroutmaskreplicant.gitlab.io/plain-html</a><br>
<span class="has-text-weight-semibold">Download: </span><a href="https://gitlab.com/KilgoreTroutMaskReplicant/1oom/-/tags">KilgoreTroutMaskReplicant/1oom/-/tags<span class="icon is-large has-text-black" ><i class="icon-gitlab"></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="https://gitlab.com/KilgoreTroutMaskReplicant/1oom.git" class="is-size-7">KilgoreTroutMaskReplicant/1oom.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>(
<span class="is-size-7">since 2018</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>
<span class="is-size-7">Code dependencies: </span>
<span class="is-size-7">Allegro</span>,
<span class="is-size-7">SDL</span>,
<span class="is-size-7">SDL2</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/1oom.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="2006-rebotted" class="box"> <div id="2006-rebotted" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">2006-rebotted</div>
<h2 class="title is-4">2006-rebotted</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon 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 has-text-black"><i class="icon-user-secret"></i></span>role playing</a>
<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 commercial</span> <span class="tag is-light">content commercial</span>
<span class="tag is-light">multiplayer online + co-op</span></div> <span class="tag is-light">multiplayer online + co-op</span></div>
<span class="is-italic">Remake of Runescape Classic. Open source 2006 Runescape emulation with botting. </div><div class="block">Homepages: <a href="https://2006scape.org/">2006scape.org</a>, <a href="https://web.archive.org/web/20210119051426/https://rsrebotted.com/">Archive: 20210119051426/https://rsrebotted.com</a>, <a href="https://web.archive.org/web/20200211143757/http://2006rebotted.tk/">Archive: 20200211143757/http://2006rebotted.tk</a><br>Inspiration: <a href="../inspirations/R.html#runescape_classic">Runescape Classic</a><br>Download: <a href="https://github.com/2006-Scape/2006Scape/releases">2006-Scape/2006Scape/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Developers: <a href="../developers/A.html#arisu">
<span class="is-size-7">Arisu</span></a>, <a href="../developers/B.html#ben_maher">
</span></div> <span class="is-size-7">Ben Maher</span></a>, <a href="../developers/D.html#damion">
<div class="block"> <span class="is-size-7">Damion</span></a>, <a href="../developers/D.html#dan_g">
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/R.html#runescape_classic"> <span class="is-size-7">Dan G</span></a>, <a href="../developers/D.html#danial">
<span class="has-text-weight-semibold">Runescape Classic</span></a><br> <span class="is-size-7">Danial</span></a>, <a href="../developers/D.html#daniel_ginovker">
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#arisu"> <span class="is-size-7">Daniel Ginovker</span></a>, <a href="../developers/D.html#dpscryptic">
<span class="has-text-weight-semibold is-size-7">Arisu</span></a>, <a href="../developers/B.html#ben_maher"> <span class="is-size-7">DPSCryptic</span></a>, <a href="../developers/G.html#gptaqbc">
<span class="has-text-weight-semibold is-size-7">Ben Maher</span></a>, <a href="../developers/D.html#damion"> <span class="is-size-7">Gptaqbc</span></a>, <a href="../developers/J.html#josh_shippam">
<span class="has-text-weight-semibold is-size-7">Damion</span></a>, <a href="../developers/D.html#dan_g"> <span class="is-size-7">Josh Shippam</span></a>, <a href="../developers/M.html#mitchvanwijngaarden">
<span class="has-text-weight-semibold is-size-7">Dan G</span></a>, <a href="../developers/D.html#danial"> <span class="is-size-7">MitchvanWijngaarden</span></a>, <a href="../developers/M.html#mr_extremez">
<span class="has-text-weight-semibold is-size-7">Danial</span></a>, <a href="../developers/D.html#daniel_ginovker"> <span class="is-size-7">Mr Extremez</span></a>, <a href="../developers/O.html#olivier">
<span class="has-text-weight-semibold is-size-7">Daniel Ginovker</span></a>, <a href="../developers/D.html#dpscryptic"> <span class="is-size-7">Olivier</span></a>, <a href="../developers/S.html#sandro_coutinho">
<span class="has-text-weight-semibold is-size-7">DPSCryptic</span></a>, <a href="../developers/G.html#gptaqbc"> <span class="is-size-7">Sandro Coutinho</span></a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold is-size-7">Gptaqbc</span></a>, <a href="../developers/J.html#josh_shippam"> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#java">Java</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/BSD_licenses#2-clause_license_(%22Simplified_BSD_License%22_or_%22FreeBSD_License%22)">2-clause BSD</a><br>Code repositories: <a href="https://github.com/2006-Scape/2006Scape.git">2006-Scape/2006Scape.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2019, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>
<span class="has-text-weight-semibold is-size-7">Josh Shippam</span></a>, <a href="../developers/M.html#mitchvanwijngaarden"> <span class="is-size-7">Build system: </span><a href="https://gradle.org/" class="is-size-7">Gradle</a><br></div><div class="block is-size-7 has-text-right">
<span class="has-text-weight-semibold is-size-7">MitchvanWijngaarden</span></a>, <a href="../developers/M.html#mr_extremez"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="has-text-weight-semibold is-size-7">Mr Extremez</span></a>, <a href="../developers/O.html#olivier"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/2006-rebotted.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold is-size-7">Olivier</span></a>, <a href="../developers/S.html#sandro_coutinho">
<span class="has-text-weight-semibold is-size-7">Sandro Coutinho</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepages: </span><a href="https://2006scape.org/">2006scape.org</a>, <a href="https://web.archive.org/web/20210119051426/https://rsrebotted.com/">Archive: 20210119051426/https://rsrebotted.com</a>, <a href="https://web.archive.org/web/20200211143757/http://2006rebotted.tk/">Archive: 20200211143757/http://2006rebotted.tk</a><br>
<span class="has-text-weight-semibold">Download: </span><a href="https://github.com/2006-Scape/2006Scape/releases">2006-Scape/2006Scape/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#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/2006-Scape/2006Scape.git" class="is-size-7">2006-Scape/2006Scape.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="medium rated"><i class="icon-star-half-full"></i></span>)<br>
<span class="is-size-7">Build system: </span><a href="https://gradle.org/" class="is-size-7">Gradle</a><br></div>
<div class="block">
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/2006-rebotted.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="2048" class="box"> <div id="2048" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">2048</div>
<h2 class="title is-4">2048</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="platforms.html#web" title="Web"><span class="icon has-text-black"><i class="icon-earth"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="genres.html#puzzle" title="puzzle games" class="tag is-info"><span class="icon has-text-black"><i class="icon-puzzle-piece"></i></span>puzzle</a>
<div class="block"><span class="mr-2">
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#web" title="Web"><span class="icon is-large has-text-black" ><i class="icon-earth"></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">sliding blocks</span></div> <span class="tag is-light">sliding blocks</span></div>
<span class="is-italic">Port to Android: https://github.com/tpcstld/2048 or https://github.com/uberspot/2048-android </div><div class="block">Homepages: <a href="https://play2048.co/">play2048.co</a>, <a href="https://en.wikipedia.org/wiki/2048_(video_game)">2048<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Play online: <a href="https://play2048.co/">play2048.co</a><br>Developers: <a href="../developers/G.html#gabriele_cirulli">Gabriele Cirulli</a>, <a href="../developers/J.html#jerry_jiang">Jerry Jiang</a>, <a href="../developers/L.html#laurent">Laurent</a>, <a href="../developers/L.html#lee_reilly">Lee Reilly</a>, <a href="../developers/P.html#paul_woitaschek">Paul Woitaschek</a>, <a href="../developers/S.html#sigod">sigod</a>, <a href="../developers/T.html#tim_petricola">Tim Petricola</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#javascript">JavaScript</a>, <a href="languages.html#java">Java</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/MIT_License">MIT</a><br>Code repositories: <a href="https://github.com/gabrielecirulli/2048.git">gabrielecirulli/2048.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2014, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>), <a href="https://github.com/tpcstld/2048.git @add">tpcstld/2048.git @add<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2014, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>Assets licenses: <a href="https://en.wikipedia.org/wiki/MIT_License">MIT</a><br>
</span></div>
<div class="block">
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/G.html#gabriele_cirulli">
<span class="has-text-weight-semibold">Gabriele Cirulli</span></a>, <a href="../developers/J.html#jerry_jiang">
<span class="has-text-weight-semibold">Jerry Jiang</span></a>, <a href="../developers/L.html#laurent">
<span class="has-text-weight-semibold">Laurent</span></a>, <a href="../developers/L.html#lee_reilly">
<span class="has-text-weight-semibold">Lee Reilly</span></a>, <a href="../developers/P.html#paul_woitaschek">
<span class="has-text-weight-semibold">Paul Woitaschek</span></a>, <a href="../developers/S.html#sigod">
<span class="has-text-weight-semibold">sigod</span></a>, <a href="../developers/T.html#tim_petricola">
<span class="has-text-weight-semibold">Tim Petricola</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepages: </span><a href="https://play2048.co/">play2048.co</a>, <a href="https://en.wikipedia.org/wiki/2048_(video_game)">2048<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a><br>
<span class="has-text-weight-semibold">Play online: </span><a href="https://play2048.co/">play2048.co</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#javascript">
<span class="is-size-7">JavaScript</span></a>, <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/MIT_License" class="is-size-7">MIT</a><br>
<span class="is-size-7">Code repositories: </span><a href="https://github.com/gabrielecirulli/2048.git" class="is-size-7">gabrielecirulli/2048.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
<span class="is-size-7">since 2014</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>), <a href="https://github.com/tpcstld/2048.git @add" class="is-size-7">tpcstld/2048.git @add<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
<span class="is-size-7">since 2014</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
<span class="is-size-7">Assets licenses: </span><a href="https://en.wikipedia.org/wiki/MIT_License" class="is-size-7">MIT</a><br>
<span class="is-size-7">Build system: </span> <span class="is-size-7">Build system: </span>
<span class="is-size-7">Rake</span><br></div> <span class="is-size-7">Rake</span><br></div><div class="block is-size-7 has-text-right">
<div class="block"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<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/2048.md" title="Text based entry on Github">Raw entry</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/2048.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="2048_python" class="box"> <div id="2048_python" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">2048 Python</div>
<h2 class="title is-4">2048 Python</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon has-text-black"><i class="icon-undo"></i></span>remake</a>
<div class="block"><span class="mr-2"> <span class="tag is-light">open content</span></div>
<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> </div><div class="block">Homepage: <a href="https://github.com/yangshun/2048-python">yangshun/2048-python<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspiration: <a href="../inspirations/0.html#2048">2048</a><br></div><div class="block is-size-7">
<span class="tag is-light">open content</span></div></div> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#python">Python</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/MIT_License">MIT</a><br>Code repositories: <a href="https://github.com/yangshun/2048-python.git">yangshun/2048-python.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(archived, since 2014, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br></div><div class="block is-size-7 has-text-right">
<div class="block"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/0.html#2048"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/2048_python.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold">2048</span></a><br></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/yangshun/2048-python">yangshun/2048-python<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#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/MIT_License" class="is-size-7">MIT</a><br>
<span class="is-size-7">Code repositories: </span><a href="https://github.com/yangshun/2048-python.git" class="is-size-7">yangshun/2048-python.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
<span class="is-size-7">archived</span>,
<span class="is-size-7">since 2014</span>, <span class="icon is-large has-text-black" title="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/2048_python.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="2h4u" class="box"> <div id="2h4u" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">2H4U</div>
<h2 class="title is-4">2H4U</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><div class="level-item">inactive since 2007<span class="icon has-text-black"><i class="icon-brightness_3"></i></span></div></div>
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item"> </nav><div class="block">
<span class="is-size-7 has-text-gray-lighter">inactive since 2007</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div> <div class="tags has-addons"><a href="genres.html#puzzle" title="puzzle games" class="tag is-info"><span class="icon has-text-black"><i class="icon-puzzle-piece"></i></span>puzzle</a>
</nav> <span class="tag is-light">skill</span></div>
<div class="block"><span class="mr-2"> </div><div class="block">Homepage: <a href="https://sourceforge.net/projects/toohardforyou/">toohardforyou<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Inspiration: <a href="../inspirations/T.html#tetris">Tetris</a><br>Download: <a href="https://sourceforge.net/projects/toohardforyou/files/">toohardforyou/files<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Developers: <a href="../developers/K.html#kayl">Kayl</a>, <a href="../developers/P.html#piwai">Piwai</a><br></div><div class="block is-size-7">
<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="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#c++">C++</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a><br>Code repositories: <a href="https://svn.code.sf.net/p/toohardforyou/code">svn.code.sf.net/p/toohardforyou/code</a><br>Code dependencies: SDL<br></div><div class="block is-size-7 has-text-right">
<span class="tag is-light">skill</span></div></div> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<div class="block"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/2h4u.md" title="Text based entry on Github">Raw entry</a>
<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/K.html#kayl">
<span class="has-text-weight-semibold">Kayl</span></a>, <a href="../developers/P.html#piwai">
<span class="has-text-weight-semibold">Piwai</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://sourceforge.net/projects/toohardforyou/">toohardforyou<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/toohardforyou/files/">toohardforyou/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="https://svn.code.sf.net/p/toohardforyou/code" class="is-size-7">svn.code.sf.net/p/toohardforyou/code</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/2h4u.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="3d_pong" class="box"> <div id="3d_pong" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">3D Pong</div>
<h2 class="title is-4">3D Pong</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platforms:<a href="platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a><a href="platforms.html#macos" title="macOS"><span class="icon has-text-black"><i class="icon-appleinc"></i></span></a></div><div class="level-item">beta</div><div class="level-item">inactive since 2004<span class="icon has-text-black"><i class="icon-brightness_3"></i></span></div></div>
<div class="level-right"><div class="level-item"> </nav><div class="block">
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item"> <div class="tags has-addons"><a href="genres.html#arcade" title="arcade games" class="tag is-info"><span class="icon has-text-black"><i class="icon-pacman"></i></span>arcade</a>
<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#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#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">3D</span>
<span class="tag is-light">online</span></div></div> <span class="tag is-light">online</span></div>
<div class="block"> </div><div class="block">Homepage: <a href="http://www.newbreedsoftware.com/3dpong/">www.newbreedsoftware.com/3dpong</a><br>Download: <a href="http://www.newbreedsoftware.com/3dpong/download/">www.newbreedsoftware.com/3dpong/download</a><br>Developer: <a href="../developers/N.html#new_breed_software">New Breed Software</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/N.html#new_breed_software"> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#c">C</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a><br></div><div class="block is-size-7 has-text-right">
<span class="has-text-weight-semibold">New Breed Software</span></a></div> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<div class="block"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/3d_pong.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold">Homepage: </span><a href="http://www.newbreedsoftware.com/3dpong/">www.newbreedsoftware.com/3dpong</a><br>
<span class="has-text-weight-semibold">Download: </span><a href="http://www.newbreedsoftware.com/3dpong/download/">www.newbreedsoftware.com/3dpong/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></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/3d_pong.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="3dcity" class="box"> <div id="3dcity" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">3d.city</div>
<h2 class="title is-4">3d.city</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="platforms.html#web" title="Web"><span class="icon has-text-black"><i class="icon-earth"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><div class="level-item">inactive since 2016<span class="icon has-text-black"><i class="icon-brightness_3"></i></span></div></div>
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item"> </nav><div class="block">
<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> <div class="tags has-addons"><a href="genres.html#simulation" title="simulation games" class="tag is-info"><span class="icon has-text-black"><i class="icon-rocket1"></i></span>simulation</a>
</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#web" title="Web"><span class="icon is-large has-text-black" ><i class="icon-earth"></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>
<span class="tag is-light">clone</span> <span class="tag is-light">clone</span>
<span class="tag is-light">content open</span></div> <span class="tag is-light">content open</span></div>
<span class="is-italic">WebGL version of micropolisJS. </div><div class="block">Homepages: <a href="http://lo-th.github.io/3d.city/index.html">lo-th.github.io/3d.city/index.html</a>, <a href="https://github.com/lo-th/3d.city">lo-th/3d.city<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspirations: <a href="../inspirations/M.html#micropolis">Micropolis</a>, <a href="../inspirations/S.html#simcity">SimCity</a><br>Play online: <a href="http://lo-th.github.io/3d.city/index.html">lo-th.github.io/3d.city/index.html</a><br>Developer: <a href="../developers/L.html#lo-th">lo-th</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#javascript">JavaScript</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-3.0</a><br>Code repositories: <a href="https://github.com/lo-th/3d.city.git">lo-th/3d.city.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2014, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>Code dependencies: SEA3D, Three.js<br>
</span></div>
<div class="block">
<span class="has-text-weight-semibold">Inspirations: </span><a href="../inspirations/M.html#micropolis">
<span class="has-text-weight-semibold">Micropolis</span></a>, <a href="../inspirations/S.html#simcity">
<span class="has-text-weight-semibold">SimCity</span></a><br>
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/L.html#lo-th">
<span class="has-text-weight-semibold">lo-th</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepages: </span><a href="http://lo-th.github.io/3d.city/index.html">lo-th.github.io/3d.city/index.html</a>, <a href="https://github.com/lo-th/3d.city">lo-th/3d.city<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
<span class="has-text-weight-semibold">Play online: </span><a href="http://lo-th.github.io/3d.city/index.html">lo-th.github.io/3d.city/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#javascript">
<span class="is-size-7">JavaScript</span></a><br>
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/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/lo-th/3d.city.git" class="is-size-7">lo-th/3d.city.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">SEA3D</span>,
<span class="is-size-7">Three.js</span><br>
<span class="is-size-7">Build system: </span> <span class="is-size-7">Build system: </span>
<span class="is-size-7">Custom</span><br></div> <span class="is-size-7">Custom</span><br></div><div class="block is-size-7 has-text-right">
<div class="block"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<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/3dcity.md" title="Text based entry on Github">Raw entry</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/3dcity.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="3dc" class="box"> <div id="3dc" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">3Dc</div>
<h2 class="title is-4">3Dc</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><div class="level-item">inactive since 2000<span class="icon has-text-black"><i class="icon-brightness_3"></i></span></div></div>
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item"> </nav><div class="block">
<span class="is-size-7 has-text-gray-lighter">inactive since 2000</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div> <div class="tags has-addons"><a href="genres.html#board" title="board games" class="tag is-info">board</a><a href="genres.html#puzzle" title="puzzle games" class="tag is-info"><span class="icon has-text-black"><i class="icon-puzzle-piece"></i></span>puzzle</a>
</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#board" title="board games" class="tag is-info">board</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>
<span class="tag is-light">3D</span> <span class="tag is-light">3D</span>
<span class="tag is-light">chess</span> <span class="tag is-light">chess</span>
<span class="tag is-light">content open</span></div></div> <span class="tag is-light">content open</span></div>
<div class="block"> </div><div class="block">Homepages: <a href="https://packages.debian.org/sid/3dchess">packages.debian.org/sid/3dchess</a>, <a href="http://www.ibiblio.org/pub/Linux/games/strategy/3Dc-0.8.1.tar.gz">www.ibiblio.org/pub/Linux/games/strategy/3Dc-0.8.1.tar.gz</a><br>Download: <a href="https://packages.debian.org/source/sid/3dchess">packages.debian.org/source/sid/3dchess</a><br>Developers: <a href="../developers/B.html#bernard_kennedy">Bernard Kennedy</a>, <a href="../developers/P.html#paul_hicks">Paul Hicks</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/B.html#bernard_kennedy"> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#c">C</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a><br>Code dependencies: libx, libxpm, xaw3dg<br>Assets licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a><br></div><div class="block is-size-7 has-text-right">
<span class="has-text-weight-semibold">Bernard Kennedy</span></a>, <a href="../developers/P.html#paul_hicks"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="has-text-weight-semibold">Paul Hicks</span></a></div> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/3dc.md" title="Text based entry on Github">Raw entry</a>
<div class="block">
<span class="has-text-weight-semibold">Homepages: </span><a href="https://packages.debian.org/sid/3dchess">packages.debian.org/sid/3dchess</a>, <a href="http://www.ibiblio.org/pub/Linux/games/strategy/3Dc-0.8.1.tar.gz">www.ibiblio.org/pub/Linux/games/strategy/3Dc-0.8.1.tar.gz</a><br>
<span class="has-text-weight-semibold">Download: </span><a href="https://packages.debian.org/source/sid/3dchess">packages.debian.org/source/sid/3dchess</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 dependencies: </span>
<span class="is-size-7">libx</span>,
<span class="is-size-7">libxpm</span>,
<span class="is-size-7">xaw3dg</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-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/3dc.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="3dworld" class="box"> <div id="3dworld" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">3DWorld</div>
<h2 class="title is-4">3DWorld</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="genres.html#game engine" title="game engine games" class="tag is-info"><span class="icon has-text-black"><i class="icon-car"></i></span>game engine</a>
<div class="block"><span class="mr-2"> <span class="tag is-light">3D</span></div>
<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#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 class="block">Homepage: <a href="https://github.com/fegennari/3DWorld">fegennari/3DWorld<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Download: <a href="https://github.com/fegennari/3DWorld/releases">fegennari/3DWorld/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Developer: <a href="../developers/F.html#fegennari">fegennari</a><br></div><div class="block is-size-7">
<span class="tag is-light">3D</span></div></div> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#c++">C++</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-3.0</a><br>Code repositories: <a href="https://github.com/fegennari/3DWorld.git">fegennari/3DWorld.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2018, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
<div class="block"> <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 is-size-7 has-text-right">
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/F.html#fegennari"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="has-text-weight-semibold">fegennari</span></a></div> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/3dworld.md" title="Text based entry on Github">Raw entry</a>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/fegennari/3DWorld">fegennari/3DWorld<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/fegennari/3DWorld/releases">fegennari/3DWorld/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><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/fegennari/3DWorld.git" class="is-size-7">fegennari/3DWorld.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="top rated"><i class="icon-star"></i></span>)<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/3dworld.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="4d_maze_game" class="box"> <div id="4d_maze_game" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">4D Maze Game</div>
<h2 class="title is-4">4D Maze Game</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platforms:<a href="platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a><a href="platforms.html#macos" title="macOS"><span class="icon has-text-black"><i class="icon-appleinc"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><div class="level-item">inactive since 2008<span class="icon has-text-black"><i class="icon-brightness_3"></i></span></div></div>
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item"> </nav><div class="block">
<span class="is-size-7 has-text-gray-lighter">inactive since 2008</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div> <div class="tags has-addons"><a href="genres.html#educational" title="educational games" class="tag is-info"><span class="icon has-text-black"><i class="icon-graduation-cap"></i></span>educational</a><a href="genres.html#puzzle" title="puzzle games" class="tag is-info"><span class="icon has-text-black"><i class="icon-puzzle-piece"></i></span>puzzle</a>
</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#educational" title="educational games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-graduation-cap"></i></span>educational</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>
<span class="tag is-light">4D</span> <span class="tag is-light">4D</span>
<span class="tag is-light">content none</span> <span class="tag is-light">content none</span>
<span class="tag is-light">maze</span></div></div> <span class="tag is-light">maze</span></div>
<div class="block"> </div><div class="block">Homepage: <a href="http://www.urticator.net/maze/">www.urticator.net/maze</a><br>Download: <a href="http://www.urticator.net/maze/download.html">www.urticator.net/maze/download.html</a><br>Developer: <a href="../developers/J.html#john_mcintosh">John McIntosh</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/J.html#john_mcintosh"> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#java">Java</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Public_domain">Public domain</a><br>
<span class="has-text-weight-semibold">John McIntosh</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="http://www.urticator.net/maze/">www.urticator.net/maze</a><br>
<span class="has-text-weight-semibold">Download: </span><a href="http://www.urticator.net/maze/download.html">www.urticator.net/maze/download.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#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/Public_domain" class="is-size-7">Public domain</a><br>
<span class="is-size-7">Build system: </span> <span class="is-size-7">Build system: </span>
<span class="is-size-7">None</span><br></div> <span class="is-size-7">None</span><br></div><div class="block is-size-7 has-text-right">
<div class="block"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<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/4d_maze_game.md" title="Text based entry on Github">Raw entry</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/4d_maze_game.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="4d-tris" class="box"> <div id="4d-tris" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">4D-TRIS</div>
<h2 class="title is-4">4D-TRIS</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platforms:<a href="platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a><a href="platforms.html#macos" title="macOS"><span class="icon has-text-black"><i class="icon-appleinc"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><div class="level-item">inactive since 2012<span class="icon has-text-black"><i class="icon-brightness_3"></i></span></div></div>
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item"> </nav><div class="block">
<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> <div class="tags has-addons"><a href="genres.html#puzzle" title="puzzle games" class="tag is-info"><span class="icon has-text-black"><i class="icon-puzzle-piece"></i></span>puzzle</a>
</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>
<span class="tag is-light">4D</span> <span class="tag is-light">4D</span>
<span class="tag is-light">clone</span> <span class="tag is-light">clone</span>
<span class="tag is-light">content open</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">Developer: </span><a href="../developers/S.html#simon_laszlo">
<span class="has-text-weight-semibold">Simon Laszlo</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://sourceforge.net/projects/dtris/">dtris<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="https://gitlab.com/osgames/dtris.git" class="is-size-7">osgames/dtris.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>(
<span class="is-size-7">since 2019</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>), <a href="https://code.launchpad.net/4dtris" class="is-size-7">code.launchpad.net/4dtris</a><br>
<span class="is-size-7">Code dependencies: </span>
<span class="is-size-7">OpenGL</span>,
<span class="is-size-7">SDL</span><br>
<span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Autoconf" class="is-size-7">Autoconf</a><br></div>
<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/4d-tris.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div>
</div>
<div id="54321" class="box">
<nav class="level">
<div class="level-left">
<div class="level-item">
<h2 class="title is-4">54321</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 2001</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
</nav>
<div class="block"><span class="mr-2">
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#puzzle" title="puzzle games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-puzzle-piece"></i></span>puzzle</a>
<span class="tag is-light">content open</span></div> <span class="tag is-light">content open</span></div>
<span class="is-italic">Five classic two-dimensional puzzle games extended into three and four dimensions. </div><div class="block">Homepage: <a href="https://sourceforge.net/projects/dtris/">dtris<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Inspiration: <a href="../inspirations/T.html#tetris">Tetris</a><br>Developer: <a href="../developers/S.html#simon_laszlo">Simon Laszlo</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#c">C</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a><br>Code repositories: <a href="https://gitlab.com/osgames/dtris.git">osgames/dtris.git<span class="icon has-text-black"><i class="icon-gitlab"></i></span></a>(since 2019, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>), <a href="https://code.launchpad.net/4dtris">code.launchpad.net/4dtris</a><br>Code dependencies: OpenGL, SDL<br>
</span></div> <span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Autoconf" class="is-size-7">Autoconf</a><br></div><div class="block is-size-7 has-text-right">
<div class="block"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/P.html#patrick_fleckenstein"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/4d-tris.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold">Patrick Fleckenstein</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="http://old.nklein.com/products/54321/">old.nklein.com/products/54321</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 dependencies: </span>
<span class="is-size-7">libpng</span>,
<span class="is-size-7">SDL</span>,
<span class="is-size-7">zlib</span><br>
<span class="is-size-7">Assets licenses: </span>
<span class="is-size-7">Custom</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/54321.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <div id="54321" class="box"><nav class="level">
<div class="level-left">
<div class="level-item title is-4">54321</div>
</div> </div>
</section> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<footer class="footer"> <span class="has-text-weight-bold">mature</span></div><div class="level-item">inactive since 2001<span class="icon has-text-black"><i class="icon-brightness_3"></i></span></div></div>
<div class="container content is-size-7"> </nav><div class="block">
<div class="tags has-addons"><a href="genres.html#puzzle" title="puzzle games" class="tag is-info"><span class="icon has-text-black"><i class="icon-puzzle-piece"></i></span>puzzle</a>
<span class="tag is-light">content open</span></div>
</div><div class="block">Homepage: <a href="http://old.nklein.com/products/54321/">old.nklein.com/products/54321</a><br>Developer: <a href="../developers/P.html#patrick_fleckenstein">Patrick Fleckenstein</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#c++">C++</a><br>Code licenses: Custom<br>Code dependencies: libpng, SDL, zlib<br>Assets licenses: Custom<br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/54321.md" title="Text based entry on Github">Raw entry</a>
</div>
</div>
<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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -9,405 +9,195 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <div class="navbar-start">
<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> <a class="navbar-item is-active" href="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"> <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"> <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="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="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="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="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="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="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="top50.html"><span class="icon has-text-black"><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
</div> </div>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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" 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="../inspirations/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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Games starting with Q</h1> <div class="box"><p class="title is-4">Games starting with Q</p></div>
<div id="q" class="box"> <div id="q" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">Q</div>
<h2 class="title is-4">Q</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platforms:<a href="platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a><a href="platforms.html#macos" title="macOS"><span class="icon has-text-black"><i class="icon-appleinc"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><div class="level-item">inactive since 2013<span class="icon has-text-black"><i class="icon-brightness_3"></i></span></div></div>
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item"> </nav><div class="block">
<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> <div class="tags has-addons"><a href="genres.html#educational" title="educational games" class="tag is-info"><span class="icon has-text-black"><i class="icon-graduation-cap"></i></span>educational</a>
</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#educational" title="educational games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-graduation-cap"></i></span>educational</a>
<span class="tag is-light">quiz</span></div> <span class="tag is-light">quiz</span></div>
<span class="is-italic">q (also known as quizbot) is a simple IRC quizbot by plaimi. It derives questions from a pool, gives out hints, and awards users who answer the questions correctly. </div><div class="block">Homepage: <a href="https://plaimi.net/games/quizbot.html">plaimi.net/games/quizbot.html</a><br>Developers: <a href="../developers/P.html#plaimi">plaimi</a>, <a href="../developers/S.html#stian_ellingsen">Stian Ellingsen</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#python">Python</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-3.0</a><br>Code repositories: <a href="https://github.com/plaimi/q.git">plaimi/q.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2012, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Code dependencies: Twisted<br></div><div class="block is-size-7 has-text-right">
</span></div> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<div class="block"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/q.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/P.html#plaimi">
<span class="has-text-weight-semibold">plaimi</span></a>, <a href="../developers/S.html#stian_ellingsen">
<span class="has-text-weight-semibold">Stian Ellingsen</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://plaimi.net/games/quizbot.html">plaimi.net/games/quizbot.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#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://github.com/plaimi/q.git" class="is-size-7">plaimi/q.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>)<br>
<span class="is-size-7">Code dependencies: </span>
<span class="is-size-7">Twisted</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/q.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="q-gears" class="box"> <div id="q-gears" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">Q-Gears</div>
<h2 class="title is-4">Q-Gears</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">beta</div><div class="level-item">inactive since 2015<span class="icon has-text-black"><i class="icon-brightness_3"></i></span></div></div>
<div class="level-right"><div class="level-item"> </nav><div class="block">
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item"> <div class="tags has-addons"><a href="genres.html#game engine" title="game engine games" class="tag is-info"><span class="icon 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 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 has-text-black"><i class="icon-user-secret"></i></span>role playing</a>
<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> <span class="tag is-light">content commercial + original required</span></div>
</nav> </div><div class="block">Homepages: <a href="https://github.com/q-gears/q-gears">q-gears/q-gears<span class="icon has-text-black"><i class="icon-github"></i></span></a>, <a href="http://q-gears.sourceforge.net/">q-gears.sourceforge.net</a><br>Inspiration: <a href="../inspirations/F.html#final_fantasy_vii">Final Fantasy VII</a><br>Download: <a href="https://sourceforge.net/projects/q-gears/files/">q-gears/files<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Developers: <a href="../developers/B.html#bryce_groff">Bryce Groff</a>, <a href="../developers/C.html#chris_rizzitello">Chris Rizzitello</a>, <a href="../developers/E.html#elias_hogstvedt">Elias Hogstvedt</a>, <a href="../developers/J.html#jrme_arzel">Jérôme Arzel</a>, <a href="../developers/P.html#paul">Paul</a>, <a href="../developers/T.html#tobias_peters">Tobias Peters</a><br></div><div class="block is-size-7">
<div class="block"><span class="mr-2"> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#c">C</a>, <a href="languages.html#c++">C++</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a><br>Code repositories: <a href="https://github.com/q-gears/q-gears.git">q-gears/q-gears.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2014, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>), <a href="http://hg.code.sf.net/p/q-gears/code">hg.code.sf.net/p/q-gears/code</a><br>Code dependencies: OGRE<br>
<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><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="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br></div><div class="block is-size-7 has-text-right">
<span class="tag is-light">content commercial + original required</span></div></div> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<div class="block"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/q-gears.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/F.html#final_fantasy_vii">
<span class="has-text-weight-semibold">Final Fantasy VII</span></a><br>
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/B.html#bryce_groff">
<span class="has-text-weight-semibold">Bryce Groff</span></a>, <a href="../developers/C.html#chris_rizzitello">
<span class="has-text-weight-semibold">Chris Rizzitello</span></a>, <a href="../developers/E.html#elias_hogstvedt">
<span class="has-text-weight-semibold">Elias Hogstvedt</span></a>, <a href="../developers/J.html#jrme_arzel">
<span class="has-text-weight-semibold">Jérôme Arzel</span></a>, <a href="../developers/P.html#paul">
<span class="has-text-weight-semibold">Paul</span></a>, <a href="../developers/T.html#tobias_peters">
<span class="has-text-weight-semibold">Tobias Peters</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepages: </span><a href="https://github.com/q-gears/q-gears">q-gears/q-gears<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>, <a href="http://q-gears.sourceforge.net/">q-gears.sourceforge.net</a><br>
<span class="has-text-weight-semibold">Download: </span><a href="https://sourceforge.net/projects/q-gears/files/">q-gears/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/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/q-gears/q-gears.git" class="is-size-7">q-gears/q-gears.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>), <a href="http://hg.code.sf.net/p/q-gears/code" class="is-size-7">hg.code.sf.net/p/q-gears/code</a><br>
<span class="is-size-7">Code dependencies: </span>
<span class="is-size-7">OGRE</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/q-gears.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="qonk" class="box"> <div id="qonk" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">Qonk</div>
<h2 class="title is-4">Qonk</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">beta</div><div class="level-item">inactive since 2008<span class="icon has-text-black"><i class="icon-brightness_3"></i></span></div></div>
<div class="level-right"><div class="level-item"> </nav><div class="block">
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item"> <div class="tags has-addons"><a href="genres.html#strategy" title="strategy games" class="tag is-info"><span class="icon has-text-black"><i class="icon-fort-awesome"></i></span>strategy</a>
<span class="is-size-7 has-text-gray-lighter">inactive since 2008</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div> <span class="tag is-light">real-time</span></div>
</nav> </div><div class="block">Homepages: <a href="https://scratchpad.fandom.com/wiki/Qonk">scratchpad.fandom.com/wiki/Qonk</a>, <a href="https://sourceforge.net/projects/qonk/">qonk<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a>, <a href="http://anthony.liekens.net/index.php/Computers/Qonk">anthony.liekens.net/index.php/Computers/Qonk</a><br>Download: <a href="https://sourceforge.net/projects/qonk/files/">qonk/files<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Developers: <a href="../developers/A.html#anthony_liekens">Anthony Liekens</a>, <a href="../developers/A.html#anthony_mariette_louis_liekens">Anthony Mariette Louis Liekens</a>, <a href="../developers/B.html#balachmar">balachmar</a>, <a href="../developers/J.html#jens_fursund">Jens Fursund</a>, <a href="../developers/L.html#loek">Loek</a>, <a href="../developers/R.html#robert_schuster">Robert Schuster</a>, <a href="../developers/T.html#troels_kofoed_jacobsen">Troels Kofoed Jacobsen</a><br></div><div class="block is-size-7">
<div class="block"><span class="mr-2"> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#c++">C++</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a><br>Code repositories: <a href="https://gitlab.com/osgames/qonk.git">osgames/qonk.git<span class="icon has-text-black"><i class="icon-gitlab"></i></span></a>(since 2019, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>), <a href="https://svn.code.sf.net/p/qonk/code">svn.code.sf.net/p/qonk/code</a><br>Code dependencies: SDL<br>
<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="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Autoconf" class="is-size-7">Autoconf</a>, <a href="https://cmake.org/" class="is-size-7">CMake</a><br></div><div class="block is-size-7 has-text-right">
<span class="tag is-light">real-time</span></div></div> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<div class="block"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/qonk.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#anthony_liekens">
<span class="has-text-weight-semibold">Anthony Liekens</span></a>, <a href="../developers/A.html#anthony_mariette_louis_liekens">
<span class="has-text-weight-semibold">Anthony Mariette Louis Liekens</span></a>, <a href="../developers/B.html#balachmar">
<span class="has-text-weight-semibold">balachmar</span></a>, <a href="../developers/J.html#jens_fursund">
<span class="has-text-weight-semibold">Jens Fursund</span></a>, <a href="../developers/L.html#loek">
<span class="has-text-weight-semibold">Loek</span></a>, <a href="../developers/R.html#robert_schuster">
<span class="has-text-weight-semibold">Robert Schuster</span></a>, <a href="../developers/T.html#troels_kofoed_jacobsen">
<span class="has-text-weight-semibold">Troels Kofoed Jacobsen</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepages: </span><a href="https://scratchpad.fandom.com/wiki/Qonk">scratchpad.fandom.com/wiki/Qonk</a>, <a href="https://sourceforge.net/projects/qonk/">qonk<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a>, <a href="http://anthony.liekens.net/index.php/Computers/Qonk">anthony.liekens.net/index.php/Computers/Qonk</a><br>
<span class="has-text-weight-semibold">Download: </span><a href="https://sourceforge.net/projects/qonk/files/">qonk/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="https://gitlab.com/osgames/qonk.git" class="is-size-7">osgames/qonk.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>(
<span class="is-size-7">since 2019</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>), <a href="https://svn.code.sf.net/p/qonk/code" class="is-size-7">svn.code.sf.net/p/qonk/code</a><br>
<span class="is-size-7">Code dependencies: </span>
<span class="is-size-7">SDL</span><br>
<span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Autoconf" class="is-size-7">Autoconf</a>, <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/qonk.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="quadrapassel" class="box"> <div id="quadrapassel" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">Quadrapassel</div>
<h2 class="title is-4">Quadrapassel</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="genres.html#puzzle" title="puzzle games" class="tag is-info"><span class="icon has-text-black"><i class="icon-puzzle-piece"></i></span>puzzle</a>
<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">clone</span>
<span class="tag is-light">content open</span></div> <span class="tag is-light">content open</span></div>
<span class="is-italic">(formerly a part of GNOME Games) is a GNOME version of Tetris. It was previously named Gnometris. </div><div class="block">Homepage: <a href="https://wiki.gnome.org/Apps/Quadrapassel">wiki.gnome.org/Apps/Quadrapassel</a><br>Inspiration: <a href="../inspirations/T.html#tetris">Tetris</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#vala">Vala</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a><br>Code repositories: <a href="https://gitlab.gnome.org/GNOME/quadrapassel.git">gitlab.gnome.org/GNOME/quadrapassel.git</a><br>Assets licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a><br>
</span></div> <span class="is-size-7">Build system: </span><a href="https://mesonbuild.com/" class="is-size-7">Meson</a><br></div><div class="block is-size-7 has-text-right">
<div class="block"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/T.html#tetris"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/quadrapassel.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold">Tetris</span></a><br></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://wiki.gnome.org/Apps/Quadrapassel">wiki.gnome.org/Apps/Quadrapassel</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#vala">
<span class="is-size-7">Vala</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.gnome.org/GNOME/quadrapassel.git" class="is-size-7">gitlab.gnome.org/GNOME/quadrapassel.git</a><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-2.0</a><br>
<span class="is-size-7">Build system: </span><a href="https://mesonbuild.com/" class="is-size-7">Meson</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/quadrapassel.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="quake3e" class="box"> <div id="quake3e" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">Quake3e</div>
<h2 class="title is-4">Quake3e</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">beta</div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item"> </nav><div class="block">
<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> <div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon has-text-black"><i class="icon-undo"></i></span>remake</a>
</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</span> <span class="tag is-light">content commercial</span>
<span class="tag is-light">multiplayer Competitive + Local + LAN</span> <span class="tag is-light">multiplayer Competitive + Local + LAN</span>
<span class="tag is-light">shooter</span></div></div> <span class="tag is-light">shooter</span></div>
<div class="block"> </div><div class="block">Homepage: <a href="https://github.com/ec-/Quake3e">ec-/Quake3e<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspiration: <a href="../inspirations/Q.html#quake_iii_arena">Quake III Arena</a><br>Developers: <a href="../developers/C.html#cucook">cucook</a>, <a href="../developers/E.html#eugene_c">Eugene C.</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/Q.html#quake_iii_arena"> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#c">C</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a><br>Code repositories: <a href="https://github.com/ec-/Quake3e.git">ec-/Quake3e.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2016, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>Code dependencies: OpenGL, Vulkan<br></div><div class="block is-size-7 has-text-right">
<span class="has-text-weight-semibold">Quake III Arena</span></a><br> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/C.html#cucook"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/quake3e.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold">cucook</span></a>, <a href="../developers/E.html#eugene_c">
<span class="has-text-weight-semibold">Eugene C.</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/ec-/Quake3e">ec-/Quake3e<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/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/ec-/Quake3e.git" class="is-size-7">ec-/Quake3e.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>
<span class="is-size-7">Code dependencies: </span>
<span class="is-size-7">OpenGL</span>,
<span class="is-size-7">Vulkan</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/quake3e.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="quakejs" class="box"> <div id="quakejs" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">QuakeJS</div>
<h2 class="title is-4">QuakeJS</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="platforms.html#web" title="Web"><span class="icon has-text-black"><i class="icon-earth"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon has-text-black"><i class="icon-undo"></i></span>remake</a>
<div class="block"><span class="mr-2">
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#web" title="Web"><span class="icon is-large has-text-black" ><i class="icon-earth"></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 original required</span> <span class="tag is-light">content original required</span>
<span class="tag is-light">first-person</span> <span class="tag is-light">first-person</span>
<span class="tag is-light">shooter</span></div></div> <span class="tag is-light">shooter</span></div>
<div class="block"> </div><div class="block">Homepage: <a href="http://www.quakejs.com/">www.quakejs.com</a><br>Inspirations: <a href="../inspirations/I.html#ioquake3">ioquake3</a>, <a href="../inspirations/Q.html#quake_iii_arena">Quake III Arena</a><br>Play online: <a href="http://www.quakejs.com/">www.quakejs.com</a><br>Developer: <a href="../developers/A.html#anthony_pesch">Anthony Pesch</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Inspirations: </span><a href="../inspirations/I.html#ioquake3"> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#javascript">JavaScript</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/MIT_License">MIT</a><br>Code repositories: <a href="https://github.com/inolen/quakejs.git">inolen/quakejs.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2013, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br></div><div class="block is-size-7 has-text-right">
<span class="has-text-weight-semibold">ioquake3</span></a>, <a href="../inspirations/Q.html#quake_iii_arena"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="has-text-weight-semibold">Quake III Arena</span></a><br> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/quakejs.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/A.html#anthony_pesch">
<span class="has-text-weight-semibold">Anthony Pesch</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="http://www.quakejs.com/">www.quakejs.com</a><br>
<span class="has-text-weight-semibold">Play online: </span><a href="http://www.quakejs.com/">www.quakejs.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#javascript">
<span class="is-size-7">JavaScript</span></a><br>
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/MIT_License" class="is-size-7">MIT</a><br>
<span class="is-size-7">Code repositories: </span><a href="https://github.com/inolen/quakejs.git" class="is-size-7">inolen/quakejs.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="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/quakejs.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="quakespasm" class="box"> <div id="quakespasm" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">QuakeSpasm</div>
<h2 class="title is-4">QuakeSpasm</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platforms:<a href="platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a><a href="platforms.html#macos" title="macOS"><span class="icon has-text-black"><i class="icon-appleinc"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info"><span class="icon has-text-black"><i class="icon-target"></i></span>action</a><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon has-text-black"><i class="icon-undo"></i></span>remake</a>
<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><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">content commercial + original required (?)</span>
<span class="tag is-light">shooter</span></div> <span class="tag is-light">shooter</span></div>
<span class="is-italic">See also https://github.com/Shpoike/Quakespasm </div><div class="block">Homepages: <a href="http://quakespasm.sourceforge.net/Quakespasm.html">quakespasm.sourceforge.net/Quakespasm.html</a>, <a href="https://sourceforge.net/projects/quakespasm/">quakespasm<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Inspiration: <a href="../inspirations/Q.html#quake">Quake</a><br>Downloads: <a href="http://quakespasm.sourceforge.net/download.htm">quakespasm.sourceforge.net/download.htm</a>, <a href="https://sourceforge.net/projects/quakespasm/files/">quakespasm/files<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Developers: <a href="../developers/E.html#eric_wasylishen">Eric Wasylishen</a>, <a href="../developers/O.html#ozkan_sezer">Ozkan Sezer</a>, <a href="../developers/S.html#steven">Steven</a>, <a href="../developers/S.html#svdijk">svdijk</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#c">C</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a><br>Code repositories: <a href="https://git.code.sf.net/p/quakespasm/quakespasm.git">git.code.sf.net/p/quakespasm/quakespasm.git</a>, <a href="https://svn.code.sf.net/p/quakespasm/code">svn.code.sf.net/p/quakespasm/code</a><br></div><div class="block is-size-7 has-text-right">
</span></div> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<div class="block"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/quakespasm.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/Q.html#quake">
<span class="has-text-weight-semibold">Quake</span></a><br>
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/E.html#eric_wasylishen">
<span class="has-text-weight-semibold">Eric Wasylishen</span></a>, <a href="../developers/O.html#ozkan_sezer">
<span class="has-text-weight-semibold">Ozkan Sezer</span></a>, <a href="../developers/S.html#steven">
<span class="has-text-weight-semibold">Steven</span></a>, <a href="../developers/S.html#svdijk">
<span class="has-text-weight-semibold">svdijk</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepages: </span><a href="http://quakespasm.sourceforge.net/Quakespasm.html">quakespasm.sourceforge.net/Quakespasm.html</a>, <a href="https://sourceforge.net/projects/quakespasm/">quakespasm<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="http://quakespasm.sourceforge.net/download.htm">quakespasm.sourceforge.net/download.htm</a>, <a href="https://sourceforge.net/projects/quakespasm/files/">quakespasm/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="https://git.code.sf.net/p/quakespasm/quakespasm.git" class="is-size-7">git.code.sf.net/p/quakespasm/quakespasm.git</a>, <a href="https://svn.code.sf.net/p/quakespasm/code" class="is-size-7">svn.code.sf.net/p/quakespasm/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/quakespasm.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="quartz_engine" class="box"> <div id="quartz_engine" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">Quartz Engine</div>
<h2 class="title is-4">Quartz Engine</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">beta</div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item"> </nav><div class="block">
<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> <div class="tags has-addons"><a href="genres.html#game engine" title="game engine games" class="tag is-info"><span class="icon has-text-black"><i class="icon-car"></i></span>game engine</a></div>
</nav> </div><div class="block">Homepage: <a href="https://github.com/GentenStudios/QuartzEngine/wiki">GentenStudios/QuartzEngine/wiki<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Developers: <a href="../developers/A.html#alexandre_plateau">Alexandre Plateau</a>, <a href="../developers/A.html#austin_sonosfuer">Austin (SonosFuer)</a>, <a href="../developers/B.html#barney_wilks">Barney Wilks</a>, <a href="../developers/G.html#gerold55">Gerold55</a>, <a href="../developers/T.html#toby_plowy_toby109tt">Toby plowy (Toby109tt)</a>, <a href="../developers/V.html#vyom_fadia">Vyom Fadia</a>, <a href="../developers/X.html#xaleth">Xaleth</a><br></div><div class="block is-size-7">
<div class="block"><span class="mr-2"> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#c++">C++</a><br>Code licenses: <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)">3-clause BSD</a><br>Code repositories: <a href="https://github.com/GentenStudios/QuartzEngine.git">GentenStudios/QuartzEngine.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(archived, since 2018, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>Code dependencies: OpenGL<br>
<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></div></div> <span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br></div><div class="block is-size-7 has-text-right">
<div class="block"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#alexandre_plateau"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/quartz_engine.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold">Alexandre Plateau</span></a>, <a href="../developers/A.html#austin_sonosfuer">
<span class="has-text-weight-semibold">Austin (SonosFuer)</span></a>, <a href="../developers/B.html#barney_wilks">
<span class="has-text-weight-semibold">Barney Wilks</span></a>, <a href="../developers/G.html#gerold55">
<span class="has-text-weight-semibold">Gerold55</span></a>, <a href="../developers/T.html#toby_plowy_toby109tt">
<span class="has-text-weight-semibold">Toby plowy (Toby109tt)</span></a>, <a href="../developers/V.html#vyom_fadia">
<span class="has-text-weight-semibold">Vyom Fadia</span></a>, <a href="../developers/X.html#xaleth">
<span class="has-text-weight-semibold">Xaleth</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/GentenStudios/QuartzEngine/wiki">GentenStudios/QuartzEngine/wiki<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/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/GentenStudios/QuartzEngine.git" class="is-size-7">GentenStudios/QuartzEngine.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
<span class="is-size-7">archived</span>,
<span class="is-size-7">since 2018</span>, <span class="icon is-large has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>
<span class="is-size-7">Code dependencies: </span>
<span class="is-size-7">OpenGL</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/quartz_engine.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="quatter" class="box"> <div id="quatter" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">Quatter</div>
<h2 class="title is-4">Quatter</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><div class="level-item">inactive since 2018<span class="icon has-text-black"><i class="icon-brightness_3"></i></span></div></div>
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item"> </nav><div class="block">
<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> <div class="tags has-addons"><a href="genres.html#board" title="board games" class="tag is-info">board</a><a href="genres.html#strategy" title="strategy games" class="tag is-info"><span class="icon has-text-black"><i class="icon-fort-awesome"></i></span>strategy</a>
</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#board" title="board games" class="tag is-info">board</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>
<span class="tag is-light">content open</span></div> <span class="tag is-light">content open</span></div>
<span class="is-italic">Quarto board game implementation. </div><div class="block">Homepage: <a href="https://luckeyproductions.itch.io/quatter">luckeyproductions.itch.io/quatter</a><br>Media: <a href="https://en.wikipedia.org/wiki/Quarto_(board_game)">Quatter<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Developer: <a href="../developers/L.html#luckey_productions">LucKey Productions</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#c++">C++</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a><br>Code repositories: <a href="https://gitlab.com/luckeyproductions/games/Quatter.git">luckeyproductions/games/Quatter.git<span class="icon has-text-black"><i class="icon-gitlab"></i></span></a>(since 2018, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Code dependencies: Urho3D<br>Assets licenses: CC-BY-SA<br></div><div class="block is-size-7 has-text-right">
</span></div> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<div class="block"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/quatter.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/L.html#luckey_productions">
<span class="has-text-weight-semibold">LucKey Productions</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://luckeyproductions.itch.io/quatter">luckeyproductions.itch.io/quatter</a><br>
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/Quarto_(board_game)">Quatter<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></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="https://gitlab.com/luckeyproductions/games/Quatter.git" class="is-size-7">luckeyproductions/games/Quatter.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>(
<span class="is-size-7">since 2018</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>
<span class="is-size-7">Code dependencies: </span>
<span class="is-size-7">Urho3D</span><br>
<span class="is-size-7">Assets licenses: </span>
<span class="is-size-7">CC-BY-SA</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/quatter.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
</section> <footer class="footer container content is-size-7">
<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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -9,342 +9,188 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <div class="navbar-start">
<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> <a class="navbar-item is-active" href="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"> <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"> <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="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="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="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="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="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="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="top50.html"><span class="icon has-text-black"><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
</div> </div>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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" 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="../inspirations/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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Games starting with Y</h1> <div class="box"><p class="title is-4">Games starting with Y</p></div>
<div id="yamagi_quake_ii" class="box"> <div id="yamagi_quake_ii" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">Yamagi Quake II</div>
<h2 class="title is-4">Yamagi Quake II</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platforms:<a href="platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info"><span class="icon has-text-black"><i class="icon-target"></i></span>action</a><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon has-text-black"><i class="icon-undo"></i></span>remake</a>
<div class="block"><span class="mr-2"> <span class="tag is-light">shooter</span></div>
<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#action" title="action games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-target"></i></span>action</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> </div><div class="block">Homepage: <a href="http://www.yamagi.org/quake2/">www.yamagi.org/quake2</a><br>Inspiration: <a href="../inspirations/Q.html#quake_ii">Quake II</a><br>Developers: <a href="../developers/A.html#a_j_ricoveri">
<span class="tag is-light">shooter</span></div></div> <span class="is-size-7">A. J. Ricoveri</span></a>, <a href="../developers/A.html#alejandro_ricoveri">
<div class="block"> <span class="is-size-7">Alejandro Ricoveri</span></a>, <a href="../developers/B.html#bjossialfreds">
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/Q.html#quake_ii"> <span class="is-size-7">BjossiAlfreds</span></a>, <a href="../developers/B.html#boris_i_bendovsky">
<span class="has-text-weight-semibold">Quake II</span></a><br> <span class="is-size-7">Boris I. Bendovsky</span></a>, <a href="../developers/B.html#bradley_clemetson">
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#a_j_ricoveri"> <span class="is-size-7">Bradley Clemetson</span></a>, <a href="../developers/C.html#christoph_mallon">
<span class="has-text-weight-semibold is-size-7">A. J. Ricoveri</span></a>, <a href="../developers/A.html#alejandro_ricoveri"> <span class="is-size-7">Christoph Mallon</span></a>, <a href="../developers/D.html#daniel_gibson">
<span class="has-text-weight-semibold is-size-7">Alejandro Ricoveri</span></a>, <a href="../developers/B.html#bjossialfreds"> <span class="is-size-7">Daniel Gibson</span></a>, <a href="../developers/D.html#david_carlier">
<span class="has-text-weight-semibold is-size-7">BjossiAlfreds</span></a>, <a href="../developers/B.html#boris_i_bendovsky"> <span class="is-size-7">David CARLIER</span></a>, <a href="../developers/D.html#david_reid">
<span class="has-text-weight-semibold is-size-7">Boris I. Bendovsky</span></a>, <a href="../developers/B.html#bradley_clemetson"> <span class="is-size-7">David Reid</span></a>, <a href="../developers/D.html#denis_pauk">
<span class="has-text-weight-semibold is-size-7">Bradley Clemetson</span></a>, <a href="../developers/C.html#christoph_mallon"> <span class="is-size-7">Denis Pauk</span></a>, <a href="../developers/E.html#earth-metal">
<span class="has-text-weight-semibold is-size-7">Christoph Mallon</span></a>, <a href="../developers/D.html#daniel_gibson"> <span class="is-size-7">earth-metal</span></a>, <a href="../developers/E.html#elkan_roelen">
<span class="has-text-weight-semibold is-size-7">Daniel Gibson</span></a>, <a href="../developers/D.html#david_carlier"> <span class="is-size-7">Elkan Roelen</span></a>, <a href="../developers/J.html#jarvik7">
<span class="has-text-weight-semibold is-size-7">David CARLIER</span></a>, <a href="../developers/D.html#david_reid"> <span class="is-size-7">Jarvik7</span></a>, <a href="../developers/J.html#jobergeron">
<span class="has-text-weight-semibold is-size-7">David Reid</span></a>, <a href="../developers/D.html#denis_pauk"> <span class="is-size-7">JoBergeron</span></a>, <a href="../developers/J.html#joshua_scoggins">
<span class="has-text-weight-semibold is-size-7">Denis Pauk</span></a>, <a href="../developers/E.html#earth-metal"> <span class="is-size-7">Joshua Scoggins</span></a>, <a href="../developers/K.html#krzysztof_kondrak">
<span class="has-text-weight-semibold is-size-7">earth-metal</span></a>, <a href="../developers/E.html#elkan_roelen"> <span class="is-size-7">Krzysztof Kondrak</span></a>, <a href="../developers/L.html#larry_davis">
<span class="has-text-weight-semibold is-size-7">Elkan Roelen</span></a>, <a href="../developers/J.html#jarvik7"> <span class="is-size-7">Larry Davis</span></a>, <a href="../developers/M.html#mathyn">
<span class="has-text-weight-semibold is-size-7">Jarvik7</span></a>, <a href="../developers/J.html#jobergeron"> <span class="is-size-7">Mathyn</span></a>, <a href="../developers/N.html#nia">
<span class="has-text-weight-semibold is-size-7">JoBergeron</span></a>, <a href="../developers/J.html#joshua_scoggins"> <span class="is-size-7">nia</span></a>, <a href="../developers/R.html#ricardo_garcia">
<span class="has-text-weight-semibold is-size-7">Joshua Scoggins</span></a>, <a href="../developers/K.html#krzysztof_kondrak"> <span class="is-size-7">Ricardo Garcia</span></a>, <a href="../developers/S.html#simon_mcvittie">
<span class="has-text-weight-semibold is-size-7">Krzysztof Kondrak</span></a>, <a href="../developers/L.html#larry_davis"> <span class="is-size-7">Simon McVittie</span></a>, <a href="../developers/S.html#spirrwell">
<span class="has-text-weight-semibold is-size-7">Larry Davis</span></a>, <a href="../developers/M.html#mathyn"> <span class="is-size-7">Spirrwell</span></a>, <a href="../developers/S.html#svdijk">
<span class="has-text-weight-semibold is-size-7">Mathyn</span></a>, <a href="../developers/N.html#nia"> <span class="is-size-7">svdijk</span></a>, <a href="../developers/V.html#valgusk">
<span class="has-text-weight-semibold is-size-7">nia</span></a>, <a href="../developers/R.html#ricardo_garcia"> <span class="is-size-7">VALGUSK</span></a>, <a href="../developers/Y.html#yamagi">
<span class="has-text-weight-semibold is-size-7">Ricardo Garcia</span></a>, <a href="../developers/S.html#simon_mcvittie"> <span class="is-size-7">Yamagi</span></a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold is-size-7">Simon McVittie</span></a>, <a href="../developers/S.html#spirrwell"> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#c">C</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a><br>Code repositories: <a href="https://github.com/yquake2/yquake2.git">yquake2/yquake2.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2012, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>Code dependencies: SDL<br>
<span class="has-text-weight-semibold is-size-7">Spirrwell</span></a>, <a href="../developers/S.html#svdijk"> <span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br></div><div class="block is-size-7 has-text-right">
<span class="has-text-weight-semibold is-size-7">svdijk</span></a>, <a href="../developers/V.html#valgusk"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="has-text-weight-semibold is-size-7">VALGUSK</span></a>, <a href="../developers/Y.html#yamagi"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/yamagi_quake_ii.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold is-size-7">Yamagi</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="http://www.yamagi.org/quake2/">www.yamagi.org/quake2</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/yquake2/yquake2.git" class="is-size-7">yquake2/yquake2.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="top rated"><i class="icon-star"></i></span>)<br>
<span class="is-size-7">Code dependencies: </span>
<span class="is-size-7">SDL</span><br>
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br></div>
<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/yamagi_quake_ii.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="yet_another_doom_clone" class="box"> <div id="yet_another_doom_clone" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">Yet Another Doom Clone</div>
<h2 class="title is-4">Yet Another Doom Clone</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info"><span class="icon has-text-black"><i class="icon-target"></i></span>action</a>
<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">first-person</span> <span class="tag is-light">first-person</span>
<span class="tag is-light">open content</span> <span class="tag is-light">open content</span>
<span class="tag is-light">shooter</span></div></div> <span class="tag is-light">shooter</span></div>
<div class="block"> </div><div class="block">Homepage: <a href="https://nicholas.carlini.com/writing/2019/javascript-doom-clone-13k.html">nicholas.carlini.com/writing/2019/javascript-doom-clone-13k.html</a><br>Inspiration: <a href="../inspirations/D.html#doom">Doom</a><br>Developer: <a href="../developers/N.html#nicholas_carlini">Nicholas Carlini</a><br></div><div class="block is-size-7">
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/D.html#doom"> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#javascript">JavaScript</a>, <a href="languages.html#python">Python</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-3.0</a><br>Code repositories: <a href="https://github.com/carlini/js13k2019-yet-another-doom-clone.git">carlini/js13k2019-yet-another-doom-clone.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2019, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>Code dependencies: WebGL<br></div><div class="block is-size-7 has-text-right">
<span class="has-text-weight-semibold">Doom</span></a><br> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/N.html#nicholas_carlini"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/yet_another_doom_clone.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold">Nicholas Carlini</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://nicholas.carlini.com/writing/2019/javascript-doom-clone-13k.html">nicholas.carlini.com/writing/2019/javascript-doom-clone-13k.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#javascript">
<span class="is-size-7">JavaScript</span></a>, <a href="languages.html#python">
<span class="is-size-7">Python</span></a><br>
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
<span class="is-size-7">Code repositories: </span><a href="https://github.com/carlini/js13k2019-yet-another-doom-clone.git" class="is-size-7">carlini/js13k2019-yet-another-doom-clone.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>
<span class="is-size-7">Code dependencies: </span>
<span class="is-size-7">WebGL</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/yet_another_doom_clone.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="yet_another_engine" class="box"> <div id="yet_another_engine" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">Yet Another Engine</div>
<h2 class="title is-4">Yet Another Engine</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platforms:<a href="platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a><a href="platforms.html#macos" title="macOS"><span class="icon has-text-black"><i class="icon-appleinc"></i></span></a><a href="platforms.html#android" title="Android"><span class="icon has-text-black"><i class="icon-android"></i></span></a><a href="platforms.html#ios" title="iOS"><span class="icon has-text-black"><i class="icon-ios"></i></span></a></div><div class="level-item">beta</div><div class="level-item">inactive since 2016<span class="icon has-text-black"><i class="icon-brightness_3"></i></span></div></div>
<div class="level-right"><div class="level-item"> </nav><div class="block">
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item"> <div class="tags has-addons"><a href="genres.html#game engine" title="game engine games" class="tag is-info"><span class="icon has-text-black"><i class="icon-car"></i></span>game engine</a></div>
<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> </div><div class="block">Homepages: <a href="https://web.archive.org/web/20160315200651/https://yae.io/">Archive: 20160315200651/https://yae.io</a>, <a href="https://github.com/deathbeam/yae/wiki">deathbeam/yae/wiki<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Developer: <a href="../developers/T.html#tomas_slusny">Tomas Slusny</a><br></div><div class="block is-size-7">
</nav> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#moonscript">MoonScript</a>, <a href="languages.html#java">Java</a>, <a href="languages.html#lua">Lua</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/MIT_License">MIT</a><br>Code repositories: <a href="https://github.com/deathbeam/yae.git">deathbeam/yae.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2014, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>Code dependencies: libGDX<br></div><div class="block is-size-7 has-text-right">
<div class="block"><span class="mr-2"> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<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#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> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/yet_another_engine.md" title="Text based entry on Github">Raw entry</a>
<span class="is-italic">Game engine
</span></div>
<div class="block">
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/T.html#tomas_slusny">
<span class="has-text-weight-semibold">Tomas Slusny</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepages: </span><a href="https://web.archive.org/web/20160315200651/https://yae.io/">Archive: 20160315200651/https://yae.io</a>, <a href="https://github.com/deathbeam/yae/wiki">deathbeam/yae/wiki<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#moonscript">
<span class="is-size-7">MoonScript</span></a>, <a href="languages.html#java">
<span class="is-size-7">Java</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/MIT_License" class="is-size-7">MIT</a><br>
<span class="is-size-7">Code repositories: </span><a href="https://github.com/deathbeam/yae.git" class="is-size-7">deathbeam/yae.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">libGDX</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/yet_another_engine.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="yknytt" class="box"> <div id="yknytt" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">YKnytt</div>
<h2 class="title is-4">YKnytt</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">beta</div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item"> </nav><div class="block">
<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> <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 has-text-black"><i class="icon-undo"></i></span>remake</a>
</nav> <span class="tag is-light">content open</span></div>
<div class="block"><span class="mr-2"> </div><div class="block">Homepage: <a href="https://github.com/youkaicountry/yknytt">youkaicountry/yknytt<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspiration: <a href="../inspirations/K.html#knytt_stories">Knytt Stories</a><br>Developers: <a href="../developers/N.html#nathaniel_caldwell">Nathaniel Caldwell</a>, <a href="../developers/U.html#up-left">up-left</a><br></div><div class="block is-size-7">
<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="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#c">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/MIT_License">MIT</a><br>Code repositories: <a href="https://github.com/youkaicountry/yknytt.git">youkaicountry/yknytt.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2020, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Code dependencies: Godot<br></div><div class="block is-size-7 has-text-right">
<span class="tag is-light">content open</span></div></div> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<div class="block"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/yknytt.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/K.html#knytt_stories">
<span class="has-text-weight-semibold">Knytt Stories</span></a><br>
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/N.html#nathaniel_caldwell">
<span class="has-text-weight-semibold">Nathaniel Caldwell</span></a>, <a href="../developers/U.html#up-left">
<span class="has-text-weight-semibold">up-left</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/youkaicountry/yknytt">youkaicountry/yknytt<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/youkaicountry/yknytt.git" class="is-size-7">youkaicountry/yknytt.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
<span class="is-size-7">since 2020</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>
<span class="is-size-7">Code dependencies: </span>
<span class="is-size-7">Godot</span><br></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/yknytt.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="yo_frankie" class="box"> <div id="yo_frankie" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">Yo Frankie!</div>
<h2 class="title is-4">Yo Frankie!</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platforms:<a href="platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a><a href="platforms.html#macos" title="macOS"><span class="icon has-text-black"><i class="icon-appleinc"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><div class="level-item">inactive since 2009<span class="icon has-text-black"><i class="icon-brightness_3"></i></span></div></div>
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item"> </nav><div class="block">
<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> <div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info"><span class="icon has-text-black"><i class="icon-target"></i></span>action</a><a href="genres.html#platform" title="platform games" class="tag is-info">platform</a></div>
</nav> </div><div class="block">Homepage: <a href="https://apricot.blender.org/">apricot.blender.org</a><br>Media: <a href="https://en.wikipedia.org/wiki/Yo_Frankie!">Yo Frankie!<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br></div><div class="block is-size-7">
<div class="block"><span class="mr-2"> <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#blender_script">Blender Script</a><br>Code licenses: ?<br>Code dependencies: Blender game engine<br></div><div class="block is-size-7 has-text-right">
<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><a href="genres.html#platform" title="platform games" class="tag is-info">platform</a></div> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<span class="is-italic">[Download overview page](https://download.blender.org/apricot/) <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/yo_frankie.md" title="Text based entry on Github">Raw entry</a>
</span></div>
<div class="block"></div>
<div class="block">
<span class="has-text-weight-semibold">Homepage: </span><a href="https://apricot.blender.org/">apricot.blender.org</a><br>
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/Yo_Frankie!">Yo Frankie!<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></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#blender_script">
<span class="is-size-7">Blender Script</span></a><br>
<span class="is-size-7">Code licenses: </span>
<span class="is-size-7">?</span><br>
<span class="is-size-7">Code dependencies: </span>
<span class="is-size-7">Blender game engine</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/yo_frankie.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="yorg" class="box"> <div id="yorg" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">Yorg</div>
<h2 class="title is-4">Yorg</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platform:<a href="platforms.html#unspecified" title="Unspecified"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span></a></div><div class="level-item">beta</div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item"> </nav><div class="block">
<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> <div class="tags has-addons"><a href="genres.html#game engine" title="game engine games" class="tag is-info"><span class="icon has-text-black"><i class="icon-car"></i></span>game engine</a>
</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>
<span class="tag is-light">3D</span> <span class="tag is-light">3D</span>
<span class="tag is-light">clone</span> <span class="tag is-light">clone</span>
<span class="tag is-light">content open</span> <span class="tag is-light">content open</span>
<span class="tag is-light">multiplayer online + local</span> <span class="tag is-light">multiplayer online + local</span>
<span class="tag is-light">racing</span></div> <span class="tag is-light">racing</span></div>
<span class="is-italic">Featuring AI, weapons, power-ups and multiplayer. </div><div class="block">Homepages: <a href="https://github.com/cflavio/yorg">cflavio/yorg<span class="icon has-text-black"><i class="icon-github"></i></span></a>, <a href="https://www.ya2.it/">www.ya2.it</a><br>Inspiration: <a href="../inspirations/M.html#micro_machines">Micro Machines</a><br>Developer: <a href="../developers/F.html#flavio_calva">Flavio Calva</a><br></div><div class="block is-size-7">
It is being developed using free software such as GIMP and Blender. <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#python">Python</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-3.0</a><br>Code repositories: <a href="https://github.com/cflavio/yorg.git">cflavio/yorg.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2016, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>Code dependencies: Panda3D<br>Assets licenses: CC BY, CC-BY-SA<br></div><div class="block is-size-7 has-text-right">
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
</span></div> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/yorg.md" title="Text based entry on Github">Raw entry</a>
<div class="block">
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/M.html#micro_machines">
<span class="has-text-weight-semibold">Micro Machines</span></a><br>
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/F.html#flavio_calva">
<span class="has-text-weight-semibold">Flavio Calva</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepages: </span><a href="https://github.com/cflavio/yorg">cflavio/yorg<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>, <a href="https://www.ya2.it/">www.ya2.it</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://github.com/cflavio/yorg.git" class="is-size-7">cflavio/yorg.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="medium rated"><i class="icon-star-half-full"></i></span>)<br>
<span class="is-size-7">Code dependencies: </span>
<span class="is-size-7">Panda3D</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><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/yorg.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<div id="ysoccer" class="box"> <div id="ysoccer" class="box"><nav class="level">
<nav class="level">
<div class="level-left"> <div class="level-left">
<div class="level-item"> <div class="level-item title is-4">YSoccer</div>
<h2 class="title is-4">YSoccer</h2>
</div> </div>
</div> <div class="level-right is-size-7"><div class="level-item">Platforms:<a href="platforms.html#windows" title="Windows"><span class="icon has-text-black"><i class="icon-windows"></i></span></a><a href="platforms.html#linux" title="Linux"><span class="icon has-text-black"><i class="icon-tux"></i></span></a><a href="platforms.html#macos" title="macOS"><span class="icon has-text-black"><i class="icon-appleinc"></i></span></a></div><div class="level-item">
<div class="level-right"><div class="level-item"> <span class="has-text-weight-bold">mature</span></div><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="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
<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">
</nav> <div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon has-text-black"><i class="icon-undo"></i></span>remake</a><a href="genres.html#simulation" title="simulation games" class="tag is-info"><span class="icon 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>
<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><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">soccer</span></div> <span class="tag is-light">soccer</span></div>
<span class="is-italic">Soccer game; continuation to Sensible World of Soccer. </div><div class="block">Homepages: <a href="http://ysoccer.sourceforge.net/">ysoccer.sourceforge.net</a>, <a href="https://sourceforge.net/projects/ysoccer/">ysoccer<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Inspiration: <a href="../inspirations/S.html#sensible_soccer">Sensible Soccer</a><br>Downloads: <a href="http://ysoccer.sourceforge.net/dloads.htm">ysoccer.sourceforge.net/dloads.htm</a>, <a href="https://sourceforge.net/projects/ysoccer/files/">ysoccer/files<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Developers: <a href="../developers/D.html#daniele">Daniele</a>, <a href="../developers/M.html#massimo_modica">Massimo Modica</a><br></div><div class="block is-size-7">
Successor of [Yoda Soccer](https://sourceforge.net/projects/yodasoccer/). <span class="has-text-weight-semibold">Technical information</span><br>Code languages: <a href="languages.html#java">Java</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a><br>Code repositories: <a href="https://git.code.sf.net/p/ysoccer/code">git.code.sf.net/p/ysoccer/code</a><br>
<span class="is-size-7">Build system: </span><a href="https://gradle.org/" class="is-size-7">Gradle</a><br></div><div class="block is-size-7 has-text-right">
</span></div> <a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
<div class="block"> <a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/ysoccer.md" title="Text based entry on Github">Raw entry</a>
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/S.html#sensible_soccer">
<span class="has-text-weight-semibold">Sensible Soccer</span></a><br>
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/D.html#daniele">
<span class="has-text-weight-semibold">Daniele</span></a>, <a href="../developers/M.html#massimo_modica">
<span class="has-text-weight-semibold">Massimo Modica</span></a></div>
<div class="block">
<span class="has-text-weight-semibold">Homepages: </span><a href="http://ysoccer.sourceforge.net/">ysoccer.sourceforge.net</a>, <a href="https://sourceforge.net/projects/ysoccer/">ysoccer<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="http://ysoccer.sourceforge.net/dloads.htm">ysoccer.sourceforge.net/dloads.htm</a>, <a href="https://sourceforge.net/projects/ysoccer/files/">ysoccer/files<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
<div class="block">
<span class="has-text-weight-semibold">Technical info</span><br>
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
<span class="is-size-7">Java</span></a><br>
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
<span class="is-size-7">Code repositories: </span><a href="https://git.code.sf.net/p/ysoccer/code" class="is-size-7">git.code.sf.net/p/ysoccer/code</a><br>
<span class="is-size-7">Build system: </span><a href="https://gradle.org/" class="is-size-7">Gradle</a><br></div>
<div class="block">
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/ysoccer.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
</div> </div>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
</section> <footer class="footer container content is-size-7">
<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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

File diff suppressed because it is too large Load Diff

View File

@ -9,79 +9,62 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <div class="navbar-start">
<a class="navbar-item" href="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="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"> <div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link is-active"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a> <a class="navbar-link is-active"><span class="icon has-text-black"><i class="icon-filter"></i></span><span>Filter</span></a>
<div class="navbar-dropdown"> <div class="navbar-dropdown">
<a class="navbar-item is-active" 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 is-active" href="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="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="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="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="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="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="top50.html"><span class="icon has-text-black"><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
</div> </div>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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" 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="../inspirations/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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<div class="box"><div class="block"> <div class="box"><div class="block">
<h1 class="title">Open source games</h1><h2 class="subtitle">Index by game genre</h2></div><div class="tags"> <p class="title is-4">Open source games</p><p class="subtitle is-6">Index by game genre</p></div><div class="tags">
<span class="tag is-white is-size-5"> <span class="tag is-white is-size-5"><span class="icon has-text-black"><i class="icon-target"></i></span><a href="#action" class="has-text-weight-semibold">Action</a> <span class="has-text-grey">(280)</span>
<a href="#action" class="has-text-weight-semibold mr-1"><span class="icon is-large has-text-black" ><i class="icon-target"></i></span>Action</a> <span class="has-text-grey">(280)</span> </span><span class="tag is-white is-size-5"><span class="icon has-text-black"><i class="icon-dice"></i></span><a href="#adventure" class="has-text-weight-semibold">Adventure</a> <span class="has-text-grey">(58)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><span class="icon has-text-black"><i class="icon-pacman"></i></span><a href="#arcade" class="has-text-weight-semibold">Arcade</a> <span class="has-text-grey">(159)</span>
<a href="#adventure" class="has-text-weight-semibold mr-1"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span>Adventure</a> <span class="has-text-grey">(58)</span> </span><span class="tag is-white is-size-6"><a href="#board" class="has-text-weight-semibold">Board</a> <span class="has-text-grey">(25)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-6"><span class="icon has-text-black"><i class="icon-spades"></i></span><a href="#cards" class="has-text-weight-semibold">Cards</a> <span class="has-text-grey">(21)</span>
<a href="#arcade" class="has-text-weight-semibold mr-1"><span class="icon is-large has-text-black" ><i class="icon-pacman"></i></span>Arcade</a> <span class="has-text-grey">(159)</span> </span><span class="tag is-white is-size-6"><span class="icon has-text-black"><i class="icon-graduation-cap"></i></span><a href="#educational" class="has-text-weight-semibold">Educational</a> <span class="has-text-grey">(13)</span>
</span><span class="tag is-white is-size-6"> </span><span class="tag is-white is-size-5"><span class="icon has-text-black"><i class="icon-car"></i></span><a href="#game engine" class="has-text-weight-semibold">Game engine</a> <span class="has-text-grey">(146)</span>
<a href="#board" class="has-text-weight-semibold mr-1">Board</a> <span class="has-text-grey">(25)</span> </span><span class="tag is-white is-size-6"><span class="icon has-text-black"><i class="icon-music"></i></span><a href="#music" class="has-text-weight-semibold">Music</a> <span class="has-text-grey">(15)</span>
</span><span class="tag is-white is-size-6"> </span><span class="tag is-white is-size-5"><a href="#platform" class="has-text-weight-semibold">Platform</a> <span class="has-text-grey">(70)</span>
<a href="#cards" class="has-text-weight-semibold mr-1"><span class="icon is-large has-text-black" ><i class="icon-spades"></i></span>Cards</a> <span class="has-text-grey">(21)</span> </span><span class="tag is-white is-size-5"><span class="icon has-text-black"><i class="icon-puzzle-piece"></i></span><a href="#puzzle" class="has-text-weight-semibold">Puzzle</a> <span class="has-text-grey">(159)</span>
</span><span class="tag is-white is-size-6"> </span><span class="tag is-white is-size-5"><span class="icon has-text-black"><i class="icon-undo"></i></span><a href="#remake" class="has-text-weight-semibold">Remake</a> <span class="has-text-grey">(562)</span>
<a href="#educational" class="has-text-weight-semibold mr-1"><span class="icon is-large has-text-black" ><i class="icon-graduation-cap"></i></span>Educational</a> <span class="has-text-grey">(13)</span> </span><span class="tag is-white is-size-5"><span class="icon has-text-black"><i class="icon-user-secret"></i></span><a href="#role playing" class="has-text-weight-semibold">Role playing</a> <span class="has-text-grey">(211)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><span class="icon has-text-black"><i class="icon-rocket1"></i></span><a href="#simulation" class="has-text-weight-semibold">Simulation</a> <span class="has-text-grey">(124)</span>
<a href="#game engine" class="has-text-weight-semibold mr-1"><span class="icon is-large has-text-black" ><i class="icon-car"></i></span>Game engine</a> <span class="has-text-grey">(146)</span> </span><span class="tag is-white is-size-6"><a href="#sports" class="has-text-weight-semibold">Sports</a> <span class="has-text-grey">(25)</span>
</span><span class="tag is-white is-size-6"> </span><span class="tag is-white is-size-5"><span class="icon has-text-black"><i class="icon-fort-awesome"></i></span><a href="#strategy" class="has-text-weight-semibold">Strategy</a> <span class="has-text-grey">(297)</span>
<a href="#music" class="has-text-weight-semibold mr-1"><span class="icon is-large has-text-black" ><i class="icon-music"></i></span>Music</a> <span class="has-text-grey">(15)</span> </span><span class="tag is-white is-size-6"><span class="icon has-text-black"><i class="icon-book"></i></span><a href="#visual novel" class="has-text-weight-semibold">Visual novel</a> <span class="has-text-grey">(6)</span>
</span><span class="tag is-white is-size-5">
<a href="#platform" class="has-text-weight-semibold mr-1">Platform</a> <span class="has-text-grey">(69)</span>
</span><span class="tag is-white is-size-5">
<a href="#puzzle" class="has-text-weight-semibold mr-1"><span class="icon is-large has-text-black" ><i class="icon-puzzle-piece"></i></span>Puzzle</a> <span class="has-text-grey">(159)</span>
</span><span class="tag is-white is-size-5">
<a href="#remake" class="has-text-weight-semibold mr-1"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>Remake</a> <span class="has-text-grey">(562)</span>
</span><span class="tag is-white is-size-5">
<a href="#role playing" class="has-text-weight-semibold mr-1"><span class="icon is-large has-text-black" ><i class="icon-user-secret"></i></span>Role playing</a> <span class="has-text-grey">(211)</span>
</span><span class="tag is-white is-size-5">
<a href="#simulation" class="has-text-weight-semibold mr-1"><span class="icon is-large has-text-black" ><i class="icon-rocket1"></i></span>Simulation</a> <span class="has-text-grey">(124)</span>
</span><span class="tag is-white is-size-6">
<a href="#sports" class="has-text-weight-semibold mr-1">Sports</a> <span class="has-text-grey">(25)</span>
</span><span class="tag is-white is-size-5">
<a href="#strategy" class="has-text-weight-semibold mr-1"><span class="icon is-large has-text-black" ><i class="icon-fort-awesome"></i></span>Strategy</a> <span class="has-text-grey">(296)</span>
</span><span class="tag is-white is-size-6">
<a href="#visual novel" class="has-text-weight-semibold mr-1"><span class="icon is-large has-text-black" ><i class="icon-book"></i></span>Visual novel</a> <span class="has-text-grey">(6)</span>
</span> </span>
</div> </div>
</div> </div>
<div class="box"> <div id="action" class="box">
<div class="block"> <div class="block"><span class="icon has-text-black"><i class="icon-target"></i></span><span class="title is-4">Action</span><br>280 games</div>
<h2 id="action" class="is-size-4 has-text-weight-semibold"><span class="icon is-large has-text-black" ><i class="icon-target"></i></span>Action</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="A.html#abuse">Abuse</a> <ul><li><a href="A.html#abuse">Abuse</a>
<span class="is-light is-size-7">(inactive since 2011)</span></li><li><span class="has-text-weight-semibold"><a href="A.html#achtung_die_kurve">Achtung, die Kurve!</a></span></li><li><a href="A.html#acm">ACM</a> <span class="is-light is-size-7">(inactive since 2011)</span></li><li><span class="has-text-weight-semibold"><a href="A.html#achtung_die_kurve">Achtung, die Kurve!</a></span></li><li><a href="A.html#acm">ACM</a>
@ -285,12 +268,10 @@
<span class="is-light is-size-7">(beta, inactive since 2018)</span></li><li><a href="Z.html#zero_ballistics">Zero Ballistics</a> <span class="is-light is-size-7">(beta, inactive since 2018)</span></li><li><a href="Z.html#zero_ballistics">Zero Ballistics</a>
<span class="is-light is-size-7">(inactive since 2013)</span></li></ul> <span class="is-light is-size-7">(inactive since 2013)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="adventure" class="box">
<div class="box"> <div class="block"><span class="icon has-text-black"><i class="icon-dice"></i></span><span class="title is-4">Adventure</span><br>58 games</div>
<div class="block">
<h2 id="adventure" class="is-size-4 has-text-weight-semibold"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span>Adventure</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="A.html#adaventure">AdaVenture</a></span></li><li><a href="A.html#adventure_engine">adventure engine</a> <ul><li><span class="has-text-weight-semibold"><a href="A.html#adaventure">AdaVenture</a></span></li><li><a href="A.html#adventure_engine">adventure engine</a>
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="A.html#azimuth">Azimuth</a></span></li><li><span class="has-text-weight-semibold"><a href="B.html#bladecoder_adventure_engine">Bladecoder Adventure Engine</a></span></li><li><span class="has-text-weight-semibold"><a href="B.html#browserquest">BrowserQuest</a></span></li><li><a href="C.html#cat_mother_dead_justice">Cat Mother Dead Justice</a> <span class="is-light is-size-7">(inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="A.html#azimuth">Azimuth</a></span></li><li><span class="has-text-weight-semibold"><a href="B.html#bladecoder_adventure_engine">Bladecoder Adventure Engine</a></span></li><li><span class="has-text-weight-semibold"><a href="B.html#browserquest">BrowserQuest</a></span></li><li><a href="C.html#cat_mother_dead_justice">Cat Mother Dead Justice</a>
@ -338,12 +319,10 @@
<span class="is-light is-size-7">(beta)</span></li><li><a href="Z.html#zorkclone">zorkClone</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="Z.html#zorkclone">zorkClone</a>
<span class="is-light is-size-7">(beta)</span></li></ul> <span class="is-light is-size-7">(beta)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="arcade" class="box">
<div class="box"> <div class="block"><span class="icon has-text-black"><i class="icon-pacman"></i></span><span class="title is-4">Arcade</span><br>159 games</div>
<div class="block">
<h2 id="arcade" class="is-size-4 has-text-weight-semibold"><span class="icon is-large has-text-black" ><i class="icon-pacman"></i></span>Arcade</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="0.html#3d_pong">3D Pong</a> <ul><li><a href="0.html#3d_pong">3D Pong</a>
<span class="is-light is-size-7">(beta, inactive since 2004)</span></li><li><a href="A.html#a7xpg">A7Xpg</a> <span class="is-light is-size-7">(beta, inactive since 2004)</span></li><li><a href="A.html#a7xpg">A7Xpg</a>
@ -481,12 +460,10 @@
<span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="Z.html#zatacka">Zatacka</a> <span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="Z.html#zatacka">Zatacka</a>
<span class="is-light is-size-7">(beta, inactive since 2007)</span></li></ul> <span class="is-light is-size-7">(beta, inactive since 2007)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="board" class="box">
<div class="box"> <div class="block"><span class="title is-4">Board</span><br>25 games</div>
<div class="block">
<h2 id="board" class="is-size-4 has-text-weight-semibold">Board</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="0.html#3dc">3Dc</a> <ul><li><a href="0.html#3dc">3Dc</a>
<span class="is-light is-size-7">(inactive since 2000)</span></li><li><span class="has-text-weight-semibold"><a href="B.html#british_bingo">British Bingo</a></span></li><li><span class="has-text-weight-semibold"><a href="C.html#catan_dice_game">Catan Dice Game</a></span></li><li><a href="C.html#chess3d">Chess3D</a> <span class="is-light is-size-7">(inactive since 2000)</span></li><li><span class="has-text-weight-semibold"><a href="B.html#british_bingo">British Bingo</a></span></li><li><span class="has-text-weight-semibold"><a href="C.html#catan_dice_game">Catan Dice Game</a></span></li><li><a href="C.html#chess3d">Chess3D</a>
@ -506,12 +483,10 @@
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="T.html#the_bubs_brothers">The Bub&#39;s Brothers</a> <span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="T.html#the_bubs_brothers">The Bub&#39;s Brothers</a>
<span class="is-light is-size-7">(inactive since 2013)</span></li></ul> <span class="is-light is-size-7">(inactive since 2013)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="cards" class="box">
<div class="box"> <div class="block"><span class="icon has-text-black"><i class="icon-spades"></i></span><span class="title is-4">Cards</span><br>21 games</div>
<div class="block">
<h2 id="cards" class="is-size-4 has-text-weight-semibold"><span class="icon is-large has-text-black" ><i class="icon-spades"></i></span>Cards</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="A.html#aisleriot">Aisleriot</a></span></li><li><a href="B.html#betterspades">BetterSpades</a> <ul><li><span class="has-text-weight-semibold"><a href="A.html#aisleriot">Aisleriot</a></span></li><li><a href="B.html#betterspades">BetterSpades</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="C.html#card_stories">Card Stories</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="C.html#card_stories">Card Stories</a>
@ -532,12 +507,10 @@
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="W.html#walic">Walic</a></span></li><li><a href="W.html#wizards_magic">Wizards Magic</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="W.html#walic">Walic</a></span></li><li><a href="W.html#wizards_magic">Wizards Magic</a>
<span class="is-light is-size-7">(inactive since 2012)</span></li><li><span class="has-text-weight-semibold"><a href="X.html#xmage">XMage</a></span></li><li><span class="has-text-weight-semibold"><a href="X.html#xskat">XSkat</a></span></li></ul> <span class="is-light is-size-7">(inactive since 2012)</span></li><li><span class="has-text-weight-semibold"><a href="X.html#xmage">XMage</a></span></li><li><span class="has-text-weight-semibold"><a href="X.html#xskat">XSkat</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="educational" class="box">
<div class="box"> <div class="block"><span class="icon has-text-black"><i class="icon-graduation-cap"></i></span><span class="title is-4">Educational</span><br>13 games</div>
<div class="block">
<h2 id="educational" class="is-size-4 has-text-weight-semibold"><span class="icon is-large has-text-black" ><i class="icon-graduation-cap"></i></span>Educational</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="0.html#4d_maze_game">4D Maze Game</a> <ul><li><a href="0.html#4d_maze_game">4D Maze Game</a>
<span class="is-light is-size-7">(inactive since 2008)</span></li><li><span class="has-text-weight-semibold"><a href="B.html#blinken">Blinken</a></span></li><li><span class="has-text-weight-semibold"><a href="C.html#childsplay">Childsplay</a></span></li><li><a href="G.html#garith">Garith</a> <span class="is-light is-size-7">(inactive since 2008)</span></li><li><span class="has-text-weight-semibold"><a href="B.html#blinken">Blinken</a></span></li><li><span class="has-text-weight-semibold"><a href="C.html#childsplay">Childsplay</a></span></li><li><a href="G.html#garith">Garith</a>
@ -555,12 +528,10 @@
<span class="is-light is-size-7">(inactive since 2011)</span></li><li><a href="T.html#tux_paint">Tux Paint</a> <span class="is-light is-size-7">(inactive since 2011)</span></li><li><a href="T.html#tux_paint">Tux Paint</a>
<span class="is-light is-size-7">(beta)</span></li></ul> <span class="is-light is-size-7">(beta)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="game engine" class="box">
<div class="box"> <div class="block"><span class="icon has-text-black"><i class="icon-car"></i></span><span class="title is-4">Game engine</span><br>146 games</div>
<div class="block">
<h2 id="game engine" class="is-size-4 has-text-weight-semibold"><span class="icon is-large has-text-black" ><i class="icon-car"></i></span>Game engine</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="0.html#3dworld">3DWorld</a></span></li><li><a href="A.html#adventure_engine">adventure engine</a> <ul><li><span class="has-text-weight-semibold"><a href="0.html#3dworld">3DWorld</a></span></li><li><a href="A.html#adventure_engine">adventure engine</a>
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="A.html#alimer">Alimer</a> <span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="A.html#alimer">Alimer</a>
@ -672,12 +643,10 @@
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="Z.html#zgb">ZGB</a></span></li><li><a href="Z.html#zod_engine">Zod Engine</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="Z.html#zgb">ZGB</a></span></li><li><a href="Z.html#zod_engine">Zod Engine</a>
<span class="is-light is-size-7">(inactive since 2018)</span></li></ul> <span class="is-light is-size-7">(inactive since 2018)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="music" class="box">
<div class="box"> <div class="block"><span class="icon has-text-black"><i class="icon-music"></i></span><span class="title is-4">Music</span><br>15 games</div>
<div class="block">
<h2 id="music" class="is-size-4 has-text-weight-semibold"><span class="icon is-large has-text-black" ><i class="icon-music"></i></span>Music</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="C.html#canta">Canta</a> <ul><li><a href="C.html#canta">Canta</a>
<span class="is-light is-size-7">(beta, inactive since 2011)</span></li><li><a href="E.html#etterna">Etterna</a> <span class="is-light is-size-7">(beta, inactive since 2011)</span></li><li><a href="E.html#etterna">Etterna</a>
@ -695,12 +664,10 @@
<span class="is-light is-size-7">(beta)</span></li><li><a href="V.html#vocaluxe">Vocaluxe</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="V.html#vocaluxe">Vocaluxe</a>
<span class="is-light is-size-7">(beta, inactive since 2018)</span></li></ul> <span class="is-light is-size-7">(beta, inactive since 2018)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="platform" class="box">
<div class="box"> <div class="block"><span class="title is-4">Platform</span><br>70 games</div>
<div class="block">
<h2 id="platform" class="is-size-4 has-text-weight-semibold">Platform</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="A.html#abes_amazing_adventure">Abe&#39;s Amazing Adventure</a> <ul><li><a href="A.html#abes_amazing_adventure">Abe&#39;s Amazing Adventure</a>
<span class="is-light is-size-7">(inactive since 2005)</span></li><li><a href="A.html#abuse">Abuse</a> <span class="is-light is-size-7">(inactive since 2005)</span></li><li><a href="A.html#abuse">Abuse</a>
@ -710,7 +677,8 @@
<span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="B.html#beat_feet">Beat Feet</a></span></li><li><span class="has-text-weight-semibold"><a href="B.html#blob_wars_attrition">Blob Wars : Attrition</a></span></li><li><a href="B.html#blob_wars_episode_2_blob_and_conquer">Blob Wars Episode 2 : Blob And Conquer</a> <span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="B.html#beat_feet">Beat Feet</a></span></li><li><span class="has-text-weight-semibold"><a href="B.html#blob_wars_attrition">Blob Wars : Attrition</a></span></li><li><a href="B.html#blob_wars_episode_2_blob_and_conquer">Blob Wars Episode 2 : Blob And Conquer</a>
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="B.html#blobwars_metal_blob_solid">Blobwars: Metal Blob Solid</a></span></li><li><span class="has-text-weight-semibold"><a href="C.html#caveexpress">CaveExpress</a></span></li><li><a href="C.html#cosmo-engine">Cosmo-Engine</a> <span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="B.html#blobwars_metal_blob_solid">Blobwars: Metal Blob Solid</a></span></li><li><span class="has-text-weight-semibold"><a href="C.html#caveexpress">CaveExpress</a></span></li><li><a href="C.html#cosmo-engine">Cosmo-Engine</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="D.html#data_storm">Data Storm</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="D.html#data_storm">Data Storm</a>
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#dave_gnukem">Dave Gnukem</a></span></li><li><a href="E.html#executive_man">Executive Man</a> <span class="is-light is-size-7">(inactive since 2017)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#dave_gnukem">Dave Gnukem</a></span></li><li><a href="D.html#ddracenetwork">DDraceNetwork</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="E.html#executive_man">Executive Man</a>
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="E.html#extreme_tux_racer">Extreme Tux Racer</a> <span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="E.html#extreme_tux_racer">Extreme Tux Racer</a>
<span class="is-light is-size-7">(beta, inactive since 2018)</span></li><li><a href="F.html#freegish">freegish</a> <span class="is-light is-size-7">(beta, inactive since 2018)</span></li><li><a href="F.html#freegish">freegish</a>
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="F.html#freeprince">FreePrince</a> <span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="F.html#freeprince">FreePrince</a>
@ -746,7 +714,7 @@
<span class="is-light is-size-7">(beta)</span></li><li><a href="S.html#stringrolled">Stringrolled</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="S.html#stringrolled">Stringrolled</a>
<span class="is-light is-size-7">(beta, inactive since 2008)</span></li><li><span class="has-text-weight-semibold"><a href="S.html#super_bombinhas">Super Bombinhas</a></span></li><li><span class="has-text-weight-semibold"><a href="S.html#super_tilt_bro">Super Tilt Bro</a></span></li><li><a href="S.html#supertux">SuperTux</a> <span class="is-light is-size-7">(beta, inactive since 2008)</span></li><li><span class="has-text-weight-semibold"><a href="S.html#super_bombinhas">Super Bombinhas</a></span></li><li><span class="has-text-weight-semibold"><a href="S.html#super_tilt_bro">Super Tilt Bro</a></span></li><li><a href="S.html#supertux">SuperTux</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="T.html#teeworlds">Teeworlds</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="T.html#teeworlds">Teeworlds</a>
<span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#the_legend_of_edgar">The Legend of Edgar</a></span></li><li><span class="has-text-weight-semibold"><a href="T.html#the_secret_chronicles_of_dr_m">The Secret Chronicles of Dr. M.</a></span></li><li><a href="T.html#tussle">TUSSLE</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#the_legend_of_edgar">The Legend of Edgar</a></span></li><li><span class="has-text-weight-semibold"><a href="T.html#the_secret_chronicles_of_dr_m">The Secret Chronicles of Dr. M.</a></span></li><li><a href="T.html#tussle">TUSSLE</a>
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="T.html#tux_builder">Tux Builder</a> <span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="T.html#tux_builder">Tux Builder</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="U.html#umario">uMario</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="U.html#umario">uMario</a>
<span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="V.html#venzone">Venzone</a></span></li><li><span class="has-text-weight-semibold"><a href="V.html#vvvvvv">VVVVVV</a></span></li><li><a href="W.html#wario-land-3">Wario-Land-3</a> <span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="V.html#venzone">Venzone</a></span></li><li><span class="has-text-weight-semibold"><a href="V.html#vvvvvv">VVVVVV</a></span></li><li><a href="W.html#wario-land-3">Wario-Land-3</a>
@ -758,12 +726,10 @@
<span class="is-light is-size-7">(beta)</span></li><li><a href="Y.html#yo_frankie">Yo Frankie!</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="Y.html#yo_frankie">Yo Frankie!</a>
<span class="is-light is-size-7">(inactive since 2009)</span></li></ul> <span class="is-light is-size-7">(inactive since 2009)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="puzzle" class="box">
<div class="box"> <div class="block"><span class="icon has-text-black"><i class="icon-puzzle-piece"></i></span><span class="title is-4">Puzzle</span><br>159 games</div>
<div class="block">
<h2 id="puzzle" class="is-size-4 has-text-weight-semibold"><span class="icon is-large has-text-black" ><i class="icon-puzzle-piece"></i></span>Puzzle</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="0.html#2048">2048</a></span></li><li><a href="0.html#2h4u">2H4U</a> <ul><li><span class="has-text-weight-semibold"><a href="0.html#2048">2048</a></span></li><li><a href="0.html#2h4u">2H4U</a>
<span class="is-light is-size-7">(inactive since 2007)</span></li><li><a href="0.html#3dc">3Dc</a> <span class="is-light is-size-7">(inactive since 2007)</span></li><li><a href="0.html#3dc">3Dc</a>
@ -875,12 +841,10 @@
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="Z.html#zaz">Zaz</a> <span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="Z.html#zaz">Zaz</a>
<span class="is-light is-size-7">(beta, inactive since 2010)</span></li></ul> <span class="is-light is-size-7">(beta, inactive since 2010)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="remake" class="box">
<div class="box"> <div class="block"><span class="icon has-text-black"><i class="icon-undo"></i></span><span class="title is-4">Remake</span><br>562 games</div>
<div class="block">
<h2 id="remake" class="is-size-4 has-text-weight-semibold"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>Remake</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="0.html#1oom">1oom</a></span></li><li><span class="has-text-weight-semibold"><a href="0.html#2006-rebotted">2006-rebotted</a></span></li><li><span class="has-text-weight-semibold"><a href="0.html#2048_python">2048 Python</a></span></li><li><a href="A.html#abuse">Abuse</a> <ul><li><span class="has-text-weight-semibold"><a href="0.html#1oom">1oom</a></span></li><li><span class="has-text-weight-semibold"><a href="0.html#2006-rebotted">2006-rebotted</a></span></li><li><span class="has-text-weight-semibold"><a href="0.html#2048_python">2048 Python</a></span></li><li><a href="A.html#abuse">Abuse</a>
<span class="is-light is-size-7">(inactive since 2011)</span></li><li><a href="A.html#abuse_1996">Abuse 1996</a> <span class="is-light is-size-7">(inactive since 2011)</span></li><li><a href="A.html#abuse_1996">Abuse 1996</a>
@ -1282,12 +1246,10 @@
<span class="is-light is-size-7">(beta)</span></li><li><a href="Z.html#zztgo">zztgo</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="Z.html#zztgo">zztgo</a>
<span class="is-light is-size-7">(beta)</span></li></ul> <span class="is-light is-size-7">(beta)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="role playing" class="box">
<div class="box"> <div class="block"><span class="icon has-text-black"><i class="icon-user-secret"></i></span><span class="title is-4">Role playing</span><br>211 games</div>
<div class="block">
<h2 id="role playing" class="is-size-4 has-text-weight-semibold"><span class="icon is-large has-text-black" ><i class="icon-user-secret"></i></span>Role playing</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="0.html#2006-rebotted">2006-rebotted</a></span></li><li><a href="A.html#allure_of_the_stars">Allure of the Stars</a> <ul><li><span class="has-text-weight-semibold"><a href="0.html#2006-rebotted">2006-rebotted</a></span></li><li><a href="A.html#allure_of_the_stars">Allure of the Stars</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="A.html#ambermoonnet">Ambermoon.net</a></span></li><li><a href="A.html#andors_trail">Andor&#39;s Trail</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="A.html#ambermoonnet">Ambermoon.net</a></span></li><li><a href="A.html#andors_trail">Andor&#39;s Trail</a>
@ -1429,12 +1391,10 @@
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><a href="Z.html#zangband">ZAngband</a> <span class="is-light is-size-7">(inactive since 2016)</span></li><li><a href="Z.html#zangband">ZAngband</a>
<span class="is-light is-size-7">(inactive since 2005)</span></li><li><span class="has-text-weight-semibold"><a href="Z.html#zelda_classic">Zelda Classic</a></span></li><li><span class="has-text-weight-semibold"><a href="Z.html#zelda_mystery_of_solarus_dx">Zelda: Mystery of Solarus DX</a></span></li></ul> <span class="is-light is-size-7">(inactive since 2005)</span></li><li><span class="has-text-weight-semibold"><a href="Z.html#zelda_classic">Zelda Classic</a></span></li><li><span class="has-text-weight-semibold"><a href="Z.html#zelda_mystery_of_solarus_dx">Zelda: Mystery of Solarus DX</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="simulation" class="box">
<div class="box"> <div class="block"><span class="icon has-text-black"><i class="icon-rocket1"></i></span><span class="title is-4">Simulation</span><br>124 games</div>
<div class="block">
<h2 id="simulation" class="is-size-4 has-text-weight-semibold"><span class="icon is-large has-text-black" ><i class="icon-rocket1"></i></span>Simulation</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="0.html#3dcity">3d.city</a> <ul><li><a href="0.html#3dcity">3d.city</a>
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><a href="A.html#acm">ACM</a> <span class="is-light is-size-7">(inactive since 2016)</span></li><li><a href="A.html#acm">ACM</a>
@ -1531,12 +1491,10 @@
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="W.html#wallball">WallBall</a></span></li><li><span class="has-text-weight-semibold"><a href="Y.html#ysoccer">YSoccer</a></span></li><li><span class="has-text-weight-semibold"><a href="Z.html#zen">Zen!</a></span></li><li><a href="Z.html#zugspiel">Zugspiel</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="W.html#wallball">WallBall</a></span></li><li><span class="has-text-weight-semibold"><a href="Y.html#ysoccer">YSoccer</a></span></li><li><span class="has-text-weight-semibold"><a href="Z.html#zen">Zen!</a></span></li><li><a href="Z.html#zugspiel">Zugspiel</a>
<span class="is-light is-size-7">(beta, inactive since 2004)</span></li></ul> <span class="is-light is-size-7">(beta, inactive since 2004)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="sports" class="box">
<div class="box"> <div class="block"><span class="title is-4">Sports</span><br>25 games</div>
<div class="block">
<h2 id="sports" class="is-size-4 has-text-weight-semibold">Sports</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="B.html#billiards">Billiards</a> <ul><li><a href="B.html#billiards">Billiards</a>
<span class="is-light is-size-7">(beta, inactive since 2012)</span></li><li><a href="B.html#bygfoot">Bygfoot</a> <span class="is-light is-size-7">(beta, inactive since 2012)</span></li><li><a href="B.html#bygfoot">Bygfoot</a>
@ -1563,12 +1521,10 @@
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#tennix">Tennix!</a></span></li><li><a href="T.html#tux_football">Tux Football</a> <span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#tennix">Tennix!</a></span></li><li><a href="T.html#tux_football">Tux Football</a>
<span class="is-light is-size-7">(beta, inactive since 2012)</span></li><li><span class="has-text-weight-semibold"><a href="V.html#visual_pinball">Visual Pinball</a></span></li><li><span class="has-text-weight-semibold"><a href="Y.html#ysoccer">YSoccer</a></span></li></ul> <span class="is-light is-size-7">(beta, inactive since 2012)</span></li><li><span class="has-text-weight-semibold"><a href="V.html#visual_pinball">Visual Pinball</a></span></li><li><span class="has-text-weight-semibold"><a href="Y.html#ysoccer">YSoccer</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="strategy" class="box">
<div class="box"> <div class="block"><span class="icon has-text-black"><i class="icon-fort-awesome"></i></span><span class="title is-4">Strategy</span><br>297 games</div>
<div class="block">
<h2 id="strategy" class="is-size-4 has-text-weight-semibold"><span class="icon is-large has-text-black" ><i class="icon-fort-awesome"></i></span>Strategy</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="0.html#0_ad">0 A.D.</a> <ul><li><a href="0.html#0_ad">0 A.D.</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="0.html#1oom">1oom</a></span></li><li><a href="A.html#a_planets_revenge">A Planet&#39;s Revenge</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="0.html#1oom">1oom</a></span></li><li><a href="A.html#a_planets_revenge">A Planet&#39;s Revenge</a>
@ -1634,15 +1590,16 @@
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="F.html#free_tennis">Free Tennis</a> <span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="F.html#free_tennis">Free Tennis</a>
<span class="is-light is-size-7">(beta, inactive since 2005)</span></li><li><a href="F.html#freeaoe">freeaoe</a> <span class="is-light is-size-7">(beta, inactive since 2005)</span></li><li><a href="F.html#freeaoe">freeaoe</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="F.html#freebloks_3d_for_android">Freebloks 3D for Android</a></span></li><li><span class="has-text-weight-semibold"><a href="F.html#freeciv">Freeciv</a></span></li><li><a href="F.html#freeciv_alpha_centauri_project">Freeciv Alpha Centauri project</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="F.html#freebloks_3d_for_android">Freebloks 3D for Android</a></span></li><li><span class="has-text-weight-semibold"><a href="F.html#freeciv">Freeciv</a></span></li><li><a href="F.html#freeciv_alpha_centauri_project">Freeciv Alpha Centauri project</a>
<span class="is-light is-size-7">(beta, inactive since 2003)</span></li><li><span class="has-text-weight-semibold"><a href="F.html#freeciv-web">Freeciv-web</a></span></li><li><span class="has-text-weight-semibold"><a href="F.html#freecol">FreeCol</a></span></li><li><a href="F.html#freelords">FreeLords</a> <span class="is-light is-size-7">(beta, inactive since 2003)</span></li><li><span class="has-text-weight-semibold"><a href="F.html#freeciv-web">Freeciv-web</a></span></li><li><span class="has-text-weight-semibold"><a href="F.html#freecol">FreeCol</a></span></li><li><a href="F.html#freee">FrEee</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="F.html#freelords">FreeLords</a>
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="F.html#freeorion">FreeOrion</a> <span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="F.html#freeorion">FreeOrion</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="F.html#freerails">FreeRails</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="F.html#freerails">FreeRails</a>
<span class="is-light is-size-7">(beta, inactive since 2008)</span></li><li><a href="F.html#freerct">FreeRCT</a> <span class="is-light is-size-7">(beta, inactive since 2008)</span></li><li><a href="F.html#freerct">FreeRCT</a>
<span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="F.html#freeserf">Freeserf</a></span></li><li><span class="has-text-weight-semibold"><a href="F.html#freeserfnet">Freeserf.net</a></span></li><li><a href="F.html#freesiege">FreeSiege</a> <span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="F.html#freeserf">Freeserf</a></span></li><li><span class="has-text-weight-semibold"><a href="F.html#freeserfnet">Freeserf.net</a></span></li><li><a href="F.html#freesiege">FreeSiege</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="F.html#freestars">Freestars</a> <span class="is-light is-size-7">(beta)</span></li></ul>
<span class="is-light is-size-7">(beta, inactive since 2008)</span></li></ul>
</div><div class="column"> </div><div class="column">
<ul><li><a href="F.html#freesynd">FreeSynd</a> <ul><li><a href="F.html#freestars">Freestars</a>
<span class="is-light is-size-7">(beta, inactive since 2008)</span></li><li><a href="F.html#freesynd">FreeSynd</a>
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="F.html#freya_game_engine">Freya Game Engine</a> <span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="F.html#freya_game_engine">Freya Game Engine</a>
<span class="is-light is-size-7">(beta, inactive since 2002)</span></li><li><a href="G.html#galaxyng">GalaxyNG</a> <span class="is-light is-size-7">(beta, inactive since 2002)</span></li><li><a href="G.html#galaxyng">GalaxyNG</a>
<span class="is-light is-size-7">(inactive since 2005)</span></li><li><span class="has-text-weight-semibold"><a href="G.html#gigalomania">Gigalomania</a></span></li><li><a href="G.html#gilbert_and_the_doors">Gilbert and the doors</a> <span class="is-light is-size-7">(inactive since 2005)</span></li><li><span class="has-text-weight-semibold"><a href="G.html#gigalomania">Gigalomania</a></span></li><li><a href="G.html#gilbert_and_the_doors">Gilbert and the doors</a>
@ -1711,10 +1668,10 @@
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><a href="P.html#pizza_business">Pizza Business</a> <span class="is-light is-size-7">(inactive since 2016)</span></li><li><a href="P.html#pizza_business">Pizza Business</a>
<span class="is-light is-size-7">(inactive since 2003)</span></li><li><a href="P.html#planet_conquest">Planet Conquest</a> <span class="is-light is-size-7">(inactive since 2003)</span></li><li><a href="P.html#planet_conquest">Planet Conquest</a>
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="P.html#planetary_hoppers">Planetary Hoppers</a> <span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="P.html#planetary_hoppers">Planetary Hoppers</a>
<span class="is-light is-size-7">(beta, inactive since 2003)</span></li><li><a href="P.html#pokerth">PokerTH</a> <span class="is-light is-size-7">(beta, inactive since 2003)</span></li></ul>
<span class="is-light is-size-7">(inactive since 2017)</span></li></ul>
</div><div class="column"> </div><div class="column">
<ul><li><a href="P.html#polis">Polis</a> <ul><li><a href="P.html#pokerth">PokerTH</a>
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="P.html#polis">Polis</a>
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><a href="P.html#prescription_wars">Prescription Wars</a> <span class="is-light is-size-7">(inactive since 2016)</span></li><li><a href="P.html#prescription_wars">Prescription Wars</a>
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><a href="P.html#project_helena">Project Helena</a> <span class="is-light is-size-7">(inactive since 2016)</span></li><li><a href="P.html#project_helena">Project Helena</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="P.html#pysol">PySol</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="P.html#pysol">PySol</a>
@ -1783,12 +1740,10 @@
<span class="is-light is-size-7">(inactive since 2018)</span></li><li><a href="Z.html#zone_of_control">Zone of Control</a> <span class="is-light is-size-7">(inactive since 2018)</span></li><li><a href="Z.html#zone_of_control">Zone of Control</a>
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li></ul> <span class="is-light is-size-7">(beta, inactive since 2017)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="visual novel" class="box">
<div class="box"> <div class="block"><span class="icon has-text-black"><i class="icon-book"></i></span><span class="title is-4">Visual novel</span><br>6 games</div>
<div class="block">
<h2 id="visual novel" class="is-size-4 has-text-weight-semibold"><span class="icon is-large has-text-black" ><i class="icon-book"></i></span>Visual novel</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="D.html#digital_a_love_story">Digital: A Love Story</a></span></li><li><span class="has-text-weight-semibold"><a href="I.html#instead">INSTEAD</a></span></li></ul> <ul><li><span class="has-text-weight-semibold"><a href="D.html#digital_a_love_story">Digital: A Love Story</a></span></li><li><span class="has-text-weight-semibold"><a href="I.html#instead">INSTEAD</a></span></li></ul>
</div><div class="column"> </div><div class="column">
@ -1798,21 +1753,16 @@
</div><div class="column"> </div><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="O.html#our_personal_space">Our Personal Space</a></span></li><li><span class="has-text-weight-semibold"><a href="S.html#star_maiden_astraea_rio">Star Maiden Astraea Rio</a></span></li></ul> <ul><li><span class="has-text-weight-semibold"><a href="O.html#our_personal_space">Our Personal Space</a></span></li><li><span class="has-text-weight-semibold"><a href="S.html#star_maiden_astraea_rio">Star Maiden Astraea Rio</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div></div>
<footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,101 +9,73 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <div class="navbar-start">
<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> <a class="navbar-item is-active" href="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"> <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"> <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="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="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="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="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="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="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="top50.html"><span class="icon has-text-black"><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
</div> </div>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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" 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="../inspirations/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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<div class="box"><div class="block"> <div class="box"><div class="block">
<h1 class="title">Open source games</h1><h2 class="subtitle">Alphabetical index of 1486 games</h2></div><div class="tags"> <p class="title is-4">Open source games</p><p class="subtitle is-6">Alphabetical index of informations about 1488 games</p></div><div class="tags">
<span class="tag is-white is-size-5"> <span class="tag is-white is-size-5"><a href="#a" class="has-text-weight-semibold">A</a> <span class="has-text-grey">(71)</span>
<a href="#a" class="has-text-weight-semibold mr-1">A</a> <span class="has-text-grey">(71)</span> </span><span class="tag is-white is-size-5"><a href="#b" class="has-text-weight-semibold">B</a> <span class="has-text-grey">(78)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#c" class="has-text-weight-semibold">C</a> <span class="has-text-grey">(105)</span>
<a href="#b" class="has-text-weight-semibold mr-1">B</a> <span class="has-text-grey">(78)</span> </span><span class="tag is-white is-size-5"><a href="#d" class="has-text-weight-semibold">D</a> <span class="has-text-grey">(87)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#e" class="has-text-weight-semibold">E</a> <span class="has-text-grey">(40)</span>
<a href="#c" class="has-text-weight-semibold mr-1">C</a> <span class="has-text-grey">(105)</span> </span><span class="tag is-white is-size-5"><a href="#f" class="has-text-weight-semibold">F</a> <span class="has-text-grey">(80)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#g" class="has-text-weight-semibold">G</a> <span class="has-text-grey">(65)</span>
<a href="#d" class="has-text-weight-semibold mr-1">D</a> <span class="has-text-grey">(86)</span> </span><span class="tag is-white is-size-5"><a href="#h" class="has-text-weight-semibold">H</a> <span class="has-text-grey">(40)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#i" class="has-text-weight-semibold">I</a> <span class="has-text-grey">(32)</span>
<a href="#e" class="has-text-weight-semibold mr-1">E</a> <span class="has-text-grey">(40)</span> </span><span class="tag is-white is-size-5"><a href="#j" class="has-text-weight-semibold">J</a> <span class="has-text-grey">(25)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#k" class="has-text-weight-semibold">K</a> <span class="has-text-grey">(29)</span>
<a href="#f" class="has-text-weight-semibold mr-1">F</a> <span class="has-text-grey">(79)</span> </span><span class="tag is-white is-size-5"><a href="#l" class="has-text-weight-semibold">L</a> <span class="has-text-grey">(47)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#m" class="has-text-weight-semibold">M</a> <span class="has-text-grey">(77)</span>
<a href="#g" class="has-text-weight-semibold mr-1">G</a> <span class="has-text-grey">(65)</span> </span><span class="tag is-white is-size-5"><a href="#n" class="has-text-weight-semibold">N</a> <span class="has-text-grey">(33)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#o" class="has-text-weight-semibold">O</a> <span class="has-text-grey">(129)</span>
<a href="#h" class="has-text-weight-semibold mr-1">H</a> <span class="has-text-grey">(40)</span> </span><span class="tag is-white is-size-5"><a href="#p" class="has-text-weight-semibold">P</a> <span class="has-text-grey">(84)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-6"><a href="#q" class="has-text-weight-semibold">Q</a> <span class="has-text-grey">(9)</span>
<a href="#i" class="has-text-weight-semibold mr-1">I</a> <span class="has-text-grey">(32)</span> </span><span class="tag is-white is-size-5"><a href="#r" class="has-text-weight-semibold">R</a> <span class="has-text-grey">(65)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#s" class="has-text-weight-semibold">S</a> <span class="has-text-grey">(132)</span>
<a href="#j" class="has-text-weight-semibold mr-1">J</a> <span class="has-text-grey">(25)</span> </span><span class="tag is-white is-size-5"><a href="#t" class="has-text-weight-semibold">T</a> <span class="has-text-grey">(109)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#u" class="has-text-weight-semibold">U</a> <span class="has-text-grey">(22)</span>
<a href="#k" class="has-text-weight-semibold mr-1">K</a> <span class="has-text-grey">(29)</span> </span><span class="tag is-white is-size-5"><a href="#v" class="has-text-weight-semibold">V</a> <span class="has-text-grey">(25)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><a href="#w" class="has-text-weight-semibold">W</a> <span class="has-text-grey">(37)</span>
<a href="#l" class="has-text-weight-semibold mr-1">L</a> <span class="has-text-grey">(47)</span> </span><span class="tag is-white is-size-5"><a href="#x" class="has-text-weight-semibold">X</a> <span class="has-text-grey">(27)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-6"><a href="#y" class="has-text-weight-semibold">Y</a> <span class="has-text-grey">(7)</span>
<a href="#m" class="has-text-weight-semibold mr-1">M</a> <span class="has-text-grey">(77)</span> </span><span class="tag is-white is-size-6"><a href="#z" class="has-text-weight-semibold">Z</a> <span class="has-text-grey">(20)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-6"><a href="#0" class="has-text-weight-semibold">0-9</a> <span class="has-text-grey">(13)</span>
<a href="#n" class="has-text-weight-semibold mr-1">N</a> <span class="has-text-grey">(33)</span>
</span><span class="tag is-white is-size-5">
<a href="#o" class="has-text-weight-semibold mr-1">O</a> <span class="has-text-grey">(129)</span>
</span><span class="tag is-white is-size-5">
<a href="#p" class="has-text-weight-semibold mr-1">P</a> <span class="has-text-grey">(84)</span>
</span><span class="tag is-white is-size-6">
<a href="#q" class="has-text-weight-semibold mr-1">Q</a> <span class="has-text-grey">(9)</span>
</span><span class="tag is-white is-size-5">
<a href="#r" class="has-text-weight-semibold mr-1">R</a> <span class="has-text-grey">(65)</span>
</span><span class="tag is-white is-size-5">
<a href="#s" class="has-text-weight-semibold mr-1">S</a> <span class="has-text-grey">(132)</span>
</span><span class="tag is-white is-size-5">
<a href="#t" class="has-text-weight-semibold mr-1">T</a> <span class="has-text-grey">(109)</span>
</span><span class="tag is-white is-size-5">
<a href="#u" class="has-text-weight-semibold mr-1">U</a> <span class="has-text-grey">(22)</span>
</span><span class="tag is-white is-size-5">
<a href="#v" class="has-text-weight-semibold mr-1">V</a> <span class="has-text-grey">(25)</span>
</span><span class="tag is-white is-size-5">
<a href="#w" class="has-text-weight-semibold mr-1">W</a> <span class="has-text-grey">(37)</span>
</span><span class="tag is-white is-size-5">
<a href="#x" class="has-text-weight-semibold mr-1">X</a> <span class="has-text-grey">(27)</span>
</span><span class="tag is-white is-size-6">
<a href="#y" class="has-text-weight-semibold mr-1">Y</a> <span class="has-text-grey">(7)</span>
</span><span class="tag is-white is-size-6">
<a href="#z" class="has-text-weight-semibold mr-1">Z</a> <span class="has-text-grey">(20)</span>
</span><span class="tag is-white is-size-6">
<a href="#0" class="has-text-weight-semibold mr-1">0</a> <span class="has-text-grey">(13)</span>
</span> </span>
</div> </div>
</div> </div>
<div class="box"> <div id="a" class="box">
<div class="block"> <div class="block"><span class="title is-4">A</span><br>71 games</div>
<h2 id="a" class="is-size-4 has-text-weight-semibold">A</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="A.html#a_planets_revenge">A Planet&#39;s Revenge</a> <ul><li><a href="A.html#a_planets_revenge">A Planet&#39;s Revenge</a>
<span class="is-light is-size-7">(beta, inactive since 2008)</span></li><li><a href="A.html#a7xpg">A7Xpg</a> <span class="is-light is-size-7">(beta, inactive since 2008)</span></li><li><a href="A.html#a7xpg">A7Xpg</a>
@ -161,12 +133,10 @@
<span class="is-light is-size-7">(beta, inactive since 2008)</span></li><li><a href="A.html#awkaster">Awkaster</a> <span class="is-light is-size-7">(beta, inactive since 2008)</span></li><li><a href="A.html#awkaster">Awkaster</a>
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><span class="has-text-weight-semibold"><a href="A.html#azimuth">Azimuth</a></span></li></ul> <span class="is-light is-size-7">(inactive since 2017)</span></li><li><span class="has-text-weight-semibold"><a href="A.html#azimuth">Azimuth</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="b" class="box">
<div class="box"> <div class="block"><span class="title is-4">B</span><br>78 games</div>
<div class="block">
<h2 id="b" class="is-size-4 has-text-weight-semibold">B</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="B.html#bab_be_u">BAB BE U</a></span></li><li><a href="B.html#backbone_game_engine">Backbone Game Engine</a> <ul><li><span class="has-text-weight-semibold"><a href="B.html#bab_be_u">BAB BE U</a></span></li><li><a href="B.html#backbone_game_engine">Backbone Game Engine</a>
<span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><a href="B.html#bacon2d">Bacon2D</a> <span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><a href="B.html#bacon2d">Bacon2D</a>
@ -229,12 +199,10 @@
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="B.html#bygfoot">Bygfoot</a> <span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="B.html#bygfoot">Bygfoot</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="B.html#bzflag">BZFlag</a></span></li></ul> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="B.html#bzflag">BZFlag</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="c" class="box">
<div class="box"> <div class="block"><span class="title is-4">C</span><br>105 games</div>
<div class="block">
<h2 id="c" class="is-size-4 has-text-weight-semibold">C</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="C.html#c-dogs_sdl">C-Dogs SDL</a></span></li><li><a href="C.html#c-evo">C-evo</a> <ul><li><span class="has-text-weight-semibold"><a href="C.html#c-dogs_sdl">C-Dogs SDL</a></span></li><li><a href="C.html#c-evo">C-evo</a>
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="C.html#c3de">C3DE</a> <span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="C.html#c3de">C3DE</a>
@ -312,12 +280,10 @@
<span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="C.html#cytopia">Cytopia</a> <span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="C.html#cytopia">Cytopia</a>
<span class="is-light is-size-7">(beta)</span></li></ul> <span class="is-light is-size-7">(beta)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="d" class="box">
<div class="box"> <div class="block"><span class="title is-4">D</span><br>87 games</div>
<div class="block">
<h2 id="d" class="is-size-4 has-text-weight-semibold">D</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="D.html#d2x-xl">D2X-XL</a> <ul><li><a href="D.html#d2x-xl">D2X-XL</a>
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="D.html#daedalus">Daedalus</a> <span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="D.html#daedalus">Daedalus</a>
@ -328,7 +294,8 @@
<span class="is-light is-size-7">(inactive since 2012)</span></li><li><a href="D.html#darkplaces">DarkPlaces</a> <span class="is-light is-size-7">(inactive since 2012)</span></li><li><a href="D.html#darkplaces">DarkPlaces</a>
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><a href="D.html#data_storm">Data Storm</a> <span class="is-light is-size-7">(inactive since 2014)</span></li><li><a href="D.html#data_storm">Data Storm</a>
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#dave_gnukem">Dave Gnukem</a></span></li><li><a href="D.html#dawn">Dawn</a> <span class="is-light is-size-7">(inactive since 2017)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#dave_gnukem">Dave Gnukem</a></span></li><li><a href="D.html#dawn">Dawn</a>
<span class="is-light is-size-7">(beta, inactive since 2011)</span></li><li><a href="D.html#deathchase_3d">Deathchase 3D</a> <span class="is-light is-size-7">(beta, inactive since 2011)</span></li><li><a href="D.html#ddracenetwork">DDraceNetwork</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="D.html#deathchase_3d">Deathchase 3D</a>
<span class="is-light is-size-7">(inactive since 2002)</span></li><li><a href="D.html#decker">Decker</a> <span class="is-light is-size-7">(inactive since 2002)</span></li><li><a href="D.html#decker">Decker</a>
<span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="D.html#deer_portal">Deer Portal</a> <span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="D.html#deer_portal">Deer Portal</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="D.html#defendguin">Defendguin</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="D.html#defendguin">Defendguin</a>
@ -339,9 +306,9 @@
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="D.html#desktopadventures">DesktopAdventures</a> <span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="D.html#desktopadventures">DesktopAdventures</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#destination_sol">Destination Sol</a></span></li><li><a href="D.html#devana">Devana</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#destination_sol">Destination Sol</a></span></li><li><a href="D.html#devana">Devana</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#devilution">Devilution</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#devilutionx">DevilutionX</a></span></li><li><a href="D.html#dgengine">DGEngine</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#devilution">Devilution</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#devilutionx">DevilutionX</a></span></li><li><a href="D.html#dgengine">DGEngine</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#dhewm3">dhewm3</a></span></li></ul> <span class="is-light is-size-7">(beta)</span></li></ul>
</div><div class="column"> </div><div class="column">
<ul><li><a href="D.html#diablerie">Diablerie</a> <ul><li><span class="has-text-weight-semibold"><a href="D.html#dhewm3">dhewm3</a></span></li><li><a href="D.html#diablerie">Diablerie</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#diablo-js">diablo-js</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#diabolika">Diabolika</a></span></li><li><a href="D.html#digbuild">Digbuild</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#diablo-js">diablo-js</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#diabolika">Diabolika</a></span></li><li><a href="D.html#digbuild">Digbuild</a>
<span class="is-light is-size-7">(beta, inactive since 2011)</span></li><li><a href="D.html#digger_remastered">Digger Remastered</a> <span class="is-light is-size-7">(beta, inactive since 2011)</span></li><li><a href="D.html#digger_remastered">Digger Remastered</a>
<span class="is-light is-size-7">(inactive since 2004)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#digital_a_love_story">Digital: A Love Story</a></span></li><li><a href="D.html#dim3">dim3</a> <span class="is-light is-size-7">(inactive since 2004)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#digital_a_love_story">Digital: A Love Story</a></span></li><li><a href="D.html#dim3">dim3</a>
@ -359,10 +326,10 @@
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="D.html#doukutsu-rs">doukutsu-rs</a> <span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="D.html#doukutsu-rs">doukutsu-rs</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="D.html#dragon_history-dra_historie">Dragon History - Dračí Historie</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="D.html#dragon_history-dra_historie">Dragon History - Dračí Historie</a>
<span class="is-light is-size-7">(inactive since 2010)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#dragon_hunt">Dragon Hunt</a></span></li><li><a href="D.html#drally">dRally</a> <span class="is-light is-size-7">(inactive since 2010)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#dragon_hunt">Dragon Hunt</a></span></li><li><a href="D.html#drally">dRally</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="D.html#dreamchess">DreamChess</a>
<span class="is-light is-size-7">(beta)</span></li></ul> <span class="is-light is-size-7">(beta)</span></li></ul>
</div><div class="column"> </div><div class="column">
<ul><li><a href="D.html#dreamzzt">DreamZZT</a> <ul><li><a href="D.html#dreamchess">DreamChess</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="D.html#dreamzzt">DreamZZT</a>
<span class="is-light is-size-7">(beta, inactive since 2007)</span></li><li><a href="D.html#dreerally">Dreerally</a> <span class="is-light is-size-7">(beta, inactive since 2007)</span></li><li><a href="D.html#dreerally">Dreerally</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#drl">DRL</a></span></li><li><a href="D.html#droidzebra">DroidZebra</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#drl">DRL</a></span></li><li><a href="D.html#droidzebra">DroidZebra</a>
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#duality">Duality</a></span></li><li><a href="D.html#duck_marines">Duck Marines</a> <span class="is-light is-size-7">(inactive since 2015)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#duality">Duality</a></span></li><li><a href="D.html#duck_marines">Duck Marines</a>
@ -381,12 +348,10 @@
<span class="is-light is-size-7">(inactive since 1992)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#dust_racing_2d">Dust Racing 2D</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#dwarfcorp">DwarfCorp</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#dxx-rebirth">DXX-Rebirth</a></span></li><li><a href="D.html#dynadungeons">DynaDungeons</a> <span class="is-light is-size-7">(inactive since 1992)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#dust_racing_2d">Dust Racing 2D</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#dwarfcorp">DwarfCorp</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#dxx-rebirth">DXX-Rebirth</a></span></li><li><a href="D.html#dynadungeons">DynaDungeons</a>
<span class="is-light is-size-7">(beta, inactive since 2018)</span></li></ul> <span class="is-light is-size-7">(beta, inactive since 2018)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="e" class="box">
<div class="box"> <div class="block"><span class="title is-4">E</span><br>40 games</div>
<div class="block">
<h2 id="e" class="is-size-4 has-text-weight-semibold">E</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="E.html#eadventure">eAdventure</a> <ul><li><a href="E.html#eadventure">eAdventure</a>
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><a href="E.html#eat_the_whistle">Eat The Whistle</a> <span class="is-light is-size-7">(inactive since 2014)</span></li><li><a href="E.html#eat_the_whistle">Eat The Whistle</a>
@ -416,12 +381,10 @@
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="E.html#extreme_tux_racer">Extreme Tux Racer</a> <span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="E.html#extreme_tux_racer">Extreme Tux Racer</a>
<span class="is-light is-size-7">(beta, inactive since 2018)</span></li><li><span class="has-text-weight-semibold"><a href="E.html#exult">Exult</a></span></li><li><span class="has-text-weight-semibold"><a href="E.html#ezengine">ezEngine</a></span></li><li><span class="has-text-weight-semibold"><a href="E.html#ezquake">ezQuake</a></span></li></ul> <span class="is-light is-size-7">(beta, inactive since 2018)</span></li><li><span class="has-text-weight-semibold"><a href="E.html#exult">Exult</a></span></li><li><span class="has-text-weight-semibold"><a href="E.html#ezengine">ezEngine</a></span></li><li><span class="has-text-weight-semibold"><a href="E.html#ezquake">ezQuake</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="f" class="box">
<div class="box"> <div class="block"><span class="title is-4">F</span><br>80 games</div>
<div class="block">
<h2 id="f" class="is-size-4 has-text-weight-semibold">F</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="F.html#f-1_spirit">F-1 Spirit</a> <ul><li><a href="F.html#f-1_spirit">F-1 Spirit</a>
<span class="is-light is-size-7">(beta, inactive since 2009)</span></li><li><a href="F.html#fairy-max">Fairy-Max</a> <span class="is-light is-size-7">(beta, inactive since 2009)</span></li><li><a href="F.html#fairy-max">Fairy-Max</a>
@ -459,7 +422,8 @@
<span class="is-light is-size-7">(beta)</span></li><li><a href="F.html#freeblocks">FreeBlocks</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="F.html#freeblocks">FreeBlocks</a>
<span class="is-light is-size-7">(beta, inactive since 2015)</span></li><li><span class="has-text-weight-semibold"><a href="F.html#freebloks_3d_for_android">Freebloks 3D for Android</a></span></li><li><span class="has-text-weight-semibold"><a href="F.html#freeciv">Freeciv</a></span></li><li><a href="F.html#freeciv_alpha_centauri_project">Freeciv Alpha Centauri project</a> <span class="is-light is-size-7">(beta, inactive since 2015)</span></li><li><span class="has-text-weight-semibold"><a href="F.html#freebloks_3d_for_android">Freebloks 3D for Android</a></span></li><li><span class="has-text-weight-semibold"><a href="F.html#freeciv">Freeciv</a></span></li><li><a href="F.html#freeciv_alpha_centauri_project">Freeciv Alpha Centauri project</a>
<span class="is-light is-size-7">(beta, inactive since 2003)</span></li><li><span class="has-text-weight-semibold"><a href="F.html#freeciv-web">Freeciv-web</a></span></li><li><span class="has-text-weight-semibold"><a href="F.html#freecol">FreeCol</a></span></li><li><span class="has-text-weight-semibold"><a href="F.html#freecs">FreeCS</a></span></li><li><a href="F.html#freedoom">Freedoom</a> <span class="is-light is-size-7">(beta, inactive since 2003)</span></li><li><span class="has-text-weight-semibold"><a href="F.html#freeciv-web">Freeciv-web</a></span></li><li><span class="has-text-weight-semibold"><a href="F.html#freecol">FreeCol</a></span></li><li><span class="has-text-weight-semibold"><a href="F.html#freecs">FreeCS</a></span></li><li><a href="F.html#freedoom">Freedoom</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="F.html#freedroidrpg">FreedroidRPG</a></span></li><li><a href="F.html#freefalcon">FreeFalcon</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="F.html#freedroidrpg">FreedroidRPG</a></span></li><li><a href="F.html#freee">FrEee</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="F.html#freefalcon">FreeFalcon</a>
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><a href="F.html#freegish">freegish</a> <span class="is-light is-size-7">(inactive since 2014)</span></li><li><a href="F.html#freegish">freegish</a>
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="F.html#freekick_3">Freekick 3</a> <span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="F.html#freekick_3">Freekick 3</a>
<span class="is-light is-size-7">(inactive since 2015)</span></li></ul> <span class="is-light is-size-7">(inactive since 2015)</span></li></ul>
@ -486,12 +450,10 @@
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><a href="F.html#funlabyrinthe">FunLabyrinthe</a> <span class="is-light is-size-7">(inactive since 2014)</span></li><li><a href="F.html#funlabyrinthe">FunLabyrinthe</a>
<span class="is-light is-size-7">(inactive since 2012)</span></li></ul> <span class="is-light is-size-7">(inactive since 2012)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="g" class="box">
<div class="box"> <div class="block"><span class="title is-4">G</span><br>65 games</div>
<div class="block">
<h2 id="g" class="is-size-4 has-text-weight-semibold">G</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="G.html#galaxy_forces_v2">Galaxy Forces V2</a></span></li><li><a href="G.html#galaxymage_redux">GalaxyMage Redux</a> <ul><li><span class="has-text-weight-semibold"><a href="G.html#galaxy_forces_v2">Galaxy Forces V2</a></span></li><li><a href="G.html#galaxymage_redux">GalaxyMage Redux</a>
<span class="is-light is-size-7">(beta, inactive since 2011)</span></li><li><a href="G.html#galaxyng">GalaxyNG</a> <span class="is-light is-size-7">(beta, inactive since 2011)</span></li><li><a href="G.html#galaxyng">GalaxyNG</a>
@ -543,12 +505,10 @@
<span class="is-light is-size-7">(beta, inactive since 2006)</span></li><li><a href="G.html#gustys_serpents">Gusty&#39;s Serpents</a> <span class="is-light is-size-7">(beta, inactive since 2006)</span></li><li><a href="G.html#gustys_serpents">Gusty&#39;s Serpents</a>
<span class="is-light is-size-7">(beta, inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="G.html#gweled">Gweled</a></span></li><li><span class="has-text-weight-semibold"><a href="G.html#gzdoom">GZDoom</a></span></li></ul> <span class="is-light is-size-7">(beta, inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="G.html#gweled">Gweled</a></span></li><li><span class="has-text-weight-semibold"><a href="G.html#gzdoom">GZDoom</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="h" class="box">
<div class="box"> <div class="block"><span class="title is-4">H</span><br>40 games</div>
<div class="block">
<h2 id="h" class="is-size-4 has-text-weight-semibold">H</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="H.html#h-craft_championship">H-Craft Championship</a> <ul><li><a href="H.html#h-craft_championship">H-Craft Championship</a>
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="H.html#hack">Hack</a> <span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="H.html#hack">Hack</a>
@ -588,12 +548,10 @@
<span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><a href="H.html#hypercube">Hypercube</a> <span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><a href="H.html#hypercube">Hypercube</a>
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="H.html#hyperrogue">HyperRogue</a></span></li></ul> <span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="H.html#hyperrogue">HyperRogue</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="i" class="box">
<div class="box"> <div class="block"><span class="title is-4">I</span><br>32 games</div>
<div class="block">
<h2 id="i" class="is-size-4 has-text-weight-semibold">I</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="I.html#i_have_no_tomatoes">I Have No Tomatoes</a> <ul><li><a href="I.html#i_have_no_tomatoes">I Have No Tomatoes</a>
<span class="is-light is-size-7">(inactive since 2004)</span></li><li><a href="I.html#icbm3d">ICBM3D</a> <span class="is-light is-size-7">(inactive since 2004)</span></li><li><a href="I.html#icbm3d">ICBM3D</a>
@ -622,12 +580,10 @@
<span class="is-light is-size-7">(beta)</span></li><li><a href="I.html#iter_vehemens_ad_necem">Iter Vehemens ad Necem</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="I.html#iter_vehemens_ad_necem">Iter Vehemens ad Necem</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="I.html#ithaka_board_game">Ithaka Board Game</a></span></li></ul> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="I.html#ithaka_board_game">Ithaka Board Game</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="j" class="box">
<div class="box"> <div class="block"><span class="title is-4">J</span><br>25 games</div>
<div class="block">
<h2 id="j" class="is-size-4 has-text-weight-semibold">J</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="J.html#jactorio">Jactorio</a> <ul><li><a href="J.html#jactorio">Jactorio</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="J.html#jagged_alliance_2_stracciatella">Jagged Alliance 2 Stracciatella</a></span></li><li><a href="J.html#jake2">Jake2</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="J.html#jagged_alliance_2_stracciatella">Jagged Alliance 2 Stracciatella</a></span></li><li><a href="J.html#jake2">Jake2</a>
@ -652,12 +608,10 @@
<span class="is-light is-size-7">(inactive since 2004)</span></li><li><a href="J.html#just_another_tetris_clone">Just another Tetris™ clone</a> <span class="is-light is-size-7">(inactive since 2004)</span></li><li><a href="J.html#just_another_tetris_clone">Just another Tetris™ clone</a>
<span class="is-light is-size-7">(inactive since 2017)</span></li></ul> <span class="is-light is-size-7">(inactive since 2017)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="k" class="box">
<div class="box"> <div class="block"><span class="title is-4">K</span><br>29 games</div>
<div class="block">
<h2 id="k" class="is-size-4 has-text-weight-semibold">K</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="K.html#kai_opua">Kai Opua</a> <ul><li><a href="K.html#kai_opua">Kai Opua</a>
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="K.html#kam_remake">KaM Remake</a></span></li><li><a href="K.html#kartering">Kartering</a> <span class="is-light is-size-7">(inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="K.html#kam_remake">KaM Remake</a></span></li><li><a href="K.html#kartering">Kartering</a>
@ -686,12 +640,10 @@
<span class="is-light is-size-7">(beta, inactive since 2012)</span></li><li><a href="K.html#kungfoo_barracuda">KungFoo Barracuda</a> <span class="is-light is-size-7">(beta, inactive since 2012)</span></li><li><a href="K.html#kungfoo_barracuda">KungFoo Barracuda</a>
<span class="is-light is-size-7">(inactive since 2016)</span></li></ul> <span class="is-light is-size-7">(inactive since 2016)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="l" class="box">
<div class="box"> <div class="block"><span class="title is-4">L</span><br>47 games</div>
<div class="block">
<h2 id="l" class="is-size-4 has-text-weight-semibold">L</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="L.html#labbaye_des_morts">L&#39;Abbaye des Morts</a> <ul><li><a href="L.html#labbaye_des_morts">L&#39;Abbaye des Morts</a>
<span class="is-light is-size-7">(inactive since 2018)</span></li><li><a href="L.html#l-echo">l-echo</a> <span class="is-light is-size-7">(inactive since 2018)</span></li><li><a href="L.html#l-echo">l-echo</a>
@ -734,12 +686,10 @@
<span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="L.html#lugaru">Lugaru</a></span></li><li><a href="L.html#luola">Luola</a> <span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="L.html#lugaru">Lugaru</a></span></li><li><a href="L.html#luola">Luola</a>
<span class="is-light is-size-7">(inactive since 2005)</span></li></ul> <span class="is-light is-size-7">(inactive since 2005)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="m" class="box">
<div class="box"> <div class="block"><span class="title is-4">M</span><br>77 games</div>
<div class="block">
<h2 id="m" class="is-size-4 has-text-weight-semibold">M</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="M.html#mars">M.A.R.S.</a> <ul><li><a href="M.html#mars">M.A.R.S.</a>
<span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><a href="M.html#mewl">M.E.W.L.</a> <span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><a href="M.html#mewl">M.E.W.L.</a>
@ -799,12 +749,10 @@
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="M.html#musosu">MUSoSu</a> <span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="M.html#musosu">MUSoSu</a>
<span class="is-light is-size-7">(beta, inactive since 2008)</span></li><li><span class="has-text-weight-semibold"><a href="M.html#mxengine">MxEngine</a></span></li></ul> <span class="is-light is-size-7">(beta, inactive since 2008)</span></li><li><span class="has-text-weight-semibold"><a href="M.html#mxengine">MxEngine</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="n" class="box">
<div class="box"> <div class="block"><span class="title is-4">N</span><br>33 games</div>
<div class="block">
<h2 id="n" class="is-size-4 has-text-weight-semibold">N</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="N.html#n2048">n2048</a> <ul><li><a href="N.html#n2048">n2048</a>
<span class="is-light is-size-7">(beta, inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="N.html#naev">Naev</a></span></li><li><span class="has-text-weight-semibold"><a href="N.html#nblood">NBlood</a></span></li><li><a href="N.html#neogfx">neoGFX</a> <span class="is-light is-size-7">(beta, inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="N.html#naev">Naev</a></span></li><li><span class="has-text-weight-semibold"><a href="N.html#nblood">NBlood</a></span></li><li><a href="N.html#neogfx">neoGFX</a>
@ -833,12 +781,10 @@
<span class="is-light is-size-7">(beta, inactive since 2018)</span></li><li><span class="has-text-weight-semibold"><a href="N.html#nxengine">NXEngine</a></span></li><li><span class="has-text-weight-semibold"><a href="N.html#nxengine-evo">NXEngine-evo</a></span></li><li><a href="N.html#nxtank">nXtank</a> <span class="is-light is-size-7">(beta, inactive since 2018)</span></li><li><span class="has-text-weight-semibold"><a href="N.html#nxengine">NXEngine</a></span></li><li><span class="has-text-weight-semibold"><a href="N.html#nxengine-evo">NXEngine-evo</a></span></li><li><a href="N.html#nxtank">nXtank</a>
<span class="is-light is-size-7">(beta, inactive since 2010)</span></li></ul> <span class="is-light is-size-7">(beta, inactive since 2010)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="o" class="box">
<div class="box"> <div class="block"><span class="title is-4">O</span><br>129 games</div>
<div class="block">
<h2 id="o" class="is-size-4 has-text-weight-semibold">O</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="O.html#odamex">Odamex</a> <ul><li><a href="O.html#odamex">Odamex</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="O.html#ogrian_carpet">Ogrian Carpet</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="O.html#ogrian_carpet">Ogrian Carpet</a>
@ -940,12 +886,10 @@
<span class="is-light is-size-7">(beta)</span></li><li><a href="O.html#overgod">Overgod</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="O.html#overgod">Overgod</a>
<span class="is-light is-size-7">(inactive since 2005)</span></li><li><span class="has-text-weight-semibold"><a href="O.html#oxygen_engine">Oxygen Engine</a></span></li></ul> <span class="is-light is-size-7">(inactive since 2005)</span></li><li><span class="has-text-weight-semibold"><a href="O.html#oxygen_engine">Oxygen Engine</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="p" class="box">
<div class="box"> <div class="block"><span class="title is-4">P</span><br>84 games</div>
<div class="block">
<h2 id="p" class="is-size-4 has-text-weight-semibold">P</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="P.html#pac_go">Pac Go</a></span></li><li><a href="P.html#pacewar">Pacewar</a> <ul><li><span class="has-text-weight-semibold"><a href="P.html#pac_go">Pac Go</a></span></li><li><a href="P.html#pacewar">Pacewar</a>
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><span class="has-text-weight-semibold"><a href="P.html#pachi">Pachi</a></span></li><li><a href="P.html#pacman">Pacman</a> <span class="is-light is-size-7">(inactive since 2017)</span></li><li><span class="has-text-weight-semibold"><a href="P.html#pachi">Pachi</a></span></li><li><a href="P.html#pacman">Pacman</a>
@ -1017,12 +961,10 @@
<span class="is-light is-size-7">(inactive since 2004)</span></li><li><a href="P.html#python_kye">Python Kye</a> <span class="is-light is-size-7">(inactive since 2004)</span></li><li><a href="P.html#python_kye">Python Kye</a>
<span class="is-light is-size-7">(inactive since 2010)</span></li></ul> <span class="is-light is-size-7">(inactive since 2010)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="q" class="box">
<div class="box"> <div class="block"><span class="title is-4">Q</span><br>9 games</div>
<div class="block">
<h2 id="q" class="is-size-4 has-text-weight-semibold">Q</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="Q.html#q">Q</a> <ul><li><a href="Q.html#q">Q</a>
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="Q.html#q-gears">Q-Gears</a> <span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="Q.html#q-gears">Q-Gears</a>
@ -1036,12 +978,10 @@
<span class="is-light is-size-7">(beta)</span></li><li><a href="Q.html#quatter">Quatter</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="Q.html#quatter">Quatter</a>
<span class="is-light is-size-7">(inactive since 2018)</span></li></ul> <span class="is-light is-size-7">(inactive since 2018)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="r" class="box">
<div class="box"> <div class="block"><span class="title is-4">R</span><br>65 games</div>
<div class="block">
<h2 id="r" class="is-size-4 has-text-weight-semibold">R</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="R.html#rabbit_escape">Rabbit Escape</a></span></li><li><span class="has-text-weight-semibold"><a href="R.html#race_into_space">Race Into Space</a></span></li><li><a href="R.html#racerjs">RacerJS</a> <ul><li><span class="has-text-weight-semibold"><a href="R.html#rabbit_escape">Rabbit Escape</a></span></li><li><span class="has-text-weight-semibold"><a href="R.html#race_into_space">Race Into Space</a></span></li><li><a href="R.html#racerjs">RacerJS</a>
<span class="is-light is-size-7">(inactive since 2010)</span></li><li><span class="has-text-weight-semibold"><a href="R.html#rad">RAD</a></span></li><li><a href="R.html#radakan">Radakan</a> <span class="is-light is-size-7">(inactive since 2010)</span></li><li><span class="has-text-weight-semibold"><a href="R.html#rad">RAD</a></span></li><li><a href="R.html#radakan">Radakan</a>
@ -1087,12 +1027,10 @@
<span class="is-light is-size-7">(inactive since 2011)</span></li><li><a href="R.html#ruzzt">RuZZT</a> <span class="is-light is-size-7">(inactive since 2011)</span></li><li><a href="R.html#ruzzt">RuZZT</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="R.html#ryzom_core">Ryzom Core</a></span></li></ul> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="R.html#ryzom_core">Ryzom Core</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="s" class="box">
<div class="box"> <div class="block"><span class="title is-4">S</span><br>132 games</div>
<div class="block">
<h2 id="s" class="is-size-4 has-text-weight-semibold">S</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="S.html#scourge">S.C.O.U.R.G.E.</a> <ul><li><a href="S.html#scourge">S.C.O.U.R.G.E.</a>
<span class="is-light is-size-7">(beta, inactive since 2008)</span></li><li><span class="has-text-weight-semibold"><a href="S.html#sanandreasunity">SanAndreasUnity</a></span></li><li><a href="S.html#sandspiel">sandspiel</a> <span class="is-light is-size-7">(beta, inactive since 2008)</span></li><li><span class="has-text-weight-semibold"><a href="S.html#sanandreasunity">SanAndreasUnity</a></span></li><li><a href="S.html#sandspiel">sandspiel</a>
@ -1195,12 +1133,10 @@
<span class="is-light is-size-7">(beta, inactive since 2010)</span></li><li><a href="S.html#system_syzygy">System Syzygy</a> <span class="is-light is-size-7">(beta, inactive since 2010)</span></li><li><a href="S.html#system_syzygy">System Syzygy</a>
<span class="is-light is-size-7">(inactive since 2018)</span></li></ul> <span class="is-light is-size-7">(inactive since 2018)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="t" class="box">
<div class="box"> <div class="block"><span class="title is-4">T</span><br>109 games</div>
<div class="block">
<h2 id="t" class="is-size-4 has-text-weight-semibold">T</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="T.html#t-bots">T-Bots</a> <ul><li><a href="T.html#t-bots">T-Bots</a>
<span class="is-light is-size-7">(beta, inactive since 2004)</span></li><li><a href="T.html#t3">T^3</a> <span class="is-light is-size-7">(beta, inactive since 2004)</span></li><li><a href="T.html#t3">T^3</a>
@ -1214,7 +1150,7 @@
<span class="is-light is-size-7">(inactive since 2019)</span></li><li><a href="T.html#team_tactics">Team Tactics</a> <span class="is-light is-size-7">(inactive since 2019)</span></li><li><a href="T.html#team_tactics">Team Tactics</a>
<span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><a href="T.html#tecnoballz">TecnoballZ</a> <span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><a href="T.html#tecnoballz">TecnoballZ</a>
<span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><a href="T.html#teeworlds">Teeworlds</a> <span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><a href="T.html#teeworlds">Teeworlds</a>
<span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="T.html#tekwargdx">TekwarGDX</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="T.html#tekwargdx">TekwarGDX</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="T.html#tenes_empanadas_graciela">Tenes Empanadas Graciela</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="T.html#tenes_empanadas_graciela">Tenes Empanadas Graciela</a>
<span class="is-light is-size-7">(beta, inactive since 2015)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#tennix">Tennix!</a></span></li><li><span class="has-text-weight-semibold"><a href="T.html#termfrogger">TermFrogger</a></span></li><li><span class="has-text-weight-semibold"><a href="T.html#terminalapps">TerminalApps</a></span></li><li><a href="T.html#terrarium">terrarium</a> <span class="is-light is-size-7">(beta, inactive since 2015)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#tennix">Tennix!</a></span></li><li><span class="has-text-weight-semibold"><a href="T.html#termfrogger">TermFrogger</a></span></li><li><span class="has-text-weight-semibold"><a href="T.html#terminalapps">TerminalApps</a></span></li><li><a href="T.html#terrarium">terrarium</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="T.html#tes3mp">TES3MP</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="T.html#tes3mp">TES3MP</a>
@ -1291,12 +1227,10 @@
<span class="is-light is-size-7">(beta)</span></li><li><a href="T.html#tyrquake">TyrQuake</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="T.html#tyrquake">TyrQuake</a>
<span class="is-light is-size-7">(beta)</span></li></ul> <span class="is-light is-size-7">(beta)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="u" class="box">
<div class="box"> <div class="block"><span class="title is-4">U</span><br>22 games</div>
<div class="block">
<h2 id="u" class="is-size-4 has-text-weight-semibold">U</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="U.html#uasource">UA_source</a> <ul><li><a href="U.html#uasource">UA_source</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="U.html#ualbion">UAlbion</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="U.html#ualbion">UAlbion</a>
@ -1319,12 +1253,10 @@
<span class="is-light is-size-7">(beta)</span></li><li><a href="U.html#unknown_horizons">Unknown Horizons</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="U.html#unknown_horizons">Unknown Horizons</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="U.html#unnethack">UnNetHack</a></span></li><li><span class="has-text-weight-semibold"><a href="U.html#unvanquished">Unvanquished</a></span></li></ul> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="U.html#unnethack">UnNetHack</a></span></li><li><span class="has-text-weight-semibold"><a href="U.html#unvanquished">Unvanquished</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="v" class="box">
<div class="box"> <div class="block"><span class="title is-4">V</span><br>25 games</div>
<div class="block">
<h2 id="v" class="is-size-4 has-text-weight-semibold">V</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="V.html#valyria_tear">Valyria Tear</a></span></li><li><a href="V.html#vamos">Vamos</a> <ul><li><span class="has-text-weight-semibold"><a href="V.html#valyria_tear">Valyria Tear</a></span></li><li><a href="V.html#vamos">Vamos</a>
<span class="is-light is-size-7">(beta, inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="V.html#vangers">Vangers</a></span></li><li><span class="has-text-weight-semibold"><a href="V.html#vanilla-conquer">Vanilla-Conquer</a></span></li><li><span class="has-text-weight-semibold"><a href="V.html#vcmi">VCMI</a></span></li><li><a href="V.html#vdrift">VDrift</a> <span class="is-light is-size-7">(beta, inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="V.html#vangers">Vangers</a></span></li><li><span class="has-text-weight-semibold"><a href="V.html#vanilla-conquer">Vanilla-Conquer</a></span></li><li><span class="has-text-weight-semibold"><a href="V.html#vcmi">VCMI</a></span></li><li><a href="V.html#vdrift">VDrift</a>
@ -1346,12 +1278,10 @@
<span class="is-light is-size-7">(beta)</span></li><li><a href="V.html#vultures_eye">Vulture&#39;s Eye</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="V.html#vultures_eye">Vulture&#39;s Eye</a>
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><span class="has-text-weight-semibold"><a href="V.html#vvvvvv">VVVVVV</a></span></li></ul> <span class="is-light is-size-7">(inactive since 2015)</span></li><li><span class="has-text-weight-semibold"><a href="V.html#vvvvvv">VVVVVV</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="w" class="box">
<div class="box"> <div class="block"><span class="title is-4">W</span><br>37 games</div>
<div class="block">
<h2 id="w" class="is-size-4 has-text-weight-semibold">W</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="W.html#wagic_the_homebrew">Wagic, the Homebrew</a> <ul><li><a href="W.html#wagic_the_homebrew">Wagic, the Homebrew</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="W.html#walic">Walic</a></span></li><li><span class="has-text-weight-semibold"><a href="W.html#wallball">WallBall</a></span></li><li><a href="W.html#war_of_kingdom">War Of Kingdom</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="W.html#walic">Walic</a></span></li><li><span class="has-text-weight-semibold"><a href="W.html#wallball">WallBall</a></span></li><li><a href="W.html#war_of_kingdom">War Of Kingdom</a>
@ -1388,12 +1318,10 @@
<span class="is-light is-size-7">(beta, inactive since 2014)</span></li><li><a href="W.html#wxlasertank">wxLaserTank</a> <span class="is-light is-size-7">(beta, inactive since 2014)</span></li><li><a href="W.html#wxlasertank">wxLaserTank</a>
<span class="is-light is-size-7">(inactive since 2009)</span></li><li><span class="has-text-weight-semibold"><a href="W.html#wyrmsun">Wyrmsun</a></span></li></ul> <span class="is-light is-size-7">(inactive since 2009)</span></li><li><span class="has-text-weight-semibold"><a href="W.html#wyrmsun">Wyrmsun</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="x" class="box">
<div class="box"> <div class="block"><span class="title is-4">X</span><br>27 games</div>
<div class="block">
<h2 id="x" class="is-size-4 has-text-weight-semibold">X</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="X.html#x-force_fight_for_destiny">X-Force: Fight For Destiny</a> <ul><li><a href="X.html#x-force_fight_for_destiny">X-Force: Fight For Destiny</a>
<span class="is-light is-size-7">(beta, inactive since 2011)</span></li><li><a href="X.html#x-moto">X-Moto</a> <span class="is-light is-size-7">(beta, inactive since 2011)</span></li><li><a href="X.html#x-moto">X-Moto</a>
@ -1423,12 +1351,10 @@
<span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="X.html#xyginext">xygineXT</a> <span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="X.html#xyginext">xygineXT</a>
<span class="is-light is-size-7">(beta)</span></li></ul> <span class="is-light is-size-7">(beta)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="y" class="box">
<div class="box"> <div class="block"><span class="title is-4">Y</span><br>7 games</div>
<div class="block">
<h2 id="y" class="is-size-4 has-text-weight-semibold">Y</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="Y.html#yamagi_quake_ii">Yamagi Quake II</a></span></li><li><span class="has-text-weight-semibold"><a href="Y.html#yet_another_doom_clone">Yet Another Doom Clone</a></span></li><li><a href="Y.html#yet_another_engine">Yet Another Engine</a> <ul><li><span class="has-text-weight-semibold"><a href="Y.html#yamagi_quake_ii">Yamagi Quake II</a></span></li><li><span class="has-text-weight-semibold"><a href="Y.html#yet_another_doom_clone">Yet Another Doom Clone</a></span></li><li><a href="Y.html#yet_another_engine">Yet Another Engine</a>
<span class="is-light is-size-7">(beta, inactive since 2016)</span></li></ul> <span class="is-light is-size-7">(beta, inactive since 2016)</span></li></ul>
@ -1440,12 +1366,10 @@
<ul><li><a href="Y.html#yorg">Yorg</a> <ul><li><a href="Y.html#yorg">Yorg</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="Y.html#ysoccer">YSoccer</a></span></li></ul> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="Y.html#ysoccer">YSoccer</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="z" class="box">
<div class="box"> <div class="block"><span class="title is-4">Z</span><br>20 games</div>
<div class="block">
<h2 id="z" class="is-size-4 has-text-weight-semibold">Z</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="Z.html#zandronum">Zandronum</a> <ul><li><a href="Z.html#zandronum">Zandronum</a>
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="Z.html#zangband">ZAngband</a> <span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="Z.html#zangband">ZAngband</a>
@ -1465,12 +1389,10 @@
<span class="is-light is-size-7">(beta, inactive since 2004)</span></li><li><a href="Z.html#zztgo">zztgo</a> <span class="is-light is-size-7">(beta, inactive since 2004)</span></li><li><a href="Z.html#zztgo">zztgo</a>
<span class="is-light is-size-7">(beta)</span></li></ul> <span class="is-light is-size-7">(beta)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="0" class="box">
<div class="box"> <div class="block"><span class="title is-4">0-9</span><br>13 games</div>
<div class="block">
<h2 id="0" class="is-size-4 has-text-weight-semibold">0</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="0.html#0_ad">0 A.D.</a> <ul><li><a href="0.html#0_ad">0 A.D.</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="0.html#1oom">1oom</a></span></li><li><span class="has-text-weight-semibold"><a href="0.html#2006-rebotted">2006-rebotted</a></span></li><li><span class="has-text-weight-semibold"><a href="0.html#2048">2048</a></span></li><li><span class="has-text-weight-semibold"><a href="0.html#2048_python">2048 Python</a></span></li></ul> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="0.html#1oom">1oom</a></span></li><li><span class="has-text-weight-semibold"><a href="0.html#2006-rebotted">2006-rebotted</a></span></li><li><span class="has-text-weight-semibold"><a href="0.html#2048">2048</a></span></li><li><span class="has-text-weight-semibold"><a href="0.html#2048_python">2048 Python</a></span></li></ul>
@ -1486,21 +1408,16 @@
<span class="is-light is-size-7">(inactive since 2012)</span></li><li><a href="0.html#54321">54321</a> <span class="is-light is-size-7">(inactive since 2012)</span></li><li><a href="0.html#54321">54321</a>
<span class="is-light is-size-7">(inactive since 2001)</span></li></ul> <span class="is-light is-size-7">(inactive since 2001)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div></div>
<footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

File diff suppressed because it is too large Load Diff

View File

@ -9,61 +9,53 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <div class="navbar-start">
<a class="navbar-item" href="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="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"> <div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link is-active"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a> <a class="navbar-link is-active"><span class="icon has-text-black"><i class="icon-filter"></i></span><span>Filter</span></a>
<div class="navbar-dropdown"> <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="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="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="languages.html"><span class="icon has-text-black"><i class="icon-language"></i></span><span>By code language</span></a>
<a class="navbar-item is-active" 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 is-active" href="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="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="top50.html"><span class="icon has-text-black"><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
</div> </div>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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" 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="../inspirations/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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<div class="box"><div class="block"> <div class="box"><div class="block">
<h1 class="title">Open source games and frameworks</h1><h2 class="subtitle">Index by supported platform</h2></div><div class="tags"> <p class="title is-4">Open source games and frameworks</p><p class="subtitle is-6">Index by supported platform</p></div><div class="tags">
<span class="tag is-white is-size-5"> <span class="tag is-white is-size-5"><span class="icon has-text-black"><i class="icon-windows"></i></span><a href="#windows" class="has-text-weight-semibold">Windows</a> <span class="has-text-grey">(530)</span>
<a href="#windows" class="has-text-weight-semibold mr-1"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span>Windows</a> <span class="has-text-grey">(529)</span> </span><span class="tag is-white is-size-5"><span class="icon has-text-black"><i class="icon-tux"></i></span><a href="#linux" class="has-text-weight-semibold">Linux</a> <span class="has-text-grey">(503)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><span class="icon has-text-black"><i class="icon-appleinc"></i></span><a href="#macos" class="has-text-weight-semibold">macOS</a> <span class="has-text-grey">(297)</span>
<a href="#linux" class="has-text-weight-semibold mr-1"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span>Linux</a> <span class="has-text-grey">(502)</span> </span><span class="tag is-white is-size-5"><span class="icon has-text-black"><i class="icon-android"></i></span><a href="#android" class="has-text-weight-semibold">Android</a> <span class="has-text-grey">(150)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><span class="icon has-text-black"><i class="icon-ios"></i></span><a href="#ios" class="has-text-weight-semibold">iOS</a> <span class="has-text-grey">(21)</span>
<a href="#macos" class="has-text-weight-semibold mr-1"><span class="icon is-large has-text-black" ><i class="icon-appleinc"></i></span>macOS</a> <span class="has-text-grey">(296)</span> </span><span class="tag is-white is-size-5"><span class="icon has-text-black"><i class="icon-earth"></i></span><a href="#web" class="has-text-weight-semibold">Web</a> <span class="has-text-grey">(152)</span>
</span><span class="tag is-white is-size-5"> </span><span class="tag is-white is-size-5"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span><a href="#unspecified" class="has-text-weight-semibold">Unspecified</a> <span class="has-text-grey">(829)</span>
<a href="#android" class="has-text-weight-semibold mr-1"><span class="icon is-large has-text-black" ><i class="icon-android"></i></span>Android</a> <span class="has-text-grey">(150)</span>
</span><span class="tag is-white is-size-5">
<a href="#ios" class="has-text-weight-semibold mr-1"><span class="icon is-large has-text-black" ><i class="icon-ios"></i></span>iOS</a> <span class="has-text-grey">(21)</span>
</span><span class="tag is-white is-size-5">
<a href="#web" class="has-text-weight-semibold mr-1"><span class="icon is-large has-text-black" ><i class="icon-earth"></i></span>Web</a> <span class="has-text-grey">(152)</span>
</span><span class="tag is-white is-size-5">
<a href="#unspecified" class="has-text-weight-semibold mr-1"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span>Unspecified</a> <span class="has-text-grey">(828)</span>
</span> </span>
</div> </div>
</div> </div>
<div class="box"> <div id="windows" class="box">
<div class="block"> <div class="block"><span class="icon has-text-black"><i class="icon-windows"></i></span><span class="title is-4">Windows</span><br>530 entries</div>
<h2 id="windows" class="is-size-4 has-text-weight-semibold"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span>Windows</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="0.html#0_ad">0 A.D.</a> <ul><li><a href="0.html#0_ad">0 A.D.</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="0.html#1oom">1oom</a></span></li><li><span class="has-text-weight-semibold"><a href="0.html#3dworld">3DWorld</a></span></li><li><a href="0.html#4d_maze_game">4D Maze Game</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="0.html#1oom">1oom</a></span></li><li><span class="has-text-weight-semibold"><a href="0.html#3dworld">3DWorld</a></span></li><li><a href="0.html#4d_maze_game">4D Maze Game</a>
@ -113,7 +105,8 @@
<span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="D.html#d2x-xl">D2X-XL</a> <span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="D.html#d2x-xl">D2X-XL</a>
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="D.html#daedalus">Daedalus</a> <span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="D.html#daedalus">Daedalus</a>
<span class="is-light is-size-7">(inactive since 2018)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#daggerfall_unity">Daggerfall Unity</a></span></li><li><a href="D.html#darkplaces">DarkPlaces</a> <span class="is-light is-size-7">(inactive since 2018)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#daggerfall_unity">Daggerfall Unity</a></span></li><li><a href="D.html#darkplaces">DarkPlaces</a>
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#dave_gnukem">Dave Gnukem</a></span></li><li><a href="D.html#deer_portal">Deer Portal</a> <span class="is-light is-size-7">(inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#dave_gnukem">Dave Gnukem</a></span></li><li><a href="D.html#ddracenetwork">DDraceNetwork</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="D.html#deer_portal">Deer Portal</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="D.html#defendguin">Defendguin</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="D.html#defendguin">Defendguin</a>
<span class="is-light is-size-7">(inactive since 2009)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#destination_sol">Destination Sol</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#dhewm3">dhewm3</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#digital_a_love_story">Digital: A Love Story</a></span></li><li><a href="D.html#dim3">dim3</a> <span class="is-light is-size-7">(inactive since 2009)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#destination_sol">Destination Sol</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#dhewm3">dhewm3</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#digital_a_love_story">Digital: A Love Story</a></span></li><li><a href="D.html#dim3">dim3</a>
<span class="is-light is-size-7">(beta, inactive since 2014)</span></li><li><a href="D.html#directx12gameengine">DirectX12GameEngine</a> <span class="is-light is-size-7">(beta, inactive since 2014)</span></li><li><a href="D.html#directx12gameengine">DirectX12GameEngine</a>
@ -171,10 +164,10 @@
<span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="H.html#hodoku">HoDoKu</a> <span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="H.html#hodoku">HoDoKu</a>
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="H.html#holtz">Holtz</a></span></li><li><a href="H.html#hoverrace">HoverRace</a> <span class="is-light is-size-7">(inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="H.html#holtz">Holtz</a></span></li><li><a href="H.html#hoverrace">HoverRace</a>
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="H.html#hyperrogue">HyperRogue</a></span></li><li><a href="I.html#i_have_no_tomatoes">I Have No Tomatoes</a> <span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="H.html#hyperrogue">HyperRogue</a></span></li><li><a href="I.html#i_have_no_tomatoes">I Have No Tomatoes</a>
<span class="is-light is-size-7">(inactive since 2004)</span></li><li><a href="I.html#ice_breaker">Ice Breaker</a> <span class="is-light is-size-7">(inactive since 2004)</span></li></ul>
<span class="is-light is-size-7">(inactive since 2003)</span></li></ul>
</div><div class="column"> </div><div class="column">
<ul><li><a href="I.html#iichantra">iiChantra</a> <ul><li><a href="I.html#ice_breaker">Ice Breaker</a>
<span class="is-light is-size-7">(inactive since 2003)</span></li><li><a href="I.html#iichantra">iiChantra</a>
<span class="is-light is-size-7">(beta, inactive since 2012)</span></li><li><a href="I.html#ika">ika</a> <span class="is-light is-size-7">(beta, inactive since 2012)</span></li><li><a href="I.html#ika">ika</a>
<span class="is-light is-size-7">(beta, inactive since 2007)</span></li><li><a href="I.html#inexor">Inexor</a> <span class="is-light is-size-7">(beta, inactive since 2007)</span></li><li><a href="I.html#inexor">Inexor</a>
<span class="is-light is-size-7">(beta, inactive since 2018)</span></li><li><a href="I.html#infinite_mario_bros">Infinite Mario Bros</a> <span class="is-light is-size-7">(beta, inactive since 2018)</span></li><li><a href="I.html#infinite_mario_bros">Infinite Mario Bros</a>
@ -334,7 +327,7 @@
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="T.html#tankistonline">TankistOnline</a> <span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="T.html#tankistonline">TankistOnline</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#tanks_of_freedom">Tanks of Freedom</a></span></li><li><a href="T.html#team_tactics">Team Tactics</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#tanks_of_freedom">Tanks of Freedom</a></span></li><li><a href="T.html#team_tactics">Team Tactics</a>
<span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><a href="T.html#teeworlds">Teeworlds</a> <span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><a href="T.html#teeworlds">Teeworlds</a>
<span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#termfrogger">TermFrogger</a></span></li><li><span class="has-text-weight-semibold"><a href="T.html#terminalapps">TerminalApps</a></span></li><li><a href="T.html#tes3mp">TES3MP</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#termfrogger">TermFrogger</a></span></li><li><span class="has-text-weight-semibold"><a href="T.html#terminalapps">TerminalApps</a></span></li><li><a href="T.html#tes3mp">TES3MP</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#tetrepetete">Tetrepetete</a></span></li><li><span class="has-text-weight-semibold"><a href="T.html#the_battle_for_wesnoth">The Battle for Wesnoth</a></span></li><li><a href="T.html#the_bubs_brothers">The Bub&#39;s Brothers</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#tetrepetete">Tetrepetete</a></span></li><li><span class="has-text-weight-semibold"><a href="T.html#the_battle_for_wesnoth">The Battle for Wesnoth</a></span></li><li><a href="T.html#the_bubs_brothers">The Bub&#39;s Brothers</a>
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="T.html#the_butterfly_effect">The Butterfly Effect</a> <span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="T.html#the_butterfly_effect">The Butterfly Effect</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#the_dark_mod">The Dark Mod</a></span></li><li><a href="T.html#the_endless_dungeons">The Endless Dungeons</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#the_dark_mod">The Dark Mod</a></span></li><li><a href="T.html#the_endless_dungeons">The Endless Dungeons</a>
@ -410,12 +403,10 @@
<span class="is-light is-size-7">(beta)</span></li><li><a href="../frameworks/tool.html#world_builder">World Builder</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="../frameworks/tool.html#world_builder">World Builder</a>
<span class="is-light is-size-7">(inactive since 2007)</span></li></ul> <span class="is-light is-size-7">(inactive since 2007)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="linux" class="box">
<div class="box"> <div class="block"><span class="icon has-text-black"><i class="icon-tux"></i></span><span class="title is-4">Linux</span><br>503 entries</div>
<div class="block">
<h2 id="linux" class="is-size-4 has-text-weight-semibold"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span>Linux</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="0.html#0_ad">0 A.D.</a> <ul><li><a href="0.html#0_ad">0 A.D.</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="0.html#1oom">1oom</a></span></li><li><a href="0.html#3d_pong">3D Pong</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="0.html#1oom">1oom</a></span></li><li><a href="0.html#3d_pong">3D Pong</a>
@ -473,7 +464,8 @@
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><a href="C.html#cytadela">Cytadela</a> <span class="is-light is-size-7">(inactive since 2014)</span></li><li><a href="C.html#cytadela">Cytadela</a>
<span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="D.html#d2x-xl">D2X-XL</a> <span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="D.html#d2x-xl">D2X-XL</a>
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#daggerfall_unity">Daggerfall Unity</a></span></li><li><a href="D.html#darkplaces">DarkPlaces</a> <span class="is-light is-size-7">(inactive since 2015)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#daggerfall_unity">Daggerfall Unity</a></span></li><li><a href="D.html#darkplaces">DarkPlaces</a>
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#dave_gnukem">Dave Gnukem</a></span></li><li><a href="D.html#deer_portal">Deer Portal</a> <span class="is-light is-size-7">(inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#dave_gnukem">Dave Gnukem</a></span></li><li><a href="D.html#ddracenetwork">DDraceNetwork</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="D.html#deer_portal">Deer Portal</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="D.html#defendguin">Defendguin</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="D.html#defendguin">Defendguin</a>
<span class="is-light is-size-7">(inactive since 2009)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#destination_sol">Destination Sol</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#dhewm3">dhewm3</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#digital_a_love_story">Digital: A Love Story</a></span></li><li><a href="D.html#dim3">dim3</a> <span class="is-light is-size-7">(inactive since 2009)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#destination_sol">Destination Sol</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#dhewm3">dhewm3</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#digital_a_love_story">Digital: A Love Story</a></span></li><li><a href="D.html#dim3">dim3</a>
<span class="is-light is-size-7">(beta, inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#domination">Domination</a></span></li><li><a href="D.html#donut">donut</a> <span class="is-light is-size-7">(beta, inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#domination">Domination</a></span></li><li><a href="D.html#donut">donut</a>
@ -519,10 +511,10 @@
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><a href="G.html#gusanos">GUSANOS</a> <span class="is-light is-size-7">(inactive since 2014)</span></li><li><a href="G.html#gusanos">GUSANOS</a>
<span class="is-light is-size-7">(beta, inactive since 2006)</span></li><li><span class="has-text-weight-semibold"><a href="G.html#gweled">Gweled</a></span></li><li><span class="has-text-weight-semibold"><a href="G.html#gzdoom">GZDoom</a></span></li><li><span class="has-text-weight-semibold"><a href="H.html#hammer_of_thyrion">Hammer of Thyrion</a></span></li><li><a href="H.html#hardwar">Hardwar</a> <span class="is-light is-size-7">(beta, inactive since 2006)</span></li><li><span class="has-text-weight-semibold"><a href="G.html#gweled">Gweled</a></span></li><li><span class="has-text-weight-semibold"><a href="G.html#gzdoom">GZDoom</a></span></li><li><span class="has-text-weight-semibold"><a href="H.html#hammer_of_thyrion">Hammer of Thyrion</a></span></li><li><a href="H.html#hardwar">Hardwar</a>
<span class="is-light is-size-7">(beta, inactive since 2015)</span></li><li><a href="H.html#harmonist_dayoriah_clan_infiltration">Harmonist: Dayoriah Clan Infiltration</a> <span class="is-light is-size-7">(beta, inactive since 2015)</span></li><li><a href="H.html#harmonist_dayoriah_clan_infiltration">Harmonist: Dayoriah Clan Infiltration</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="H.html#head_over_heels">Head over Heels</a></span></li><li><span class="has-text-weight-semibold"><a href="H.html#hedgewars">Hedgewars</a></span></li><li><a href="H.html#help_hannahs_horse">Help Hannah&#39;s Horse</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="H.html#head_over_heels">Head over Heels</a></span></li><li><span class="has-text-weight-semibold"><a href="H.html#hedgewars">Hedgewars</a></span></li></ul>
<span class="is-light is-size-7">(beta, inactive since 2008)</span></li></ul>
</div><div class="column"> </div><div class="column">
<ul><li><a href="H.html#hexon">heXon</a> <ul><li><a href="H.html#help_hannahs_horse">Help Hannah&#39;s Horse</a>
<span class="is-light is-size-7">(beta, inactive since 2008)</span></li><li><a href="H.html#hexon">heXon</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="H.html#hexoshi">Hexoshi</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="H.html#hexoshi">Hexoshi</a>
<span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><a href="H.html#hhexen">HHexen</a> <span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><a href="H.html#hhexen">HHexen</a>
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="H.html#hodoku">HoDoKu</a> <span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="H.html#hodoku">HoDoKu</a>
@ -678,7 +670,7 @@
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="T.html#tankistonline">TankistOnline</a> <span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="T.html#tankistonline">TankistOnline</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#tanks_of_freedom">Tanks of Freedom</a></span></li><li><a href="T.html#team_tactics">Team Tactics</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#tanks_of_freedom">Tanks of Freedom</a></span></li><li><a href="T.html#team_tactics">Team Tactics</a>
<span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><a href="T.html#teeworlds">Teeworlds</a> <span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><a href="T.html#teeworlds">Teeworlds</a>
<span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="T.html#tenes_empanadas_graciela">Tenes Empanadas Graciela</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="T.html#tenes_empanadas_graciela">Tenes Empanadas Graciela</a>
<span class="is-light is-size-7">(beta, inactive since 2015)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#termfrogger">TermFrogger</a></span></li><li><span class="has-text-weight-semibold"><a href="T.html#terminalapps">TerminalApps</a></span></li><li><a href="T.html#tes3mp">TES3MP</a> <span class="is-light is-size-7">(beta, inactive since 2015)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#termfrogger">TermFrogger</a></span></li><li><span class="has-text-weight-semibold"><a href="T.html#terminalapps">TerminalApps</a></span></li><li><a href="T.html#tes3mp">TES3MP</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#the_battle_for_wesnoth">The Battle for Wesnoth</a></span></li><li><a href="T.html#the_bubs_brothers">The Bub&#39;s Brothers</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#the_battle_for_wesnoth">The Battle for Wesnoth</a></span></li><li><a href="T.html#the_bubs_brothers">The Bub&#39;s Brothers</a>
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="T.html#the_butterfly_effect">The Butterfly Effect</a> <span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="T.html#the_butterfly_effect">The Butterfly Effect</a>
@ -752,12 +744,10 @@
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="../frameworks/framework.html#superstarfighter">SuperStarfighter</a> <span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="../frameworks/framework.html#superstarfighter">SuperStarfighter</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#vassal">VASSAL</a></span></li></ul> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#vassal">VASSAL</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="macos" class="box">
<div class="box"> <div class="block"><span class="icon has-text-black"><i class="icon-appleinc"></i></span><span class="title is-4">macOS</span><br>297 entries</div>
<div class="block">
<h2 id="macos" class="is-size-4 has-text-weight-semibold"><span class="icon is-large has-text-black" ><i class="icon-appleinc"></i></span>macOS</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="0.html#0_ad">0 A.D.</a> <ul><li><a href="0.html#0_ad">0 A.D.</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="0.html#3d_pong">3D Pong</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="0.html#3d_pong">3D Pong</a>
@ -783,7 +773,8 @@
<span class="is-light is-size-7">(inactive since 2010)</span></li><li><a href="C.html#cytadela">Cytadela</a> <span class="is-light is-size-7">(inactive since 2010)</span></li><li><a href="C.html#cytadela">Cytadela</a>
<span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="D.html#d2x-xl">D2X-XL</a> <span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="D.html#d2x-xl">D2X-XL</a>
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#daggerfall_unity">Daggerfall Unity</a></span></li><li><a href="D.html#darkplaces">DarkPlaces</a> <span class="is-light is-size-7">(inactive since 2015)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#daggerfall_unity">Daggerfall Unity</a></span></li><li><a href="D.html#darkplaces">DarkPlaces</a>
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#dave_gnukem">Dave Gnukem</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#destination_sol">Destination Sol</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#dhewm3">dhewm3</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#digital_a_love_story">Digital: A Love Story</a></span></li><li><a href="D.html#dim3">dim3</a> <span class="is-light is-size-7">(inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#dave_gnukem">Dave Gnukem</a></span></li><li><a href="D.html#ddracenetwork">DDraceNetwork</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#destination_sol">Destination Sol</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#dhewm3">dhewm3</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#digital_a_love_story">Digital: A Love Story</a></span></li><li><a href="D.html#dim3">dim3</a>
<span class="is-light is-size-7">(beta, inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#domination">Domination</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#doom_legacy">Doom Legacy</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#doom64ex">Doom64EX</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#doomsday_engine">Doomsday Engine</a></span></li><li><a href="D.html#dreamchess">DreamChess</a> <span class="is-light is-size-7">(beta, inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#domination">Domination</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#doom_legacy">Doom Legacy</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#doom64ex">Doom64EX</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#doomsday_engine">Doomsday Engine</a></span></li><li><a href="D.html#dreamchess">DreamChess</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#drl">DRL</a></span></li><li><a href="D.html#duck_marines">Duck Marines</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#drl">DRL</a></span></li><li><a href="D.html#duck_marines">Duck Marines</a>
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#dungeon">Dungeon</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#dwarfcorp">DwarfCorp</a></span></li><li><a href="E.html#eat_the_whistle">Eat The Whistle</a> <span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="D.html#dungeon">Dungeon</a></span></li><li><span class="has-text-weight-semibold"><a href="D.html#dwarfcorp">DwarfCorp</a></span></li><li><a href="E.html#eat_the_whistle">Eat The Whistle</a>
@ -810,10 +801,10 @@
<span class="is-light is-size-7">(inactive since 2008)</span></li><li><a href="G.html#grobots">Grobots</a> <span class="is-light is-size-7">(inactive since 2008)</span></li><li><a href="G.html#grobots">Grobots</a>
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="G.html#gzdoom">GZDoom</a></span></li><li><span class="has-text-weight-semibold"><a href="H.html#hammer_of_thyrion">Hammer of Thyrion</a></span></li><li><a href="H.html#hardwar">Hardwar</a> <span class="is-light is-size-7">(inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="G.html#gzdoom">GZDoom</a></span></li><li><span class="has-text-weight-semibold"><a href="H.html#hammer_of_thyrion">Hammer of Thyrion</a></span></li><li><a href="H.html#hardwar">Hardwar</a>
<span class="is-light is-size-7">(beta, inactive since 2015)</span></li><li><a href="H.html#harmonist_dayoriah_clan_infiltration">Harmonist: Dayoriah Clan Infiltration</a> <span class="is-light is-size-7">(beta, inactive since 2015)</span></li><li><a href="H.html#harmonist_dayoriah_clan_infiltration">Harmonist: Dayoriah Clan Infiltration</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="H.html#hodoku">HoDoKu</a> <span class="is-light is-size-7">(beta)</span></li></ul>
<span class="is-light is-size-7">(inactive since 2013)</span></li></ul>
</div><div class="column"> </div><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="H.html#hyperrogue">HyperRogue</a></span></li><li><a href="I.html#i_have_no_tomatoes">I Have No Tomatoes</a> <ul><li><a href="H.html#hodoku">HoDoKu</a>
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="H.html#hyperrogue">HyperRogue</a></span></li><li><a href="I.html#i_have_no_tomatoes">I Have No Tomatoes</a>
<span class="is-light is-size-7">(inactive since 2004)</span></li><li><a href="I.html#infinite_mario_bros">Infinite Mario Bros</a> <span class="is-light is-size-7">(inactive since 2004)</span></li><li><a href="I.html#infinite_mario_bros">Infinite Mario Bros</a>
<span class="is-light is-size-7">(inactive since 2010)</span></li><li><span class="has-text-weight-semibold"><a href="I.html#infinite_tux">Infinite Tux</a></span></li><li><span class="has-text-weight-semibold"><a href="I.html#instead">INSTEAD</a></span></li><li><a href="I.html#intersect">Intersect</a> <span class="is-light is-size-7">(inactive since 2010)</span></li><li><span class="has-text-weight-semibold"><a href="I.html#infinite_tux">Infinite Tux</a></span></li><li><span class="has-text-weight-semibold"><a href="I.html#instead">INSTEAD</a></span></li><li><a href="I.html#intersect">Intersect</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="I.html#intricacy">Intricacy</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="I.html#intricacy">Intricacy</a>
@ -875,10 +866,10 @@
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="Q.html#quakespasm">QuakeSpasm</a></span></li><li><span class="has-text-weight-semibold"><a href="R.html#rabbit_escape">Rabbit Escape</a></span></li><li><span class="has-text-weight-semibold"><a href="R.html#race_into_space">Race Into Space</a></span></li><li><a href="R.html#recursive_runner">Recursive Runner</a> <span class="is-light is-size-7">(inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="Q.html#quakespasm">QuakeSpasm</a></span></li><li><span class="has-text-weight-semibold"><a href="R.html#rabbit_escape">Rabbit Escape</a></span></li><li><span class="has-text-weight-semibold"><a href="R.html#race_into_space">Race Into Space</a></span></li><li><a href="R.html#recursive_runner">Recursive Runner</a>
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><span class="has-text-weight-semibold"><a href="R.html#reliquarium">Reliquarium</a></span></li><li><a href="R.html#residualvm">ResidualVM</a> <span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><span class="has-text-weight-semibold"><a href="R.html#reliquarium">Reliquarium</a></span></li><li><a href="R.html#residualvm">ResidualVM</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="R.html#ri-li">Ri-li</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="R.html#ri-li">Ri-li</a>
<span class="is-light is-size-7">(inactive since 2007)</span></li><li><span class="has-text-weight-semibold"><a href="R.html#rocksndiamonds">Rocks&#39;n&#39;Diamonds</a></span></li><li><a href="R.html#rpgboss">rpgboss</a> <span class="is-light is-size-7">(inactive since 2007)</span></li><li><span class="has-text-weight-semibold"><a href="R.html#rocksndiamonds">Rocks&#39;n&#39;Diamonds</a></span></li></ul>
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li></ul>
</div><div class="column"> </div><div class="column">
<ul><li><a href="R.html#ruby-warrior">Ruby-warrior</a> <ul><li><a href="R.html#rpgboss">rpgboss</a>
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="R.html#ruby-warrior">Ruby-warrior</a>
<span class="is-light is-size-7">(beta, inactive since 2012)</span></li><li><span class="has-text-weight-semibold"><a href="R.html#rufascube">RufasCube</a></span></li><li><span class="has-text-weight-semibold"><a href="R.html#rufasslider">RufasSlider</a></span></li><li><span class="has-text-weight-semibold"><a href="R.html#rufasswap">RufasSwap</a></span></li><li><a href="S.html#scrabble3d">Scrabble3D</a> <span class="is-light is-size-7">(beta, inactive since 2012)</span></li><li><span class="has-text-weight-semibold"><a href="R.html#rufascube">RufasCube</a></span></li><li><span class="has-text-weight-semibold"><a href="R.html#rufasslider">RufasSlider</a></span></li><li><span class="has-text-weight-semibold"><a href="R.html#rufasswap">RufasSwap</a></span></li><li><a href="S.html#scrabble3d">Scrabble3D</a>
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="S.html#settlers_iii_remake">Settlers III remake</a> <span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="S.html#settlers_iii_remake">Settlers III remake</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="S.html#shattered_pixel_dungeon">Shattered Pixel Dungeon</a></span></li><li><a href="S.html#shockolate">Shockolate</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="S.html#shattered_pixel_dungeon">Shattered Pixel Dungeon</a></span></li><li><a href="S.html#shockolate">Shockolate</a>
@ -897,7 +888,7 @@
<span class="is-light is-size-7">(beta)</span></li><li><a href="S.html#system_syzygy">System Syzygy</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="S.html#system_syzygy">System Syzygy</a>
<span class="is-light is-size-7">(inactive since 2018)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#taisei_project">Taisei Project</a></span></li><li><a href="T.html#tankistonline">TankistOnline</a> <span class="is-light is-size-7">(inactive since 2018)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#taisei_project">Taisei Project</a></span></li><li><a href="T.html#tankistonline">TankistOnline</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#tanks_of_freedom">Tanks of Freedom</a></span></li><li><a href="T.html#teeworlds">Teeworlds</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#tanks_of_freedom">Tanks of Freedom</a></span></li><li><a href="T.html#teeworlds">Teeworlds</a>
<span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#termfrogger">TermFrogger</a></span></li><li><span class="has-text-weight-semibold"><a href="T.html#terminalapps">TerminalApps</a></span></li><li><a href="T.html#tes3mp">TES3MP</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#termfrogger">TermFrogger</a></span></li><li><span class="has-text-weight-semibold"><a href="T.html#terminalapps">TerminalApps</a></span></li><li><a href="T.html#tes3mp">TES3MP</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="T.html#tetravex">TetraVex</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="T.html#tetravex">TetraVex</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#the_battle_for_wesnoth">The Battle for Wesnoth</a></span></li><li><a href="T.html#the_bubs_brothers">The Bub&#39;s Brothers</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#the_battle_for_wesnoth">The Battle for Wesnoth</a></span></li><li><a href="T.html#the_bubs_brothers">The Bub&#39;s Brothers</a>
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="T.html#the_butterfly_effect">The Butterfly Effect</a> <span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="T.html#the_butterfly_effect">The Butterfly Effect</a>
@ -931,12 +922,10 @@
<span class="is-light is-size-7">(inactive since 2012)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/tool.html#slade">SLADE</a></span></li><li><a href="../frameworks/framework.html#superstarfighter">SuperStarfighter</a> <span class="is-light is-size-7">(inactive since 2012)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/tool.html#slade">SLADE</a></span></li><li><a href="../frameworks/framework.html#superstarfighter">SuperStarfighter</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#vassal">VASSAL</a></span></li></ul> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#vassal">VASSAL</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="android" class="box">
<div class="box"> <div class="block"><span class="icon has-text-black"><i class="icon-android"></i></span><span class="title is-4">Android</span><br>150 entries</div>
<div class="block">
<h2 id="android" class="is-size-4 has-text-weight-semibold"><span class="icon is-large has-text-black" ><i class="icon-android"></i></span>Android</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="A.html#andors_trail">Andor&#39;s Trail</a> <ul><li><a href="A.html#andors_trail">Andor&#39;s Trail</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="A.html#android-chess">android-chess</a></span></li><li><a href="A.html#antiyoy">antiyoy</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="A.html#android-chess">android-chess</a></span></li><li><a href="A.html#antiyoy">antiyoy</a>
@ -1021,12 +1010,10 @@
<span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="Z.html#zen">Zen!</a></span></li><li><a href="../frameworks/framework.html#flixel-gdx">flixel-gdx</a> <span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="Z.html#zen">Zen!</a></span></li><li><a href="../frameworks/framework.html#flixel-gdx">flixel-gdx</a>
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#gideros">Gideros</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#haxepunk">HaxePunk</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#liko-12">LIKO-12</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#love">LÖVE</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#minetest">Minetest</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/tool.html#opsu">opsu!</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#raylib">raylib</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#renpy">Ren&#39;Py</a></span></li></ul> <span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#gideros">Gideros</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#haxepunk">HaxePunk</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#liko-12">LIKO-12</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#love">LÖVE</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#minetest">Minetest</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/tool.html#opsu">opsu!</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#raylib">raylib</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#renpy">Ren&#39;Py</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="ios" class="box">
<div class="box"> <div class="block"><span class="icon has-text-black"><i class="icon-ios"></i></span><span class="title is-4">iOS</span><br>21 entries</div>
<div class="block">
<h2 id="ios" class="is-size-4 has-text-weight-semibold"><span class="icon is-large has-text-black" ><i class="icon-ios"></i></span>iOS</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><a href="D.html#doom-ios">DOOM-iOS</a> <ul><li><a href="D.html#doom-ios">DOOM-iOS</a>
<span class="is-light is-size-7">(inactive since 2012)</span></li><li><a href="E.html#esenthel_engine">Esenthel Engine</a> <span class="is-light is-size-7">(inactive since 2012)</span></li><li><a href="E.html#esenthel_engine">Esenthel Engine</a>
@ -1047,12 +1034,10 @@
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="../frameworks/framework.html#game_editor">Game Editor</a> <span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="../frameworks/framework.html#game_editor">Game Editor</a>
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#haxepunk">HaxePunk</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#love">LÖVE</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#renpy">Ren&#39;Py</a></span></li></ul> <span class="is-light is-size-7">(inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#haxepunk">HaxePunk</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#love">LÖVE</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#renpy">Ren&#39;Py</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="web" class="box">
<div class="box"> <div class="block"><span class="icon has-text-black"><i class="icon-earth"></i></span><span class="title is-4">Web</span><br>152 entries</div>
<div class="block">
<h2 id="web" class="is-size-4 has-text-weight-semibold"><span class="icon is-large has-text-black" ><i class="icon-earth"></i></span>Web</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="0.html#2048">2048</a></span></li><li><a href="0.html#3dcity">3d.city</a> <ul><li><span class="has-text-weight-semibold"><a href="0.html#2048">2048</a></span></li><li><a href="0.html#3dcity">3d.city</a>
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="A.html#achtung_die_kurve">Achtung, die Kurve!</a></span></li><li><a href="A.html#ajax3d">Ajax3d</a> <span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="A.html#achtung_die_kurve">Achtung, die Kurve!</a></span></li><li><a href="A.html#ajax3d">Ajax3d</a>
@ -1159,12 +1144,10 @@
<span class="is-light is-size-7">(inactive since 2003)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#phaser">Phaser</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#raylib">raylib</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#renpy">Ren&#39;Py</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/tool.html#squiffy">Squiffy</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#superpowers">Superpowers</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/tool.html#twine">Twine</a></span></li><li><a href="../frameworks/framework.html#undum">Undum</a> <span class="is-light is-size-7">(inactive since 2003)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#phaser">Phaser</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#raylib">raylib</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#renpy">Ren&#39;Py</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/tool.html#squiffy">Squiffy</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#superpowers">Superpowers</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/tool.html#twine">Twine</a></span></li><li><a href="../frameworks/framework.html#undum">Undum</a>
<span class="is-light is-size-7">(inactive since 2018)</span></li></ul> <span class="is-light is-size-7">(inactive since 2018)</span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<div id="unspecified" class="box">
<div class="box"> <div class="block"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span><span class="title is-4">Unspecified</span><br>829 entries</div>
<div class="block">
<h2 id="unspecified" class="is-size-4 has-text-weight-semibold"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span>Unspecified</h2></div>
<div class="columns"><div class="column"> <div class="columns"><div class="column">
<ul><li><span class="has-text-weight-semibold"><a href="0.html#2006-rebotted">2006-rebotted</a></span></li><li><span class="has-text-weight-semibold"><a href="0.html#2048_python">2048 Python</a></span></li><li><a href="0.html#2h4u">2H4U</a> <ul><li><span class="has-text-weight-semibold"><a href="0.html#2006-rebotted">2006-rebotted</a></span></li><li><span class="has-text-weight-semibold"><a href="0.html#2048_python">2048 Python</a></span></li><li><a href="0.html#2h4u">2H4U</a>
<span class="is-light is-size-7">(inactive since 2007)</span></li><li><a href="0.html#3dc">3Dc</a> <span class="is-light is-size-7">(inactive since 2007)</span></li><li><a href="0.html#3dc">3Dc</a>
@ -1318,7 +1301,8 @@
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="F.html#free_tennis">Free Tennis</a> <span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="F.html#free_tennis">Free Tennis</a>
<span class="is-light is-size-7">(beta, inactive since 2005)</span></li><li><a href="F.html#freeaoe">freeaoe</a> <span class="is-light is-size-7">(beta, inactive since 2005)</span></li><li><a href="F.html#freeaoe">freeaoe</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="F.html#freeciv">Freeciv</a></span></li><li><a href="F.html#freeciv_alpha_centauri_project">Freeciv Alpha Centauri project</a> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="F.html#freeciv">Freeciv</a></span></li><li><a href="F.html#freeciv_alpha_centauri_project">Freeciv Alpha Centauri project</a>
<span class="is-light is-size-7">(beta, inactive since 2003)</span></li><li><span class="has-text-weight-semibold"><a href="F.html#freecol">FreeCol</a></span></li><li><span class="has-text-weight-semibold"><a href="F.html#freecs">FreeCS</a></span></li><li><span class="has-text-weight-semibold"><a href="F.html#freedroidrpg">FreedroidRPG</a></span></li><li><a href="F.html#freefalcon">FreeFalcon</a> <span class="is-light is-size-7">(beta, inactive since 2003)</span></li><li><span class="has-text-weight-semibold"><a href="F.html#freecol">FreeCol</a></span></li><li><span class="has-text-weight-semibold"><a href="F.html#freecs">FreeCS</a></span></li><li><span class="has-text-weight-semibold"><a href="F.html#freedroidrpg">FreedroidRPG</a></span></li><li><a href="F.html#freee">FrEee</a>
<span class="is-light is-size-7">(beta)</span></li><li><a href="F.html#freefalcon">FreeFalcon</a>
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><a href="F.html#freegish">freegish</a> <span class="is-light is-size-7">(inactive since 2014)</span></li><li><a href="F.html#freegish">freegish</a>
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="F.html#freekick_3">Freekick 3</a> <span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="F.html#freekick_3">Freekick 3</a>
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="F.html#freelords">FreeLords</a> <span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="F.html#freelords">FreeLords</a>
@ -1746,21 +1730,16 @@
<span class="is-light is-size-7">(beta)</span></li><li><a href="../frameworks/tool.html#zeta">Zeta</a> <span class="is-light is-size-7">(beta)</span></li><li><a href="../frameworks/tool.html#zeta">Zeta</a>
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#zgameeditor">ZGameEditor</a></span></li></ul> <span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#zgameeditor">ZGameEditor</a></span></li></ul>
</div></div> </div></div>
<a class="is-light is-size-7" href="#">Back to top</a> <p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div></div>
<footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

File diff suppressed because it is too large Load Diff

View File

@ -9,34 +9,35 @@
<link rel="stylesheet" href="css/bulma.min.css"> <link rel="stylesheet" href="css/bulma.min.css">
<link rel="stylesheet" href="css/osgl.min.css"> <link rel="stylesheet" href="css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="favicon.svg"> <link rel="icon" type="image/svg+xml" href="favicon.svg">
<script type="text/javascript" src="js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <div class="navbar-brand">
<a class="navbar-item is-active" 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 is-active" href="index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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" 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="inspirations/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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
@ -44,7 +45,7 @@
<div class="hero-body"> <div class="hero-body">
<div class="container content"> <div class="container content">
<h1 class="title">Open source games list (OSGL)</h1> <h1 class="title">Open source games list (OSGL)</h1>
<p class="subtitle">Contains information about 1486 open source games and 157 frameworks/tools.</p> <p class="subtitle">Contains information about 1488 open source games and 157 frameworks/tools.</p>
<p>The content of this site is based on a collection of open source game descriptions stored on <a href="https://github.com/Trilarion/opensourcegames">Github</a>. <p>The content of this site is based on a collection of open source game descriptions stored on <a href="https://github.com/Trilarion/opensourcegames">Github</a>.
The descriptions concentrate on technical and general aspects of the games. Lots of sorting options are available and a list of inspirations and developers is cross-referenced. The descriptions concentrate on technical and general aspects of the games. Lots of sorting options are available and a list of inspirations and developers is cross-referenced.
This work is a best-effort based result and will surely contain inaccurate information.<br> This work is a best-effort based result and will surely contain inaccurate information.<br>
@ -56,16 +57,14 @@
</div> </div>
</div> </div>
</section> </section>
<footer class="footer"> <footer class="footer container content is-size-7">
<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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,74 +9,61 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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 is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Inspirations (0)</h1> <p class="title is-4">Inspirations (0)</p><div id="1010" class="box">
<div id="1010" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">1010!</h2> <p class="title is-4">1010!</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/K.html#klooni_1010"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/K.html#klooni_1010">Klooni 1010!</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Klooni 1010!</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="2048" class="box"> <div id="2048" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">2048</h2> <p class="title is-4">2048</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/0.html#2048_python"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/0.html#2048_python">2048 Python</a>, <a href="../games/N.html#n2048">n2048</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">2048 Python</span></a>, <a href="../games/N.html#n2048">
<span class="has-text-weight-semibold">n2048</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div> </div>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,464 +9,283 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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 is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Inspirations (A)</h1> <p class="title is-4">Inspirations (A)</p><div id="a-train" class="box">
<div id="a-train" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">A-Train</h2> <p class="title is-4">A-Train</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freetrain"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freetrain">FreeTrain</a></p>Media: <a href="https://en.wikipedia.org/wiki/A-Train">A-Train<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>
<span class="has-text-weight-semibold">FreeTrain</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/A-Train">A-Train<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>
<div id="abuse" class="box"> <div id="abuse" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Abuse</h2> <p class="title is-4">Abuse</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#abuse"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#abuse">Abuse</a>, <a href="../games/A.html#abuse_1996">Abuse 1996</a>, <a href="../games/F.html#frabs">fRaBs</a></p>Media: <a href="https://en.wikipedia.org/wiki/Abuse_(video_game)">Abuse<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>
<span class="has-text-weight-semibold">Abuse</span></a>, <a href="../games/A.html#abuse_1996">
<span class="has-text-weight-semibold">Abuse 1996</span></a>, <a href="../games/F.html#frabs">
<span class="has-text-weight-semibold">fRaBs</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Abuse_(video_game)">Abuse<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>
<div id="ace_combat_assault_horizon" class="box"> <div id="ace_combat_assault_horizon" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Ace Combat: Assault Horizon</h2> <p class="title is-4">Ace Combat: Assault Horizon</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_horizon"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_horizon">Open Horizon</a></p>Media: <a href="https://en.wikipedia.org/wiki/Ace_Combat:_Assault_Horizon">Ace Combat: Assault Horizon<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>
<span class="has-text-weight-semibold">Open Horizon</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Ace_Combat:_Assault_Horizon">Ace Combat: Assault Horizon<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>
<div id="ace_of_spades" class="box"> <div id="ace_of_spades" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Ace of Spades</h2> <p class="title is-4">Ace of Spades</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#betterspades"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#betterspades">BetterSpades</a>, <a href="../games/I.html#iceball">Iceball</a>, <a href="../games/O.html#openspades">OpenSpades</a></p>Media: <a href="https://en.wikipedia.org/wiki/Ace_of_Spades_(video_game)">Ace of Spades<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>
<span class="has-text-weight-semibold">BetterSpades</span></a>, <a href="../games/I.html#iceball">
<span class="has-text-weight-semibold">Iceball</span></a>, <a href="../games/O.html#openspades">
<span class="has-text-weight-semibold">OpenSpades</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Ace_of_Spades_(video_game)">Ace of Spades<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>
<div id="achtung_die_kurve" class="box"> <div id="achtung_die_kurve" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Achtung, die Kurve!</h2> <p class="title is-4">Achtung, die Kurve!</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#achtung_die_kurve"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#achtung_die_kurve">Achtung, die Kurve!</a>, <a href="../games/N.html#netacka">Netacka</a>, <a href="../games/Z.html#zatacka">Zatacka</a>, <a href="../games/Z.html#zatacka_x">Zatacka X</a></p>Media: <a href="https://en.wikipedia.org/wiki/Achtung,_die_Kurve!">Achtung, die Kurve!<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>
<span class="has-text-weight-semibold">Achtung, die Kurve!</span></a>, <a href="../games/N.html#netacka">
<span class="has-text-weight-semibold">Netacka</span></a>, <a href="../games/Z.html#zatacka">
<span class="has-text-weight-semibold">Zatacka</span></a>, <a href="../games/Z.html#zatacka_x">
<span class="has-text-weight-semibold">Zatacka X</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Achtung,_die_Kurve!">Achtung, die Kurve!<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>
<div id="advance_wars" class="box"> <div id="advance_wars" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Advance Wars</h2> <p class="title is-4">Advance Wars</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tanks_of_freedom"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tanks_of_freedom">Tanks of Freedom</a></p>Media: <a href="https://en.wikipedia.org/wiki/Advance_Wars">Advance Wars<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>
<span class="has-text-weight-semibold">Tanks of Freedom</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Advance_Wars">Advance Wars<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>
<div id="age_of_empires" class="box"> <div id="age_of_empires" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Age of Empires</h2> <p class="title is-4">Age of Empires</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/0.html#0_ad"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/0.html#0_ad">0 A.D.</a>, <a href="../games/O.html#openage">openage</a></p>Media: <a href="https://en.wikipedia.org/wiki/Age_of_Empires_(video_game)">Age of Empires<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>
<span class="has-text-weight-semibold">0 A.D.</span></a>, <a href="../games/O.html#openage">
<span class="has-text-weight-semibold">openage</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Age_of_Empires_(video_game)">Age of Empires<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>
<div id="age_of_empires_ii" class="box"> <div id="age_of_empires_ii" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Age of Empires II</h2> <p class="title is-4">Age of Empires II</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#freeaoe"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#freeaoe">freeaoe</a>, <a href="../games/O.html#openage">openage</a></p>Media: <a href="https://en.wikipedia.org/wiki/Age_of_Empires_II">Age of Empires 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>
<span class="has-text-weight-semibold">freeaoe</span></a>, <a href="../games/O.html#openage">
<span class="has-text-weight-semibold">openage</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Age_of_Empires_II">Age of Empires 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>
</div> </div>
<div id="age_of_pirates_2_city_of_abandoned_ships" class="box"> <div id="age_of_pirates_2_city_of_abandoned_ships" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Age of Pirates 2: City of Abandoned Ships</h2> <p class="title is-4">Age of Pirates 2: City of Abandoned Ships</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#storm_engine"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#storm_engine">Storm Engine</a></p>Media: <a href="https://en.wikipedia.org/wiki/Age_of_Pirates_2:_City_of_Abandoned_Ships">Age of Pirates 2: City of Abandoned Ships<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>
<span class="has-text-weight-semibold">Storm Engine</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Age_of_Pirates_2:_City_of_Abandoned_Ships">Age of Pirates 2: City of Abandoned Ships<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>
<div id="akalabeth_world_of_doom" class="box"> <div id="akalabeth_world_of_doom" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Akalabeth: World of Doom</h2> <p class="title is-4">Akalabeth: World of Doom</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#aklabeth"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#aklabeth">Aklabeth</a></p>Media: <a href="https://en.wikipedia.org/wiki/Akalabeth:_World_of_Doom">Akalabeth: World of Doom<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>
<span class="has-text-weight-semibold">Aklabeth</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Akalabeth:_World_of_Doom">Akalabeth: World of Doom<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>
<div id="albion" class="box"> <div id="albion" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Albion</h2> <p class="title is-4">Albion</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../frameworks/tool.html#sr"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../frameworks/tool.html#sr">SR</a>, <a href="../games/U.html#ualbion">UAlbion</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">SR</span></a>, <a href="../games/U.html#ualbion">
<span class="has-text-weight-semibold">UAlbion</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="allegiance" class="box"> <div id="allegiance" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Allegiance</h2> <p class="title is-4">Allegiance</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#free_allegiance"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#free_allegiance">Free Allegiance</a></p>Media: <a href="https://en.wikipedia.org/wiki/Allegiance_(video_game)">Allegiance<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>
<span class="has-text-weight-semibold">Free Allegiance</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Allegiance_(video_game)">Allegiance<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>
<div id="alone_in_the_dark_series" class="box"> <div id="alone_in_the_dark_series" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Alone in the Dark series</h2> <p class="title is-4">Alone in the Dark series</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#free_in_the_dark_engine"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#free_in_the_dark_engine">Free in the Dark (engine)</a></p>Media: <a href="https://en.wikipedia.org/wiki/Alone_in_the_Dark">Alone in the Dark 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>
<span class="has-text-weight-semibold">Free in the Dark (engine)</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Alone_in_the_Dark">Alone in the Dark 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>
</div> </div>
<div id="ambermoon" class="box"> <div id="ambermoon" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Ambermoon</h2> <p class="title is-4">Ambermoon</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#ambermoonnet"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#ambermoonnet">Ambermoon.net</a></p>Media: <a href="https://en.wikipedia.org/wiki/Ambermoon">Ambermoon<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>
<span class="has-text-weight-semibold">Ambermoon.net</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Ambermoon">Ambermoon<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>
<div id="american_civil_war" class="box"> <div id="american_civil_war" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">American Civil War</h2> <p class="title is-4">American Civil War</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#greenius_civil_war"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#greenius_civil_war">Greenius&#39; Civil War</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Greenius&#39; Civil War</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="angband" class="box"> <div id="angband" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Angband</h2> <p class="title is-4">Angband</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/Z.html#zangband"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/Z.html#zangband">ZAngband</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">ZAngband</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="angry_birds" class="box"> <div id="angry_birds" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Angry Birds</h2> <p class="title is-4">Angry Birds</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#apple_flinger"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#apple_flinger">Apple Flinger</a></p>Media: <a href="https://en.wikipedia.org/wiki/Angry_Birds_(video_game)">Angry Birds<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>
<span class="has-text-weight-semibold">Apple Flinger</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Angry_Birds_(video_game)">Angry Birds<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>
<div id="anno_series" class="box"> <div id="anno_series" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Anno (series)</h2> <p class="title is-4">Anno (series)</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/U.html#unknown_horizons"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/U.html#unknown_horizons">Unknown Horizons</a></p>Media: <a href="https://en.wikipedia.org/wiki/Anno_(series)">Anno (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>
<span class="has-text-weight-semibold">Unknown Horizons</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Anno_(series)">Anno (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>
</div> </div>
<div id="anno_1404" class="box"> <div id="anno_1404" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Anno 1404</h2> <p class="title is-4">Anno 1404</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#goblin_camp"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#goblin_camp">Goblin Camp</a></p>Media: <a href="https://en.wikipedia.org/wiki/Anno_1404">Anno 1404<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>
<span class="has-text-weight-semibold">Goblin Camp</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Anno_1404">Anno 1404<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>
<div id="another_world_2_heart_of_the_alien" class="box"> <div id="another_world_2_heart_of_the_alien" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Another World 2: Heart of the Alien</h2> <p class="title is-4">Another World 2: Heart of the Alien</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#heart_of_the_alien"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#heart_of_the_alien">Heart of the Alien</a></p>Media: <a href="https://en.wikipedia.org/wiki/Heart_of_the_Alien">Another World 2: Heart of the Alien<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>
<span class="has-text-weight-semibold">Heart of the Alien</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Heart_of_the_Alien">Another World 2: Heart of the Alien<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>
<div id="aquastax" class="box"> <div id="aquastax" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Aquastax</h2> <p class="title is-4">Aquastax</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#aquastax"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#aquastax">aquastax</a></p>Media: <a href="https://en.wikipedia.org/wiki/Aquastax">Aquastax<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>
<span class="has-text-weight-semibold">aquastax</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Aquastax">Aquastax<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>
<div id="archon_the_light_and_the_dark" class="box"> <div id="archon_the_light_and_the_dark" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Archon: The Light and the Dark</h2> <p class="title is-4">Archon: The Light and the Dark</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/X.html#xarchon"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/X.html#xarchon">XArchon</a></p>Media: <a href="https://en.wikipedia.org/wiki/Archon:_The_Light_and_the_Dark">Archon: The Light and the Dark<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>
<span class="has-text-weight-semibold">XArchon</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Archon:_The_Light_and_the_Dark">Archon: The Light and the Dark<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>
<div id="ares" class="box"> <div id="ares" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Ares</h2> <p class="title is-4">Ares</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#antares"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#antares">Antares</a>, <a href="../games/X.html#xsera">XSera</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Antares</span></a>, <a href="../games/X.html#xsera">
<span class="has-text-weight-semibold">XSera</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="arithmetic" class="box"> <div id="arithmetic" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">arithmetic</h2> <p class="title is-4">arithmetic</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#garith"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#garith">Garith</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Garith</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="arkanoid" class="box"> <div id="arkanoid" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Arkanoid</h2> <p class="title is-4">Arkanoid</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#ball_and_wall"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#ball_and_wall">Ball And Wall</a>, <a href="../games/P.html#pybreak360">PyBreak360</a></p>Media: <a href="https://en.wikipedia.org/wiki/Arkanoid">Arkanoid<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>
<span class="has-text-weight-semibold">Ball And Wall</span></a>, <a href="../games/P.html#pybreak360">
<span class="has-text-weight-semibold">PyBreak360</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Arkanoid">Arkanoid<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>
<div id="arma_2" class="box"> <div id="arma_2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">ARMA 2</h2> <p class="title is-4">ARMA 2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/U.html#uebergame"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/U.html#uebergame">Uebergame</a></p>Media: <a href="https://en.wikipedia.org/wiki/ARMA_2">ARMA 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>
<span class="has-text-weight-semibold">Uebergame</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/ARMA_2">ARMA 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>
</div> </div>
<div id="arma_3" class="box"> <div id="arma_3" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">ARMA 3</h2> <p class="title is-4">ARMA 3</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/U.html#uebergame"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/U.html#uebergame">Uebergame</a></p>Media: <a href="https://en.wikipedia.org/wiki/ARMA_3">ARMA 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>
<span class="has-text-weight-semibold">Uebergame</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/ARMA_3">ARMA 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>
</div> </div>
<div id="arma_armed_assault" class="box"> <div id="arma_armed_assault" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">ARMA: Armed Assault</h2> <p class="title is-4">ARMA: Armed Assault</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/U.html#uebergame"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/U.html#uebergame">Uebergame</a></p>Media: <a href="https://en.wikipedia.org/wiki/ARMA:_Armed_Assault">ARMA: Armed Assault<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>
<span class="has-text-weight-semibold">Uebergame</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/ARMA:_Armed_Assault">ARMA: Armed Assault<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>
<div id="armor_alley" class="box"> <div id="armor_alley" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Armor Alley</h2> <p class="title is-4">Armor Alley</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#armor_alley"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#armor_alley">Armor Alley</a></p>Media: <a href="https://en.wikipedia.org/wiki/Armor_Alley">Armor Alley<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>
<span class="has-text-weight-semibold">Armor Alley</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Armor_Alley">Armor Alley<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>
<div id="artemis_spaceship_bridge_simulator" class="box"> <div id="artemis_spaceship_bridge_simulator" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Artemis: Spaceship Bridge Simulator</h2> <p class="title is-4">Artemis: Spaceship Bridge Simulator</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/E.html#emptyepsilon"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/E.html#emptyepsilon">EmptyEpsilon</a>, <a href="../games/S.html#space_nerds_in_space">Space Nerds In Space</a></p>Media: <a href="https://en.wikipedia.org/wiki/Artemis:_Spaceship_Bridge_Simulator">Artemis: Spaceship Bridge Simulator<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>
<span class="has-text-weight-semibold">EmptyEpsilon</span></a>, <a href="../games/S.html#space_nerds_in_space">
<span class="has-text-weight-semibold">Space Nerds In Space</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Artemis:_Spaceship_Bridge_Simulator">Artemis: Spaceship Bridge Simulator<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>
<div id="artillery_duel" class="box"> <div id="artillery_duel" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Artillery Duel</h2> <p class="title is-4">Artillery Duel</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#artillery_duel_reloaded"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#artillery_duel_reloaded">Artillery Duel Reloaded</a></p>Media: <a href="https://en.wikipedia.org/wiki/Artillery_Duel">Artillery Duel<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>
<span class="has-text-weight-semibold">Artillery Duel Reloaded</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Artillery_Duel">Artillery Duel<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>
<div id="arx_fatalis" class="box"> <div id="arx_fatalis" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Arx Fatalis</h2> <p class="title is-4">Arx Fatalis</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#arx_libertatis"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#arx_libertatis">Arx Libertatis</a></p>Media: <a href="https://en.wikipedia.org/wiki/Arx_Fatalis">Arx Fatalis<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>
<span class="has-text-weight-semibold">Arx Libertatis</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Arx_Fatalis">Arx Fatalis<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>
<div id="asteroids" class="box"> <div id="asteroids" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Asteroids</h2> <p class="title is-4">Asteroids</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#maelstrom"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#maelstrom">Maelstrom</a>, <a href="../games/S.html#sine">Sine</a>, <a href="../games/S.html#starmines_the_next_generation">StarMines: The Next Generation</a>, <a href="../games/V.html#vectoroids">Vectoroids</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Maelstrom</span></a>, <a href="../games/S.html#sine">
<span class="has-text-weight-semibold">Sine</span></a>, <a href="../games/S.html#starmines_the_next_generation">
<span class="has-text-weight-semibold">StarMines: The Next Generation</span></a>, <a href="../games/V.html#vectoroids">
<span class="has-text-weight-semibold">Vectoroids</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="astromenace" class="box"> <div id="astromenace" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">AstroMenace</h2> <p class="title is-4">AstroMenace</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#astromenace"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#astromenace">AstroMenace</a></p>Media: <a href="https://en.wikipedia.org/wiki/AstroMenace">AstroMenace<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>
<span class="has-text-weight-semibold">AstroMenace</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/AstroMenace">AstroMenace<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>
<div id="astrosmash" class="box"> <div id="astrosmash" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Astrosmash</h2> <p class="title is-4">Astrosmash</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cosmosmash"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cosmosmash">Cosmosmash</a></p>Media: <a href="https://en.wikipedia.org/wiki/Astrosmash">Astrosmash<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>
<span class="has-text-weight-semibold">Cosmosmash</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Astrosmash">Astrosmash<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>
<div id="asylum" class="box"> <div id="asylum" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Asylum</h2> <p class="title is-4">Asylum</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#sdl_asylum"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#sdl_asylum">SDL Asylum</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">SDL Asylum</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="atomic_bomberman" class="box"> <div id="atomic_bomberman" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Atomic Bomberman</h2> <p class="title is-4">Atomic Bomberman</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#bomberclone"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#bomberclone">BomberClone</a>, <a href="../games/B.html#bombman">Bombman</a></p>Media: <a href="https://en.wikipedia.org/wiki/Atomic_Bomberman">Atomic Bomberman<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>
<span class="has-text-weight-semibold">BomberClone</span></a>, <a href="../games/B.html#bombman">
<span class="has-text-weight-semibold">Bombman</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Atomic_Bomberman">Atomic Bomberman<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>
<div id="atomix" class="box"> <div id="atomix" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Atomix</h2> <p class="title is-4">Atomix</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#atomiks"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#atomiks">Atomiks</a>, <a href="../games/A.html#atomix">Atomix</a>, <a href="../games/K.html#katomic">KAtomic</a>, <a href="../games/L.html#lmarbles">LMarbles</a>, <a href="../games/W.html#watomic">WAtomic</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Atomiks</span></a>, <a href="../games/A.html#atomix">
<span class="has-text-weight-semibold">Atomix</span></a>, <a href="../games/K.html#katomic">
<span class="has-text-weight-semibold">KAtomic</span></a>, <a href="../games/L.html#lmarbles">
<span class="has-text-weight-semibold">LMarbles</span></a>, <a href="../games/W.html#watomic">
<span class="has-text-weight-semibold">WAtomic</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="awesomenauts" class="box"> <div id="awesomenauts" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Awesomenauts</h2> <p class="title is-4">Awesomenauts</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#blakedawesomenaughts"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#blakedawesomenaughts">BlakedAwesomenaughts</a></p>Media: <a href="https://en.wikipedia.org/wiki/Awesomenauts">Awesomenauts<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>
<span class="has-text-weight-semibold">BlakedAwesomenaughts</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Awesomenauts">Awesomenauts<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>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,466 +9,283 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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 is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Inspirations (B)</h1> <p class="title is-4">Inspirations (B)</p><div id="baba_is_you" class="box">
<div id="baba_is_you" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Baba Is You</h2> <p class="title is-4">Baba Is You</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bab_be_u"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bab_be_u">BAB BE U</a></p>Media: <a href="https://en.wikipedia.org/wiki/Baba_Is_You">Baba Is You<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>
<span class="has-text-weight-semibold">BAB BE U</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Baba_Is_You">Baba Is You<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>
<div id="baldurs_gate" class="box"> <div id="baldurs_gate" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Baldur&#39;s Gate</h2> <p class="title is-4">Baldur&#39;s Gate</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#gemrb"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#gemrb">GemRB</a></p>Media: <a href="https://en.wikipedia.org/wiki/Baldur%27s_Gate_(video_game)">Baldur&#39;s Gate<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>
<span class="has-text-weight-semibold">GemRB</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Baldur%27s_Gate_(video_game)">Baldur&#39;s Gate<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>
<div id="ballerburg" class="box"> <div id="ballerburg" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Ballerburg</h2> <p class="title is-4">Ballerburg</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#ballerburg_sdl"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#ballerburg_sdl">Ballerburg SDL</a></p>Media: <a href="https://en.wikipedia.org/wiki/Ballerburg">Ballerburg<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>
<span class="has-text-weight-semibold">Ballerburg SDL</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Ballerburg">Ballerburg<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>
<div id="barony" class="box"> <div id="barony" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Barony</h2> <p class="title is-4">Barony</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#barony"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#barony">Barony</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Barony</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="battle_chess" class="box"> <div id="battle_chess" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Battle Chess</h2> <p class="title is-4">Battle Chess</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#brutal_chess"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#brutal_chess">Brutal Chess</a></p>Media: <a href="https://en.wikipedia.org/wiki/Battle_Chess">Battle Chess<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>
<span class="has-text-weight-semibold">Brutal Chess</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Battle_Chess">Battle Chess<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>
<div id="battle_city" class="box"> <div id="battle_city" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Battle City</h2> <p class="title is-4">Battle City</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#battle_city"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#battle_city">Battle City</a>, <a href="../games/C.html#cattle_bity">Cattle Bity</a>, <a href="../games/T.html#tank_zone_of_death">Tank: Zone of Death</a></p>Media: <a href="https://en.wikipedia.org/wiki/Battle_City">Battle City<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>
<span class="has-text-weight-semibold">Battle City</span></a>, <a href="../games/C.html#cattle_bity">
<span class="has-text-weight-semibold">Cattle Bity</span></a>, <a href="../games/T.html#tank_zone_of_death">
<span class="has-text-weight-semibold">Tank: Zone of Death</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Battle_City">Battle City<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>
<div id="battle_isle_series" class="box"> <div id="battle_isle_series" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Battle Isle series</h2> <p class="title is-4">Battle Isle series</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#advanced_strategic_command"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#advanced_strategic_command">Advanced Strategic Command</a>, <a href="../games/C.html#crimson_fields">Crimson Fields</a></p>Media: <a href="https://en.wikipedia.org/wiki/Battle_Isle">Battle Isle 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>
<span class="has-text-weight-semibold">Advanced Strategic Command</span></a>, <a href="../games/C.html#crimson_fields">
<span class="has-text-weight-semibold">Crimson Fields</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Battle_Isle">Battle Isle 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>
</div> </div>
<div id="battle_zone" class="box"> <div id="battle_zone" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Battle Zone</h2> <p class="title is-4">Battle Zone</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bzflag"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bzflag">BZFlag</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">BZFlag</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="battletech" class="box"> <div id="battletech" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">BattleTech</h2> <p class="title is-4">BattleTech</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#megamek"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#megamek">MegaMek</a>, <a href="../games/M.html#mekwars">MekWars</a></p>Media: <a href="https://en.wikipedia.org/wiki/BattleTech_(video_game)">BattleTech<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>
<span class="has-text-weight-semibold">MegaMek</span></a>, <a href="../games/M.html#mekwars">
<span class="has-text-weight-semibold">MekWars</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/BattleTech_(video_game)">BattleTech<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>
<div id="beamngdrive" class="box"> <div id="beamngdrive" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">BeamNG.drive</h2> <p class="title is-4">BeamNG.drive</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rigs_of_rods"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rigs_of_rods">Rigs of Rods</a></p>Media: <a href="https://en.wikipedia.org/wiki/BeamNG.drive">BeamNG.drive<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>
<span class="has-text-weight-semibold">Rigs of Rods</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/BeamNG.drive">BeamNG.drive<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>
<div id="beatmania_iidx" class="box"> <div id="beatmania_iidx" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Beatmania IIDX</h2> <p class="title is-4">Beatmania IIDX</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#osu"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#osu">osu!</a></p>Media: <a href="https://en.wikipedia.org/wiki/Beatmania_IIDX">Beatmania IIDX<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>
<span class="has-text-weight-semibold">osu!</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Beatmania_IIDX">Beatmania IIDX<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>
<div id="bejeweled" class="box"> <div id="bejeweled" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Bejeweled</h2> <p class="title is-4">Bejeweled</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#gweled"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#gweled">Gweled</a></p>Media: <a href="https://en.wikipedia.org/wiki/Bejeweled">Bejeweled<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>
<span class="has-text-weight-semibold">Gweled</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Bejeweled">Bejeweled<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>
<div id="betrayal_at_krondor" class="box"> <div id="betrayal_at_krondor" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Betrayal at Krondor</h2> <p class="title is-4">Betrayal at Krondor</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/X.html#xbak"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/X.html#xbak">xBaK</a></p>Media: <a href="https://en.wikipedia.org/wiki/Betrayal_at_Krondor">Betrayal at Krondor<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>
<span class="has-text-weight-semibold">xBaK</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Betrayal_at_Krondor">Betrayal at Krondor<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>
<div id="biowares_aurora_engine" class="box"> <div id="biowares_aurora_engine" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">BioWare&#39;s Aurora engine</h2> <p class="title is-4">BioWare&#39;s Aurora engine</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#xoreos"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#xoreos">xoreos</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">xoreos</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="black_white" class="box"> <div id="black_white" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Black &amp; White</h2> <p class="title is-4">Black &amp; White</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openblack"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openblack">openblack</a></p>Media: <a href="https://en.wikipedia.org/wiki/Black_%26_White_(video_game)">Black &amp; White<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>
<span class="has-text-weight-semibold">openblack</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Black_%26_White_(video_game)">Black &amp; White<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>
<div id="black_shades" class="box"> <div id="black_shades" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Black Shades</h2> <p class="title is-4">Black Shades</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#black_shades_elite"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#black_shades_elite">Black Shades Elite</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Black Shades Elite</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="blake_stone_aliens_of_gold" class="box"> <div id="blake_stone_aliens_of_gold" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Blake Stone: Aliens of Gold</h2> <p class="title is-4">Blake Stone: Aliens of Gold</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bstone"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bstone">BStone</a></p>Media: <a href="https://en.wikipedia.org/wiki/Blake_Stone:_Planet_Strike">Blake Stone: Aliens of Gold<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>
<span class="has-text-weight-semibold">BStone</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Blake_Stone:_Planet_Strike">Blake Stone: Aliens of Gold<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>
<div id="blake_stone_planet_strike" class="box"> <div id="blake_stone_planet_strike" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Blake Stone: Planet Strike</h2> <p class="title is-4">Blake Stone: Planet Strike</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bstone"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bstone">BStone</a></p>Media: <a href="https://en.wikipedia.org/wiki/Blake_Stone:_Planet_Strike">Blake Stone: Planet 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>
<span class="has-text-weight-semibold">BStone</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Blake_Stone:_Planet_Strike">Blake Stone: Planet 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>
</div> </div>
<div id="blasteroids" class="box"> <div id="blasteroids" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Blasteroids</h2> <p class="title is-4">Blasteroids</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#maelstrom"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#maelstrom">Maelstrom</a></p>Media: <a href="https://en.wikipedia.org/wiki/Blasteroids">Blasteroids<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>
<span class="has-text-weight-semibold">Maelstrom</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Blasteroids">Blasteroids<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>
<div id="blob_wars_attrition" class="box"> <div id="blob_wars_attrition" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Blob Wars Attrition</h2> <p class="title is-4">Blob Wars Attrition</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#blob_wars_attrition"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#blob_wars_attrition">Blob Wars : Attrition</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Blob Wars : Attrition</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="blobby_volley" class="box"> <div id="blobby_volley" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Blobby Volley</h2> <p class="title is-4">Blobby Volley</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#slime_volley"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#slime_volley">Slime Volley</a></p>Media: <a href="https://en.wikipedia.org/wiki/Blobby_Volley">Blobby Volley<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>
<span class="has-text-weight-semibold">Slime Volley</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Blobby_Volley">Blobby Volley<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>
<div id="blockout" class="box"> <div id="blockout" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Blockout</h2> <p class="title is-4">Blockout</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#blockout_ii"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#blockout_ii">BlockOut II</a>, <a href="../games/T.html#t3">T^3</a></p>Media: <a href="https://en.wikipedia.org/wiki/Blockout">Blockout<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>
<span class="has-text-weight-semibold">BlockOut II</span></a>, <a href="../games/T.html#t3">
<span class="has-text-weight-semibold">T^3</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Blockout">Blockout<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>
<div id="blokus" class="box"> <div id="blokus" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Blokus</h2> <p class="title is-4">Blokus</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#pentobi"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#pentobi">Pentobi</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Pentobi</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="blood" class="box"> <div id="blood" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Blood</h2> <p class="title is-4">Blood</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/N.html#nblood"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/N.html#nblood">NBlood</a>, <a href="../games/R.html#raze">Raze</a>, <a href="../games/T.html#transfusion">Transfusion</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">NBlood</span></a>, <a href="../games/R.html#raze">
<span class="has-text-weight-semibold">Raze</span></a>, <a href="../games/T.html#transfusion">
<span class="has-text-weight-semibold">Transfusion</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="board_game" class="box"> <div id="board_game" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Board Game</h2> <p class="title is-4">Board Game</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#vassal"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#vassal">VASSAL</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">VASSAL</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="bobby_carrot" class="box"> <div id="bobby_carrot" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Bobby Carrot</h2> <p class="title is-4">Bobby Carrot</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bobby"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bobby">Bobby</a></p>Media: <a href="https://en.wikipedia.org/wiki/Bobby_Carrot">Bobby Carrot<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>
<span class="has-text-weight-semibold">Bobby</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Bobby_Carrot">Bobby Carrot<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>
<div id="boggle" class="box"> <div id="boggle" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Boggle</h2> <p class="title is-4">Boggle</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tanglet"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tanglet">Tanglet</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Tanglet</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="bolo" class="box"> <div id="bolo" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Bolo</h2> <p class="title is-4">Bolo</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#orona"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#orona">orona</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">orona</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="bomberman" class="box"> <div id="bomberman" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Bomberman</h2> <p class="title is-4">Bomberman</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#bombermaaan"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#bombermaaan">Bombermaaan</a>, <a href="../games/B.html#bombic">Bombic</a>, <a href="../games/B.html#bombic2">Bombic2</a>, <a href="../games/D.html#dynadungeons">DynaDungeons</a>, <a href="../games/G.html#granatier">Granatier</a>, <a href="../games/I.html#i_have_no_tomatoes">I Have No Tomatoes</a>, <a href="../games/M.html#mrboom">Mr.Boom</a>, <a href="../games/S.html#sdl_bomber">SDL Bomber</a>, <a href="../games/X.html#xblast">XBlast</a></p>Media: <a href="https://en.wikipedia.org/wiki/Bomberman">Bomberman<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>
<span class="has-text-weight-semibold">Bombermaaan</span></a>, <a href="../games/B.html#bombic">
<span class="has-text-weight-semibold">Bombic</span></a>, <a href="../games/B.html#bombic2">
<span class="has-text-weight-semibold">Bombic2</span></a>, <a href="../games/D.html#dynadungeons">
<span class="has-text-weight-semibold">DynaDungeons</span></a>, <a href="../games/G.html#granatier">
<span class="has-text-weight-semibold">Granatier</span></a>, <a href="../games/I.html#i_have_no_tomatoes">
<span class="has-text-weight-semibold">I Have No Tomatoes</span></a>, <a href="../games/M.html#mrboom">
<span class="has-text-weight-semibold">Mr.Boom</span></a>, <a href="../games/S.html#sdl_bomber">
<span class="has-text-weight-semibold">SDL Bomber</span></a>, <a href="../games/X.html#xblast">
<span class="has-text-weight-semibold">XBlast</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Bomberman">Bomberman<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>
<div id="boom" class="box"> <div id="boom" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">BOOM</h2> <p class="title is-4">BOOM</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#boom_remake"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#boom_remake">BOOM: Remake</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">BOOM: Remake</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="boulder_dash" class="box"> <div id="boulder_dash" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Boulder Dash</h2> <p class="title is-4">Boulder Dash</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#boulder_dash"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#boulder_dash">Boulder Dash</a>, <a href="../games/C.html#cavez_of_phear">CAVEZ of PHEAR</a>, <a href="../games/G.html#gdash">GDash</a>, <a href="../games/R.html#rocksndiamonds">Rocks&#39;n&#39;Diamonds</a></p>Media: <a href="https://en.wikipedia.org/wiki/Boulder_Dash">Boulder Dash<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>
<span class="has-text-weight-semibold">Boulder Dash</span></a>, <a href="../games/C.html#cavez_of_phear">
<span class="has-text-weight-semibold">CAVEZ of PHEAR</span></a>, <a href="../games/G.html#gdash">
<span class="has-text-weight-semibold">GDash</span></a>, <a href="../games/R.html#rocksndiamonds">
<span class="has-text-weight-semibold">Rocks&#39;n&#39;Diamonds</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Boulder_Dash">Boulder Dash<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>
<div id="bratwurst" class="box"> <div id="bratwurst" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Bratwurst</h2> <p class="title is-4">Bratwurst</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bratwurst"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bratwurst">bratwurst</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">bratwurst</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="breakout" class="box"> <div id="breakout" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Breakout</h2> <p class="title is-4">Breakout</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#breakout-vr"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#breakout-vr">Breakout-VR</a>, <a href="../games/B.html#briquolo">BRIQUOLO</a>, <a href="../games/L.html#lbreakout2">LBreakout2</a>, <a href="../games/L.html#lbreakouthd">LBreakoutHD</a>, <a href="../games/M.html#movenoid">MoveNoid</a>, <a href="../games/S.html#sdl-ball">SDL-Ball</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Breakout-VR</span></a>, <a href="../games/B.html#briquolo">
<span class="has-text-weight-semibold">BRIQUOLO</span></a>, <a href="../games/L.html#lbreakout2">
<span class="has-text-weight-semibold">LBreakout2</span></a>, <a href="../games/L.html#lbreakouthd">
<span class="has-text-weight-semibold">LBreakoutHD</span></a>, <a href="../games/M.html#movenoid">
<span class="has-text-weight-semibold">MoveNoid</span></a>, <a href="../games/S.html#sdl-ball">
<span class="has-text-weight-semibold">SDL-Ball</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="bubble_bobble" class="box"> <div id="bubble_bobble" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Bubble Bobble</h2> <p class="title is-4">Bubble Bobble</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the_bubs_brothers"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the_bubs_brothers">The Bub&#39;s Brothers</a></p>Media: <a href="https://en.wikipedia.org/wiki/Bubble_Bobble">Bubble Bobble<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>
<span class="has-text-weight-semibold">The Bub&#39;s Brothers</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Bubble_Bobble">Bubble Bobble<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>
<div id="bug_bomber" class="box"> <div id="bug_bomber" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Bug Bomber</h2> <p class="title is-4">Bug Bomber</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bitriot"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bitriot">BitRiot</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">BitRiot</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="burgertime" class="box"> <div id="burgertime" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">BurgerTime</h2> <p class="title is-4">BurgerTime</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#burgerspace"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#burgerspace">BurgerSpace</a></p>Media: <a href="https://en.wikipedia.org/wiki/BurgerTime">BurgerTime<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>
<span class="has-text-weight-semibold">BurgerSpace</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/BurgerTime">BurgerTime<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>
<div id="buster_bros" class="box"> <div id="buster_bros" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Buster Bros</h2> <p class="title is-4">Buster Bros</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#pang_zero"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#pang_zero">Pang Zero</a></p>Media: <a href="https://en.wikipedia.org/wiki/Buster_Bros._Collection">Buster Bros<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>
<span class="has-text-weight-semibold">Pang Zero</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Buster_Bros._Collection">Buster Bros<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>
<div id="buzz_aldrins_race_into_space" class="box"> <div id="buzz_aldrins_race_into_space" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Buzz Aldrin&#39;s Race Into Space</h2> <p class="title is-4">Buzz Aldrin&#39;s Race Into Space</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#race_into_space"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#race_into_space">Race Into Space</a></p>Media: <a href="https://en.wikipedia.org/wiki/Buzz_Aldrin%27s_Race_Into_Space">Buzz Aldrin&#39;s Race Into Space<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>
<span class="has-text-weight-semibold">Race Into Space</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Buzz_Aldrin%27s_Race_Into_Space">Buzz Aldrin&#39;s Race Into Space<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>
<div id="bve_trainsim" class="box"> <div id="bve_trainsim" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">BVE Trainsim</h2> <p class="title is-4">BVE Trainsim</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openbve"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openbve">OpenBVE</a></p>Media: <a href="https://en.wikipedia.org/wiki/BVE_Trainsim">BVE Trainsim<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>
<span class="has-text-weight-semibold">OpenBVE</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/BVE_Trainsim">BVE Trainsim<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>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,634 +9,373 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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 is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Inspirations (C)</h1> <p class="title is-4">Inspirations (C)</p><div id="c-dogs" class="box">
<div id="c-dogs" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">C-Dogs</h2> <p class="title is-4">C-Dogs</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#c-dogs_sdl"> <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>
<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>
</div> </div>
<div id="cadaver" class="box"> <div id="cadaver" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Cadaver</h2> <p class="title is-4">Cadaver</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cadaver"> <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>
<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>
</div> </div>
<div id="caesar_3" class="box"> <div id="caesar_3" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Caesar 3</h2> <p class="title is-4">Caesar 3</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#augustus"> <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>
<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>
</div> </div>
<div id="call_to_power_ii" class="box"> <div id="call_to_power_ii" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Call to Power II</h2> <p class="title is-4">Call to Power II</p>
<div class="subtitle is-size-6"> <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"> <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>
<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>
</div> </div>
<div id="cannon_fodder" class="box"> <div id="cannon_fodder" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Cannon Fodder</h2> <p class="title is-4">Cannon Fodder</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_fodder"> <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>
<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>
</div> </div>
<div id="carrier_command" class="box"> <div id="carrier_command" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Carrier Command</h2> <p class="title is-4">Carrier Command</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#thunderlightning"> <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>
<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>
</div> </div>
<div id="castle_of_the_winds" class="box"> <div id="castle_of_the_winds" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Castle of the Winds</h2> <p class="title is-4">Castle of the Winds</p>
<div class="subtitle is-size-6"> <p class="subtitle is-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">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>
<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>
</div> </div>
<div id="castle_wolfenstein" class="box"> <div id="castle_wolfenstein" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Castle Wolfenstein</h2> <p class="title is-4">Castle Wolfenstein</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#duga"> <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>
<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>
</div> </div>
<div id="cataclysm" class="box"> <div id="cataclysm" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Cataclysm</h2> <p class="title is-4">Cataclysm</p>
<div class="subtitle is-size-6"> <p class="subtitle is-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">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>
<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>
</div> </div>
<div id="catacomb" class="box"> <div id="catacomb" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Catacomb</h2> <p class="title is-4">Catacomb</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#catacombsdl"> <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>
<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>
</div> </div>
<div id="catacomb_3-d" class="box"> <div id="catacomb_3-d" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Catacomb 3-D</h2> <p class="title is-4">Catacomb 3-D</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#catacombgl"> <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>
<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>
</div> </div>
<div id="catacomb_adventure_series" class="box"> <div id="catacomb_adventure_series" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Catacomb Adventure Series</h2> <p class="title is-4">Catacomb Adventure Series</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#reflection_keen"> <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>
<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>
</div> </div>
<div id="catacomb_ii" class="box"> <div id="catacomb_ii" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Catacomb II</h2> <p class="title is-4">Catacomb II</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#catacombsdl"> <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>
<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>
</div> </div>
<div id="catan" class="box"> <div id="catan" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Catan</h2> <p class="title is-4">Catan</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#catan_dice_game"> <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>
<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>
</div> </div>
<div id="cave_story" class="box"> <div id="cave_story" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Cave Story</h2> <p class="title is-4">Cave Story</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#doukutsu-rs"> <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>
<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>
</div> </div>
<div id="chips_challenge" class="box"> <div id="chips_challenge" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Chip&#39;s Challenge</h2> <p class="title is-4">Chip&#39;s Challenge</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tile_world"> <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>
<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>
</div> </div>
<div id="chris_sawyers_locomotion" class="box"> <div id="chris_sawyers_locomotion" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Chris Sawyer&#39;s Locomotion</h2> <p class="title is-4">Chris Sawyer&#39;s Locomotion</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openloco"> <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>
<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>
</div> </div>
<div id="chromium_bsu" class="box"> <div id="chromium_bsu" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Chromium B.S.U.</h2> <p class="title is-4">Chromium B.S.U.</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#celestron"> <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>
<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>
</div> </div>
<div id="chuchu_rocket" class="box"> <div id="chuchu_rocket" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">ChuChu Rocket!</h2> <p class="title is-4">ChuChu Rocket!</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#duck_marines"> <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>
<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>
</div> </div>
<div id="circus_atari" class="box"> <div id="circus_atari" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Circus Atari</h2> <p class="title is-4">Circus Atari</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#circus_linux"> <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>
<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>
</div> </div>
<div id="civilization" class="box"> <div id="civilization" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Civilization</h2> <p class="title is-4">Civilization</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#civone"> <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>
<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>
</div> </div>
<div id="civilization_ii" class="box"> <div id="civilization_ii" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Civilization II</h2> <p class="title is-4">Civilization II</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#c-evo"> <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>
<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>
</div> </div>
<div id="civilization_series" class="box"> <div id="civilization_series" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Civilization series</h2> <p class="title is-4">Civilization series</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#conquests"> <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>
<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>
</div> </div>
<div id="civilization_v" class="box"> <div id="civilization_v" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Civilization V</h2> <p class="title is-4">Civilization V</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/U.html#unciv"> <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>
<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>
</div> </div>
<div id="claw" class="box"> <div id="claw" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Claw</h2> <p class="title is-4">Claw</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openclaw"> <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>
<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>
</div> </div>
<div id="clonk" class="box"> <div id="clonk" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Clonk</h2> <p class="title is-4">Clonk</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openclonk"> <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>
<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>
</div> </div>
<div id="colobot" class="box"> <div id="colobot" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Colobot</h2> <p class="title is-4">Colobot</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#colobot_gold_edition"> <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>
<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>
</div> </div>
<div id="colonization" class="box"> <div id="colonization" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Colonization</h2> <p class="title is-4">Colonization</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#colonization_too"> <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>
<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>
</div> </div>
<div id="columns" class="box"> <div id="columns" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Columns</h2> <p class="title is-4">Columns</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#columns"> <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>
<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>
</div> </div>
<div id="command_conquer" class="box"> <div id="command_conquer" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Command &amp; Conquer</h2> <p class="title is-4">Command &amp; Conquer</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#arrakis"> <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>
<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>
</div> </div>
<div id="command_conquer_generals" class="box"> <div id="command_conquer_generals" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Command &amp; Conquer: Generals</h2> <p class="title is-4">Command &amp; Conquer: Generals</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/O.html#opensage"> <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>
<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>
</div> </div>
<div id="command_conquer_red_alert" class="box"> <div id="command_conquer_red_alert" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Command &amp; Conquer: Red Alert</h2> <p class="title is-4">Command &amp; Conquer: Red Alert</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#chronoshift"> <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>
<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>
</div> </div>
<div id="commander_keen_series" class="box"> <div id="commander_keen_series" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Commander Keen Series</h2> <p class="title is-4">Commander Keen Series</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#commander_genius"> <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>
<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>
</div> </div>
<div id="commando" class="box"> <div id="commando" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Commando</h2> <p class="title is-4">Commando</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#commandojs"> <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>
<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>
</div> </div>
<div id="company_of_heroes" class="box"> <div id="company_of_heroes" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Company of Heroes</h2> <p class="title is-4">Company of Heroes</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#spring_1944"> <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>
<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>
</div> </div>
<div id="company_of_heroes_2" class="box"> <div id="company_of_heroes_2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Company of Heroes 2</h2> <p class="title is-4">Company of Heroes 2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#spring_1944"> <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>
<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>
</div> </div>
<div id="company_of_heroes_opposing_fronts" class="box"> <div id="company_of_heroes_opposing_fronts" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Company of Heroes: Opposing Fronts</h2> <p class="title is-4">Company of Heroes: Opposing Fronts</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#spring_1944"> <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>
<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>
</div> </div>
<div id="company_of_heroes_tales_of_valor" class="box"> <div id="company_of_heroes_tales_of_valor" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Company of Heroes: Tales of Valor</h2> <p class="title is-4">Company of Heroes: Tales of Valor</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#spring_1944"> <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>
<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>
</div> </div>
<div id="conflict_vietnam" class="box"> <div id="conflict_vietnam" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Conflict: Vietnam</h2> <p class="title is-4">Conflict: Vietnam</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#command_series_engine"> <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>
<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>
</div> </div>
<div id="corsixth" class="box"> <div id="corsixth" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">CorsixTH</h2> <p class="title is-4">CorsixTH</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#project_dollhouse"> <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>
<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>
</div> </div>
<div id="cortex_command" class="box"> <div id="cortex_command" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Cortex Command</h2> <p class="title is-4">Cortex Command</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cccp"> <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>
<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>
</div> </div>
<div id="cosmos_cosmic_adventure" class="box"> <div id="cosmos_cosmic_adventure" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Cosmo&#39;s Cosmic Adventure</h2> <p class="title is-4">Cosmo&#39;s Cosmic Adventure</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#cosmo-engine"> <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>
<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>
</div> </div>
<div id="counter-strike" class="box"> <div id="counter-strike" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Counter-Strike</h2> <p class="title is-4">Counter-Strike</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freecs"> <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>
<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>
</div> </div>
<div id="crazy_machines_series" class="box"> <div id="crazy_machines_series" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Crazy Machines series</h2> <p class="title is-4">Crazy Machines series</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the_butterfly_effect"> <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>
<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>
</div> </div>
<div id="creatures" class="box"> <div id="creatures" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Creatures</h2> <p class="title is-4">Creatures</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openc2e"> <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>
<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>
</div> </div>
<div id="crimsonland" class="box"> <div id="crimsonland" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Crimsonland</h2> <p class="title is-4">Crimsonland</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/G.html#grimsonland"> <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>
<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>
</div> </div>
<div id="crossfire" class="box"> <div id="crossfire" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Crossfire</h2> <p class="title is-4">Crossfire</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#atrinik"> <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>
<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>
</div> </div>
<div id="crusade_in_europe" class="box"> <div id="crusade_in_europe" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Crusade in Europe</h2> <p class="title is-4">Crusade in Europe</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#command_series_engine"> <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>
<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>
</div> </div>
<div id="crystal_caves" class="box"> <div id="crystal_caves" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Crystal Caves</h2> <p class="title is-4">Crystal Caves</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opencrystalcaves"> <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>
<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>
</div> </div>
<div id="crystal_quest" class="box"> <div id="crystal_quest" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Crystal Quest</h2> <p class="title is-4">Crystal Quest</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#crystalquest"> <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>
<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>
</div> </div>
<div id="cube_2_sauerbraten" class="box"> <div id="cube_2_sauerbraten" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Cube 2: Sauerbraten</h2> <p class="title is-4">Cube 2: Sauerbraten</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/I.html#inexor"> <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>
<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>
</div> </div>
<div id="cube_engine" class="box"> <div id="cube_engine" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">CUBE engine</h2> <p class="title is-4">CUBE engine</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#assaultcube"> <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>
<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>
</div> </div>
<div id="cube_world" class="box"> <div id="cube_world" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Cube World</h2> <p class="title is-4">Cube World</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/V.html#veloren"> <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>
<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>
</div> </div>
<div id="cytadela" class="box"> <div id="cytadela" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Cytadela</h2> <p class="title is-4">Cytadela</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cytadela"> <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>
<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> </div>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,497 +9,277 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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 is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Inspirations (D)</h1> <p class="title is-4">Inspirations (D)</p><div id="daimonin" class="box">
<div id="daimonin" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Daimonin</h2> <p class="title is-4">Daimonin</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#atrinik"> <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>
<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>
</div> </div>
<div id="dance_dance_revolution" class="box"> <div id="dance_dance_revolution" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Dance Dance Revolution</h2> <p class="title is-4">Dance Dance Revolution</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/P.html#performous"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/P.html#performous">Performous</a>, <a href="../games/S.html#stepmania">StepMania</a></p>Media: <a href="https://en.wikipedia.org/wiki/Dance_Dance_Revolution">Dance Dance Revolution<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>
<span class="has-text-weight-semibold">Performous</span></a>, <a href="../games/S.html#stepmania">
<span class="has-text-weight-semibold">StepMania</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Dance_Dance_Revolution">Dance Dance Revolution<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>
<div id="dark_forces" class="box"> <div id="dark_forces" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Dark Forces</h2> <p class="title is-4">Dark Forces</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the_force_engine"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the_force_engine">The Force Engine</a></p>Media: <a href="https://en.wikipedia.org/wiki/Star_Wars:_Dark_Forces">Dark Forces<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>
<span class="has-text-weight-semibold">The Force Engine</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Star_Wars:_Dark_Forces">Dark Forces<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>
<div id="deadly_rooms_of_death" class="box"> <div id="deadly_rooms_of_death" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Deadly Rooms of Death</h2> <p class="title is-4">Deadly Rooms of Death</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#hyperrogue"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#hyperrogue">HyperRogue</a></p>Media: <a href="https://en.wikipedia.org/wiki/Deadly_Rooms_of_Death">Deadly Rooms of Death<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>
<span class="has-text-weight-semibold">HyperRogue</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Deadly_Rooms_of_Death">Deadly Rooms of Death<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>
<div id="death_rally" class="box"> <div id="death_rally" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Death Rally</h2> <p class="title is-4">Death Rally</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#drally"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#drally">dRally</a>, <a href="../games/D.html#dreerally">Dreerally</a></p>Media: <a href="https://en.wikipedia.org/wiki/Death_Rally">Death Rally<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>
<span class="has-text-weight-semibold">dRally</span></a>, <a href="../games/D.html#dreerally">
<span class="has-text-weight-semibold">Dreerally</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Death_Rally">Death Rally<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>
<div id="deathchase" class="box"> <div id="deathchase" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Deathchase</h2> <p class="title is-4">Deathchase</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#deathchase_3d"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#deathchase_3d">Deathchase 3D</a></p>Media: <a href="https://en.wikipedia.org/wiki/Deathchase">Deathchase<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>
<span class="has-text-weight-semibold">Deathchase 3D</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Deathchase">Deathchase<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>
<div id="decision_in_the_desert" class="box"> <div id="decision_in_the_desert" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Decision in the Desert</h2> <p class="title is-4">Decision in the Desert</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#command_series_engine"> <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/Decision_in_the_Desert">Decision in the Desert<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>
<span class="has-text-weight-semibold">Command Series Engine</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Decision_in_the_Desert">Decision in the Desert<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>
<div id="defender" class="box"> <div id="defender" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Defender</h2> <p class="title is-4">Defender</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#defendguin"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#defendguin">Defendguin</a>, <a href="../games/W.html#word_war_vi">Word War vi</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Defendguin</span></a>, <a href="../games/W.html#word_war_vi">
<span class="has-text-weight-semibold">Word War vi</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="deflektor" class="box"> <div id="deflektor" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Deflektor</h2> <p class="title is-4">Deflektor</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#mirror_magic"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#mirror_magic">Mirror Magic</a></p>Media: <a href="https://en.wikipedia.org/wiki/Deflektor">Deflektor<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>
<span class="has-text-weight-semibold">Mirror Magic</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Deflektor">Deflektor<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>
<div id="delver" class="box"> <div id="delver" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Delver</h2> <p class="title is-4">Delver</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#delverengine"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#delverengine">DelverEngine</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">DelverEngine</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="descent" class="box"> <div id="descent" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Descent</h2> <p class="title is-4">Descent</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#d2x-xl"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#d2x-xl">D2X-XL</a>, <a href="../games/D.html#dxx-rebirth">DXX-Rebirth</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">D2X-XL</span></a>, <a href="../games/D.html#dxx-rebirth">
<span class="has-text-weight-semibold">DXX-Rebirth</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="descent_ii" class="box"> <div id="descent_ii" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Descent II</h2> <p class="title is-4">Descent II</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#d2x-xl"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#d2x-xl">D2X-XL</a>, <a href="../games/D.html#dxx-rebirth">DXX-Rebirth</a></p>Media: <a href="https://en.wikipedia.org/wiki/Descent_(1995_video_game)">Descent 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>
<span class="has-text-weight-semibold">D2X-XL</span></a>, <a href="../games/D.html#dxx-rebirth">
<span class="has-text-weight-semibold">DXX-Rebirth</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Descent_(1995_video_game)">Descent 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>
</div> </div>
<div id="destructo" class="box"> <div id="destructo" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Destructo</h2> <p class="title is-4">Destructo</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#return_of_dr_destructo"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#return_of_dr_destructo">Return of Dr. Destructo</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Return of Dr. Destructo</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="diablo" class="box"> <div id="diablo" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Diablo</h2> <p class="title is-4">Diablo</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#devilution"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#devilution">Devilution</a>, <a href="../games/D.html#devilutionx">DevilutionX</a>, <a href="../games/D.html#dgengine">DGEngine</a>, <a href="../frameworks/framework.html#flare">Flare</a>, <a href="../games/F.html#freeablo">freeablo</a>, <a href="../games/S.html#summoning_wars">Summoning Wars</a></p>Media: <a href="https://en.wikipedia.org/wiki/Diablo_(series)">Diablo<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>
<span class="has-text-weight-semibold">Devilution</span></a>, <a href="../games/D.html#devilutionx">
<span class="has-text-weight-semibold">DevilutionX</span></a>, <a href="../games/D.html#dgengine">
<span class="has-text-weight-semibold">DGEngine</span></a>, <a href="../frameworks/framework.html#flare">
<span class="has-text-weight-semibold">Flare</span></a>, <a href="../games/F.html#freeablo">
<span class="has-text-weight-semibold">freeablo</span></a>, <a href="../games/S.html#summoning_wars">
<span class="has-text-weight-semibold">Summoning Wars</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Diablo_(series)">Diablo<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>
<div id="diablo_2" class="box"> <div id="diablo_2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Diablo 2</h2> <p class="title is-4">Diablo 2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opendiablo2"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opendiablo2">OpenDiablo2</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">OpenDiablo2</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="diablo_ii" class="box"> <div id="diablo_ii" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Diablo II</h2> <p class="title is-4">Diablo II</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#diablerie"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#diablerie">Diablerie</a>, <a href="../games/R.html#riiablo">Riiablo</a></p>Media: <a href="https://en.wikipedia.org/wiki/Diablo_II">Diablo 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>
<span class="has-text-weight-semibold">Diablerie</span></a>, <a href="../games/R.html#riiablo">
<span class="has-text-weight-semibold">Riiablo</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Diablo_II">Diablo 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>
</div> </div>
<div id="diabolika_2_the_devils_last_stand" class="box"> <div id="diabolika_2_the_devils_last_stand" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Diabolika 2: The Devil&#39;s Last Stand</h2> <p class="title is-4">Diabolika 2: The Devil&#39;s Last Stand</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#diabolika"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#diabolika">Diabolika</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Diabolika</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="digger" class="box"> <div id="digger" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Digger</h2> <p class="title is-4">Digger</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#cavez_of_phear"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#cavez_of_phear">CAVEZ of PHEAR</a>, <a href="../games/D.html#digger_remastered">Digger Remastered</a>, <a href="../games/X.html#xdigger">xdigger</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">CAVEZ of PHEAR</span></a>, <a href="../games/D.html#digger_remastered">
<span class="has-text-weight-semibold">Digger Remastered</span></a>, <a href="../games/X.html#xdigger">
<span class="has-text-weight-semibold">xdigger</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="dink_smallwood" class="box"> <div id="dink_smallwood" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Dink Smallwood</h2> <p class="title is-4">Dink Smallwood</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#gnu_freedink"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#gnu_freedink">GNU FreeDink</a></p>Media: <a href="https://en.wikipedia.org/wiki/Dink_Smallwood">Dink Smallwood<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>
<span class="has-text-weight-semibold">GNU FreeDink</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Dink_Smallwood">Dink Smallwood<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>
<div id="dogs_of_war" class="box"> <div id="dogs_of_war" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Dogs of War</h2> <p class="title is-4">Dogs of War</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opendow"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opendow">openDOW</a></p>Media: <a href="https://en.wikipedia.org/wiki/Dogs_of_War_(2000_video_game)">Dogs of War<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>
<span class="has-text-weight-semibold">openDOW</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Dogs_of_War_(2000_video_game)">Dogs of War<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>
<div id="dominion" class="box"> <div id="dominion" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Dominion</h2> <p class="title is-4">Dominion</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opendominion"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opendominion">OpenDominion</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">OpenDominion</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="doom" class="box"> <div id="doom" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Doom</h2> <p class="title is-4">Doom</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#chocolate_doom"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#chocolate_doom">Chocolate Doom</a>, <a href="../games/C.html#classic_rbdoom_3_bfg">Classic RBDoom 3 BFG</a>, <a href="../games/D.html#do_it_yourself_doom_with_sdl">Do It Yourself Doom With SDL</a>, <a href="../games/D.html#doom">DOOM</a>, <a href="../games/D.html#doom_legacy">Doom Legacy</a>, <a href="../games/D.html#doom_retro">DOOM Retro</a>, <a href="../games/D.html#doom-ios">DOOM-iOS</a>, <a href="../games/D.html#doomsday_engine">Doomsday Engine</a>, <a href="../games/D.html#drl">DRL</a>, <a href="../games/F.html#freedoom">Freedoom</a>, <a href="../games/G.html#gloomy_dungeons">Gloomy Dungeons</a>, <a href="../games/G.html#gloomy_dungeons_2">Gloomy Dungeons 2</a>, <a href="../games/G.html#gzdoom">GZDoom</a>, <a href="../games/M.html#mocha_doom">Mocha Doom</a>, <a href="../games/O.html#odamex">Odamex</a>, <a href="../games/P.html#prboom+">PrBoom+</a>, <a href="../frameworks/tool.html#slade">SLADE</a>, <a href="../games/T.html#the_eternity_engine">The Eternity Engine</a>, <a href="../games/Y.html#yet_another_doom_clone">Yet Another Doom Clone</a>, <a href="../games/Z.html#zandronum">Zandronum</a>, <a href="../games/Z.html#zdoom">ZDoom</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Chocolate Doom</span></a>, <a href="../games/C.html#classic_rbdoom_3_bfg">
<span class="has-text-weight-semibold">Classic RBDoom 3 BFG</span></a>, <a href="../games/D.html#do_it_yourself_doom_with_sdl">
<span class="has-text-weight-semibold">Do It Yourself Doom With SDL</span></a>, <a href="../games/D.html#doom">
<span class="has-text-weight-semibold">DOOM</span></a>, <a href="../games/D.html#doom_legacy">
<span class="has-text-weight-semibold">Doom Legacy</span></a>, <a href="../games/D.html#doom_retro">
<span class="has-text-weight-semibold">DOOM Retro</span></a>, <a href="../games/D.html#doom-ios">
<span class="has-text-weight-semibold">DOOM-iOS</span></a>, <a href="../games/D.html#doomsday_engine">
<span class="has-text-weight-semibold">Doomsday Engine</span></a>, <a href="../games/D.html#drl">
<span class="has-text-weight-semibold">DRL</span></a>, <a href="../games/F.html#freedoom">
<span class="has-text-weight-semibold">Freedoom</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>, <a href="../games/G.html#gzdoom">
<span class="has-text-weight-semibold">GZDoom</span></a>, <a href="../games/M.html#mocha_doom">
<span class="has-text-weight-semibold">Mocha Doom</span></a>, <a href="../games/O.html#odamex">
<span class="has-text-weight-semibold">Odamex</span></a>, <a href="../games/P.html#prboom+">
<span class="has-text-weight-semibold">PrBoom+</span></a>, <a href="../frameworks/tool.html#slade">
<span class="has-text-weight-semibold">SLADE</span></a>, <a href="../games/T.html#the_eternity_engine">
<span class="has-text-weight-semibold">The Eternity Engine</span></a>, <a href="../games/Y.html#yet_another_doom_clone">
<span class="has-text-weight-semibold">Yet Another Doom Clone</span></a>, <a href="../games/Z.html#zandronum">
<span class="has-text-weight-semibold">Zandronum</span></a>, <a href="../games/Z.html#zdoom">
<span class="has-text-weight-semibold">ZDoom</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="doom_3" class="box"> <div id="doom_3" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Doom 3</h2> <p class="title is-4">Doom 3</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#classic_rbdoom_3_bfg"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#classic_rbdoom_3_bfg">Classic RBDoom 3 BFG</a>, <a href="../games/D.html#dhewm3">dhewm3</a>, <a href="../games/R.html#rbdoom-3-bfg">RBDOOM-3-BFG</a></p>Media: <a href="https://en.wikipedia.org/wiki/Doom_3">Doom 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>
<span class="has-text-weight-semibold">Classic RBDoom 3 BFG</span></a>, <a href="../games/D.html#dhewm3">
<span class="has-text-weight-semibold">dhewm3</span></a>, <a href="../games/R.html#rbdoom-3-bfg">
<span class="has-text-weight-semibold">RBDOOM-3-BFG</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Doom_3">Doom 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>
</div> </div>
<div id="doom_64" class="box"> <div id="doom_64" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Doom 64</h2> <p class="title is-4">Doom 64</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#doom64ex"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#doom64ex">Doom64EX</a></p>Media: <a href="https://en.wikipedia.org/wiki/Doom_64">Doom 64<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>
<span class="has-text-weight-semibold">Doom64EX</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Doom_64">Doom 64<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>
<div id="doom_ii" class="box"> <div id="doom_ii" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Doom II</h2> <p class="title is-4">Doom II</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#doom_legacy"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#doom_legacy">Doom Legacy</a>, <a href="../games/D.html#doom_retro">DOOM Retro</a>, <a href="../games/D.html#doom-ios">DOOM-iOS</a>, <a href="../games/D.html#doomsday_engine">Doomsday Engine</a>, <a href="../games/F.html#freedoom">Freedoom</a>, <a href="../games/G.html#gzdoom">GZDoom</a>, <a href="../games/M.html#mocha_doom">Mocha Doom</a>, <a href="../games/O.html#odamex">Odamex</a>, <a href="../games/P.html#prboom+">PrBoom+</a>, <a href="../games/Z.html#zandronum">Zandronum</a>, <a href="../games/Z.html#zdoom">ZDoom</a></p>Media: <a href="https://en.wikipedia.org/wiki/Doom_II_RPG">Doom 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>
<span class="has-text-weight-semibold">Doom Legacy</span></a>, <a href="../games/D.html#doom_retro">
<span class="has-text-weight-semibold">DOOM Retro</span></a>, <a href="../games/D.html#doom-ios">
<span class="has-text-weight-semibold">DOOM-iOS</span></a>, <a href="../games/D.html#doomsday_engine">
<span class="has-text-weight-semibold">Doomsday Engine</span></a>, <a href="../games/F.html#freedoom">
<span class="has-text-weight-semibold">Freedoom</span></a>, <a href="../games/G.html#gzdoom">
<span class="has-text-weight-semibold">GZDoom</span></a>, <a href="../games/M.html#mocha_doom">
<span class="has-text-weight-semibold">Mocha Doom</span></a>, <a href="../games/O.html#odamex">
<span class="has-text-weight-semibold">Odamex</span></a>, <a href="../games/P.html#prboom+">
<span class="has-text-weight-semibold">PrBoom+</span></a>, <a href="../games/Z.html#zandronum">
<span class="has-text-weight-semibold">Zandronum</span></a>, <a href="../games/Z.html#zdoom">
<span class="has-text-weight-semibold">ZDoom</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Doom_II_RPG">Doom 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>
</div> </div>
<div id="double_dragon" class="box"> <div id="double_dragon" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Double Dragon</h2> <p class="title is-4">Double Dragon</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openbor"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openbor">OpenBOR</a></p>Media: <a href="https://en.wikipedia.org/wiki/Double_Dragon_(video_game)">Double Dragon<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>
<span class="has-text-weight-semibold">OpenBOR</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Double_Dragon_(video_game)">Double Dragon<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>
<div id="dragon_wars" class="box"> <div id="dragon_wars" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Dragon Wars</h2> <p class="title is-4">Dragon Wars</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#turn_of_war"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#turn_of_war">Turn of War</a></p>Media: <a href="https://en.wikipedia.org/wiki/Dragon_Wars">Dragon Wars<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>
<span class="has-text-weight-semibold">Turn of War</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Dragon_Wars">Dragon Wars<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>
<div id="driver_2" class="box"> <div id="driver_2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Driver 2</h2> <p class="title is-4">Driver 2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#redriver2"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#redriver2">REDriver2</a></p>Media: <a href="https://en.wikipedia.org/wiki/Driver_2">Driver 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>
<span class="has-text-weight-semibold">REDriver2</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Driver_2">Driver 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>
</div> </div>
<div id="drugwars" class="box"> <div id="drugwars" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Drugwars</h2> <p class="title is-4">Drugwars</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#dope_wars"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#dope_wars">Dope Wars</a>, <a href="../games/P.html#prescription_wars">Prescription Wars</a></p>Media: <a href="https://en.wikipedia.org/wiki/Drugwars">Drugwars<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>
<span class="has-text-weight-semibold">Dope Wars</span></a>, <a href="../games/P.html#prescription_wars">
<span class="has-text-weight-semibold">Prescription Wars</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Drugwars">Drugwars<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>
<div id="duke_nukem" class="box"> <div id="duke_nukem" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Duke Nukem</h2> <p class="title is-4">Duke Nukem</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#dave_gnukem"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#dave_gnukem">Dave Gnukem</a>, <a href="../games/F.html#freenukum">Freenukum</a></p>Media: <a href="https://en.wikipedia.org/wiki/Duke_Nukem">Duke Nukem<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>
<span class="has-text-weight-semibold">Dave Gnukem</span></a>, <a href="../games/F.html#freenukum">
<span class="has-text-weight-semibold">Freenukum</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Duke_Nukem">Duke Nukem<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>
<div id="duke_nukem_3d" class="box"> <div id="duke_nukem_3d" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Duke Nukem 3D</h2> <p class="title is-4">Duke Nukem 3D</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#chocolate_duke3d"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#chocolate_duke3d">Chocolate Duke3D</a>, <a href="../games/D.html#duke3d">Duke3D</a>, <a href="../games/D.html#duke3dw32">Duke3d_w32</a>, <a href="../games/D.html#dukegdx">DukeGDX</a>, <a href="../games/E.html#eduke32">EDuke32</a>, <a href="../games/J.html#jfduke3d">JFDuke3D</a>, <a href="../games/R.html#raze">Raze</a>, <a href="../games/R.html#rednukem">Rednukem</a>, <a href="../games/X.html#xduke">xDuke</a></p>Media: <a href="https://en.wikipedia.org/wiki/Duke_Nukem_3D">Duke Nukem 3D<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>
<span class="has-text-weight-semibold">Chocolate Duke3D</span></a>, <a href="../games/D.html#duke3d">
<span class="has-text-weight-semibold">Duke3D</span></a>, <a href="../games/D.html#duke3dw32">
<span class="has-text-weight-semibold">Duke3d_w32</span></a>, <a href="../games/D.html#dukegdx">
<span class="has-text-weight-semibold">DukeGDX</span></a>, <a href="../games/E.html#eduke32">
<span class="has-text-weight-semibold">EDuke32</span></a>, <a href="../games/J.html#jfduke3d">
<span class="has-text-weight-semibold">JFDuke3D</span></a>, <a href="../games/R.html#raze">
<span class="has-text-weight-semibold">Raze</span></a>, <a href="../games/R.html#rednukem">
<span class="has-text-weight-semibold">Rednukem</span></a>, <a href="../games/X.html#xduke">
<span class="has-text-weight-semibold">xDuke</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Duke_Nukem_3D">Duke Nukem 3D<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>
<div id="duke_nukem_ii" class="box"> <div id="duke_nukem_ii" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Duke Nukem II</h2> <p class="title is-4">Duke Nukem II</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rigel_engine"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rigel_engine">Rigel Engine</a></p>Media: <a href="https://en.wikipedia.org/wiki/Duke_Nukem_II">Duke Nukem 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>
<span class="has-text-weight-semibold">Rigel Engine</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Duke_Nukem_II">Duke Nukem 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>
</div> </div>
<div id="dune_2" class="box"> <div id="dune_2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Dune 2</h2> <p class="title is-4">Dune 2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#arrakis"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#arrakis">Arrakis</a>, <a href="../games/D.html#dune_dynasty">Dune Dynasty</a>, <a href="../games/D.html#dune_ii-the_maker">Dune II - The Maker</a>, <a href="../games/D.html#dune_legacy">Dune Legacy</a>, <a href="../games/O.html#opendune">OpenDUNE</a>, <a href="../games/O.html#openhv">OpenHV</a></p>Media: <a href="https://en.wikipedia.org/wiki/Dune_II">Dune 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>
<span class="has-text-weight-semibold">Arrakis</span></a>, <a href="../games/D.html#dune_dynasty">
<span class="has-text-weight-semibold">Dune Dynasty</span></a>, <a href="../games/D.html#dune_ii-the_maker">
<span class="has-text-weight-semibold">Dune II - The Maker</span></a>, <a href="../games/D.html#dune_legacy">
<span class="has-text-weight-semibold">Dune Legacy</span></a>, <a href="../games/O.html#opendune">
<span class="has-text-weight-semibold">OpenDUNE</span></a>, <a href="../games/O.html#openhv">
<span class="has-text-weight-semibold">OpenHV</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Dune_II">Dune 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>
</div> </div>
<div id="dune_2000" class="box"> <div id="dune_2000" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Dune 2000</h2> <p class="title is-4">Dune 2000</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openra"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openra">OpenRA</a></p>Media: <a href="https://en.wikipedia.org/wiki/Dune_2000">Dune 2000<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>
<span class="has-text-weight-semibold">OpenRA</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Dune_2000">Dune 2000<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>
<div id="dungeon_crawl_stone_soup" class="box"> <div id="dungeon_crawl_stone_soup" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Dungeon Crawl Stone Soup</h2> <p class="title is-4">Dungeon Crawl Stone Soup</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#javelin"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#javelin">Javelin</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Javelin</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="dungeon_keeper" class="box"> <div id="dungeon_keeper" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Dungeon Keeper</h2> <p class="title is-4">Dungeon Keeper</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/G.html#goblin_camp"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/G.html#goblin_camp">Goblin Camp</a>, <a href="../games/O.html#opendungeons">OpenDungeons</a></p>Media: <a href="https://en.wikipedia.org/wiki/Dungeon_Keeper">Dungeon Keeper<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>
<span class="has-text-weight-semibold">Goblin Camp</span></a>, <a href="../games/O.html#opendungeons">
<span class="has-text-weight-semibold">OpenDungeons</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Dungeon_Keeper">Dungeon Keeper<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>
<div id="dungeon_keeper_2" class="box"> <div id="dungeon_keeper_2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Dungeon Keeper 2</h2> <p class="title is-4">Dungeon Keeper 2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/K.html#keeperrl"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/K.html#keeperrl">KeeperRL</a>, <a href="../games/O.html#openkeeper">OpenKeeper</a></p>Media: <a href="https://en.wikipedia.org/wiki/Dungeon_Keeper_2">Dungeon Keeper 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>
<span class="has-text-weight-semibold">KeeperRL</span></a>, <a href="../games/O.html#openkeeper">
<span class="has-text-weight-semibold">OpenKeeper</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Dungeon_Keeper_2">Dungeon Keeper 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>
</div> </div>
<div id="dwarf_fortress" class="box"> <div id="dwarf_fortress" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Dwarf Fortress</h2> <p class="title is-4">Dwarf Fortress</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#dwarfcorp"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#dwarfcorp">DwarfCorp</a>, <a href="../games/G.html#goblin_camp">Goblin Camp</a>, <a href="../games/V.html#veloren">Veloren</a></p>Media: <a href="https://en.wikipedia.org/wiki/Dwarf_Fortress">Dwarf Fortress<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>
<span class="has-text-weight-semibold">DwarfCorp</span></a>, <a href="../games/G.html#goblin_camp">
<span class="has-text-weight-semibold">Goblin Camp</span></a>, <a href="../games/V.html#veloren">
<span class="has-text-weight-semibold">Veloren</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Dwarf_Fortress">Dwarf Fortress<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>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,236 +9,157 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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 is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Inspirations (E)</h1> <p class="title is-4">Inspirations (E)</p><div id="et_the_extra-terrestrial" class="box">
<div id="et_the_extra-terrestrial" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">E.T. the Extra-Terrestrial</h2> <p class="title is-4">E.T. the Extra-Terrestrial</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#javascript-et"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#javascript-et">javascript-E.T.</a></p>Media: <a href="https://en.wikipedia.org/wiki/E.T._the_Extra-Terrestrial_(video_game)">E.T. the Extra-Terrestrial<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>
<span class="has-text-weight-semibold">javascript-E.T.</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/E.T._the_Extra-Terrestrial_(video_game)">E.T. the Extra-Terrestrial<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>
<div id="eat_the_whistle" class="box"> <div id="eat_the_whistle" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Eat The Whistle</h2> <p class="title is-4">Eat The Whistle</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/E.html#eat_the_whistle"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/E.html#eat_the_whistle">Eat The Whistle</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Eat The Whistle</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="echochrome" class="box"> <div id="echochrome" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Echochrome</h2> <p class="title is-4">Echochrome</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#l-echo"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#l-echo">l-echo</a></p>Media: <a href="https://en.wikipedia.org/wiki/Echochrome">Echochrome<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>
<span class="has-text-weight-semibold">l-echo</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Echochrome">Echochrome<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>
<div id="elasto_mania" class="box"> <div id="elasto_mania" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Elasto Mania</h2> <p class="title is-4">Elasto Mania</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/X.html#x-moto"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/X.html#x-moto">X-Moto</a></p>Media: <a href="https://en.wikipedia.org/wiki/Elasto_Mania">Elasto Mania<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>
<span class="has-text-weight-semibold">X-Moto</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Elasto_Mania">Elasto Mania<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>
<div id="elements" class="box"> <div id="elements" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Elements</h2> <p class="title is-4">Elements</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openetg"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openetg">OpenEtG</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">OpenEtG</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="elifoot_98" class="box"> <div id="elifoot_98" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Elifoot 98</h2> <p class="title is-4">Elifoot 98</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/E.html#elifut_android"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/E.html#elifut_android">EliFUT Android</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">EliFUT Android</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="elite" class="box"> <div id="elite" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Elite</h2> <p class="title is-4">Elite</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/O.html#oolite"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/O.html#oolite">Oolite</a>, <a href="../frameworks/framework.html#vega_strike">Vega Strike</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Oolite</span></a>, <a href="../frameworks/framework.html#vega_strike">
<span class="has-text-weight-semibold">Vega Strike</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="elite_command" class="box"> <div id="elite_command" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Elite Command</h2> <p class="title is-4">Elite Command</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/Z.html#zetawar"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/Z.html#zetawar">Zetawar</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Zetawar</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="elite_ii" class="box"> <div id="elite_ii" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Elite II</h2> <p class="title is-4">Elite II</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#pioneer"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#pioneer">Pioneer</a></p>Media: <a href="https://en.wikipedia.org/wiki/Frontier:_Elite_II">Elite 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>
<span class="has-text-weight-semibold">Pioneer</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Frontier:_Elite_II">Elite 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>
</div> </div>
<div id="elona" class="box"> <div id="elona" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Elona</h2> <p class="title is-4">Elona</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/E.html#elonafoobar"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/E.html#elonafoobar">ElonaFoobar</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">ElonaFoobar</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="emerald_mine" class="box"> <div id="emerald_mine" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Emerald Mine</h2> <p class="title is-4">Emerald Mine</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rocksndiamonds"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rocksndiamonds">Rocks&#39;n&#39;Diamonds</a></p>Media: <a href="https://en.wikipedia.org/wiki/Emerald_Mine">Emerald Mine<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>
<span class="has-text-weight-semibold">Rocks&#39;n&#39;Diamonds</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Emerald_Mine">Emerald Mine<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>
<div id="empire" class="box"> <div id="empire" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Empire</h2> <p class="title is-4">Empire</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/X.html#xconq"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/X.html#xconq">Xconq</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Xconq</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="enduro" class="box"> <div id="enduro" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Enduro</h2> <p class="title is-4">Enduro</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/E.html#enduro_tribute"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/E.html#enduro_tribute">Enduro tribute</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Enduro tribute</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="escape_from_colditz" class="box"> <div id="escape_from_colditz" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Escape from Colditz</h2> <p class="title is-4">Escape from Colditz</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#colditz_escape"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#colditz_escape">Colditz Escape</a></p>Media: <a href="https://en.wikipedia.org/wiki/Escape_from_Colditz">Escape from Colditz<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>
<span class="has-text-weight-semibold">Colditz Escape</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Escape_from_Colditz">Escape from Colditz<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>
<div id="escape_from_monkey_island" class="box"> <div id="escape_from_monkey_island" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Escape from Monkey Island</h2> <p class="title is-4">Escape from Monkey Island</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#residualvm"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#residualvm">ResidualVM</a></p>Media: <a href="https://en.wikipedia.org/wiki/Escape_from_Monkey_Island">Escape from Monkey Island<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>
<span class="has-text-weight-semibold">ResidualVM</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Escape_from_Monkey_Island">Escape from Monkey Island<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>
<div id="escape_velocity" class="box"> <div id="escape_velocity" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Escape Velocity</h2> <p class="title is-4">Escape Velocity</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/E.html#endless_sky"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/E.html#endless_sky">Endless Sky</a>, <a href="../games/N.html#naev">Naev</a>, <a href="../games/N.html#nox_imperii">Nox Imperii</a></p>Media: <a href="https://en.wikipedia.org/wiki/Escape_Velocity_(video_game)">Escape Velocity<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>
<span class="has-text-weight-semibold">Endless Sky</span></a>, <a href="../games/N.html#naev">
<span class="has-text-weight-semibold">Naev</span></a>, <a href="../games/N.html#nox_imperii">
<span class="has-text-weight-semibold">Nox Imperii</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Escape_Velocity_(video_game)">Escape Velocity<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>
<div id="eternal_lands" class="box"> <div id="eternal_lands" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Eternal Lands</h2> <p class="title is-4">Eternal Lands</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#other-life"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#other-life">Other-Life</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Other-Life</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="eye_of_the_beholder_ii_the_legend_of_darkmoon" class="box"> <div id="eye_of_the_beholder_ii_the_legend_of_darkmoon" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Eye of the Beholder II: The Legend of Darkmoon</h2> <p class="title is-4">Eye of the Beholder II: The Legend of Darkmoon</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#dungeon_eye"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#dungeon_eye">Dungeon Eye</a></p>Media: <a href="https://en.wikipedia.org/wiki/Eye_of_the_Beholder_II:_The_Legend_of_Darkmoon">Eye of the Beholder II: The Legend of Darkmoon<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>
<span class="has-text-weight-semibold">Dungeon Eye</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Eye_of_the_Beholder_II:_The_Legend_of_Darkmoon">Eye of the Beholder II: The Legend of Darkmoon<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>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,374 +9,235 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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 is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Inspirations (F)</h1> <p class="title is-4">Inspirations (F)</p><div id="f-1_spirit" class="box">
<div id="f-1_spirit" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">F-1 Spirit</h2> <p class="title is-4">F-1 Spirit</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#f-1_spirit"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#f-1_spirit">F-1 Spirit</a></p>Media: <a href="https://en.wikipedia.org/wiki/F-1_Spirit_(series)">F-1 Spirit<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>
<span class="has-text-weight-semibold">F-1 Spirit</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/F-1_Spirit_(series)">F-1 Spirit<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>
<div id="factorio" class="box"> <div id="factorio" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Factorio</h2> <p class="title is-4">Factorio</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#jactorio"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#jactorio">Jactorio</a></p>Media: <a href="https://en.wikipedia.org/wiki/Factorio">Factorio<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>
<span class="has-text-weight-semibold">Jactorio</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Factorio">Factorio<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>
<div id="falcons_eye" class="box"> <div id="falcons_eye" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Falcon&#39;s Eye</h2> <p class="title is-4">Falcon&#39;s Eye</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/V.html#vultures_eye"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/V.html#vultures_eye">Vulture&#39;s Eye</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Vulture&#39;s Eye</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="fall_down" class="box"> <div id="fall_down" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Fall Down</h2> <p class="title is-4">Fall Down</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#ativayeban"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#ativayeban">ativayeban</a>, <a href="../games/F.html#falling_time">Falling Time</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">ativayeban</span></a>, <a href="../games/F.html#falling_time">
<span class="has-text-weight-semibold">Falling Time</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="fallout_2" class="box"> <div id="fallout_2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Fallout 2</h2> <p class="title is-4">Fallout 2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#falltergeist"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#falltergeist">Falltergeist</a>, <a href="../games/J.html#jsfo">jsFO</a>, <a href="../games/P.html#parpg">PARPG</a>, <a href="../games/S.html#sfall">sfall</a></p>Media: <a href="https://en.wikipedia.org/wiki/Fallout_2">Fallout 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>
<span class="has-text-weight-semibold">Falltergeist</span></a>, <a href="../games/J.html#jsfo">
<span class="has-text-weight-semibold">jsFO</span></a>, <a href="../games/P.html#parpg">
<span class="has-text-weight-semibold">PARPG</span></a>, <a href="../games/S.html#sfall">
<span class="has-text-weight-semibold">sfall</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Fallout_2">Fallout 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>
</div> </div>
<div id="fallout_online" class="box"> <div id="fallout_online" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Fallout Online</h2> <p class="title is-4">Fallout Online</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#fonline"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#fonline">fonline</a></p>Media: <a href="https://en.wikipedia.org/wiki/Fallout_Online">Fallout Online<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>
<span class="has-text-weight-semibold">fonline</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Fallout_Online">Fallout Online<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>
<div id="final_fantasy_ix" class="box"> <div id="final_fantasy_ix" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Final Fantasy IX</h2> <p class="title is-4">Final Fantasy IX</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/tool.html#memoria"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/tool.html#memoria">Memoria</a></p>Media: <a href="https://en.wikipedia.org/wiki/Final_Fantasy_IX">Final Fantasy IX<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>
<span class="has-text-weight-semibold">Memoria</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Final_Fantasy_IX">Final Fantasy IX<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>
<div id="final_fantasy_series" class="box"> <div id="final_fantasy_series" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Final Fantasy series</h2> <p class="title is-4">Final Fantasy series</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#dmomd"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#dmomd">Dmomd</a>, <a href="../games/J.html#javelin">Javelin</a></p>Media: <a href="https://en.wikipedia.org/wiki/Final_Fantasy">Final Fantasy 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>
<span class="has-text-weight-semibold">Dmomd</span></a>, <a href="../games/J.html#javelin">
<span class="has-text-weight-semibold">Javelin</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Final_Fantasy">Final Fantasy 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>
</div> </div>
<div id="final_fantasy_vii" class="box"> <div id="final_fantasy_vii" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Final Fantasy VII</h2> <p class="title is-4">Final Fantasy VII</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/Q.html#q-gears"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/Q.html#q-gears">Q-Gears</a></p>Media: <a href="https://en.wikipedia.org/wiki/Final_Fantasy_VII">Final Fantasy VII<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>
<span class="has-text-weight-semibold">Q-Gears</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Final_Fantasy_VII">Final Fantasy VII<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>
<div id="final_fantasy_viii" class="box"> <div id="final_fantasy_viii" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Final Fantasy VIII</h2> <p class="title is-4">Final Fantasy VIII</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openviii"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openviii">OpenVIII</a></p>Media: <a href="https://en.wikipedia.org/wiki/Final_Fantasy_VIII">Final Fantasy VIII<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>
<span class="has-text-weight-semibold">OpenVIII</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Final_Fantasy_VIII">Final Fantasy VIII<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>
<div id="final_fight" class="box"> <div id="final_fight" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Final Fight</h2> <p class="title is-4">Final Fight</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openbor"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openbor">OpenBOR</a></p>Media: <a href="https://en.wikipedia.org/wiki/Final_Fight">Final Fight<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>
<span class="has-text-weight-semibold">OpenBOR</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Final_Fight">Final Fight<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>
<div id="fire_emblem" class="box"> <div id="fire_emblem" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Fire Emblem</h2> <p class="title is-4">Fire Emblem</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#story_of_a_lost_sky"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#story_of_a_lost_sky">Story of a Lost Sky</a></p>Media: <a href="https://en.wikipedia.org/wiki/Fire_Emblem_(video_game)">Fire Emblem<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>
<span class="has-text-weight-semibold">Story of a Lost Sky</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Fire_Emblem_(video_game)">Fire Emblem<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>
<div id="fire_power" class="box"> <div id="fire_power" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Fire Power</h2> <p class="title is-4">Fire Power</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openfire"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openfire">OpenFire</a></p>Media: <a href="https://en.wikipedia.org/wiki/Fire_Power_(video_game)">Fire Power<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>
<span class="has-text-weight-semibold">OpenFire</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Fire_Power_(video_game)">Fire Power<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>
<div id="fish_fillets" class="box"> <div id="fish_fillets" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Fish Fillets</h2> <p class="title is-4">Fish Fillets</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#fish_fillets-next_generation"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#fish_fillets-next_generation">Fish Fillets - Next Generation</a></p>Media: <a href="https://en.wikipedia.org/wiki/Fish_Fillets_NG">Fish Fillets<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>
<span class="has-text-weight-semibold">Fish Fillets - Next Generation</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Fish_Fillets_NG">Fish Fillets<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>
<div id="five_nights_at_freddys" class="box"> <div id="five_nights_at_freddys" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Five Nights at Freddy&#39;s</h2> <p class="title is-4">Five Nights at Freddy&#39;s</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openfnaf"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openfnaf">OpenFNaF</a></p>Media: <a href="https://en.wikipedia.org/wiki/Five_Nights_at_Freddy%27s_(video_game)">Five Nights at Freddy&#39;s<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>
<span class="has-text-weight-semibold">OpenFNaF</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Five_Nights_at_Freddy%27s_(video_game)">Five Nights at Freddy&#39;s<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>
<div id="flag_catcher" class="box"> <div id="flag_catcher" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Flag Catcher</h2> <p class="title is-4">Flag Catcher</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#gift_grabber"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#gift_grabber">Gift Grabber</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Gift Grabber</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="flappy_bird" class="box"> <div id="flappy_bird" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Flappy Bird</h2> <p class="title is-4">Flappy Bird</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#clumsy_bird"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#clumsy_bird">Clumsy Bird</a>, <a href="../games/C.html#crappybird">CrappyBird</a>, <a href="../games/F.html#flappy_cow">Flappy Cow</a>, <a href="../frameworks/framework.html#floppy_birb">Floppy Birb</a>, <a href="../games/H.html#hocoslamfy">Hocoslamfy</a></p>Media: <a href="https://en.wikipedia.org/wiki/Flappy_Bird">Flappy Bird<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>
<span class="has-text-weight-semibold">Clumsy Bird</span></a>, <a href="../games/C.html#crappybird">
<span class="has-text-weight-semibold">CrappyBird</span></a>, <a href="../games/F.html#flappy_cow">
<span class="has-text-weight-semibold">Flappy Cow</span></a>, <a href="../frameworks/framework.html#floppy_birb">
<span class="has-text-weight-semibold">Floppy Birb</span></a>, <a href="../games/H.html#hocoslamfy">
<span class="has-text-weight-semibold">Hocoslamfy</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Flappy_Bird">Flappy Bird<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>
<div id="flight_sim_toolkit" class="box"> <div id="flight_sim_toolkit" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Flight Sim Toolkit</h2> <p class="title is-4">Flight Sim Toolkit</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openfly"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openfly">OpenFly</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">OpenFly</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="flixel" class="box"> <div id="flixel" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Flixel</h2> <p class="title is-4">Flixel</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#flixel-gdx"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#flixel-gdx">flixel-gdx</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">flixel-gdx</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="flying_shark" class="box"> <div id="flying_shark" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Flying Shark</h2> <p class="title is-4">Flying Shark</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#friking_shark"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#friking_shark">Friking Shark</a></p>Media: <a href="https://en.wikipedia.org/wiki/Flying_Shark">Flying Shark<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>
<span class="has-text-weight-semibold">Friking Shark</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Flying_Shark">Flying Shark<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>
<div id="foobillard" class="box"> <div id="foobillard" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">FooBillard</h2> <p class="title is-4">FooBillard</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#foobillard++"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#foobillard++">FooBillard++</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">FooBillard++</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="forgotten_realms_unlimited_adventures" class="box"> <div id="forgotten_realms_unlimited_adventures" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Forgotten Realms: Unlimited Adventures</h2> <p class="title is-4">Forgotten Realms: Unlimited Adventures</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#dungeon_craft"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#dungeon_craft">Dungeon Craft</a></p>Media: <a href="https://en.wikipedia.org/wiki/Forgotten_Realms:_Unlimited_Adventures">Forgotten Realms: Unlimited Adventures<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>
<span class="has-text-weight-semibold">Dungeon Craft</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Forgotten_Realms:_Unlimited_Adventures">Forgotten Realms: Unlimited Adventures<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>
<div id="forsaken" class="box"> <div id="forsaken" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Forsaken</h2> <p class="title is-4">Forsaken</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#forsaken"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#forsaken">Forsaken</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Forsaken</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="freeciv" class="box"> <div id="freeciv" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Freeciv</h2> <p class="title is-4">Freeciv</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freeciv-web"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freeciv-web">Freeciv-web</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Freeciv-web</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="freelancer" class="box"> <div id="freelancer" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Freelancer</h2> <p class="title is-4">Freelancer</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#librelancer"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#librelancer">Librelancer</a></p>Media: <a href="https://en.wikipedia.org/wiki/Freelancer_(video_game)">Freelancer<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>
<span class="has-text-weight-semibold">Librelancer</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Freelancer_(video_game)">Freelancer<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>
<div id="freeserf" class="box"> <div id="freeserf" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Freeserf</h2> <p class="title is-4">Freeserf</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freeserfnet"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freeserfnet">Freeserf.net</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Freeserf.net</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="freespace_2" class="box"> <div id="freespace_2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">FreeSpace 2</h2> <p class="title is-4">FreeSpace 2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freespace_2_source_code_project"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freespace_2_source_code_project">FreeSpace 2 Source Code Project</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">FreeSpace 2 Source Code Project</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="frets_on_fire" class="box"> <div id="frets_on_fire" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Frets on Fire</h2> <p class="title is-4">Frets on Fire</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#frets_on_fire_x"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#frets_on_fire_x">Frets on Fire X</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Frets on Fire X</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="frogger" class="box"> <div id="frogger" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Frogger</h2> <p class="title is-4">Frogger</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#cross_the_road"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#cross_the_road">Cross The Road</a>, <a href="../games/F.html#froggix">Froggix</a>, <a href="../games/T.html#termfrogger">TermFrogger</a></p>Media: <a href="https://en.wikipedia.org/wiki/Frogger">Frogger<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>
<span class="has-text-weight-semibold">Cross The Road</span></a>, <a href="../games/F.html#froggix">
<span class="has-text-weight-semibold">Froggix</span></a>, <a href="../games/T.html#termfrogger">
<span class="has-text-weight-semibold">TermFrogger</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Frogger">Frogger<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>
<div id="frogs_and_flies" class="box"> <div id="frogs_and_flies" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Frogs and Flies</h2> <p class="title is-4">Frogs and Flies</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#batrachians"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#batrachians">Batrachians</a></p>Media: <a href="https://en.wikipedia.org/wiki/Frogs_and_Flies">Frogs and Flies<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>
<span class="has-text-weight-semibold">Batrachians</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Frogs_and_Flies">Frogs and Flies<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>
<div id="fruit_ninja" class="box"> <div id="fruit_ninja" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Fruit Ninja</h2> <p class="title is-4">Fruit Ninja</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#seafood_berserker"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#seafood_berserker">Seafood Berserker!</a></p>Media: <a href="https://en.wikipedia.org/wiki/Fruit_Ninja">Fruit Ninja<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>
<span class="has-text-weight-semibold">Seafood Berserker!</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Fruit_Ninja">Fruit Ninja<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>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,272 +9,175 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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 is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Inspirations (G)</h1> <p class="title is-4">Inspirations (G)</p><div id="galactic_civilizations" class="box">
<div id="galactic_civilizations" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Galactic Civilizations</h2> <p class="title is-4">Galactic Civilizations</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#space_opera"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#space_opera">Space Opera</a></p>Media: <a href="https://en.wikipedia.org/wiki/Galactic_Civilizations">Galactic Civilizations<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>
<span class="has-text-weight-semibold">Space Opera</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Galactic_Civilizations">Galactic Civilizations<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>
<div id="galaxymage" class="box"> <div id="galaxymage" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">GalaxyMage</h2> <p class="title is-4">GalaxyMage</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#galaxymage_redux"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#galaxymage_redux">GalaxyMage Redux</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">GalaxyMage Redux</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="game_of_life" class="box"> <div id="game_of_life" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Game of Life</h2> <p class="title is-4">Game of Life</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#cultivation"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#cultivation">Cultivation</a>, <a href="../games/G.html#golly">Golly</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Cultivation</span></a>, <a href="../games/G.html#golly">
<span class="has-text-weight-semibold">Golly</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="gearhead" class="box"> <div id="gearhead" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">GearHead</h2> <p class="title is-4">GearHead</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#gearhead_2"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#gearhead_2">GearHead 2</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">GearHead 2</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="gish" class="box"> <div id="gish" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Gish</h2> <p class="title is-4">Gish</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freegish"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freegish">freegish</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">freegish</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="gl-117" class="box"> <div id="gl-117" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">GL-117</h2> <p class="title is-4">GL-117</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#redshift"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#redshift">RedShift</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">RedShift</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="gladiator" class="box"> <div id="gladiator" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Gladiator</h2> <p class="title is-4">Gladiator</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openglad"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openglad">Openglad</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Openglad</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="glest" class="box"> <div id="glest" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Glest</h2> <p class="title is-4">Glest</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#megaglest"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#megaglest">MegaGlest</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">MegaGlest</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="gltron" class="box"> <div id="gltron" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">GLtron</h2> <p class="title is-4">GLtron</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#gl_tron"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#gl_tron">GL TRON</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">GL TRON</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="goldeneye_007" class="box"> <div id="goldeneye_007" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">GoldenEye 007</h2> <p class="title is-4">GoldenEye 007</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/G.html#ges-code"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/G.html#ges-code">ges-code</a>, <a href="../games/G.html#goldeneye_source">GoldenEye: Source</a></p>Media: <a href="https://en.wikipedia.org/wiki/GoldenEye_007_(1997_video_game)">GoldenEye 007<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>
<span class="has-text-weight-semibold">ges-code</span></a>, <a href="../games/G.html#goldeneye_source">
<span class="has-text-weight-semibold">GoldenEye: Source</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/GoldenEye_007_(1997_video_game)">GoldenEye 007<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>
<div id="gorillas" class="box"> <div id="gorillas" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Gorillas</h2> <p class="title is-4">Gorillas</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/G.html#gorillas"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/G.html#gorillas">Gorillas</a>, <a href="../games/G.html#gorillas-rs">Gorillas-rs</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Gorillas</span></a>, <a href="../games/G.html#gorillas-rs">
<span class="has-text-weight-semibold">Gorillas-rs</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="gothic" class="box"> <div id="gothic" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Gothic</h2> <p class="title is-4">Gothic</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/O.html#opengothic"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/O.html#opengothic">OpenGothic</a>, <a href="../games/R.html#regoth">REGoth</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">OpenGothic</span></a>, <a href="../games/R.html#regoth">
<span class="has-text-weight-semibold">REGoth</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="gothic_ii" class="box"> <div id="gothic_ii" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Gothic II</h2> <p class="title is-4">Gothic II</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/O.html#opengothic"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/O.html#opengothic">OpenGothic</a>, <a href="../games/R.html#regoth">REGoth</a></p>Media: <a href="https://en.wikipedia.org/wiki/Gothic_II">Gothic 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>
<span class="has-text-weight-semibold">OpenGothic</span></a>, <a href="../games/R.html#regoth">
<span class="has-text-weight-semibold">REGoth</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Gothic_II">Gothic 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>
</div> </div>
<div id="grand_theft_auto" class="box"> <div id="grand_theft_auto" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Grand Theft Auto</h2> <p class="title is-4">Grand Theft Auto</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#carnage3d"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#carnage3d">Carnage3D</a></p>Media: <a href="https://en.wikipedia.org/wiki/Grand_Theft_Auto_(video_game)">Grand Theft Auto<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>
<span class="has-text-weight-semibold">Carnage3D</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Grand_Theft_Auto_(video_game)">Grand Theft Auto<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>
<div id="grand_theft_auto_iii" class="box"> <div id="grand_theft_auto_iii" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Grand Theft Auto III</h2> <p class="title is-4">Grand Theft Auto III</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openrw"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openrw">OpenRW</a></p>Media: <a href="https://en.wikipedia.org/wiki/Grand_Theft_Auto_III">Grand Theft Auto III<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>
<span class="has-text-weight-semibold">OpenRW</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Grand_Theft_Auto_III">Grand Theft Auto III<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>
<div id="grand_theft_auto_san_andreas" class="box"> <div id="grand_theft_auto_san_andreas" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Grand Theft Auto: San Andreas</h2> <p class="title is-4">Grand Theft Auto: San Andreas</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../frameworks/framework.html#grit_game_engine"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../frameworks/framework.html#grit_game_engine">Grit Game Engine</a>, <a href="../games/S.html#sanandreasunity">SanAndreasUnity</a></p>Media: <a href="https://en.wikipedia.org/wiki/Grand_Theft_Auto:_San_Andreas">Grand Theft Auto: San Andreas<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>
<span class="has-text-weight-semibold">Grit Game Engine</span></a>, <a href="../games/S.html#sanandreasunity">
<span class="has-text-weight-semibold">SanAndreasUnity</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Grand_Theft_Auto:_San_Andreas">Grand Theft Auto: San Andreas<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>
<div id="gravity_force" class="box"> <div id="gravity_force" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Gravity Force</h2> <p class="title is-4">Gravity Force</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/G.html#galaxy_forces_v2"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/G.html#galaxy_forces_v2">Galaxy Forces V2</a>, <a href="../games/M.html#moagg2">Moagg2</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Galaxy Forces V2</span></a>, <a href="../games/M.html#moagg2">
<span class="has-text-weight-semibold">Moagg2</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="grim_fandango" class="box"> <div id="grim_fandango" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Grim Fandango</h2> <p class="title is-4">Grim Fandango</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#residualvm"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#residualvm">ResidualVM</a></p>Media: <a href="https://en.wikipedia.org/wiki/Grim_Fandango">Grim Fandango<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>
<span class="has-text-weight-semibold">ResidualVM</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Grim_Fandango">Grim Fandango<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>
<div id="guitar_hero" class="box"> <div id="guitar_hero" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Guitar Hero</h2> <p class="title is-4">Guitar Hero</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#frets_on_fire"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#frets_on_fire">Frets on Fire</a>, <a href="../games/F.html#frets_on_fire_x">Frets on Fire X</a>, <a href="../games/P.html#performous">Performous</a></p>Media: <a href="https://en.wikipedia.org/wiki/Guitar_Hero">Guitar Hero<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>
<span class="has-text-weight-semibold">Frets on Fire</span></a>, <a href="../games/F.html#frets_on_fire_x">
<span class="has-text-weight-semibold">Frets on Fire X</span></a>, <a href="../games/P.html#performous">
<span class="has-text-weight-semibold">Performous</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Guitar_Hero">Guitar Hero<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>
<div id="gunpoint" class="box"> <div id="gunpoint" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Gunpoint</h2> <p class="title is-4">Gunpoint</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#clonepoint"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#clonepoint">Clonepoint</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Clonepoint</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="gwent" class="box"> <div id="gwent" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Gwent</h2> <p class="title is-4">Gwent</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/W.html#walic"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/W.html#walic">Walic</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Walic</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div> </div>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,217 +9,133 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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 is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Inspirations (H)</h1> <p class="title is-4">Inspirations (H)</p><div id="hack" class="box">
<div id="hack" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Hack</h2> <p class="title is-4">Hack</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/N.html#nethack"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/N.html#nethack">NetHack</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">NetHack</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="hammer_of_thyrion" class="box"> <div id="hammer_of_thyrion" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Hammer of Thyrion</h2> <p class="title is-4">Hammer of Thyrion</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#hhexen"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#hhexen">HHexen</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">HHexen</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="hardwar" class="box"> <div id="hardwar" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Hardwar</h2> <p class="title is-4">Hardwar</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#hardwar"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#hardwar">Hardwar</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Hardwar</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="head_over_heels" class="box"> <div id="head_over_heels" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Head over Heels</h2> <p class="title is-4">Head over Heels</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#head_over_heels"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#head_over_heels">Head over Heels</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Head over Heels</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="hedgewars" class="box"> <div id="hedgewars" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Hedgewars</h2> <p class="title is-4">Hedgewars</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#hase"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#hase">Hase</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Hase</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="heretic" class="box"> <div id="heretic" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Heretic</h2> <p class="title is-4">Heretic</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#chocolate_doom"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#chocolate_doom">Chocolate Doom</a>, <a href="../games/D.html#doom_legacy">Doom Legacy</a>, <a href="../games/D.html#doom-ios">DOOM-iOS</a>, <a href="../games/D.html#doomsday_engine">Doomsday Engine</a>, <a href="../games/G.html#gzdoom">GZDoom</a>, <a href="../games/M.html#mocha_doom">Mocha Doom</a>, <a href="../games/O.html#odamex">Odamex</a>, <a href="../games/P.html#prboom+">PrBoom+</a>, <a href="../games/T.html#the_eternity_engine">The Eternity Engine</a>, <a href="../games/Z.html#zandronum">Zandronum</a>, <a href="../games/Z.html#zdoom">ZDoom</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Chocolate Doom</span></a>, <a href="../games/D.html#doom_legacy">
<span class="has-text-weight-semibold">Doom Legacy</span></a>, <a href="../games/D.html#doom-ios">
<span class="has-text-weight-semibold">DOOM-iOS</span></a>, <a href="../games/D.html#doomsday_engine">
<span class="has-text-weight-semibold">Doomsday Engine</span></a>, <a href="../games/G.html#gzdoom">
<span class="has-text-weight-semibold">GZDoom</span></a>, <a href="../games/M.html#mocha_doom">
<span class="has-text-weight-semibold">Mocha Doom</span></a>, <a href="../games/O.html#odamex">
<span class="has-text-weight-semibold">Odamex</span></a>, <a href="../games/P.html#prboom+">
<span class="has-text-weight-semibold">PrBoom+</span></a>, <a href="../games/T.html#the_eternity_engine">
<span class="has-text-weight-semibold">The Eternity Engine</span></a>, <a href="../games/Z.html#zandronum">
<span class="has-text-weight-semibold">Zandronum</span></a>, <a href="../games/Z.html#zdoom">
<span class="has-text-weight-semibold">ZDoom</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="heroes_of_might_and_magic_ii" class="box"> <div id="heroes_of_might_and_magic_ii" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Heroes of Might and Magic II</h2> <p class="title is-4">Heroes of Might and Magic II</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#free_heroes_2"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#free_heroes_2">Free Heroes 2</a></p>Media: <a href="https://en.wikipedia.org/wiki/Heroes_of_Might_and_Magic_II">Heroes of Might and Magic 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>
<span class="has-text-weight-semibold">Free Heroes 2</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Heroes_of_Might_and_Magic_II">Heroes of Might and Magic 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>
</div> </div>
<div id="heroes_of_might_and_magic_iii" class="box"> <div id="heroes_of_might_and_magic_iii" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Heroes of Might and Magic III</h2> <p class="title is-4">Heroes of Might and Magic III</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#ancient_beast"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#ancient_beast">Ancient Beast</a>, <a href="../games/O.html#openhomm">OpenHoMM</a>, <a href="../games/V.html#vcmi">VCMI</a></p>Media: <a href="https://en.wikipedia.org/wiki/Heroes_of_Might_and_Magic_III">Heroes of Might and Magic III<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>
<span class="has-text-weight-semibold">Ancient Beast</span></a>, <a href="../games/O.html#openhomm">
<span class="has-text-weight-semibold">OpenHoMM</span></a>, <a href="../games/V.html#vcmi">
<span class="has-text-weight-semibold">VCMI</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Heroes_of_Might_and_Magic_III">Heroes of Might and Magic III<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>
<div id="hexen" class="box"> <div id="hexen" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Hexen</h2> <p class="title is-4">Hexen</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#chocolate_doom"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#chocolate_doom">Chocolate Doom</a>, <a href="../games/D.html#doom_legacy">Doom Legacy</a>, <a href="../games/D.html#doom-ios">DOOM-iOS</a>, <a href="../games/D.html#doomsday_engine">Doomsday Engine</a>, <a href="../games/G.html#gzdoom">GZDoom</a>, <a href="../games/M.html#mocha_doom">Mocha Doom</a>, <a href="../games/O.html#odamex">Odamex</a>, <a href="../games/P.html#prboom+">PrBoom+</a>, <a href="../games/T.html#the_eternity_engine">The Eternity Engine</a>, <a href="../games/Z.html#zandronum">Zandronum</a>, <a href="../games/Z.html#zdoom">ZDoom</a></p>Media: <a href="https://en.wikipedia.org/wiki/Hexen:_Beyond_Heretic">Hexen<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>
<span class="has-text-weight-semibold">Chocolate Doom</span></a>, <a href="../games/D.html#doom_legacy">
<span class="has-text-weight-semibold">Doom Legacy</span></a>, <a href="../games/D.html#doom-ios">
<span class="has-text-weight-semibold">DOOM-iOS</span></a>, <a href="../games/D.html#doomsday_engine">
<span class="has-text-weight-semibold">Doomsday Engine</span></a>, <a href="../games/G.html#gzdoom">
<span class="has-text-weight-semibold">GZDoom</span></a>, <a href="../games/M.html#mocha_doom">
<span class="has-text-weight-semibold">Mocha Doom</span></a>, <a href="../games/O.html#odamex">
<span class="has-text-weight-semibold">Odamex</span></a>, <a href="../games/P.html#prboom+">
<span class="has-text-weight-semibold">PrBoom+</span></a>, <a href="../games/T.html#the_eternity_engine">
<span class="has-text-weight-semibold">The Eternity Engine</span></a>, <a href="../games/Z.html#zandronum">
<span class="has-text-weight-semibold">Zandronum</span></a>, <a href="../games/Z.html#zdoom">
<span class="has-text-weight-semibold">ZDoom</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Hexen:_Beyond_Heretic">Hexen<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>
<div id="hexen_ii" class="box"> <div id="hexen_ii" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Hexen II</h2> <p class="title is-4">Hexen II</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#fteqw"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#fteqw">FTEQW</a>, <a href="../games/H.html#hammer_of_thyrion">Hammer of Thyrion</a></p>Media: <a href="https://en.wikipedia.org/wiki/Hexen_II">Hexen 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>
<span class="has-text-weight-semibold">FTEQW</span></a>, <a href="../games/H.html#hammer_of_thyrion">
<span class="has-text-weight-semibold">Hammer of Thyrion</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Hexen_II">Hexen 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>
</div> </div>
<div id="highway_encounter" class="box"> <div id="highway_encounter" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Highway Encounter</h2> <p class="title is-4">Highway Encounter</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/V.html#vorton"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/V.html#vorton">Vorton</a></p>Media: <a href="https://en.wikipedia.org/wiki/Highway_Encounter">Highway Encounter<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>
<span class="has-text-weight-semibold">Vorton</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Highway_Encounter">Highway Encounter<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>
<div id="hogs_of_war" class="box"> <div id="hogs_of_war" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Hogs of War</h2> <p class="title is-4">Hogs of War</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openhow"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openhow">OpenHoW</a></p>Media: <a href="https://en.wikipedia.org/wiki/Hogs_of_War">Hogs of War<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>
<span class="has-text-weight-semibold">OpenHoW</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Hogs_of_War">Hogs of War<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>
<div id="hoverrace" class="box"> <div id="hoverrace" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">HoverRace</h2> <p class="title is-4">HoverRace</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#hoverrace"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#hoverrace">HoverRace</a></p>Media: <a href="https://en.wikipedia.org/wiki/HoverRace">HoverRace<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>
<span class="has-text-weight-semibold">HoverRace</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/HoverRace">HoverRace<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>
<div id="hovertank_3d" class="box"> <div id="hovertank_3d" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Hovertank 3D</h2> <p class="title is-4">Hovertank 3D</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/H.html#hovertank3d"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/H.html#hovertank3d">Hovertank3D</a>, <a href="../games/R.html#robot_redemption">Robot Redemption</a></p>Media: <a href="https://en.wikipedia.org/wiki/Hovertank_3D">Hovertank 3D<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>
<span class="has-text-weight-semibold">Hovertank3D</span></a>, <a href="../games/R.html#robot_redemption">
<span class="has-text-weight-semibold">Robot Redemption</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Hovertank_3D">Hovertank 3D<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>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,133 +9,97 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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 is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Inspirations (I)</h1> <p class="title is-4">Inspirations (I)</p><div id="icbm3d" class="box">
<div id="icbm3d" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">ICBM3D</h2> <p class="title is-4">ICBM3D</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/X.html#xinvaders_3d"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/X.html#xinvaders_3d">XInvaders 3D</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">XInvaders 3D</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="icewind_dale" class="box"> <div id="icewind_dale" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Icewind Dale</h2> <p class="title is-4">Icewind Dale</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#gemrb"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#gemrb">GemRB</a></p>Media: <a href="https://en.wikipedia.org/wiki/Icewind_Dale">Icewind Dale<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>
<span class="has-text-weight-semibold">GemRB</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Icewind_Dale">Icewind Dale<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>
<div id="imperium_galactica" class="box"> <div id="imperium_galactica" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Imperium Galactica</h2> <p class="title is-4">Imperium Galactica</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_imperium_galactica"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_imperium_galactica">Open Imperium Galactica</a></p>Media: <a href="https://en.wikipedia.org/wiki/Imperium_Galactica">Imperium Galactica<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>
<span class="has-text-weight-semibold">Open Imperium Galactica</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Imperium_Galactica">Imperium Galactica<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>
<div id="indiana_jones_and_his_desktop_adventures" class="box"> <div id="indiana_jones_and_his_desktop_adventures" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Indiana Jones and his Desktop Adventures</h2> <p class="title is-4">Indiana Jones and his Desktop Adventures</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#desktopadventures"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#desktopadventures">DesktopAdventures</a></p>Media: <a href="https://en.wikipedia.org/wiki/Indiana_Jones_and_His_Desktop_Adventures">Indiana Jones and his Desktop Adventures<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>
<span class="has-text-weight-semibold">DesktopAdventures</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Indiana_Jones_and_His_Desktop_Adventures">Indiana Jones and his Desktop Adventures<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>
<div id="infinite_mario_bros" class="box"> <div id="infinite_mario_bros" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Infinite Mario Bros</h2> <p class="title is-4">Infinite Mario Bros</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/I.html#infinite_tux"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/I.html#infinite_tux">Infinite Tux</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Infinite Tux</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="infinity_loop" class="box"> <div id="infinity_loop" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Infinity Loop</h2> <p class="title is-4">Infinity Loop</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/I.html#io_reboot"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/I.html#io_reboot">IO Reboot</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">IO Reboot</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="ioquake3" class="box"> <div id="ioquake3" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">ioquake3</h2> <p class="title is-4">ioquake3</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/Q.html#quakejs"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/Q.html#quakejs">QuakeJS</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">QuakeJS</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="ironseed" class="box"> <div id="ironseed" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Ironseed</h2> <p class="title is-4">Ironseed</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/I.html#ironseed"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/I.html#ironseed">Ironseed</a></p>Media: <a href="https://en.wikipedia.org/wiki/Ironseed">Ironseed<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>
<span class="has-text-weight-semibold">Ironseed</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Ironseed">Ironseed<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>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,156 +9,109 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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 is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Inspirations (J)</h1> <p class="title is-4">Inspirations (J)</p><div id="jagged_alliance" class="box">
<div id="jagged_alliance" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Jagged Alliance</h2> <p class="title is-4">Jagged Alliance</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#javelin"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#javelin">Javelin</a></p>Media: <a href="https://en.wikipedia.org/wiki/Jagged_Alliance">Jagged Alliance<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>
<span class="has-text-weight-semibold">Javelin</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Jagged_Alliance">Jagged Alliance<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>
<div id="jagged_alliance_2" class="box"> <div id="jagged_alliance_2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Jagged Alliance 2</h2> <p class="title is-4">Jagged Alliance 2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#jagged_alliance_2_stracciatella"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#jagged_alliance_2_stracciatella">Jagged Alliance 2 Stracciatella</a></p>Media: <a href="https://en.wikipedia.org/wiki/Jagged_Alliance_2">Jagged Alliance 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>
<span class="has-text-weight-semibold">Jagged Alliance 2 Stracciatella</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Jagged_Alliance_2">Jagged Alliance 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>
</div> </div>
<div id="jazz_jackrabbit" class="box"> <div id="jazz_jackrabbit" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Jazz Jackrabbit</h2> <p class="title is-4">Jazz Jackrabbit</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openjazz"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openjazz">OpenJazz</a></p>Media: <a href="https://en.wikipedia.org/wiki/Jazz_Jackrabbit_(1994_video_game)">Jazz Jackrabbit<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>
<span class="has-text-weight-semibold">OpenJazz</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Jazz_Jackrabbit_(1994_video_game)">Jazz Jackrabbit<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>
<div id="jazz_jackrabbit_2" class="box"> <div id="jazz_jackrabbit_2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Jazz Jackrabbit 2</h2> <p class="title is-4">Jazz Jackrabbit 2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/J.html#jazz_resurrection"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/J.html#jazz_resurrection">Jazz² Resurrection</a>, <a href="../games/P.html#project_carrot">Project Carrot</a></p>Media: <a href="https://en.wikipedia.org/wiki/Jazz_Jackrabbit_2">Jazz Jackrabbit 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>
<span class="has-text-weight-semibold">Jazz² Resurrection</span></a>, <a href="../games/P.html#project_carrot">
<span class="has-text-weight-semibold">Project Carrot</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Jazz_Jackrabbit_2">Jazz Jackrabbit 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>
</div> </div>
<div id="jet-story" class="box"> <div id="jet-story" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Jet-Story</h2> <p class="title is-4">Jet-Story</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#jet-story"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#jet-story">Jet-Story</a></p>Media: <a href="https://en.wikipedia.org/wiki/Jet-Story">Jet-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>
<span class="has-text-weight-semibold">Jet-Story</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Jet-Story">Jet-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>
</div> </div>
<div id="jewel_thief" class="box"> <div id="jewel_thief" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Jewel Thief</h2> <p class="title is-4">Jewel Thief</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#jewelthief"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#jewelthief">jewelthief</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">jewelthief</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="jezzball" class="box"> <div id="jezzball" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">JezzBall</h2> <p class="title is-4">JezzBall</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#bobball"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#bobball">BobBall</a>, <a href="../games/I.html#ice_breaker">Ice Breaker</a>, <a href="../games/W.html#wallball">WallBall</a></p>Media: <a href="https://en.wikipedia.org/wiki/JezzBall">JezzBall<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>
<span class="has-text-weight-semibold">BobBall</span></a>, <a href="../games/I.html#ice_breaker">
<span class="has-text-weight-semibold">Ice Breaker</span></a>, <a href="../games/W.html#wallball">
<span class="has-text-weight-semibold">WallBall</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/JezzBall">JezzBall<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>
<div id="joust" class="box"> <div id="joust" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Joust</h2> <p class="title is-4">Joust</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#ostrich_riders"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#ostrich_riders">Ostrich Riders</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Ostrich Riders</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="jump_n_bump" class="box"> <div id="jump_n_bump" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Jump &#39;n Bump</h2> <p class="title is-4">Jump &#39;n Bump</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#jumpnbump"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#jumpnbump">Jump&#39;n&#39;Bump</a></p>Media: <a href="https://en.wikipedia.org/wiki/Bump_%27n%27_Jump">Jump &#39;n Bump<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>
<span class="has-text-weight-semibold">Jump&#39;n&#39;Bump</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Bump_%27n%27_Jump">Jump &#39;n Bump<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>
<div id="jumpgate_the_reconstruction_initiative" class="box"> <div id="jumpgate_the_reconstruction_initiative" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Jumpgate: The Reconstruction Initiative</h2> <p class="title is-4">Jumpgate: The Reconstruction Initiative</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_jumpgate"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_jumpgate">Open Jumpgate</a></p>Media: <a href="https://en.wikipedia.org/wiki/Jumpgate:_The_Reconstruction_Initiative">Jumpgate: The Reconstruction Initiative<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>
<span class="has-text-weight-semibold">Open Jumpgate</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Jumpgate:_The_Reconstruction_Initiative">Jumpgate: The Reconstruction Initiative<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>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,176 +9,121 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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 is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Inspirations (K)</h1> <p class="title is-4">Inspirations (K)</p><div id="keen_dreams" class="box">
<div id="keen_dreams" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Keen Dreams</h2> <p class="title is-4">Keen Dreams</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#reflection_keen"> <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>
<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>
</div> </div>
<div id="kick_off" class="box"> <div id="kick_off" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Kick Off</h2> <p class="title is-4">Kick Off</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tux_football"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tux_football">Tux Football</a></p>Media: <a href="https://en.wikipedia.org/wiki/Kick_Off_(series)">Kick Off<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>
<span class="has-text-weight-semibold">Tux Football</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Kick_Off_(series)">Kick Off<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>
<div id="kick_off_2" class="box"> <div id="kick_off_2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Kick Off 2</h2> <p class="title is-4">Kick Off 2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_kick-off"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_kick-off">Open Kick-Off</a></p>Media: <a href="https://en.wikipedia.org/wiki/Kick_Off_(series)#Kick_Off_2">Kick Off 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>
<span class="has-text-weight-semibold">Open Kick-Off</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Kick_Off_(series)#Kick_Off_2">Kick Off 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>
</div> </div>
<div id="kknd" class="box"> <div id="kknd" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">KKND</h2> <p class="title is-4">KKND</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openhv"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openhv">OpenHV</a></p>Media: <a href="https://en.wikipedia.org/wiki/KKnD_(video_game)">KKND<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>
<span class="has-text-weight-semibold">OpenHV</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/KKnD_(video_game)">KKND<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>
<div id="knights" class="box"> <div id="knights" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Knights</h2> <p class="title is-4">Knights</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/K.html#knights"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/K.html#knights">Knights</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Knights</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="knights_and_merchants" class="box"> <div id="knights_and_merchants" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Knights and Merchants</h2> <p class="title is-4">Knights and Merchants</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/K.html#kam_remake"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/K.html#kam_remake">KaM Remake</a></p>Media: <a href="https://en.wikipedia.org/wiki/Knights_and_Merchants:_The_Shattered_Kingdom">Knights and Merchants<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>
<span class="has-text-weight-semibold">KaM Remake</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Knights_and_Merchants:_The_Shattered_Kingdom">Knights and Merchants<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>
<div id="knytt_stories" class="box"> <div id="knytt_stories" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Knytt Stories</h2> <p class="title is-4">Knytt Stories</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/Y.html#yknytt"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/Y.html#yknytt">YKnytt</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">YKnytt</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="kobolds_quest" class="box"> <div id="kobolds_quest" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Kobold&#39;s Quest</h2> <p class="title is-4">Kobold&#39;s Quest</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/K.html#kobolds_quest_2"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/K.html#kobolds_quest_2">Kobold&#39;s Quest 2</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Kobold&#39;s Quest 2</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="konquest" class="box"> <div id="konquest" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Konquest</h2> <p class="title is-4">Konquest</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/J.html#jquest"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/J.html#jquest">JQuest</a>, <a href="../games/S.html#sharpkonquest">SharpKonquest</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">JQuest</span></a>, <a href="../games/S.html#sharpkonquest">
<span class="has-text-weight-semibold">SharpKonquest</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="krush_kill_n_destroy" class="box"> <div id="krush_kill_n_destroy" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Krush Kill &#39;n&#39; Destroy</h2> <p class="title is-4">Krush Kill &#39;n&#39; Destroy</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openkrush"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openkrush">OpenKrush</a></p>Media: <a href="https://en.wikipedia.org/wiki/KKnD_(video_game)">Krush Kill &#39;n&#39; Destroy<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>
<span class="has-text-weight-semibold">OpenKrush</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/KKnD_(video_game)">Krush Kill &#39;n&#39; Destroy<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>
<div id="kula_world" class="box"> <div id="kula_world" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Kula World</h2> <p class="title is-4">Kula World</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#cubosphere"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#cubosphere">Cubosphere</a>, <a href="../games/K.html#kiki_the_nano_bot">kiki the nano bot</a></p>Media: <a href="https://en.wikipedia.org/wiki/Kula_World">Kula 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>
<span class="has-text-weight-semibold">Cubosphere</span></a>, <a href="../games/K.html#kiki_the_nano_bot">
<span class="has-text-weight-semibold">kiki the nano bot</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Kula_World">Kula 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>
<div id="kye" class="box"> <div id="kye" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Kye</h2> <p class="title is-4">Kye</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/P.html#python_kye"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/P.html#python_kye">Python Kye</a>, <a href="../games/X.html#xye">Xye</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Python Kye</span></a>, <a href="../games/X.html#xye">
<span class="has-text-weight-semibold">Xye</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div> </div>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,310 +9,193 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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 is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Inspirations (L)</h1> <p class="title is-4">Inspirations (L)</p><div id="ladder" class="box">
<div id="ladder" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Ladder</h2> <p class="title is-4">Ladder</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/L.html#ladder"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/L.html#ladder">ladder</a>, <a href="../games/L.html#ladderx">Ladder</a></p>Media: <a href="https://en.wikipedia.org/wiki/Ladder_(video_game)">Ladder<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>
<span class="has-text-weight-semibold">ladder</span></a>, <a href="../games/L.html#ladderx">
<span class="has-text-weight-semibold">Ladder</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Ladder_(video_game)">Ladder<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>
<div id="larn" class="box"> <div id="larn" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Larn</h2> <p class="title is-4">Larn</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/N.html#nlarn"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/N.html#nlarn">NLarn</a>, <a href="../games/U.html#ularn">Ularn</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">NLarn</span></a>, <a href="../games/U.html#ularn">
<span class="has-text-weight-semibold">Ularn</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="laser_squad" class="box"> <div id="laser_squad" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Laser Squad</h2> <p class="title is-4">Laser Squad</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#moonbase_assault"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#moonbase_assault">Moonbase Assault</a></p>Media: <a href="https://en.wikipedia.org/wiki/Laser_Squad">Laser Squad<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>
<span class="has-text-weight-semibold">Moonbase Assault</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Laser_Squad">Laser Squad<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>
<div id="lasertank" class="box"> <div id="lasertank" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">LaserTank</h2> <p class="title is-4">LaserTank</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/W.html#wxlasertank"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/W.html#wxlasertank">wxLaserTank</a></p>Media: <a href="https://en.wikipedia.org/wiki/LaserTank">LaserTank<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>
<span class="has-text-weight-semibold">wxLaserTank</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/LaserTank">LaserTank<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>
<div id="lbreakout" class="box"> <div id="lbreakout" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">LBreakout</h2> <p class="title is-4">LBreakout</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lbreakout2"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lbreakout2">LBreakout2</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">LBreakout2</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="lbreakout2" class="box"> <div id="lbreakout2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">LBreakout2</h2> <p class="title is-4">LBreakout2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lbreakouthd"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lbreakouthd">LBreakoutHD</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">LBreakoutHD</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="legend_of_zelda" class="box"> <div id="legend_of_zelda" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Legend of Zelda</h2> <p class="title is-4">Legend of Zelda</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#fanwor"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#fanwor">Fanwor</a>, <a href="../games/O.html#open_zelda">Open Zelda</a>, <a href="../games/Z.html#zelda_classic">Zelda Classic</a></p>Media: <a href="https://en.wikipedia.org/wiki/The_Legend_of_Zelda">Legend of Zelda<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>
<span class="has-text-weight-semibold">Fanwor</span></a>, <a href="../games/O.html#open_zelda">
<span class="has-text-weight-semibold">Open Zelda</span></a>, <a href="../games/Z.html#zelda_classic">
<span class="has-text-weight-semibold">Zelda Classic</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Legend_of_Zelda">Legend of Zelda<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>
<div id="legend_of_zelda-a_link_to_the_past" class="box"> <div id="legend_of_zelda-a_link_to_the_past" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Legend of Zelda - A Link to the Past</h2> <p class="title is-4">Legend of Zelda - A Link to the Past</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/L.html#lttp-phaser"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/L.html#lttp-phaser">lttp-phaser</a>, <a href="../frameworks/framework.html#solarus">Solarus</a></p>Media: <a href="https://en.wikipedia.org/wiki/The_Legend_of_Zelda:_A_Link_to_the_Past">Legend of Zelda - A Link to the Past<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>
<span class="has-text-weight-semibold">lttp-phaser</span></a>, <a href="../frameworks/framework.html#solarus">
<span class="has-text-weight-semibold">Solarus</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Legend_of_Zelda:_A_Link_to_the_Past">Legend of Zelda - A Link to the Past<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>
<div id="lego_rock_raiders" class="box"> <div id="lego_rock_raiders" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Lego Rock Raiders</h2> <p class="title is-4">Lego Rock Raiders</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rock-raiders-remake"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rock-raiders-remake">rock-raiders-remake</a></p>Media: <a href="https://en.wikipedia.org/wiki/Lego_Rock_Raiders_(video_game)">Lego Rock Raiders<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>
<span class="has-text-weight-semibold">rock-raiders-remake</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Lego_Rock_Raiders_(video_game)">Lego Rock Raiders<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>
<div id="lemmings" class="box"> <div id="lemmings" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Lemmings</h2> <p class="title is-4">Lemmings</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/L.html#lemmingsts"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/L.html#lemmingsts">Lemmings.ts</a>, <a href="../games/L.html#lemmini">Lemmini</a>, <a href="../games/L.html#lix">Lix</a>, <a href="../games/N.html#neolemmix">NeoLemmix</a>, <a href="../games/P.html#pingus">Pingus</a>, <a href="../games/R.html#rabbit_escape">Rabbit Escape</a></p>Media: <a href="https://en.wikipedia.org/wiki/Lemmings_(video_game)">Lemmings<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>
<span class="has-text-weight-semibold">Lemmings.ts</span></a>, <a href="../games/L.html#lemmini">
<span class="has-text-weight-semibold">Lemmini</span></a>, <a href="../games/L.html#lix">
<span class="has-text-weight-semibold">Lix</span></a>, <a href="../games/N.html#neolemmix">
<span class="has-text-weight-semibold">NeoLemmix</span></a>, <a href="../games/P.html#pingus">
<span class="has-text-weight-semibold">Pingus</span></a>, <a href="../games/R.html#rabbit_escape">
<span class="has-text-weight-semibold">Rabbit Escape</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Lemmings_(video_game)">Lemmings<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>
<div id="liero" class="box"> <div id="liero" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Liero</h2> <p class="title is-4">Liero</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/G.html#gusanos"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/G.html#gusanos">GUSANOS</a>, <a href="../games/L.html#lierolibre">LieroLibre</a>, <a href="../games/O.html#openliero">OpenLiero</a>, <a href="../games/O.html#openlierox">OpenLieroX</a>, <a href="../games/S.html#soldat">Soldat</a></p>Media: <a href="https://en.wikipedia.org/wiki/Liero">Liero<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>
<span class="has-text-weight-semibold">GUSANOS</span></a>, <a href="../games/L.html#lierolibre">
<span class="has-text-weight-semibold">LieroLibre</span></a>, <a href="../games/O.html#openliero">
<span class="has-text-weight-semibold">OpenLiero</span></a>, <a href="../games/O.html#openlierox">
<span class="has-text-weight-semibold">OpenLieroX</span></a>, <a href="../games/S.html#soldat">
<span class="has-text-weight-semibold">Soldat</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Liero">Liero<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>
<div id="lincity" class="box"> <div id="lincity" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">LinCity</h2> <p class="title is-4">LinCity</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lincity-ng"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lincity-ng">LinCity-NG</a></p>Media: <a href="https://en.wikipedia.org/wiki/Lincity">LinCity<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>
<span class="has-text-weight-semibold">LinCity-NG</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Lincity">LinCity<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>
<div id="linleys_dungeon_crawl" class="box"> <div id="linleys_dungeon_crawl" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Linley&#39;s Dungeon Crawl</h2> <p class="title is-4">Linley&#39;s Dungeon Crawl</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#dungeon_crawl_stone_soup"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#dungeon_crawl_stone_soup">Dungeon Crawl Stone Soup</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Dungeon Crawl Stone Soup</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="lionheart" class="box"> <div id="lionheart" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Lionheart</h2> <p class="title is-4">Lionheart</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lionheart_remake"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lionheart_remake">Lionheart Remake</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Lionheart Remake</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="liquid_war" class="box"> <div id="liquid_war" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Liquid War</h2> <p class="title is-4">Liquid War</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#liquid_wars"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#liquid_wars">Liquid Wars</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Liquid Wars</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="little_big_adventure" class="box"> <div id="little_big_adventure" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Little Big Adventure</h2> <p class="title is-4">Little Big Adventure</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/T.html#twin-e"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/T.html#twin-e">twin-e</a>, <a href="../games/T.html#twinengine">TwinEngine</a></p>Media: <a href="https://en.wikipedia.org/wiki/Little_Big_Adventure">Little Big 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>
<span class="has-text-weight-semibold">twin-e</span></a>, <a href="../games/T.html#twinengine">
<span class="has-text-weight-semibold">TwinEngine</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Little_Big_Adventure">Little Big 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>
</div> </div>
<div id="little_big_adventure_2" class="box"> <div id="little_big_adventure_2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Little Big Adventure 2</h2> <p class="title is-4">Little Big Adventure 2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lba2_remake"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lba2_remake">LBA2 Remake</a></p>Media: <a href="https://en.wikipedia.org/wiki/Little_Big_Adventure_2">Little Big Adventure 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>
<span class="has-text-weight-semibold">LBA2 Remake</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Little_Big_Adventure_2">Little Big Adventure 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>
</div> </div>
<div id="little_fighter_2" class="box"> <div id="little_fighter_2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Little Fighter 2</h2> <p class="title is-4">Little Fighter 2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#flf"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#flf">F.LF</a></p>Media: <a href="http://lf2.net/">lf2.net</a>, <a href="https://en.wikipedia.org/wiki/Little_Fighter_2">Little Fighter 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>
<span class="has-text-weight-semibold">F.LF</span></a></div>Media: <a href="http://lf2.net/">lf2.net</a>, <a href="https://en.wikipedia.org/wiki/Little_Fighter_2">Little Fighter 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>
</div> </div>
<div id="lode_runner" class="box"> <div id="lode_runner" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Lode Runner</h2> <p class="title is-4">Lode Runner</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/K.html#kgoldrunner"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/K.html#kgoldrunner">KGoldrunner</a>, <a href="../games/X.html#xscavenger">XScavenger</a></p>Media: <a href="https://en.wikipedia.org/wiki/Lode_Runner">Lode Runner<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>
<span class="has-text-weight-semibold">KGoldrunner</span></a>, <a href="../games/X.html#xscavenger">
<span class="has-text-weight-semibold">XScavenger</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Lode_Runner">Lode Runner<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>
<div id="logcal" class="box"> <div id="logcal" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Log!cal</h2> <p class="title is-4">Log!cal</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/O.html#orbium"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/O.html#orbium">Orbium</a>, <a href="../games/P.html#pathological">Pathological</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Orbium</span></a>, <a href="../games/P.html#pathological">
<span class="has-text-weight-semibold">Pathological</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="lose_your_marbles" class="box"> <div id="lose_your_marbles" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Lose Your Marbles</h2> <p class="title is-4">Lose Your Marbles</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lose_your_marbles"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lose_your_marbles">Lose Your Marbles</a></p>Media: <a href="https://en.wikipedia.org/wiki/Lose_Your_Marbles">Lose Your Marbles<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>
<span class="has-text-weight-semibold">Lose Your Marbles</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Lose_Your_Marbles">Lose Your Marbles<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>
<div id="lotus_esprit_turbo_challenge" class="box"> <div id="lotus_esprit_turbo_challenge" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Lotus Esprit Turbo Challenge</h2> <p class="title is-4">Lotus Esprit Turbo Challenge</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#racerjs"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#racerjs">RacerJS</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">RacerJS</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="lugaru_the_rabbits_foot" class="box"> <div id="lugaru_the_rabbits_foot" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Lugaru: The Rabbit&#39;s Foot</h2> <p class="title is-4">Lugaru: The Rabbit&#39;s Foot</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lugaru"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lugaru">Lugaru</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Lugaru</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="love" class="box"> <div id="love" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">LÖVE</h2> <p class="title is-4">LÖVE</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#love2dcs"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#love2dcs">Love2dCS</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Love2dCS</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div> </div>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,636 +9,373 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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 is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Inspirations (M)</h1> <p class="title is-4">Inspirations (M)</p><div id="max" class="box">
<div id="max" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">M.A.X.</h2> <p class="title is-4">M.A.X.</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#mechanized_assault_exploration_reloaded"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#mechanized_assault_exploration_reloaded">Mechanized Assault &amp; eXploration Reloaded</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Mechanized Assault &amp; eXploration Reloaded</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="mule" class="box"> <div id="mule" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">M.U.L.E.</h2> <p class="title is-4">M.U.L.E.</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#mewl"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#mewl">M.E.W.L.</a></p>Media: <a href="https://en.wikipedia.org/wiki/M.U.L.E.">M.U.L.E.<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>
<span class="has-text-weight-semibold">M.E.W.L.</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/M.U.L.E.">M.U.L.E.<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>
<div id="mad_tv" class="box"> <div id="mad_tv" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Mad TV</h2> <p class="title is-4">Mad TV</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tvtower"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tvtower">TVTower</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">TVTower</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="mafia" class="box"> <div id="mafia" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Mafia</h2> <p class="title is-4">Mafia</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#mafiaunity"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#mafiaunity">MafiaUnity</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">MafiaUnity</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="mafia_ii" class="box"> <div id="mafia_ii" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Mafia II</h2> <p class="title is-4">Mafia II</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/tool.html#mafia_toolkit"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/tool.html#mafia_toolkit">Mafia: Toolkit</a></p>Media: <a href="https://en.wikipedia.org/wiki/Mafia_II">Mafia 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>
<span class="has-text-weight-semibold">Mafia: Toolkit</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Mafia_II">Mafia 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>
</div> </div>
<div id="magic_carpet" class="box"> <div id="magic_carpet" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Magic Carpet</h2> <p class="title is-4">Magic Carpet</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#ogrian_carpet"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#ogrian_carpet">Ogrian Carpet</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Ogrian Carpet</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="magic_carpet_2" class="box"> <div id="magic_carpet_2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Magic Carpet 2</h2> <p class="title is-4">Magic Carpet 2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#remc2"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#remc2">remc2</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">remc2</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="magic_the_gathering_online" class="box"> <div id="magic_the_gathering_online" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Magic: The Gathering Online</h2> <p class="title is-4">Magic: The Gathering Online</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#forge"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#forge">Forge</a>, <a href="../games/M.html#magarena">Magarena</a>, <a href="../games/X.html#xmage">XMage</a></p>Media: <a href="https://en.wikipedia.org/wiki/Magic:_The_Gathering_video_games">Magic: The Gathering Online<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>
<span class="has-text-weight-semibold">Forge</span></a>, <a href="../games/M.html#magarena">
<span class="has-text-weight-semibold">Magarena</span></a>, <a href="../games/X.html#xmage">
<span class="has-text-weight-semibold">XMage</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Magic:_The_Gathering_video_games">Magic: The Gathering Online<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>
<div id="magical_drop" class="box"> <div id="magical_drop" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Magical Drop</h2> <p class="title is-4">Magical Drop</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/K.html#krystal_drop"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/K.html#krystal_drop">Krystal Drop</a></p>Media: <a href="https://en.wikipedia.org/wiki/Magical_Drop">Magical Drop<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>
<span class="has-text-weight-semibold">Krystal Drop</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Magical_Drop">Magical Drop<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>
<div id="magical_drops" class="box"> <div id="magical_drops" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Magical Drops</h2> <p class="title is-4">Magical Drops</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#commondrops"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#commondrops">CommonDrops</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">CommonDrops</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="magus" class="box"> <div id="magus" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Magus</h2> <p class="title is-4">Magus</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rot_magus"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rot_magus">Rot Magus</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Rot Magus</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="mahjong" class="box"> <div id="mahjong" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Mahjong</h2> <p class="title is-4">Mahjong</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#mah-jong"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#mah-jong">Mah-Jong</a>, <a href="../games/O.html#ogs_mahjong">OGS Mahjong</a></p>Media: <a href="https://en.wikipedia.org/wiki/Mahjong">Mahjong<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>
<span class="has-text-weight-semibold">Mah-Jong</span></a>, <a href="../games/O.html#ogs_mahjong">
<span class="has-text-weight-semibold">OGS Mahjong</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Mahjong">Mahjong<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>
<div id="marathon" class="box"> <div id="marathon" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Marathon</h2> <p class="title is-4">Marathon</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#aleph_one"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#aleph_one">Aleph One</a></p>Media: <a href="https://marathongame.fandom.com/wiki/Marathon_(Game)">marathongame.fandom.com/wiki/Marathon_(Game)</a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Aleph One</span></a></div>Media: <a href="https://marathongame.fandom.com/wiki/Marathon_(Game)">marathongame.fandom.com/wiki/Marathon_(Game)</a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="marathon_2_durandal" class="box"> <div id="marathon_2_durandal" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Marathon 2: Durandal</h2> <p class="title is-4">Marathon 2: Durandal</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#aleph_one"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#aleph_one">Aleph One</a></p>Media: <a href="https://en.wikipedia.org/wiki/Marathon_2:_Durandal">Marathon 2: Durandal<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>
<span class="has-text-weight-semibold">Aleph One</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Marathon_2:_Durandal">Marathon 2: Durandal<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>
<div id="marathon_infinity" class="box"> <div id="marathon_infinity" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Marathon Infinity</h2> <p class="title is-4">Marathon Infinity</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#aleph_one"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#aleph_one">Aleph One</a></p>Media: <a href="https://en.wikipedia.org/wiki/Marathon_Infinity">Marathon Infinity<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>
<span class="has-text-weight-semibold">Aleph One</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Marathon_Infinity">Marathon Infinity<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>
<div id="marble_madness" class="box"> <div id="marble_madness" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Marble Madness</h2> <p class="title is-4">Marble Madness</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#trackballs"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#trackballs">Trackballs</a></p>Media: <a href="https://en.wikipedia.org/wiki/Marble_Madness">Marble Madness<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>
<span class="has-text-weight-semibold">Trackballs</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Marble_Madness">Marble Madness<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>
<div id="mario_kart" class="box"> <div id="mario_kart" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Mario Kart</h2> <p class="title is-4">Mario Kart</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/K.html#kartering"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/K.html#kartering">Kartering</a>, <a href="../games/S.html#supertuxkart">SuperTuxKart</a></p>Media: <a href="https://en.wikipedia.org/wiki/Super_Mario_Kart">Mario Kart<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>
<span class="has-text-weight-semibold">Kartering</span></a>, <a href="../games/S.html#supertuxkart">
<span class="has-text-weight-semibold">SuperTuxKart</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Super_Mario_Kart">Mario Kart<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>
<div id="mario_party" class="box"> <div id="mario_party" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Mario Party</h2> <p class="title is-4">Mario Party</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#supertuxparty"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#supertuxparty">SuperTuxParty</a></p>Media: <a href="https://en.wikipedia.org/wiki/Super_Mario_Party">Mario Party<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>
<span class="has-text-weight-semibold">SuperTuxParty</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Super_Mario_Party">Mario Party<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>
<div id="mario_world" class="box"> <div id="mario_world" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Mario World</h2> <p class="title is-4">Mario World</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#mari0"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#mari0">Mari0</a>, <a href="../games/S.html#secret_maryo_chronicles">Secret Maryo Chronicles</a>, <a href="../games/T.html#the_secret_chronicles_of_dr_m">The Secret Chronicles of Dr. M.</a></p>Media: <a href="https://en.wikipedia.org/wiki/Super_Mario_World">Mario 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>
<span class="has-text-weight-semibold">Mari0</span></a>, <a href="../games/S.html#secret_maryo_chronicles">
<span class="has-text-weight-semibold">Secret Maryo Chronicles</span></a>, <a href="../games/T.html#the_secret_chronicles_of_dr_m">
<span class="has-text-weight-semibold">The Secret Chronicles of Dr. M.</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Super_Mario_World">Mario 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>
<div id="master_of_magic" class="box"> <div id="master_of_magic" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Master of Magic</h2> <p class="title is-4">Master of Magic</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openmom"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openmom">OpenMoM</a></p>Media: <a href="https://en.wikipedia.org/wiki/Master_of_Magic">Master of Magic<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>
<span class="has-text-weight-semibold">OpenMoM</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Master_of_Magic">Master of Magic<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>
<div id="master_of_monsters" class="box"> <div id="master_of_monsters" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Master of Monsters</h2> <p class="title is-4">Master of Monsters</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the_battle_for_wesnoth"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the_battle_for_wesnoth">The Battle for Wesnoth</a></p>Media: <a href="https://en.wikipedia.org/wiki/Master_of_Monsters">Master of Monsters<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>
<span class="has-text-weight-semibold">The Battle for Wesnoth</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Master_of_Monsters">Master of Monsters<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>
<div id="master_of_orion" class="box"> <div id="master_of_orion" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Master of Orion</h2> <p class="title is-4">Master of Orion</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/0.html#1oom"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/0.html#1oom">1oom</a>, <a href="../games/F.html#freeorion">FreeOrion</a>, <a href="../games/S.html#space_opera">Space Opera</a></p>Media: <a href="https://en.wikipedia.org/wiki/Master_of_Orion">Master of Orion<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>
<span class="has-text-weight-semibold">1oom</span></a>, <a href="../games/F.html#freeorion">
<span class="has-text-weight-semibold">FreeOrion</span></a>, <a href="../games/S.html#space_opera">
<span class="has-text-weight-semibold">Space Opera</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Master_of_Orion">Master of Orion<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>
<div id="master_of_orion_2" class="box"> <div id="master_of_orion_2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Master of Orion 2</h2> <p class="title is-4">Master of Orion 2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#birth_of_the_empires"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#birth_of_the_empires">Birth of the Empires</a>, <a href="../games/F.html#freeorion">FreeOrion</a>, <a href="../games/O.html#openmoo2">OpenMOO2</a></p>Media: <a href="https://en.wikipedia.org/wiki/Master_of_Orion_II:_Battle_at_Antares">Master of Orion 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>
<span class="has-text-weight-semibold">Birth of the Empires</span></a>, <a href="../games/F.html#freeorion">
<span class="has-text-weight-semibold">FreeOrion</span></a>, <a href="../games/O.html#openmoo2">
<span class="has-text-weight-semibold">OpenMOO2</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Master_of_Orion_II:_Battle_at_Antares">Master of Orion 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>
</div> </div>
<div id="maxit" class="box"> <div id="maxit" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Maxit</h2> <p class="title is-4">Maxit</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/K.html#kittenmaxit"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/K.html#kittenmaxit">KittenMaxit</a>, <a href="../games/M.html#maxit">Maxit</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">KittenMaxit</span></a>, <a href="../games/M.html#maxit">
<span class="has-text-weight-semibold">Maxit</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="mechcommander_2" class="box"> <div id="mechcommander_2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">MechCommander 2</h2> <p class="title is-4">MechCommander 2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#mc2"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#mc2">mc2</a>, <a href="../games/M.html#mechcommander_2_omnitech">MechCommander 2 Omnitech</a></p>Media: <a href="https://en.wikipedia.org/wiki/MechCommander_2">MechCommander 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>
<span class="has-text-weight-semibold">mc2</span></a>, <a href="../games/M.html#mechcommander_2_omnitech">
<span class="has-text-weight-semibold">MechCommander 2 Omnitech</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/MechCommander_2">MechCommander 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>
</div> </div>
<div id="mechwarrior" class="box"> <div id="mechwarrior" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">MechWarrior</h2> <p class="title is-4">MechWarrior</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#linwarrior_3d"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#linwarrior_3d">Linwarrior 3D</a></p>Media: <a href="https://en.wikipedia.org/wiki/MechWarrior_(1989_video_game)">MechWarrior<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>
<span class="has-text-weight-semibold">Linwarrior 3D</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/MechWarrior_(1989_video_game)">MechWarrior<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>
<div id="mega-lo-mania" class="box"> <div id="mega-lo-mania" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Mega-Lo-Mania</h2> <p class="title is-4">Mega-Lo-Mania</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#gigalomania"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#gigalomania">Gigalomania</a></p>Media: <a href="https://en.wikipedia.org/wiki/Mega-Lo-Mania">Mega-Lo-Mania<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>
<span class="has-text-weight-semibold">Gigalomania</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Mega-Lo-Mania">Mega-Lo-Mania<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>
<div id="megaman" class="box"> <div id="megaman" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">MegaMan</h2> <p class="title is-4">MegaMan</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/E.html#executive_man"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/E.html#executive_man">Executive Man</a>, <a href="../games/R.html#rockbot">Rockbot</a></p>Media: <a href="https://en.wikipedia.org/wiki/Mega_Man">MegaMan<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>
<span class="has-text-weight-semibold">Executive Man</span></a>, <a href="../games/R.html#rockbot">
<span class="has-text-weight-semibold">Rockbot</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Mega_Man">MegaMan<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>
<div id="meridian_59" class="box"> <div id="meridian_59" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Meridian 59</h2> <p class="title is-4">Meridian 59</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_meridian"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_meridian">Open Meridian</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Open Meridian</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="metroid_prime" class="box"> <div id="metroid_prime" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Metroid Prime</h2> <p class="title is-4">Metroid Prime</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#metaforce"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#metaforce">Metaforce</a></p>Media: <a href="https://en.wikipedia.org/wiki/Metroid_Prime">Metroid Prime<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>
<span class="has-text-weight-semibold">Metaforce</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Metroid_Prime">Metroid Prime<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>
<div id="metroidvania" class="box"> <div id="metroidvania" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Metroidvania</h2> <p class="title is-4">Metroidvania</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#azimuth"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#azimuth">Azimuth</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Azimuth</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="mice_men" class="box"> <div id="mice_men" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Mice Men</h2> <p class="title is-4">Mice Men</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#mice_men_remix"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#mice_men_remix">Mice Men: Remix</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Mice Men: Remix</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="micro_machines" class="box"> <div id="micro_machines" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Micro Machines</h2> <p class="title is-4">Micro Machines</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#dust_racing_2d"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#dust_racing_2d">Dust Racing 2D</a>, <a href="../games/M.html#microracers">Microracers</a>, <a href="../games/Y.html#yorg">Yorg</a></p>Media: <a href="https://en.wikipedia.org/wiki/Micro_Machines_(video_game)">Micro Machines<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>
<span class="has-text-weight-semibold">Dust Racing 2D</span></a>, <a href="../games/M.html#microracers">
<span class="has-text-weight-semibold">Microracers</span></a>, <a href="../games/Y.html#yorg">
<span class="has-text-weight-semibold">Yorg</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Micro_Machines_(video_game)">Micro Machines<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>
<div id="micropolis" class="box"> <div id="micropolis" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Micropolis</h2> <p class="title is-4">Micropolis</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/0.html#3dcity"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/0.html#3dcity">3d.city</a>, <a href="../games/D.html#divercity">Divercity</a>, <a href="../games/M.html#micropolisjs">micropolisJS</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">3d.city</span></a>, <a href="../games/D.html#divercity">
<span class="has-text-weight-semibold">Divercity</span></a>, <a href="../games/M.html#micropolisjs">
<span class="has-text-weight-semibold">micropolisJS</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="microprose_falcon_40_combat_simulator" class="box"> <div id="microprose_falcon_40_combat_simulator" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Microprose Falcon 4.0 Combat Simulator</h2> <p class="title is-4">Microprose Falcon 4.0 Combat Simulator</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freefalcon"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freefalcon">FreeFalcon</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">FreeFalcon</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="microsoft_flight_simulator" class="box"> <div id="microsoft_flight_simulator" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Microsoft Flight Simulator</h2> <p class="title is-4">Microsoft Flight Simulator</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#flightgear"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#flightgear">FlightGear</a></p>Media: <a href="https://en.wikipedia.org/wiki/Microsoft_Flight_Simulator">Microsoft Flight Simulator<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>
<span class="has-text-weight-semibold">FlightGear</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Microsoft_Flight_Simulator">Microsoft Flight Simulator<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>
<div id="microsoft_train_simulator" class="box"> <div id="microsoft_train_simulator" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Microsoft Train Simulator</h2> <p class="title is-4">Microsoft Train Simulator</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_rails"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_rails">Open Rails</a></p>Media: <a href="https://en.wikipedia.org/wiki/Microsoft_Train_Simulator">Microsoft Train Simulator<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>
<span class="has-text-weight-semibold">Open Rails</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Microsoft_Train_Simulator">Microsoft Train Simulator<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>
<div id="midi_maze" class="box"> <div id="midi_maze" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">MIDI Maze</h2> <p class="title is-4">MIDI Maze</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/I.html#imaze"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/I.html#imaze">IMaze</a></p>Media: <a href="https://en.wikipedia.org/wiki/MIDI_Maze">MIDI Maze<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>
<span class="has-text-weight-semibold">IMaze</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/MIDI_Maze">MIDI Maze<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>
<div id="midnight_club_ii" class="box"> <div id="midnight_club_ii" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Midnight Club II</h2> <p class="title is-4">Midnight Club II</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openmc2"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openmc2">OpenMC2</a></p>Media: <a href="https://en.wikipedia.org/wiki/Midnight_Club_II">Midnight Club 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>
<span class="has-text-weight-semibold">OpenMC2</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Midnight_Club_II">Midnight Club 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>
</div> </div>
<div id="might_and_magic_vi_the_mandate_of_heaven" class="box"> <div id="might_and_magic_vi_the_mandate_of_heaven" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Might and Magic VI: The Mandate of Heaven</h2> <p class="title is-4">Might and Magic VI: The Mandate of Heaven</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/W.html#world_of_might_and_magic"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/W.html#world_of_might_and_magic">World of Might and Magic</a></p>Media: <a href="https://en.wikipedia.org/wiki/Might_and_Magic_VI:_The_Mandate_of_Heaven">Might and Magic VI: The Mandate of Heaven<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>
<span class="has-text-weight-semibold">World of Might and Magic</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Might_and_Magic_VI:_The_Mandate_of_Heaven">Might and Magic VI: The Mandate of Heaven<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>
<div id="might_and_magic_vii_for_blood_and_honor" class="box"> <div id="might_and_magic_vii_for_blood_and_honor" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Might and Magic VII: For Blood and Honor</h2> <p class="title is-4">Might and Magic VII: For Blood and Honor</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/W.html#world_of_might_and_magic"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/W.html#world_of_might_and_magic">World of Might and Magic</a></p>Media: <a href="https://en.wikipedia.org/wiki/Might_and_Magic_VII:_For_Blood_and_Honor">Might and Magic VII: For Blood and Honor<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>
<span class="has-text-weight-semibold">World of Might and Magic</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Might_and_Magic_VII:_For_Blood_and_Honor">Might and Magic VII: For Blood and Honor<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>
<div id="might_and_magic_viii_day_of_the_destroyer" class="box"> <div id="might_and_magic_viii_day_of_the_destroyer" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Might and Magic VIII: Day of the Destroyer</h2> <p class="title is-4">Might and Magic VIII: Day of the Destroyer</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/W.html#world_of_might_and_magic"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/W.html#world_of_might_and_magic">World of Might and Magic</a></p>Media: <a href="https://en.wikipedia.org/wiki/Might_and_Magic_VIII:_Day_of_the_Destroyer">Might and Magic VIII: Day of the Destroyer<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>
<span class="has-text-weight-semibold">World of Might and Magic</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Might_and_Magic_VIII:_Day_of_the_Destroyer">Might and Magic VIII: Day of the Destroyer<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>
<div id="millipede" class="box"> <div id="millipede" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Millipede</h2> <p class="title is-4">Millipede</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#monsters_and_mushrooms"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#monsters_and_mushrooms">Monsters and Mushrooms</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Monsters and Mushrooms</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="minecraft" class="box"> <div id="minecraft" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Minecraft</h2> <p class="title is-4">Minecraft</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#chunk_stories"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#chunk_stories">Chunk Stories</a>, <a href="../games/C.html#classicube">ClassiCube</a>, <a href="../games/C.html#craft">Craft</a>, <a href="../games/D.html#digbuild">Digbuild</a>, <a href="../games/D.html#dwarfcorp">DwarfCorp</a>, <a href="../games/F.html#freeminer">Freeminer</a>, <a href="../games/G.html#gnomescroll">Gnomescroll</a>, <a href="../games/H.html#hematite">Hematite</a>, <a href="../games/M.html#manic_digger">Manic Digger</a>, <a href="../games/M.html#mineclone_2">MineClone 2</a>, <a href="../games/M.html#minecraft-one-week-challenge">MineCraft-One-Week-Challenge</a>, <a href="../games/M.html#minecraft-weekend">minecraft-weekend</a>, <a href="../frameworks/framework.html#minetest">Minetest</a>, <a href="../games/P.html#pycraft">pycraft</a>, <a href="../frameworks/framework.html#terasology">Terasology</a>, <a href="../games/T.html#truecraft">TrueCraft</a>, <a href="../games/V.html#veloren">Veloren</a>, <a href="../games/V.html#voxelands">Voxelands</a></p>Media: <a href="https://en.wikipedia.org/wiki/Minecraft">Minecraft<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>
<span class="has-text-weight-semibold">Chunk Stories</span></a>, <a href="../games/C.html#classicube">
<span class="has-text-weight-semibold">ClassiCube</span></a>, <a href="../games/C.html#craft">
<span class="has-text-weight-semibold">Craft</span></a>, <a href="../games/D.html#digbuild">
<span class="has-text-weight-semibold">Digbuild</span></a>, <a href="../games/D.html#dwarfcorp">
<span class="has-text-weight-semibold">DwarfCorp</span></a>, <a href="../games/F.html#freeminer">
<span class="has-text-weight-semibold">Freeminer</span></a>, <a href="../games/G.html#gnomescroll">
<span class="has-text-weight-semibold">Gnomescroll</span></a>, <a href="../games/H.html#hematite">
<span class="has-text-weight-semibold">Hematite</span></a>, <a href="../games/M.html#manic_digger">
<span class="has-text-weight-semibold">Manic Digger</span></a>, <a href="../games/M.html#mineclone_2">
<span class="has-text-weight-semibold">MineClone 2</span></a>, <a href="../games/M.html#minecraft-one-week-challenge">
<span class="has-text-weight-semibold">MineCraft-One-Week-Challenge</span></a>, <a href="../games/M.html#minecraft-weekend">
<span class="has-text-weight-semibold">minecraft-weekend</span></a>, <a href="../frameworks/framework.html#minetest">
<span class="has-text-weight-semibold">Minetest</span></a>, <a href="../games/P.html#pycraft">
<span class="has-text-weight-semibold">pycraft</span></a>, <a href="../frameworks/framework.html#terasology">
<span class="has-text-weight-semibold">Terasology</span></a>, <a href="../games/T.html#truecraft">
<span class="has-text-weight-semibold">TrueCraft</span></a>, <a href="../games/V.html#veloren">
<span class="has-text-weight-semibold">Veloren</span></a>, <a href="../games/V.html#voxelands">
<span class="has-text-weight-semibold">Voxelands</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Minecraft">Minecraft<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>
<div id="minesweeper" class="box"> <div id="minesweeper" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Minesweeper</h2> <p class="title is-4">Minesweeper</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/I.html#isometric-minesweeper"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/I.html#isometric-minesweeper">Isometric-Minesweeper</a>, <a href="../games/K.html#kmines">KMines</a>, <a href="../games/L.html#libremines">LibreMines</a>, <a href="../games/M.html#mines">Mines</a>, <a href="../games/M.html#minesweeper_in_c">Minesweeper (in C)</a>, <a href="../games/M.html#minesweeper-rs">minesweeper-rs</a>, <a href="../games/M.html#minesweeperzone">Minesweeper.Zone</a>, <a href="../games/P.html#proxx">proxx</a></p>Media: <a href="https://en.wikipedia.org/wiki/Minesweeper_(video_game)">Minesweeper<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>
<span class="has-text-weight-semibold">Isometric-Minesweeper</span></a>, <a href="../games/K.html#kmines">
<span class="has-text-weight-semibold">KMines</span></a>, <a href="../games/L.html#libremines">
<span class="has-text-weight-semibold">LibreMines</span></a>, <a href="../games/M.html#mines">
<span class="has-text-weight-semibold">Mines</span></a>, <a href="../games/M.html#minesweeper_in_c">
<span class="has-text-weight-semibold">Minesweeper (in C)</span></a>, <a href="../games/M.html#minesweeper-rs">
<span class="has-text-weight-semibold">minesweeper-rs</span></a>, <a href="../games/M.html#minesweeperzone">
<span class="has-text-weight-semibold">Minesweeper.Zone</span></a>, <a href="../games/P.html#proxx">
<span class="has-text-weight-semibold">proxx</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Minesweeper_(video_game)">Minesweeper<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>
<div id="minetest" class="box"> <div id="minetest" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Minetest</h2> <p class="title is-4">Minetest</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#minetest_game"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#minetest_game">Minetest Game</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Minetest Game</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="missile_command" class="box"> <div id="missile_command" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Missile Command</h2> <p class="title is-4">Missile Command</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/I.html#icbm3d"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/I.html#icbm3d">ICBM3D</a>, <a href="../games/P.html#penguin_command">Penguin Command</a></p>Media: <a href="https://en.wikipedia.org/wiki/Missile_Command">Missile 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>
<span class="has-text-weight-semibold">ICBM3D</span></a>, <a href="../games/P.html#penguin_command">
<span class="has-text-weight-semibold">Penguin Command</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Missile_Command">Missile 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>
</div> </div>
<div id="moai" class="box"> <div id="moai" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Moai</h2> <p class="title is-4">Moai</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#adventure_engine"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#adventure_engine">adventure engine</a></p>Media: <a href="https://en.wikipedia.org/wiki/Moai-kun">Moai<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>
<span class="has-text-weight-semibold">adventure engine</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Moai-kun">Moai<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>
<div id="moon-patrol" class="box"> <div id="moon-patrol" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">moon-patrol</h2> <p class="title is-4">moon-patrol</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#moon-buggy"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#moon-buggy">Moon-buggy</a></p>Media: <a href="https://en.wikipedia.org/wiki/Moon_Patrol">moon-patrol<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>
<span class="has-text-weight-semibold">Moon-buggy</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Moon_Patrol">moon-patrol<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>
<div id="moonbase_commander" class="box"> <div id="moonbase_commander" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Moonbase Commander</h2> <p class="title is-4">Moonbase Commander</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#scorched_moon"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#scorched_moon">Scorched Moon</a></p>Media: <a href="https://en.wikipedia.org/wiki/MoonBase_Commander">Moonbase Commander<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>
<span class="has-text-weight-semibold">Scorched Moon</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/MoonBase_Commander">Moonbase Commander<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>
<div id="morpheus" class="box"> <div id="morpheus" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Morpheus</h2> <p class="title is-4">Morpheus</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#morpheus_web_remake"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#morpheus_web_remake">Morpheus Web Remake</a></p>Media: <a href="https://en.wikipedia.org/wiki/Morpheus_(1998_video_game)">Morpheus<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>
<span class="has-text-weight-semibold">Morpheus Web Remake</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Morpheus_(1998_video_game)">Morpheus<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>
<div id="mortal_kombat" class="box"> <div id="mortal_kombat" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Mortal Kombat</h2> <p class="title is-4">Mortal Kombat</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#mkjs"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#mkjs">mk.js</a>, <a href="../games/O.html#openmortal">OpenMortal</a></p>Media: <a href="https://en.wikipedia.org/wiki/Mortal_Kombat">Mortal Kombat<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>
<span class="has-text-weight-semibold">mk.js</span></a>, <a href="../games/O.html#openmortal">
<span class="has-text-weight-semibold">OpenMortal</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Mortal_Kombat">Mortal Kombat<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>
<div id="movie_business" class="box"> <div id="movie_business" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Movie Business</h2> <p class="title is-4">Movie Business</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#movbizz"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#movbizz">movbizz</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">movbizz</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="myst_iii_exile" class="box"> <div id="myst_iii_exile" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Myst III: Exile</h2> <p class="title is-4">Myst III: Exile</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#residualvm"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#residualvm">ResidualVM</a></p>Media: <a href="https://en.wikipedia.org/wiki/Myst_III:_Exile">Myst III: Exile<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>
<span class="has-text-weight-semibold">ResidualVM</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Myst_III:_Exile">Myst III: Exile<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>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,198 +9,133 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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 is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Inspirations (N)</h1> <p class="title is-4">Inspirations (N)</p><div id="naev" class="box">
<div id="naev" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Naev</h2> <p class="title is-4">Naev</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/N.html#nox_imperii"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/N.html#nox_imperii">Nox Imperii</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Nox Imperii</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="natural_selection" class="box"> <div id="natural_selection" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Natural Selection</h2> <p class="title is-4">Natural Selection</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/T.html#tremulous"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/T.html#tremulous">Tremulous</a>, <a href="../games/U.html#unvanquished">Unvanquished</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Tremulous</span></a>, <a href="../games/U.html#unvanquished">
<span class="has-text-weight-semibold">Unvanquished</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="naturalchimie" class="box"> <div id="naturalchimie" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">NaturalChimie</h2> <p class="title is-4">NaturalChimie</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openalchemist"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openalchemist">OpenAlchemist</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">OpenAlchemist</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="nebulus" class="box"> <div id="nebulus" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Nebulus</h2> <p class="title is-4">Nebulus</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/T.html#toppler"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/T.html#toppler">Toppler</a>, <a href="../games/T.html#tower_toppler">Tower Toppler</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Toppler</span></a>, <a href="../games/T.html#tower_toppler">
<span class="has-text-weight-semibold">Tower Toppler</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="need_for_speed_ii" class="box"> <div id="need_for_speed_ii" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Need For Speed II</h2> <p class="title is-4">Need For Speed II</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/N.html#nfsiise"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/N.html#nfsiise">NFSIISE</a></p>Media: <a href="https://en.wikipedia.org/wiki/Need_for_Speed_II">Need For Speed 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>
<span class="has-text-weight-semibold">NFSIISE</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Need_for_Speed_II">Need For Speed 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>
</div> </div>
<div id="need_for_speed_iii_hot_pursuit" class="box"> <div id="need_for_speed_iii_hot_pursuit" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Need For Speed III: Hot Pursuit</h2> <p class="title is-4">Need For Speed III: Hot Pursuit</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opennfs"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opennfs">OpenNFS</a></p>Media: <a href="https://en.wikipedia.org/wiki/Need_for_Speed:_Hot_Pursuit_(2010_video_game)">Need For Speed III: Hot Pursuit<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>
<span class="has-text-weight-semibold">OpenNFS</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Need_for_Speed:_Hot_Pursuit_(2010_video_game)">Need For Speed III: Hot Pursuit<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>
<div id="nethack" class="box"> <div id="nethack" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">NetHack</h2> <p class="title is-4">NetHack</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#falcons_eye"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#falcons_eye">Falcon&#39;s Eye</a>, <a href="../games/S.html#slashem">SLASH&#39;EM</a>, <a href="../games/U.html#unnethack">UnNetHack</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Falcon&#39;s Eye</span></a>, <a href="../games/S.html#slashem">
<span class="has-text-weight-semibold">SLASH&#39;EM</span></a>, <a href="../games/U.html#unnethack">
<span class="has-text-weight-semibold">UnNetHack</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="neverball" class="box"> <div id="neverball" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Neverball</h2> <p class="title is-4">Neverball</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/N.html#nuncabola"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/N.html#nuncabola">Nuncabola</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Nuncabola</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="nexuiz" class="box"> <div id="nexuiz" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Nexuiz</h2> <p class="title is-4">Nexuiz</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/X.html#xonotic"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/X.html#xonotic">Xonotic</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Xonotic</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="night_stalker" class="box"> <div id="night_stalker" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Night Stalker</h2> <p class="title is-4">Night Stalker</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#afternoon_stalker"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#afternoon_stalker">Afternoon Stalker</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Afternoon Stalker</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="noiz2" class="box"> <div id="noiz2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Noiz2</h2> <p class="title is-4">Noiz2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/N.html#noiz2-droid"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/N.html#noiz2-droid">noiz2-droid</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">noiz2-droid</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="notrium" class="box"> <div id="notrium" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Notrium</h2> <p class="title is-4">Notrium</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opennotrium"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opennotrium">OpenNotrium</a></p>Media: <a href="https://en.wikipedia.org/wiki/Notrium">Notrium<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>
<span class="has-text-weight-semibold">OpenNotrium</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Notrium">Notrium<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>
<div id="nscripter" class="box"> <div id="nscripter" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">NScripter</h2> <p class="title is-4">NScripter</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#onscripter"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#onscripter">ONScripter</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">ONScripter</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="nuclear_reaction" class="box"> <div id="nuclear_reaction" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Nuclear Reaction</h2> <p class="title is-4">Nuclear Reaction</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#c64-nuclearreaction"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#c64-nuclearreaction">c64-nuclearreaction</a>, <a href="../games/C.html#chainreaction">chainreaction</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">c64-nuclearreaction</span></a>, <a href="../games/C.html#chainreaction">
<span class="has-text-weight-semibold">chainreaction</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div> </div>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,195 +9,133 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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 is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Inspirations (O)</h1> <p class="title is-4">Inspirations (O)</p><div id="oddworld_abes_exoddus" class="box">
<div id="oddworld_abes_exoddus" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Oddworld: Abe&#39;s Exoddus</h2> <p class="title is-4">Oddworld: Abe&#39;s Exoddus</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#alive"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#alive">alive</a></p>Media: <a href="https://en.wikipedia.org/wiki/Oddworld:_Abe%27s_Exoddus">Oddworld: Abe&#39;s Exoddus<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>
<span class="has-text-weight-semibold">alive</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Oddworld:_Abe%27s_Exoddus">Oddworld: Abe&#39;s Exoddus<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>
<div id="oddworld_abes_oddysee" class="box"> <div id="oddworld_abes_oddysee" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Oddworld: Abe&#39;s Oddysee</h2> <p class="title is-4">Oddworld: Abe&#39;s Oddysee</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#alive"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#alive">alive</a></p>Media: <a href="https://en.wikipedia.org/wiki/Oddworld:_Abe%27s_Oddysee">Oddworld: Abe&#39;s Oddysee<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>
<span class="has-text-weight-semibold">alive</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Oddworld:_Abe%27s_Oddysee">Oddworld: Abe&#39;s Oddysee<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>
<div id="ogre" class="box"> <div id="ogre" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">OGRE</h2> <p class="title is-4">OGRE</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#alimer"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#alimer">Alimer</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Alimer</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="old_school_runescape" class="box"> <div id="old_school_runescape" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Old School RuneScape</h2> <p class="title is-4">Old School RuneScape</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#runelite"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#runelite">RuneLite</a></p>Media: <a href="https://en.wikipedia.org/wiki/Old_School_RuneScape">Old School RuneScape<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>
<span class="has-text-weight-semibold">RuneLite</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Old_School_RuneScape">Old School RuneScape<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>
<div id="omega_race" class="box"> <div id="omega_race" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Omega Race</h2> <p class="title is-4">Omega Race</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/S.html#starmines_the_next_generation"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/S.html#starmines_the_next_generation">StarMines: The Next Generation</a>, <a href="../games/T.html#torrega_race">Torrega Race</a></p>Media: <a href="https://en.wikipedia.org/wiki/Omega_Race">Omega Race<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>
<span class="has-text-weight-semibold">StarMines: The Next Generation</span></a>, <a href="../games/T.html#torrega_race">
<span class="has-text-weight-semibold">Torrega Race</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Omega_Race">Omega Race<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>
<div id="one_must_fall_2097" class="box"> <div id="one_must_fall_2097" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">One Must Fall: 2097</h2> <p class="title is-4">One Must Fall: 2097</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openomf"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openomf">OpenOMF</a></p>Media: <a href="https://en.wikipedia.org/wiki/One_Must_Fall:_2097">One Must Fall: 2097<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>
<span class="has-text-weight-semibold">OpenOMF</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/One_Must_Fall:_2097">One Must Fall: 2097<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>
<div id="open_dune" class="box"> <div id="open_dune" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Open Dune</h2> <p class="title is-4">Open Dune</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#dune_dynasty"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#dune_dynasty">Dune Dynasty</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Dune Dynasty</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="openmw" class="box"> <div id="openmw" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">OpenMW</h2> <p class="title is-4">OpenMW</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tes3mp"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tes3mp">TES3MP</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">TES3MP</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="osu_tatakae_ouendan" class="box"> <div id="osu_tatakae_ouendan" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Osu! Tatakae! Ouendan</h2> <p class="title is-4">Osu! Tatakae! Ouendan</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../frameworks/tool.html#opsu"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../frameworks/tool.html#opsu">opsu!</a>, <a href="../games/O.html#osu">osu!</a></p>Media: <a href="https://en.wikipedia.org/wiki/Osu!_Tatakae!_Ouendan">Osu! Tatakae! Ouendan<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>
<span class="has-text-weight-semibold">opsu!</span></a>, <a href="../games/O.html#osu">
<span class="has-text-weight-semibold">osu!</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Osu!_Tatakae!_Ouendan">Osu! Tatakae! Ouendan<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>
<div id="oubliette" class="box"> <div id="oubliette" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Oubliette</h2> <p class="title is-4">Oubliette</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#liberal_crime_squad"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#liberal_crime_squad">Liberal Crime Squad</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Liberal Crime Squad</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="out_run" class="box"> <div id="out_run" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Out Run</h2> <p class="title is-4">Out Run</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cannonball"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cannonball">Cannonball</a></p>Media: <a href="https://en.wikipedia.org/wiki/Out_Run">Out Run<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>
<span class="has-text-weight-semibold">Cannonball</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Out_Run">Out Run<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>
<div id="outlaws" class="box"> <div id="outlaws" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Outlaws</h2> <p class="title is-4">Outlaws</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the_force_engine"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the_force_engine">The Force Engine</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">The Force Engine</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="outpost" class="box"> <div id="outpost" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Outpost</h2> <p class="title is-4">Outpost</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#outpost_hd"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#outpost_hd">Outpost HD</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Outpost HD</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="oxyd" class="box"> <div id="oxyd" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Oxyd</h2> <p class="title is-4">Oxyd</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/E.html#enigma"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/E.html#enigma">Enigma</a></p>Media: <a href="https://en.wikipedia.org/wiki/Oxyd">Oxyd<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>
<span class="has-text-weight-semibold">Enigma</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Oxyd">Oxyd<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>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,357 +9,217 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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 is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Inspirations (P)</h1> <p class="title is-4">Inspirations (P)</p><div id="pac-man" class="box">
<div id="pac-man" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Pac-Man</h2> <p class="title is-4">Pac-Man</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/E.html#entt_pacman"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/E.html#entt_pacman">EnTT Pacman</a>, <a href="../games/G.html#ghostly">Ghostly</a>, <a href="../games/H.html#help_hannahs_horse">Help Hannah&#39;s Horse</a>, <a href="../games/H.html#html5_pacman">HTML5 Pacman</a>, <a href="../games/M.html#minipacman">MiniPacman</a>, <a href="../games/N.html#not_pacman">Not Pacman</a>, <a href="../games/O.html#open_greedy">Open Greedy</a>, <a href="../games/P.html#pac_go">Pac Go</a>, <a href="../games/P.html#pacman">Pacman</a>, <a href="../games/P.html#pacman-canvas">pacman-canvas</a></p>Media: <a href="https://en.wikipedia.org/wiki/Pac-Man">Pac-Man<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>
<span class="has-text-weight-semibold">EnTT Pacman</span></a>, <a href="../games/G.html#ghostly">
<span class="has-text-weight-semibold">Ghostly</span></a>, <a href="../games/H.html#help_hannahs_horse">
<span class="has-text-weight-semibold">Help Hannah&#39;s Horse</span></a>, <a href="../games/H.html#html5_pacman">
<span class="has-text-weight-semibold">HTML5 Pacman</span></a>, <a href="../games/M.html#minipacman">
<span class="has-text-weight-semibold">MiniPacman</span></a>, <a href="../games/N.html#not_pacman">
<span class="has-text-weight-semibold">Not Pacman</span></a>, <a href="../games/O.html#open_greedy">
<span class="has-text-weight-semibold">Open Greedy</span></a>, <a href="../games/P.html#pac_go">
<span class="has-text-weight-semibold">Pac Go</span></a>, <a href="../games/P.html#pacman">
<span class="has-text-weight-semibold">Pacman</span></a>, <a href="../games/P.html#pacman-canvas">
<span class="has-text-weight-semibold">pacman-canvas</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Pac-Man">Pac-Man<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>
<div id="panzer_general" class="box"> <div id="panzer_general" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Panzer General</h2> <p class="title is-4">Panzer General</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/H.html#hexwar"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/H.html#hexwar">Hexwar</a>, <a href="../games/L.html#lgeneral">LGeneral</a></p>Media: <a href="https://en.wikipedia.org/wiki/Panzer_General">Panzer General<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>
<span class="has-text-weight-semibold">Hexwar</span></a>, <a href="../games/L.html#lgeneral">
<span class="has-text-weight-semibold">LGeneral</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Panzer_General">Panzer General<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>
<div id="panzer_general_2" class="box"> <div id="panzer_general_2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Panzer General 2</h2> <p class="title is-4">Panzer General 2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_panzer"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_panzer">Open Panzer</a></p>Media: <a href="https://en.wikipedia.org/wiki/Panzer_General_II">Panzer General 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>
<span class="has-text-weight-semibold">Open Panzer</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Panzer_General_II">Panzer General 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>
</div> </div>
<div id="paradroid" class="box"> <div id="paradroid" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Paradroid</h2> <p class="title is-4">Paradroid</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#freedroidrpg"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#freedroidrpg">FreedroidRPG</a>, <a href="../games/N.html#nighthawk">Nighthawk</a></p>Media: <a href="https://en.wikipedia.org/wiki/Paradroid">Paradroid<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>
<span class="has-text-weight-semibold">FreedroidRPG</span></a>, <a href="../games/N.html#nighthawk">
<span class="has-text-weight-semibold">Nighthawk</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Paradroid">Paradroid<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>
<div id="parchis" class="box"> <div id="parchis" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Parchis</h2> <p class="title is-4">Parchis</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#glparchis"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#glparchis">glParchis</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">glParchis</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="pendulous" class="box"> <div id="pendulous" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Pendulous</h2> <p class="title is-4">Pendulous</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#blitzkrieg"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#blitzkrieg">Blitzkrieg</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Blitzkrieg</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="pingus" class="box"> <div id="pingus" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Pingus</h2> <p class="title is-4">Pingus</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rabbit_escape"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rabbit_escape">Rabbit Escape</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Rabbit Escape</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="pipepanic" class="box"> <div id="pipepanic" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">PipePanic</h2> <p class="title is-4">PipePanic</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#pipepanic"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#pipepanic">PipePanic</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">PipePanic</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="pixel_dungeon" class="box"> <div id="pixel_dungeon" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Pixel Dungeon</h2> <p class="title is-4">Pixel Dungeon</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/R.html#remixed_dungeon"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/R.html#remixed_dungeon">Remixed Dungeon</a>, <a href="../games/S.html#shattered_pixel_dungeon">Shattered Pixel Dungeon</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Remixed Dungeon</span></a>, <a href="../games/S.html#shattered_pixel_dungeon">
<span class="has-text-weight-semibold">Shattered Pixel Dungeon</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="pizza_tycoon" class="box"> <div id="pizza_tycoon" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Pizza Tycoon</h2> <p class="title is-4">Pizza Tycoon</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#pizza_business"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#pizza_business">Pizza Business</a></p>Media: <a href="https://en.wikipedia.org/wiki/Pizza_Tycoon">Pizza Tycoon<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>
<span class="has-text-weight-semibold">Pizza Business</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Pizza_Tycoon">Pizza Tycoon<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>
<div id="planescape_torment" class="box"> <div id="planescape_torment" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Planescape: Torment</h2> <p class="title is-4">Planescape: Torment</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#gemrb"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#gemrb">GemRB</a></p>Media: <a href="https://en.wikipedia.org/wiki/Planescape:_Torment">Planescape: Torment<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>
<span class="has-text-weight-semibold">GemRB</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Planescape:_Torment">Planescape: Torment<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>
<div id="plasma_pong" class="box"> <div id="plasma_pong" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Plasma Pong</h2> <p class="title is-4">Plasma Pong</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#fluid_table_tennis"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#fluid_table_tennis">Fluid Table Tennis</a></p>Media: <a href="https://en.wikipedia.org/wiki/Plasma_Pong">Plasma Pong<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>
<span class="has-text-weight-semibold">Fluid Table Tennis</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Plasma_Pong">Plasma Pong<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>
<div id="pokemon_uranium" class="box"> <div id="pokemon_uranium" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Pokemon Uranium</h2> <p class="title is-4">Pokemon Uranium</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#project-uranium-godot"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#project-uranium-godot">Project-Uranium-Godot</a></p>Media: <a href="https://en.wikipedia.org/wiki/Pok%C3%A9mon_Uranium">Pokemon Uranium<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>
<span class="has-text-weight-semibold">Project-Uranium-Godot</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Pok%C3%A9mon_Uranium">Pokemon Uranium<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>
<div id="pokmon" class="box"> <div id="pokmon" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Pokémon</h2> <p class="title is-4">Pokémon</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#dmomd"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#dmomd">Dmomd</a>, <a href="../games/J.html#javelin">Javelin</a>, <a href="../games/O.html#opmon">OPMon</a>, <a href="../games/T.html#tangomon">Tangomon</a>, <a href="../games/T.html#tuxemon">Tuxemon</a></p>Media: <a href="https://en.wikipedia.org/wiki/Pok%C3%A9mon_(video_game_series)">Pokémon<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>
<span class="has-text-weight-semibold">Dmomd</span></a>, <a href="../games/J.html#javelin">
<span class="has-text-weight-semibold">Javelin</span></a>, <a href="../games/O.html#opmon">
<span class="has-text-weight-semibold">OPMon</span></a>, <a href="../games/T.html#tangomon">
<span class="has-text-weight-semibold">Tangomon</span></a>, <a href="../games/T.html#tuxemon">
<span class="has-text-weight-semibold">Tuxemon</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Pok%C3%A9mon_(video_game_series)">Pokémon<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>
<div id="pong" class="box"> <div id="pong" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Pong</h2> <p class="title is-4">Pong</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#mmpong"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#mmpong">Mmpong</a>, <a href="../games/P.html#psy_pong_3d">PSY PONG 3D</a></p>Media: <a href="https://en.wikipedia.org/wiki/Pong">Pong<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>
<span class="has-text-weight-semibold">Mmpong</span></a>, <a href="../games/P.html#psy_pong_3d">
<span class="has-text-weight-semibold">PSY PONG 3D</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Pong">Pong<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>
<div id="portal" class="box"> <div id="portal" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Portal</h2> <p class="title is-4">Portal</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#glportal"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#glportal">glPortal</a></p>Media: <a href="https://en.wikipedia.org/wiki/Portal_(video_game)">Portal<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>
<span class="has-text-weight-semibold">glPortal</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Portal_(video_game)">Portal<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>
<div id="postal" class="box"> <div id="postal" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Postal</h2> <p class="title is-4">Postal</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#postal_1_open_source"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#postal_1_open_source">POSTAL 1 Open Source</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">POSTAL 1 Open Source</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="powder_game" class="box"> <div id="powder_game" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Powder Game</h2> <p class="title is-4">Powder Game</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/S.html#sandspiel"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/S.html#sandspiel">sandspiel</a>, <a href="../games/T.html#the_powder_toy">The Powder Toy</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">sandspiel</span></a>, <a href="../games/T.html#the_powder_toy">
<span class="has-text-weight-semibold">The Powder Toy</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="powermonger" class="box"> <div id="powermonger" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Powermonger</h2> <p class="title is-4">Powermonger</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#battles_of_antargis"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#battles_of_antargis">Battles of Antargis</a></p>Media: <a href="https://en.wikipedia.org/wiki/Powermonger">Powermonger<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>
<span class="has-text-weight-semibold">Battles of Antargis</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Powermonger">Powermonger<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>
<div id="powerslave" class="box"> <div id="powerslave" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Powerslave</h2> <p class="title is-4">Powerslave</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/P.html#pcexhumed"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/P.html#pcexhumed">PCExhumed</a>, <a href="../games/P.html#powerslave_ex">Powerslave EX</a>, <a href="../games/P.html#powerslavegdx">PowerslaveGDX</a>, <a href="../games/R.html#raze">Raze</a></p>Media: <a href="https://en.wikipedia.org/wiki/PowerSlave">Powerslave<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>
<span class="has-text-weight-semibold">PCExhumed</span></a>, <a href="../games/P.html#powerslave_ex">
<span class="has-text-weight-semibold">Powerslave EX</span></a>, <a href="../games/P.html#powerslavegdx">
<span class="has-text-weight-semibold">PowerslaveGDX</span></a>, <a href="../games/R.html#raze">
<span class="has-text-weight-semibold">Raze</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/PowerSlave">Powerslave<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>
<div id="powerslide" class="box"> <div id="powerslide" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Powerslide</h2> <p class="title is-4">Powerslide</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#powerslide_remake"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#powerslide_remake">Powerslide remake</a></p>Media: <a href="https://en.wikipedia.org/wiki/Powerslide_(video_game)">Powerslide<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>
<span class="has-text-weight-semibold">Powerslide remake</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Powerslide_(video_game)">Powerslide<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>
<div id="prince_of_persia" class="box"> <div id="prince_of_persia" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Prince of Persia</h2> <p class="title is-4">Prince of Persia</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#freeprince"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#freeprince">FreePrince</a>, <a href="../games/M.html#mininim">Mininim</a>, <a href="../games/S.html#sdlpop">SDLPoP</a></p>Media: <a href="https://en.wikipedia.org/wiki/Prince_of_Persia_(1989_video_game)">Prince of Persia<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>
<span class="has-text-weight-semibold">FreePrince</span></a>, <a href="../games/M.html#mininim">
<span class="has-text-weight-semibold">Mininim</span></a>, <a href="../games/S.html#sdlpop">
<span class="has-text-weight-semibold">SDLPoP</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Prince_of_Persia_(1989_video_game)">Prince of Persia<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>
<div id="prince_of_persia_2" class="box"> <div id="prince_of_persia_2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Prince of Persia 2</h2> <p class="title is-4">Prince of Persia 2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#prince-monogame"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#prince-monogame">Prince-Monogame</a></p>Media: <a href="https://en.wikipedia.org/wiki/Prince_of_Persia_2:_The_Shadow_and_the_Flame">Prince of Persia 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>
<span class="has-text-weight-semibold">Prince-Monogame</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Prince_of_Persia_2:_The_Shadow_and_the_Flame">Prince of Persia 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>
</div> </div>
<div id="progress_quest" class="box"> <div id="progress_quest" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Progress Quest</h2> <p class="title is-4">Progress Quest</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/P.html#pq2"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/P.html#pq2">pq2</a>, <a href="../games/P.html#progress-quest">progress-quest</a></p>Media: <a href="https://en.wikipedia.org/wiki/Progress_Quest">Progress 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>
<span class="has-text-weight-semibold">pq2</span></a>, <a href="../games/P.html#progress-quest">
<span class="has-text-weight-semibold">progress-quest</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Progress_Quest">Progress 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>
</div> </div>
<div id="pushover" class="box"> <div id="pushover" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Pushover</h2> <p class="title is-4">Pushover</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#pushover"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#pushover">Pushover</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Pushover</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="puyo_puyo" class="box"> <div id="puyo_puyo" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Puyo Puyo</h2> <p class="title is-4">Puyo Puyo</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cuyo"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cuyo">Cuyo</a></p>Media: <a href="https://en.wikipedia.org/wiki/Puyo_Puyo">Puyo Puyo<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>
<span class="has-text-weight-semibold">Cuyo</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Puyo_Puyo">Puyo Puyo<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>
<div id="puzzle_bobble" class="box"> <div id="puzzle_bobble" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Puzzle Bobble</h2> <p class="title is-4">Puzzle Bobble</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#frozen_bubble"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#frozen_bubble">Frozen Bubble</a></p>Media: <a href="https://en.wikipedia.org/wiki/Puzzle_Bobble">Puzzle Bobble<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>
<span class="has-text-weight-semibold">Frozen Bubble</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Puzzle_Bobble">Puzzle Bobble<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>
<div id="puzznic" class="box"> <div id="puzznic" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Puzznic</h2> <p class="title is-4">Puzznic</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/W.html#wizznic"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/W.html#wizznic">Wizznic!</a></p>Media: <a href="https://en.wikipedia.org/wiki/Puzznic">Puzznic<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>
<span class="has-text-weight-semibold">Wizznic!</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Puzznic">Puzznic<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>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,118 +9,79 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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 is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Inspirations (Q)</h1> <p class="title is-4">Inspirations (Q)</p><div id="qbert" class="box">
<div id="qbert" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Q*bert</h2> <p class="title is-4">Q*bert</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#reqbert"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#reqbert">ReQbert</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">ReQbert</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="quake" class="box"> <div id="quake" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Quake</h2> <p class="title is-4">Quake</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#darkplaces"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#darkplaces">DarkPlaces</a>, <a href="../games/E.html#ezquake">ezQuake</a>, <a href="../games/F.html#fitzquake">Fitzquake</a>, <a href="../games/F.html#fteqw">FTEQW</a>, <a href="../games/L.html#librequake">LibreQuake</a>, <a href="../games/P.html#proquake_4">ProQuake 4</a>, <a href="../games/Q.html#quakespasm">QuakeSpasm</a>, <a href="../games/T.html#tyrquake">TyrQuake</a>, <a href="../games/V.html#vkquake">vkQuake</a></p>Media: <a href="https://en.wikipedia.org/wiki/Quake_(video_game)">Quake<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>
<span class="has-text-weight-semibold">DarkPlaces</span></a>, <a href="../games/E.html#ezquake">
<span class="has-text-weight-semibold">ezQuake</span></a>, <a href="../games/F.html#fitzquake">
<span class="has-text-weight-semibold">Fitzquake</span></a>, <a href="../games/F.html#fteqw">
<span class="has-text-weight-semibold">FTEQW</span></a>, <a href="../games/L.html#librequake">
<span class="has-text-weight-semibold">LibreQuake</span></a>, <a href="../games/P.html#proquake_4">
<span class="has-text-weight-semibold">ProQuake 4</span></a>, <a href="../games/Q.html#quakespasm">
<span class="has-text-weight-semibold">QuakeSpasm</span></a>, <a href="../games/T.html#tyrquake">
<span class="has-text-weight-semibold">TyrQuake</span></a>, <a href="../games/V.html#vkquake">
<span class="has-text-weight-semibold">vkQuake</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Quake_(video_game)">Quake<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>
<div id="quake_ii" class="box"> <div id="quake_ii" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Quake II</h2> <p class="title is-4">Quake II</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#fteqw"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#fteqw">FTEQW</a>, <a href="../games/J.html#jake2">Jake2</a>, <a href="../games/Y.html#yamagi_quake_ii">Yamagi Quake II</a></p>Media: <a href="https://en.wikipedia.org/wiki/Quake_II">Quake 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>
<span class="has-text-weight-semibold">FTEQW</span></a>, <a href="../games/J.html#jake2">
<span class="has-text-weight-semibold">Jake2</span></a>, <a href="../games/Y.html#yamagi_quake_ii">
<span class="has-text-weight-semibold">Yamagi Quake II</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Quake_II">Quake 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>
</div> </div>
<div id="quake_iii_arena" class="box"> <div id="quake_iii_arena" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Quake III Arena</h2> <p class="title is-4">Quake III Arena</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#fquake3"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#fquake3">FQuake3</a>, <a href="../games/F.html#fteqw">FTEQW</a>, <a href="../games/I.html#ioquake3">ioquake3</a>, <a href="../games/O.html#openarena">OpenArena</a>, <a href="../games/Q.html#quake3e">Quake3e</a>, <a href="../games/Q.html#quakejs">QuakeJS</a></p>Media: <a href="https://en.wikipedia.org/wiki/Quake_III_Arena">Quake III Arena<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>
<span class="has-text-weight-semibold">FQuake3</span></a>, <a href="../games/F.html#fteqw">
<span class="has-text-weight-semibold">FTEQW</span></a>, <a href="../games/I.html#ioquake3">
<span class="has-text-weight-semibold">ioquake3</span></a>, <a href="../games/O.html#openarena">
<span class="has-text-weight-semibold">OpenArena</span></a>, <a href="../games/Q.html#quake3e">
<span class="has-text-weight-semibold">Quake3e</span></a>, <a href="../games/Q.html#quakejs">
<span class="has-text-weight-semibold">QuakeJS</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Quake_III_Arena">Quake III Arena<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>
<div id="quakeworld" class="box"> <div id="quakeworld" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">QUakeWorld</h2> <p class="title is-4">QUakeWorld</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#fteqw"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#fteqw">FTEQW</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">FTEQW</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div> </div>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -9,285 +9,181 @@
<link rel="stylesheet" href="../css/bulma.min.css"> <link rel="stylesheet" href="../css/bulma.min.css">
<link rel="stylesheet" href="../css/osgl.min.css"> <link rel="stylesheet" href="../css/osgl.min.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> <link rel="icon" type="image/svg+xml" href="../favicon.svg">
<script type="text/javascript" src="../js/osgl.js"></script>
</head> </head>
<body><nav class="navbar container is-light" aria-label="main navigation"> <body><nav class="navbar container is-light" aria-label="main navigation">
<div class="navbar-brand"> <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="../index.html"><span class="icon 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="navMenu">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
</a> </a>
</div> </div>
<div class="navbar-menu is-active"> <div class="navbar-menu" id="navMenu">
<div class="navbar-start"> <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"> <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"> <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/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 is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</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 is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</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 is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</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>
</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="../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 is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</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 is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</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 is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</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 is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</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>
</div> </div>
</nav> </nav>
<section class="section">
<div class="container"> <div class="container">
<h1 class="title">Inspirations (R)</h1> <p class="title is-4">Inspirations (R)</p><div id="radix_beyond_the_void" class="box">
<div id="radix_beyond_the_void" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Radix: Beyond the Void</h2> <p class="title is-4">Radix: Beyond the Void</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rad"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rad">RAD</a></p>Media: <a href="https://en.wikipedia.org/wiki/Radix:_Beyond_the_Void">Radix: Beyond the Void<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>
<span class="has-text-weight-semibold">RAD</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Radix:_Beyond_the_Void">Radix: Beyond the Void<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>
<div id="ragnarok" class="box"> <div id="ragnarok" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Ragnarok</h2> <p class="title is-4">Ragnarok</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/N.html#norseworld_ragnarok"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/N.html#norseworld_ragnarok">NorseWorld: Ragnarok</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">NorseWorld: Ragnarok</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="railroad_tycoon" class="box"> <div id="railroad_tycoon" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Railroad Tycoon</h2> <p class="title is-4">Railroad Tycoon</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freerails"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freerails">FreeRails</a></p>Media: <a href="https://en.wikipedia.org/wiki/Railroad_Tycoon">Railroad Tycoon<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>
<span class="has-text-weight-semibold">FreeRails</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Railroad_Tycoon">Railroad Tycoon<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>
<div id="rampart" class="box"> <div id="rampart" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Rampart</h2> <p class="title is-4">Rampart</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#castle-combat"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#castle-combat">Castle-Combat</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Castle-Combat</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="raptor_call_of_the_shadows" class="box"> <div id="raptor_call_of_the_shadows" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Raptor: Call of the Shadows</h2> <p class="title is-4">Raptor: Call of the Shadows</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/K.html#kraptor"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/K.html#kraptor">KRaptor</a>, <a href="../games/R.html#raptor_call_of_the_shadows">Raptor: Call of the Shadows</a></p>Media: <a href="https://en.wikipedia.org/wiki/Raptor:_Call_of_the_Shadows">Raptor: Call of the Shadows<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>
<span class="has-text-weight-semibold">KRaptor</span></a>, <a href="../games/R.html#raptor_call_of_the_shadows">
<span class="has-text-weight-semibold">Raptor: Call of the Shadows</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Raptor:_Call_of_the_Shadows">Raptor: Call of the Shadows<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>
<div id="rars" class="box"> <div id="rars" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">RARS</h2> <p class="title is-4">RARS</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#torcs_the_open_racing_car_simulator"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#torcs_the_open_racing_car_simulator">TORCS, The Open Racing Car Simulator</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">TORCS, The Open Racing Car Simulator</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="redneck_rampage" class="box"> <div id="redneck_rampage" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Redneck Rampage</h2> <p class="title is-4">Redneck Rampage</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/E.html#erampage"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/E.html#erampage">erampage</a>, <a href="../games/R.html#raze">Raze</a>, <a href="../games/R.html#redneckgdx">RedneckGDX</a>, <a href="../games/R.html#rednukem">Rednukem</a></p>Media: <a href="https://en.wikipedia.org/wiki/Redneck_Rampage">Redneck Rampage<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>
<span class="has-text-weight-semibold">erampage</span></a>, <a href="../games/R.html#raze">
<span class="has-text-weight-semibold">Raze</span></a>, <a href="../games/R.html#redneckgdx">
<span class="has-text-weight-semibold">RedneckGDX</span></a>, <a href="../games/R.html#rednukem">
<span class="has-text-weight-semibold">Rednukem</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Redneck_Rampage">Redneck Rampage<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>
<div id="rescue" class="box"> <div id="rescue" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Rescue!</h2> <p class="title is-4">Rescue!</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rescue_max"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rescue_max">Rescue! Max</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Rescue! Max</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="return_to_castle_wolfenstein" class="box"> <div id="return_to_castle_wolfenstein" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Return to Castle Wolfenstein</h2> <p class="title is-4">Return to Castle Wolfenstein</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/I.html#iortcw"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/I.html#iortcw">iortcw</a></p>Media: <a href="https://en.wikipedia.org/wiki/Return_to_Castle_Wolfenstein">Return to 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>
<span class="has-text-weight-semibold">iortcw</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Return_to_Castle_Wolfenstein">Return to 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>
</div> </div>
<div id="revenge_of_the_cats_ethernet" class="box"> <div id="revenge_of_the_cats_ethernet" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Revenge Of The Cats: Ethernet</h2> <p class="title is-4">Revenge Of The Cats: Ethernet</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#terminal_overload"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#terminal_overload">Terminal Overload</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Terminal Overload</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="reversi" class="box"> <div id="reversi" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Reversi</h2> <p class="title is-4">Reversi</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#droidzebra"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#droidzebra">DroidZebra</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">DroidZebra</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="rick_dangerous" class="box"> <div id="rick_dangerous" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Rick Dangerous</h2> <p class="title is-4">Rick Dangerous</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rickyd"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rickyd">RickyD</a></p>Media: <a href="https://en.wikipedia.org/wiki/Rick_Dangerous">Rick Dangerous<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>
<span class="has-text-weight-semibold">RickyD</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Rick_Dangerous">Rick Dangerous<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>
<div id="rimworld" class="box"> <div id="rimworld" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">RimWorld</h2> <p class="title is-4">RimWorld</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#magical_life"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#magical_life">Magical Life</a></p>Media: <a href="https://en.wikipedia.org/wiki/RimWorld">RimWorld<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>
<span class="has-text-weight-semibold">Magical Life</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/RimWorld">RimWorld<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>
<div id="rise_of_the_triad" class="box"> <div id="rise_of_the_triad" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Rise of the Triad</h2> <p class="title is-4">Rise of the Triad</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/R.html#rise_of_the_triad_for_linux"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/R.html#rise_of_the_triad_for_linux">Rise of the Triad for Linux</a>, <a href="../games/R.html#rott94">Rott94</a>, <a href="../games/R.html#rottexpr">rottexpr</a></p>Media: <a href="https://en.wikipedia.org/wiki/Rise_of_the_Triad_(2013_video_game)">Rise of the Triad<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>
<span class="has-text-weight-semibold">Rise of the Triad for Linux</span></a>, <a href="../games/R.html#rott94">
<span class="has-text-weight-semibold">Rott94</span></a>, <a href="../games/R.html#rottexpr">
<span class="has-text-weight-semibold">rottexpr</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Rise_of_the_Triad_(2013_video_game)">Rise of the Triad<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>
<div id="risk" class="box"> <div id="risk" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Risk</h2> <p class="title is-4">Risk</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#domination"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#domination">Domination</a>, <a href="../games/T.html#tenes_empanadas_graciela">Tenes Empanadas Graciela</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Domination</span></a>, <a href="../games/T.html#tenes_empanadas_graciela">
<span class="has-text-weight-semibold">Tenes Empanadas Graciela</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="rodents_revenge" class="box"> <div id="rodents_revenge" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Rodent&#39;s Revenge</h2> <p class="title is-4">Rodent&#39;s Revenge</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_rodents_revenge"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_rodents_revenge">Open Rodent&#39;s Revenge</a></p>Media: <a href="https://en.wikipedia.org/wiki/Rodent%27s_Revenge">Rodent&#39;s Revenge<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>
<span class="has-text-weight-semibold">Open Rodent&#39;s Revenge</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Rodent%27s_Revenge">Rodent&#39;s Revenge<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>
<div id="rogue" class="box"> <div id="rogue" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Rogue</h2> <p class="title is-4">Rogue</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rogue_clone_iv"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rogue_clone_iv">Rogue Clone IV</a></p></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">Rogue Clone IV</span></a></div></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="rollercoaster_tycoon" class="box"> <div id="rollercoaster_tycoon" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">RollerCoaster Tycoon</h2> <p class="title is-4">RollerCoaster Tycoon</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#freerct"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#freerct">FreeRCT</a>, <a href="../games/O.html#openrct2">OpenRCT2</a></p>Media: <a href="https://en.wikipedia.org/wiki/RollerCoaster_Tycoon_(video_game)">RollerCoaster Tycoon<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>
<span class="has-text-weight-semibold">FreeRCT</span></a>, <a href="../games/O.html#openrct2">
<span class="has-text-weight-semibold">OpenRCT2</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/RollerCoaster_Tycoon_(video_game)">RollerCoaster Tycoon<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>
<div id="rollercoaster_tycoon_2" class="box"> <div id="rollercoaster_tycoon_2" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">RollerCoaster Tycoon 2</h2> <p class="title is-4">RollerCoaster Tycoon 2</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#freerct"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#freerct">FreeRCT</a>, <a href="../games/O.html#openrct2">OpenRCT2</a></p>Media: <a href="https://en.wikipedia.org/wiki/RollerCoaster_Tycoon_2">RollerCoaster Tycoon 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>
<span class="has-text-weight-semibold">FreeRCT</span></a>, <a href="../games/O.html#openrct2">
<span class="has-text-weight-semibold">OpenRCT2</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/RollerCoaster_Tycoon_2">RollerCoaster Tycoon 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>
</div> </div>
<div id="rpg_maker" class="box"> <div id="rpg_maker" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">RPG Maker</h2> <p class="title is-4">RPG Maker</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../frameworks/framework.html#easyrpg_player"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../frameworks/framework.html#easyrpg_player">EasyRPG Player</a>, <a href="../frameworks/framework.html#mkxp">mkxp</a>, <a href="../games/T.html#tapir">Tapir</a></p>Media: <a href="https://en.wikipedia.org/wiki/RPG_Maker">RPG Maker<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>
<span class="has-text-weight-semibold">EasyRPG Player</span></a>, <a href="../frameworks/framework.html#mkxp">
<span class="has-text-weight-semibold">mkxp</span></a>, <a href="../games/T.html#tapir">
<span class="has-text-weight-semibold">Tapir</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/RPG_Maker">RPG Maker<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>
<div id="runescape_classic" class="box"> <div id="runescape_classic" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Runescape Classic</h2> <p class="title is-4">Runescape Classic</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/0.html#2006-rebotted"> <span class="has-text-weight-semibold">Inspired games: </span><a href="../games/0.html#2006-rebotted">2006-rebotted</a>, <a href="../games/O.html#open_rsc">Open RSC</a></p>Media: <a href="https://en.wikipedia.org/wiki/RuneScape">Runescape Classic<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a>, <a href="https://runescape.fandom.com/wiki/RuneScape_Classic">runescape.fandom.com/wiki/RuneScape_Classic</a></div><p class="is-size-7 has-text-right"><a href="../contribute.html#inspirations" title="Contribution guide">Improve</a></p>
<span class="has-text-weight-semibold">2006-rebotted</span></a>, <a href="../games/O.html#open_rsc">
<span class="has-text-weight-semibold">Open RSC</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/RuneScape">Runescape Classic<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a>, <a href="https://runescape.fandom.com/wiki/RuneScape_Classic">runescape.fandom.com/wiki/RuneScape_Classic</a></div>
<div class="block">
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
</div>
</div> </div>
<div id="ryzom" class="box"> <div id="ryzom" class="box">
<div class="block"> <div class="block">
<h2 class="title is-4">Ryzom</h2> <p class="title is-4">Ryzom</p>
<div class="subtitle is-size-6"> <p class="subtitle is-6">
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#ryzom_core"> <span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#ryzom_core">Ryzom Core</a></p>Media: <a href="https://en.wikipedia.org/wiki/Ryzom">Ryzom<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>
<span class="has-text-weight-semibold">Ryzom Core</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Ryzom">Ryzom<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>
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
</div> </div>
<a class="is-light is-size-7" href="#">Back to top</a> <footer class="footer container content is-size-7">
</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. <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> 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
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> <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>. <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>), 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>). 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> This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-05 11:16</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>

Some files were not shown because too many files have changed in this diff Show More