additional screenshots
@ -99,4 +99,12 @@ https://www.tapatalk.com/groups/imperilist/
|
||||
https://www.wurfelengine.net/
|
||||
https://zdoom.org/downloads (gzdoom, lzdoom)
|
||||
https://zope.readthedocs.io/en/latest/
|
||||
https://github.com/loudsmilestudios/TetraForce
|
||||
https://github.com/loudsmilestudios/TetraForce
|
||||
https://github.com/mgerhardy/engine
|
||||
https://github.com/carlbirch/BirchEngine
|
||||
https://github.com/search?utf8=%E2%9C%93&q=freesynd&type=
|
||||
https://github.com/videogamepreservation
|
||||
https://github.com/loudsmilestudios/TetraForce
|
||||
https://github.com/groverburger/g3d
|
||||
https://github.com/BayatGames/RedRunner
|
||||
https://github.com/yrgo/awesome-educational-games
|
@ -1,104 +1,81 @@
|
||||
"""
|
||||
Generates the static website
|
||||
Generates the static website.
|
||||
|
||||
Uses Jinja2 (see https://jinja.palletsprojects.com/en/2.11.x/)
|
||||
Uses
|
||||
|
||||
Sitemaps is not needed, only for large projects with lots of JavaScript und many undiscoverable pages.
|
||||
- Jinja2 (https://jinja.palletsprojects.com/en/2.11.x/)
|
||||
- Simple-DataTables (https://github.com/fiduswriter/Simple-DataTables)
|
||||
|
||||
Sitemap is not needed, only for large projects with lots of JavaScript und many pages that aren't discoverable.
|
||||
|
||||
"""
|
||||
|
||||
# TODO simple data table with columns: name (homepage as link), keywords (at least essential ones), inspiration, language, code license
|
||||
# TODO table: state, os, license smaller
|
||||
# TODO table: search window width larger
|
||||
|
||||
# TODO languages: ? at the end sort
|
||||
# TODO categories: index and (number) no space in between, maybe span around index
|
||||
# TODO categories: put more explanations on the category pages and the categories (number and short sentences)
|
||||
# TODO categories: missing categories icons
|
||||
# TODO categories: use icon-text as in https://bulma.io/documentation/elements/icon/ instead of is-large
|
||||
|
||||
# TODO too many spans, especially for text (maybe just plain text), also text with URLs inside is difficult (but why)
|
||||
# TODO top level tab (search tab) goes to table
|
||||
|
||||
# TODO keywords: content, multiplayer replace by icons (open, commercial (dollar signs))
|
||||
# TODO keywords: explain most common ones
|
||||
|
||||
# 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 general: most people only come to the main page, put more information there (direct links to genres, ...)
|
||||
# TODO general: 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 general: minimize tag usage: jinja template optimization for line breaks and indention and minimal amount of spaces (and size of files) and minimal amount of repetition of tags
|
||||
# TODO general: too many spans, especially for text (maybe just plain text), also text with URLs inside is difficult (but why)
|
||||
# TODO general: replace or remove @notices in entries
|
||||
# TODO general: check singular, plural (game, entries, items) although support is already quite good for that
|
||||
# TODO general: better link replacements
|
||||
# TODO general: update Bulma (already at latest version)
|
||||
# TODO general: meta/title+description tag
|
||||
# TODO general: meta description of the pages, fill them
|
||||
# TODO general: style URLs (Github, Wikipedia, Internet archive, SourceForge, ...)
|
||||
# TODO general: optimize layout for mobile view (quite good already)
|
||||
# TODO general: meta titles for all pages, make them nice because they appear in search results! (https://www.contentpowered.com/blog/good-ctr-search-console/)
|
||||
# TODO general: <a> rel attribute https://www.w3schools.com/TAGS/att_a_rel.asp
|
||||
|
||||
# TODO text description automaticall generated from keywords, state, and technical informations for example: First-person action shooter written in C++, inspired by ... but inactive for 7 years.
|
||||
|
||||
# TODO statistics should have disclaimer (warning or info box) about accuracy with link to contribute guidelines
|
||||
|
||||
# TODO game move developer to technical information and maybe rename technical information to details
|
||||
|
||||
# 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 minimize tag usage: jinja template optimization for line breaks and indention and minimal amount of spaces (and size of files) and minimal amount of repetition of tags
|
||||
|
||||
# TODO contribute.html add content
|
||||
|
||||
# TODO more icons - missing categories
|
||||
# TODO replace or remove @notices in entries (maybe different entries format)
|
||||
|
||||
# TODO everywhere: singular, plural (game, entries, items)
|
||||
|
||||
# TODO games: platform icons and mature, state larger (but maybe not on mobile)
|
||||
|
||||
# TODO games: platform information larger printed, keyword tags underlined to indicate links
|
||||
# TODO devs: icons mark as links (how? ask on ux.stackexchange.com?)
|
||||
|
||||
# TODO everywhere: better link replacements
|
||||
|
||||
# TODO game: first homepage link bold
|
||||
# TODO idea: text description automatically generate from keywords, state, and technical informations for example: First-person action shooter written in C++, inspired by ... but inactive for 7 years.
|
||||
|
||||
# TODO statistics: should have disclaimer (warning or info box) about accuracy with link to contribute guidelines
|
||||
# TODO statistics: better and more statistics with links where possible
|
||||
# TODO statistics: with nice graphics (pie charts in SVG) with matplotlib
|
||||
# TODO statistics: get it from common statistics generator
|
||||
|
||||
# TODO frameworks: icons for frameworks/libraries/tools
|
||||
|
||||
# TODO filter by category: icons too large (overlapping)
|
||||
|
||||
# TODO games: developer details is too small to click on some devices, maybe details is-size6 instead
|
||||
# TODO games: platform icons and mature, state make them all larger (but maybe not on mobile)
|
||||
# TODO games: keyword tags underlined to indicate links
|
||||
# TODO games: first homepage link bold
|
||||
# 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: add screenshot ability (add screenshot to database, at least for top 50)
|
||||
# TODO games: screenshot render directly with make_img
|
||||
# TODO games: order: homepage, inspiration, download, developer
|
||||
|
||||
# TODO update Bulma
|
||||
|
||||
# TODO everywhere: meta/title tag
|
||||
# TODO everywhere: style URLs (Github, Wikipedia, Internet archive, SourceForge, ...)
|
||||
|
||||
# TODO inspirations: icon full lamp (not contained in icomoon.io)
|
||||
|
||||
# TODO games: developers if more than a single line (collapse, expand?) without JS? (https://stackoverflow.com/questions/41220717/collapse-without-javascript, https://codeconvey.com/html-expand-collapse-text-without-javascript/)
|
||||
# TODO games: technical info (collapse on click)
|
||||
# TODO games: link to dependencies (either if existing or if url)
|
||||
# TODO games: javascript table
|
||||
# TODO games: repositories comments have too much space after( and before )
|
||||
# TODO games: show or not show 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 games: cross-references for code dependencies if included
|
||||
|
||||
# TODO mobile view: optimize layout for mobile view
|
||||
|
||||
# TODO languages: C# redirects to C
|
||||
|
||||
# TODO keywords: explain most common ones
|
||||
|
||||
# TODO categories: use icon-text as in https://bulma.io/documentation/elements/icon/ instead of is-large
|
||||
|
||||
# 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 contribute: contribute.html add content
|
||||
|
||||
# TODO devs: icons mark as links (how? ask on ux.stackexchange.com?)
|
||||
# TODO developers: anchors to non-latin written developers do not work (chinese names have simply xxxxx)
|
||||
|
||||
# TODO SEO optimizations, google search ...
|
||||
# TODO sitemap
|
||||
# TODO Google search console
|
||||
# TODO <a> rel attribute https://www.w3schools.com/TAGS/att_a_rel.asp
|
||||
# TODO frameworks: icons for frameworks/libraries/tools
|
||||
|
||||
# TODO filter by category: icons too large (overlapping)
|
||||
|
||||
# TODO top50: only those that are active (and mature? and remove python of the week maybe ignore list)
|
||||
|
||||
# TODO inspirations: icon full lamp (not contained in icomoon.io)
|
||||
# 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)
|
||||
|
||||
# TODO meta titles for all pages, make them nice because they appear in search results! (https://www.contentpowered.com/blog/good-ctr-search-console/)
|
||||
|
||||
import os
|
||||
import shutil
|
||||
import math
|
||||
@ -180,8 +157,8 @@ genre_icon_map = {
|
||||
'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}
|
||||
# cross-references to the language pages
|
||||
code_language_references = {language: games_by_language_path[:-1] + ['{}#{}'.format(games_by_language_path[-1], language.lower())] for language in c.known_languages}
|
||||
|
||||
# map of internal non game names to display names (which are in plural)
|
||||
non_game_category_names = {
|
||||
@ -194,6 +171,9 @@ non_game_category_names = {
|
||||
# we check the output html structure every time
|
||||
html5parser = html5lib.HTMLParser(strict=True)
|
||||
|
||||
# file hashes for detecting changes
|
||||
previous_files = {}
|
||||
|
||||
# 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')}
|
||||
for k in ('Media', 'Play', 'Play online', 'State'):
|
||||
@ -204,7 +184,7 @@ for k in ('Code repository', 'Code dependency'):
|
||||
|
||||
def get_plural_or_singular(name, amount):
|
||||
"""
|
||||
Gets the pluarization of a known word for a known amount. Helper function.
|
||||
Gets the pluralization of a known word for a known amount. Helper function.
|
||||
"""
|
||||
if not name in plurals.keys():
|
||||
raise RuntimeError('"{}" not a known singular!'.format(name))
|
||||
@ -213,6 +193,18 @@ def get_plural_or_singular(name, amount):
|
||||
return plurals[name]
|
||||
|
||||
|
||||
def file_hash(text):
|
||||
"""
|
||||
Removes the last updated ... line from html file and the data line from svg and then computes a hash.
|
||||
:param text:
|
||||
:return:
|
||||
"""
|
||||
text = text.split('\n')
|
||||
text = [t for t in text if not any(t.startswith(prefix) for prefix in (' This website is built ', ' <dc:date>'))]
|
||||
text = ''.join(text)
|
||||
return hash(text)
|
||||
|
||||
|
||||
def raise_helper(msg):
|
||||
"""
|
||||
Helper, because raise in lambda expression is a bit cumbersome.
|
||||
@ -227,21 +219,29 @@ def write(text, file):
|
||||
:param text:
|
||||
:param file:
|
||||
"""
|
||||
# validate text
|
||||
# output file
|
||||
if isinstance(file, str):
|
||||
file = [file]
|
||||
try:
|
||||
html5parser.parse(text)
|
||||
except Exception as e:
|
||||
utils.write_text(os.path.join(c.web_path, 'invalid.html'), text) # for further checking with https://validator.w3.org/
|
||||
print('problem with file {}, see invalid.html'.format(file))
|
||||
raise RuntimeError(e)
|
||||
# output file
|
||||
file = os.path.join(c.web_path, *file)
|
||||
|
||||
# check file hash and use previous version
|
||||
if file in previous_files and previous_files[file]['hash'] == file_hash(text):
|
||||
# no significant change, use previous version instead
|
||||
text = previous_files[file]['text']
|
||||
else:
|
||||
# validate text
|
||||
try:
|
||||
html5parser.parse(text)
|
||||
except Exception as e:
|
||||
utils.write_text(os.path.join(c.web_path, 'invalid.html'), text) # for further checking with https://validator.w3.org/
|
||||
print('problem with file {}, see invalid.html'.format(file))
|
||||
raise RuntimeError(e)
|
||||
|
||||
# create output directory if necessary
|
||||
containing_dir = os.path.dirname(file)
|
||||
if not os.path.isdir(containing_dir):
|
||||
os.mkdir(containing_dir)
|
||||
|
||||
# write text
|
||||
utils.write_text(file, text)
|
||||
|
||||
@ -844,7 +844,7 @@ def add_screenshot_information(entries):
|
||||
|
||||
:param entries:
|
||||
:return:
|
||||
"""
|
||||
d """
|
||||
# read screenshot information
|
||||
overview = osg.read_screenshots_overview()
|
||||
|
||||
@ -853,8 +853,8 @@ def add_screenshot_information(entries):
|
||||
# get screenshots entry
|
||||
name = osg.canonical_name(entry['Title']) # TODO should be stored upon loading I guess
|
||||
screenshots = overview.get(name, {})
|
||||
screenshots = [{'width': s[0], 'height': s[1], 'url': s[2], 'file': ['screenshots', '{}_{:02d}.jpg'.format(name, id)]} for id, s in screenshots.items()]
|
||||
if screenshots: # TODO url None should be treated here or in the jinja template
|
||||
screenshots = [{'width': s[0], 'height': s[1], 'url': s[2] if s[2] and not s[2].startswith('!') else None, 'file': ['screenshots', '{}_{:02d}.jpg'.format(name, id)]} for id, s in screenshots.items()]
|
||||
if screenshots: # TODO inline from the template to just have an element that is rendered for screenshot (make_image missing for that still)
|
||||
entry['screenshots'] = screenshots
|
||||
|
||||
|
||||
@ -869,15 +869,15 @@ def create_table_json_data(entries):
|
||||
db = {'headings': ['Title', 'State', 'Tags', 'Platform', 'Language', 'License']}
|
||||
data = []
|
||||
for entry in entries:
|
||||
title = '<a href="{}">{}</a> (<a href="{}">Entry</a>)'.format(entry['Home'][0], entry['Title'], url_to([], entry['href']))
|
||||
title = '<a href="{}" class="has-text-weight-semibold">{}</a> <a href="{}"><i class="icon-new-tab"></i></a>'.format(url_to([], entry['href']), entry['Title'], entry['Home'][0])
|
||||
state = ', '.join(entry['State'])
|
||||
tags = entry['Keyword']
|
||||
tags = [tag for tag in tags if tag in c.recommended_keywords]
|
||||
tags = [tag for tag in tags if tag in c.interesting_keywords]
|
||||
tags = ', '.join(tags)
|
||||
platform = entry.get('Platform', ['-'])
|
||||
platform = ', '.join(platform)
|
||||
language = ', '.join(entry['Code language'])
|
||||
license = [x[-1] for x in entry['Code license']]
|
||||
license = [x[-1] for x in entry['Code license']] # undo license links again
|
||||
license = ', '.join(license)
|
||||
data.append([title, state, tags, platform, language, license])
|
||||
data.sort(key=lambda x: str.casefold(x[0]))
|
||||
@ -919,7 +919,7 @@ def generate(entries, inspirations, developers):
|
||||
convert_entries(non_games, inspirations, developers)
|
||||
|
||||
# set external links up
|
||||
add_license_links_to_entries(games)
|
||||
add_license_links_to_entries(entries)
|
||||
|
||||
# create entries.json for the table
|
||||
create_table_json_data(entries)
|
||||
@ -1002,7 +1002,14 @@ def generate(entries, inspirations, developers):
|
||||
# build-systems
|
||||
build_systems_stat = stat.get_build_systems(entries)
|
||||
build_systems_stat = stat.truncate_stats(build_systems_stat, 10)
|
||||
stat.export_pie_chart([stat for stat in build_systems_stat if stat[0] != 'N/A'], os.path.join(c.web_path, 'statistics', 'build_systems.svg'))
|
||||
file = os.path.join(c.web_path, 'statistics', 'build_systems.svg')
|
||||
stat.export_pie_chart([statistic for statistic in build_systems_stat if statistic[0] != 'N/A'], file)
|
||||
# read back and check if identical with old version (up to date)
|
||||
text = utils.read_text(file)
|
||||
if file in previous_files and previous_files[file]['hash'] == file_hash(text):
|
||||
# use old version instead
|
||||
text = previous_files[file]['text']
|
||||
utils.write_text(file, text)
|
||||
section = {
|
||||
'title': 'Build system',
|
||||
'items': ['{} ({})'.format(*item) for item in build_systems_stat],
|
||||
@ -1188,6 +1195,15 @@ if __name__ == "__main__":
|
||||
|
||||
start_time = time.process_time()
|
||||
|
||||
# create dictionary of file hashes
|
||||
print('estimate file hashes')
|
||||
for dirpath, dirnames, filenames in os.walk(c.web_path):
|
||||
for file in filenames:
|
||||
if any(file.endswith(ext) for ext in ('.html', '.svg')):
|
||||
file = os.path.join(dirpath, file)
|
||||
text = utils.read_text(file)
|
||||
previous_files[file] = {'hash': file_hash(text), 'text': text}
|
||||
|
||||
# clean the output directory
|
||||
print('clean current static website')
|
||||
utils.recreate_directory(c.web_path)
|
||||
|
@ -30,7 +30,7 @@
|
||||
{#- screenshots if available -#}
|
||||
{%- if 'screenshots' in item%}<nav class="level">
|
||||
{%- for screenshot in item['screenshots'] -%}
|
||||
<div class="level-item"><a href="{{ screenshot['url'] }}"><img src="{{ base['url_to'](screenshot['file']) }}" width="{{ screenshot['width'] }}" height="{{ screenshot['height'] }}" alt=""></a></div>
|
||||
<div class="level-item">{% if screenshot['url'] %}<a href="{{ screenshot['url'] }}">{% endif %}<img src="{{ base['url_to'](screenshot['file']) }}" width="{{ screenshot['width'] }}" height="{{ screenshot['height'] }}" alt="">{% if screenshot['url'] %}</a>{% endif %}</div>
|
||||
{%- endfor -%}
|
||||
</nav>{% endif -%}
|
||||
{#- technical fields -#}
|
||||
|
@ -7,13 +7,13 @@
|
||||
<p class="subtitle is-6">Sortable and searchable.</p>
|
||||
</div>
|
||||
</div>
|
||||
<table class="table is-narrow is-hoverable"></table>
|
||||
<table class="table is-narrow is-hoverable is-size-6"></table>
|
||||
</div>
|
||||
<script>
|
||||
fetch("data/entries.json").then(response => response.json()).then(data => {
|
||||
let table = new simpleDatatables.DataTable(".table", {
|
||||
perPage: 50,
|
||||
perPageSelect: [30, 50, 100],
|
||||
perPage: 30,
|
||||
perPageSelect: [10, 30, 50],
|
||||
footer: true,
|
||||
data: {
|
||||
headings: data["headings"],
|
||||
@ -22,7 +22,12 @@
|
||||
});
|
||||
|
||||
table.on('datatable.init', function(args) {
|
||||
// sort by first column
|
||||
table.columns().sort(0);
|
||||
// use the urls search part for the search input field of the table
|
||||
if (window.location.search) {
|
||||
document.getElementsByClassName("dataTable-input").item(0).value = window.location.search.substring(1).replace("+", " ");
|
||||
}
|
||||
});
|
||||
})
|
||||
</script>
|
||||
|
@ -75,6 +75,9 @@ recommended_keywords = (
|
||||
'strategy', 'cards', 'board', 'music', 'educational', 'tool', 'game engine', 'framework', 'library', 'remake')
|
||||
# TODO unmake remake a recommended keyword (should be the same as clone maybe), i.e. add another recommended keyword if only remake is in there
|
||||
|
||||
# interesting keywords = recommend keywords + some popular keywords
|
||||
interesting_keywords = recommended_keywords + ('2D', '3D', 'clone', 'first-person', 'real-time', 'roguelike', 'shooter', 'space', 'turn-based')
|
||||
|
||||
# non game keywords take precedence over other (game) recommended keywords, at most one of them per entry
|
||||
non_game_keywords = ('framework', 'game engine', 'library', 'tool')
|
||||
|
||||
@ -128,6 +131,7 @@ language_urls = {
|
||||
'Rust': 'https://en.wikipedia.org/wiki/Rust_(programming_language)',
|
||||
'Scala': 'https://en.wikipedia.org/wiki/Scala_(programming_language)',
|
||||
'Scheme': 'https://en.wikipedia.org/wiki/Scheme_(programming_language)',
|
||||
'Script': 'https://en.wikipedia.org/wiki/Scripting_language', # for all script/shell dialects that aren't listed separately
|
||||
'Swift': 'https://en.wikipedia.org/wiki/Swift_(programming_language)',
|
||||
'TorqueScript': 'https://en.wikipedia.org/wiki/Torque_(game_engine)',
|
||||
'TypeScript': 'https://en.wikipedia.org/wiki/TypeScript',
|
||||
@ -137,7 +141,7 @@ language_urls = {
|
||||
'ZenScript': 'https://github.com/CraftTweaker/ZenScript'
|
||||
}
|
||||
|
||||
known_languages = tuple(sorted(list(language_urls.keys()) + ['None', 'Script', 'Shell', '?'], key=str.casefold))
|
||||
known_languages = tuple(sorted(list(language_urls.keys()), key=str.casefold)) + ('None', '?')
|
||||
|
||||
# known licenses, anything outside of this will result in a warning during a maintenance operation
|
||||
# only these will be used when gathering statistics
|
||||
|
@ -55,4 +55,4 @@ def export_pie_chart(stat, file):
|
||||
containing_dir = os.path.dirname(file)
|
||||
if not os.path.isdir(containing_dir):
|
||||
os.mkdir(containing_dir)
|
||||
plt.savefig(file, transparent=True)
|
||||
plt.savefig(file, transparent=True) # TODO can we also just generate svg in text form and save later?
|
||||
|
25180
docs/data/entries.json
@ -138,6 +138,22 @@
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/andengine.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="anki_3d_engine" class="box"><nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item title is-4">AnKi 3D engine</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#android" title="Android"><span class="icon has-text-black"><i class="icon-android"></i></span></a></div><div class="level-item">beta</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>
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="index.html#game engine" title="game engine games" class="tag is-info">game engine</a>
|
||||
<span class="tag is-light">3D</span></div>
|
||||
</div><div class="block">Homepage: <a href="http://anki3d.org/">anki3d.org</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/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/godlikepanos/anki-3d-engine.git">godlikepanos/anki-3d-engine.git<span class="icon has-text-black"><i class="icon-github"></i></span></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 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/anki_3d_engine.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="anura" class="box"><nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item title is-4">Anura</div>
|
||||
@ -271,7 +287,7 @@
|
||||
<div class="tags has-addons"><a href="index.html#game engine" title="game engine games" class="tag is-info">game engine</a>
|
||||
<span class="tag is-light">3D</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/demonixis/C3DE">demonixis/C3DE<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/demonixis/C3DE.git">demonixis/C3DE.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: MonoGame<br>
|
||||
<span class="has-text-weight-semibold">Details</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/demonixis/C3DE.git">demonixis/C3DE.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: MonoGame<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>Developer: <a href="../developers/Y.html#yannick_comte">Yannick Comte</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/c3de.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -515,7 +531,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="index.html#game engine" title="game engine games" class="tag is-info">game engine</a></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/Aminator/DirectX12GameEngine">Aminator/DirectX12GameEngine<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/Aminator/DirectX12GameEngine.git">Aminator/DirectX12GameEngine.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>
|
||||
<span class="has-text-weight-semibold">Details</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/Aminator/DirectX12GameEngine.git">Aminator/DirectX12GameEngine.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>
|
||||
<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>Developer: <a href="../developers/A.html#amin_delavar">Amin Delavar</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/directx12gameengine.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -593,7 +609,7 @@
|
||||
<div class="tags has-addons"><a href="index.html#game engine" title="game engine games" class="tag is-info">game engine</a>
|
||||
<span class="tag is-light">2D</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://www.duality2d.net/">www.duality2d.net</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/AdamsLair/duality.git">AdamsLair/duality.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><details><summary>Developers: (13)</summary><a href="../developers/A.html#adamx">Adam</a>, <a href="../developers/A.html#alexandre_oliveira">Alexandre Oliveira</a>, <a href="../developers/A.html#andrew_oconnor">Andrew O'Connor</a>, <a href="../developers/C.html#christian_greiner">Christian Greiner</a>, <a href="../developers/D.html#dean_johnson">Dean Johnson</a>, <a href="../developers/I.html#intercross21">intercross21</a>, <a href="../developers/J.html#jared_miller">Jared Miller</a>, <a href="../developers/L.html#lrinc">Lőrinc</a>, <a href="../developers/L.html#lrinc_serfz">Lőrinc Serfőző</a>, <a href="../developers/M.html#mladen_mihajlovi">Mladen Mihajlović</a>, <a href="../developers/R.html#rick_van_dam">Rick van Dam</a>, <a href="../developers/S.html#sirepi">SirePi</a>, <a href="../developers/T.html#tliecau">tliecau</a></details><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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/AdamsLair/duality.git">AdamsLair/duality.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><details><summary>Developers: (13)</summary><a href="../developers/A.html#adamx">Adam</a>, <a href="../developers/A.html#alexandre_oliveira">Alexandre Oliveira</a>, <a href="../developers/A.html#andrew_oconnor">Andrew O'Connor</a>, <a href="../developers/C.html#christian_greiner">Christian Greiner</a>, <a href="../developers/D.html#dean_johnson">Dean Johnson</a>, <a href="../developers/I.html#intercross21">intercross21</a>, <a href="../developers/J.html#jared_miller">Jared Miller</a>, <a href="../developers/L.html#lrinc">Lőrinc</a>, <a href="../developers/L.html#lrinc_serfz">Lőrinc Serfőző</a>, <a href="../developers/M.html#mladen_mihajlovi">Mladen Mihajlović</a>, <a href="../developers/R.html#rick_van_dam">Rick van Dam</a>, <a href="../developers/S.html#sirepi">SirePi</a>, <a href="../developers/T.html#tliecau">tliecau</a></details><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/duality.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -609,7 +625,7 @@
|
||||
<div class="tags has-addons"><a href="index.html#game engine" title="game engine games" class="tag is-info">game engine</a><a href="../games/genres.html#strategy" title="strategy games" class="tag is-info">strategy</a>
|
||||
<span class="tag is-light">content commercial</span></div>
|
||||
</div><div class="block">Homepage: <a href="http://www.dwarfcorp.com/">www.dwarfcorp.com</a><br>Inspirations: <a href="../inspirations/D.html#dwarf_fortress">Dwarf Fortress</a>, <a href="../inspirations/M.html#minecraft">Minecraft</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/Blecki/dwarfcorp.git">Blecki/dwarfcorp.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, XNA<br>Assets licenses: Proprietary<br>
|
||||
<span class="has-text-weight-semibold">Details</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/Blecki/dwarfcorp.git">Blecki/dwarfcorp.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, XNA<br>Assets licenses: Proprietary<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>Developers: <a href="../developers/C.html#chris_cajas">Chris Cajas</a>, <a href="../developers/D.html#daniel_roethlisberger">Daniel Roethlisberger</a>, <a href="../developers/M.html#makeshiftrobot">Makeshiftrobot</a>, <a href="../developers/M.html#matthew_klingensmith">Matthew Klingensmith</a>, <a href="../developers/S.html#solsund">Solsund</a>, <a href="../developers/Y.html#yueran_aaron_yuan">Yueran (Aaron) Yuan</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/dwarfcorp.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -625,7 +641,7 @@
|
||||
<div class="tags has-addons"><a href="../games/genres.html#adventure" title="adventure games" class="tag is-info">adventure</a><a href="index.html#game engine" title="game engine games" class="tag is-info">game engine</a>
|
||||
<span class="tag is-light">point & click</span></div>
|
||||
</div><div class="block">Homepages: <a href="http://e-adventure.e-ucm.es/">e-adventure.e-ucm.es</a>, <a href="https://sourceforge.net/projects/e-adventure/">e-adventure<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Download: <a href="https://sourceforge.net/projects/e-adventure/files/">e-adventure/files<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#java">Java</a>, <a href="../games/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/e-ucm/eAdventure-legacy.git">e-ucm/eAdventure-legacy.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(archived, since 2013, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>), <a href="https://github.com/e-ucm/eAdventure.git @add">e-ucm/eAdventure.git @add<span class="icon has-text-black"><i class="icon-github"></i></span></a>(archived, since 2012, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>), <a href="https://github.com/e-ucm/uAdventure.git @add">e-ucm/uAdventure.git @add<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2016, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>), <a href="https://gitlab.com/osgames/e-adventure.git @add">osgames/e-adventure.git @add<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/e-adventure/code">svn.code.sf.net/p/e-adventure/code</a><br>
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#java">Java</a>, <a href="../games/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/e-ucm/eAdventure-legacy.git">e-ucm/eAdventure-legacy.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(archived, since 2013, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>), <a href="https://github.com/e-ucm/eAdventure.git @add">e-ucm/eAdventure.git @add<span class="icon has-text-black"><i class="icon-github"></i></span></a>(archived, since 2012, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>), <a href="https://github.com/e-ucm/uAdventure.git @add">e-ucm/uAdventure.git @add<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2016, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>), <a href="https://gitlab.com/osgames/e-adventure.git @add">osgames/e-adventure.git @add<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/e-adventure/code">svn.code.sf.net/p/e-adventure/code</a><br>
|
||||
<span class="is-size-7">Build system: </span><a href="http://ant.apache.org/" class="is-size-7">Ant</a><br><details><summary>Developers: (12)</summary><a href="../developers/A.html#alberto">Alberto</a>, <a href="../developers/E.html#emarchiori">emarchiori</a>, <a href="../developers/E.html#enrique_lpez_maas">Enrique López Mañas</a>, <a href="../developers/E.html#eucm_developer">eUCM Developer</a>, <a href="../developers/I.html#imartinez">imartinez</a>, <a href="../developers/I.html#ivan_martinez-ortiz">Ivan Martinez-Ortiz</a>, <a href="../developers/I.html#ivn_j_prez">Iván J. Pérez</a>, <a href="../developers/J.html#javier_torrente">Javier Torrente</a>, <a href="../developers/M.html#manuel_freire">Manuel Freire</a>, <a href="../developers/V.html#victorma_perez_colado">Victorma Perez Colado</a>, <a href="../developers/A.html#ngel_del_blanco_aguado">Ángel del Blanco Aguado</a>, <a href="../developers/A.html#ngel_serrano">Ángel Serrano</a></details><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/eadventure.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -840,7 +856,7 @@
|
||||
<div class="tags has-addons"><a href="index.html#game engine" title="game engine games" class="tag is-info">game engine</a><a href="../games/genres.html#remake" title="remake games" class="tag is-info">remake</a><a href="../games/genres.html#simulation" title="simulation games" class="tag is-info">simulation</a>
|
||||
<span class="tag is-light">content original required</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://freeso.org/">freeso.org</a><br>Inspiration: <a href="../inspirations/T.html#the_sims_online">The Sims Online</a><br>Download: <a href="https://freeso.org/download/">freeso.org/download</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Mozilla_Public_License">MPL-2.0</a><br>Code repositories: <a href="https://github.com/riperiperi/FreeSO.git">riperiperi/FreeSO.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><details><summary>Developers: (13)</summary><a href="../developers/A.html#andrewknoll">andrewknoll</a>, <a href="../developers/C.html#cosmatevs">Cosmatevs</a>, <a href="../developers/D.html#ddfczm">ddfczm</a>, <a href="../developers/D.html#dotequals">dotequals</a>, <a href="../developers/F.html#franco_franks">Franco Franks</a>, <a href="../developers/J.html#jeremy_glazebrook">Jeremy Glazebrook</a>, <a href="../developers/M.html#mats_vederhus">Mats Vederhus</a>, <a href="../developers/R.html#riperiperi">riperiperi</a>, <a href="../developers/S.html#sim">Sim</a>, <a href="../developers/S.html#simptomo">simptomo</a>, <a href="../developers/T.html#thearchitectfreeso">TheArchitectFreeSO</a>, <a href="../developers/T.html#todd_hertzelle">Todd Hertzelle</a>, <a href="../developers/T.html#tony_bark">Tony Bark</a></details><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c#">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Mozilla_Public_License">MPL-2.0</a><br>Code repositories: <a href="https://github.com/riperiperi/FreeSO.git">riperiperi/FreeSO.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><details><summary>Developers: (13)</summary><a href="../developers/A.html#andrewknoll">andrewknoll</a>, <a href="../developers/C.html#cosmatevs">Cosmatevs</a>, <a href="../developers/D.html#ddfczm">ddfczm</a>, <a href="../developers/D.html#dotequals">dotequals</a>, <a href="../developers/F.html#franco_franks">Franco Franks</a>, <a href="../developers/J.html#jeremy_glazebrook">Jeremy Glazebrook</a>, <a href="../developers/M.html#mats_vederhus">Mats Vederhus</a>, <a href="../developers/R.html#riperiperi">riperiperi</a>, <a href="../developers/S.html#sim">Sim</a>, <a href="../developers/S.html#simptomo">simptomo</a>, <a href="../developers/T.html#thearchitectfreeso">TheArchitectFreeSO</a>, <a href="../developers/T.html#todd_hertzelle">Todd Hertzelle</a>, <a href="../developers/T.html#tony_bark">Tony Bark</a></details><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/freeso.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -870,7 +886,7 @@
|
||||
<div class="tags has-addons"><a href="index.html#game engine" title="game engine games" class="tag is-info">game engine</a>
|
||||
<span class="tag is-light">3D</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://fusee3d.org/">fusee3d.org</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c">C#</a>, <a href="../games/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/FUSEEProjectTeam/Fusee.git">FUSEEProjectTeam/Fusee.git<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c#">C#</a>, <a href="../games/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/FUSEEProjectTeam/Fusee.git">FUSEEProjectTeam/Fusee.git<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Microsoft_Visual_Studio" class="is-size-7">Visual Studio</a><br></div><div class="block 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/fusee.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -1072,7 +1088,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="index.html#game engine" title="game engine games" class="tag is-info">game engine</a><a href="../games/genres.html#role playing" title="role playing games" class="tag is-info">role playing</a></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/andyfriesen/ika">andyfriesen/ika<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c++">C++</a>, <a href="../games/languages.html#python">Python</a>, <a href="../games/languages.html#php">PHP</a>, <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><br>Code repositories: <a href="https://github.com/andyfriesen/ika.git">andyfriesen/ika.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2015, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Code dependencies: OpenGL, SDL<br>
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c++">C++</a>, <a href="../games/languages.html#python">Python</a>, <a href="../games/languages.html#php">PHP</a>, <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><br>Code repositories: <a href="https://github.com/andyfriesen/ika.git">andyfriesen/ika.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2015, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Code dependencies: OpenGL, SDL<br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://scons.org/" class="is-size-7">Scons</a><br>Developer: <a href="../developers/A.html#andy_friesen">Andy Friesen</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/ika.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -1121,7 +1137,7 @@
|
||||
<span class="tag is-light">2D</span>
|
||||
<span class="tag is-light">multiplayer massive</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://www.freemmorpgmaker.com/">www.freemmorpgmaker.com</a><br>Download: <a href="https://www.freemmorpgmaker.com/downloads/">www.freemmorpgmaker.com/downloads</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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>, <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a><br>Code repositories: <a href="https://github.com/AscensionGameDev/Intersect-Engine.git">AscensionGameDev/Intersect-Engine.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2020, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>Code dependencies: MonoGame<br>Developers: <a href="../developers/C.html#cheshire">Cheshire</a>, <a href="../developers/J.html#jc_snider">JC Snider</a>, <a href="../developers/K.html#kibbelz">Kibbelz</a>, <a href="../developers/L.html#lodicolo">lodicolo</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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>, <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a><br>Code repositories: <a href="https://github.com/AscensionGameDev/Intersect-Engine.git">AscensionGameDev/Intersect-Engine.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2020, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>Code dependencies: MonoGame<br>Developers: <a href="../developers/C.html#cheshire">Cheshire</a>, <a href="../developers/J.html#jc_snider">JC Snider</a>, <a href="../developers/K.html#kibbelz">Kibbelz</a>, <a href="../developers/L.html#lodicolo">lodicolo</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/intersect.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -1335,7 +1351,7 @@
|
||||
<div class="tags has-addons"><a href="../games/genres.html#action" title="action games" class="tag is-info">action</a><a href="index.html#game engine" title="game engine games" class="tag is-info">game engine</a><a href="../games/genres.html#remake" title="remake games" class="tag is-info">remake</a><a href="../games/genres.html#simulation" title="simulation games" class="tag is-info">simulation</a>
|
||||
<span class="tag is-light">space</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://librelancer.net/">librelancer.net</a><br>Inspiration: <a href="../inspirations/F.html#freelancer">Freelancer</a><br>Download: <a href="https://librelancer.net/downloads.html">librelancer.net/downloads.html</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/Librelancer/Librelancer.git">Librelancer/Librelancer.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: OpenGL<br>
|
||||
<span class="has-text-weight-semibold">Details</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/Librelancer/Librelancer.git">Librelancer/Librelancer.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: OpenGL<br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br>Developers: <a href="../developers/A.html#alex">Alex</a>, <a href="../developers/B.html#bohdan_starosta">Bohdan Starosta</a>, <a href="../developers/C.html#callum">Callum</a>, <a href="../developers/L.html#laz">Laz</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/librelancer.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -1432,7 +1448,7 @@
|
||||
<div class="tags has-addons"><a href="index.html#game engine" title="game engine games" class="tag is-info">game engine</a>
|
||||
<span class="tag is-light">2D</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://mini2dx.org/">mini2dx.org</a><br>Downloads: <a href="https://mini2dx.org/downloads.html">mini2dx.org/downloads.html</a>, <a href="https://github.com/mini2Dx/mini2Dx/releases">mini2Dx/mini2Dx/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#java">Java</a>, <a href="../games/languages.html#c">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Apache_License">Apache-2.0</a><br>Code repositories: <a href="https://github.com/mini2Dx/mini2Dx.git">mini2Dx/mini2Dx.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 class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#java">Java</a>, <a href="../games/languages.html#c#">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Apache_License">Apache-2.0</a><br>Code repositories: <a href="https://github.com/mini2Dx/mini2Dx.git">mini2Dx/mini2Dx.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 class="is-size-7">Build system: </span><a href="https://gradle.org/" class="is-size-7">Gradle</a><br>Developers: <a href="../developers/A.html#augusto_zanellato">Augusto Zanellato</a>, <a href="../developers/P.html#przemek_tomczyk">Przemek Tomczyk</a>, <a href="../developers/T.html#thomas_cashman">Thomas Cashman</a>, <a href="../developers/T.html#thomas_youngson">Thomas Youngson</a>, <a href="../developers/W.html#wayne_leroux">Wayne Leroux</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/mini2dx.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -1448,7 +1464,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="index.html#game engine" title="game engine games" class="tag is-info">game engine</a></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/Martenfur/Monofoxe">Martenfur/Monofoxe<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Download: <a href="https://github.com/Martenfur/Monofoxe/releases">Martenfur/Monofoxe/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/Martenfur/Monofoxe.git">Martenfur/Monofoxe.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>Code dependencies: MonoGame<br>Developers: <a href="../developers/F.html#flix_dion-robidoux">Félix Dion-Robidoux</a>, <a href="../developers/M.html#martenfur">Martenfur</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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/Martenfur/Monofoxe.git">Martenfur/Monofoxe.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>Code dependencies: MonoGame<br>Developers: <a href="../developers/F.html#flix_dion-robidoux">Félix Dion-Robidoux</a>, <a href="../developers/M.html#martenfur">Martenfur</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/monofoxe.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -1720,7 +1736,7 @@
|
||||
<span class="tag is-light">content commercial + original required</span>
|
||||
<span class="tag is-light">real-time</span></div>
|
||||
</div><div class="block">Homepages: <a href="https://opensage.github.io/">opensage.github.io</a>, <a href="http://timjones.io/blog/tags/opensage/">timjones.io/blog/tags/opensage</a><br>Inspiration: <a href="../inspirations/C.html#command_conquer_generals">Command & Conquer: Generals</a><br>Download: <a href="https://github.com/OpenSAGE/OpenSAGE/releases">OpenSAGE/OpenSAGE/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c">C#</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/OpenSAGE/OpenSAGE.git">OpenSAGE/OpenSAGE.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2017, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br><details><summary>Developers: (13)</summary><a href="../developers/B.html#birgit">Birgit</a>, <a href="../developers/D.html#daan_meijer">Daan Meijer</a>, <a href="../developers/D.html#daniel_sklenitzka">Daniel Sklenitzka</a>, <a href="../developers/H.html#hashkitten">hashkitten</a>, <a href="../developers/J.html#jana_mohn">Jana Mohn</a>, <a href="../developers/L.html#lanyi">Lanyi</a>, <a href="../developers/M.html#markus_hiller">Markus Hiller</a>, <a href="../developers/M.html#michael_schnabel">Michael Schnabel</a>, <a href="../developers/P.html#paavo_huhtala">Paavo Huhtala</a>, <a href="../developers/S.html#stephan_vedder">Stephan Vedder</a>, <a href="../developers/T.html#tim_jones">Tim Jones</a>, <a href="../developers/T.html#tyler_reynolds">Tyler Reynolds</a>, <a href="../developers/V.html#voldie">Voldie</a></details><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c#">C#</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/OpenSAGE/OpenSAGE.git">OpenSAGE/OpenSAGE.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2017, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br><details><summary>Developers: (13)</summary><a href="../developers/B.html#birgit">Birgit</a>, <a href="../developers/D.html#daan_meijer">Daan Meijer</a>, <a href="../developers/D.html#daniel_sklenitzka">Daniel Sklenitzka</a>, <a href="../developers/H.html#hashkitten">hashkitten</a>, <a href="../developers/J.html#jana_mohn">Jana Mohn</a>, <a href="../developers/L.html#lanyi">Lanyi</a>, <a href="../developers/M.html#markus_hiller">Markus Hiller</a>, <a href="../developers/M.html#michael_schnabel">Michael Schnabel</a>, <a href="../developers/P.html#paavo_huhtala">Paavo Huhtala</a>, <a href="../developers/S.html#stephan_vedder">Stephan Vedder</a>, <a href="../developers/T.html#tim_jones">Tim Jones</a>, <a href="../developers/T.html#tyler_reynolds">Tyler Reynolds</a>, <a href="../developers/V.html#voldie">Voldie</a></details><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/opensage.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -1767,7 +1783,7 @@
|
||||
<div class="tags has-addons"><a href="index.html#game engine" title="game engine games" class="tag is-info">game engine</a><a href="../games/genres.html#remake" title="remake games" class="tag is-info">remake</a><a href="../games/genres.html#role playing" title="role playing games" class="tag is-info">role playing</a>
|
||||
<span class="tag is-light">content commercial + original required</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://makipl.github.io/OpenVIII-monogame/">makipl.github.io/OpenVIII-monogame</a><br>Inspiration: <a href="../inspirations/F.html#final_fantasy_viii">Final Fantasy VIII</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/MaKiPL/OpenVIII-monogame.git">MaKiPL/OpenVIII-monogame.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>Code dependencies: MonoGame<br>Developers: <a href="../developers/A.html#albeoris">Albeoris</a>, <a href="../developers/B.html#benjamin_fuu">Benjamin Fuu</a>, <a href="../developers/M.html#marcin_gomulak">Marcin Gomulak</a>, <a href="../developers/R.html#robert_russell">Robert Russell</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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/MaKiPL/OpenVIII-monogame.git">MaKiPL/OpenVIII-monogame.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>Code dependencies: MonoGame<br>Developers: <a href="../developers/A.html#albeoris">Albeoris</a>, <a href="../developers/B.html#benjamin_fuu">Benjamin Fuu</a>, <a href="../developers/M.html#marcin_gomulak">Marcin Gomulak</a>, <a href="../developers/R.html#robert_russell">Robert Russell</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/openviii.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -1937,6 +1953,24 @@
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/pixellight.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="plasma" class="box"><nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item title is-4">Plasma</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">
|
||||
<span class="has-text-weight-bold">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>
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="index.html#game engine" title="game engine games" class="tag is-info">game engine</a>
|
||||
<span class="tag is-light">3D</span>
|
||||
<span class="tag is-light">engine remake</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://h-uru.github.io/Plasma/">h-uru.github.io/Plasma</a><br>Download: <a href="https://h-uru.github.io/Plasma/download.html">h-uru.github.io/Plasma/download.html</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#c++">C++</a>, <a href="../games/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/H-uru/Plasma.git">H-uru/Plasma.git<span class="icon has-text-black"><i class="icon-github"></i></span></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 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/plasma.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="playir" class="box"><nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item title is-4">Playir</div>
|
||||
@ -2058,7 +2092,7 @@
|
||||
<div class="tags has-addons"><a href="index.html#game engine" title="game engine games" class="tag is-info">game engine</a>
|
||||
<span class="tag is-light">roguelike</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://roguesharp.wordpress.com/">roguesharp.wordpress.com</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/FaronBracy/RogueSharp.git">FaronBracy/RogueSharp.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>
|
||||
<span class="has-text-weight-semibold">Details</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/FaronBracy/RogueSharp.git">FaronBracy/RogueSharp.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>
|
||||
<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>Developers: <a href="../developers/C.html#courtney_strachan">Courtney Strachan</a>, <a href="../developers/F.html#faronbracy">FaronBracy</a>, <a href="../developers/G.html#glenn_hoeppner">Glenn Hoeppner</a>, <a href="../developers/J.html#james_neal">James Neal</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/roguesharp.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -2663,7 +2697,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-27 14:51</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -43,11 +43,11 @@
|
||||
</nav>
|
||||
<div class="container">
|
||||
<div class="box"><div class="block">
|
||||
<p class="title is-4">Open source game frameworks/tools</p><p class="subtitle is-6">Index of 307 game frameworks/tools</p></div><div class="tags">
|
||||
<p class="title is-4">Open source game frameworks/tools</p><p class="subtitle is-6">Index of 310 game frameworks/tools</p></div><div class="tags">
|
||||
<span class="tag is-white is-size-5"><a href="#framework" class="has-text-weight-semibold">Frameworks</a> <span class="has-text-grey">(96)</span>
|
||||
</span><span class="tag is-white is-size-5"><a href="#game engine" class="has-text-weight-semibold">Game Engines</a> <span class="has-text-grey">(165)</span>
|
||||
</span><span class="tag is-white is-size-5"><a href="#game engine" class="has-text-weight-semibold">Game Engines</a> <span class="has-text-grey">(167)</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"><a href="#tool" class="has-text-weight-semibold">Tools</a> <span class="has-text-grey">(49)</span>
|
||||
</span><span class="tag is-white is-size-5"><a href="#tool" class="has-text-weight-semibold">Tools</a> <span class="has-text-grey">(50)</span>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@ -115,7 +115,8 @@
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="game engine.html#alimer">Alimer</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="game engine.html#ambrose3d">Ambrose3D</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2007)</span></li><li><a href="game engine.html#andengine">AndEngine</a>
|
||||
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="game engine.html#anura">Anura</a></span></li><li><a href="game engine.html#arcane-engine">Arcane-Engine</a>
|
||||
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="game engine.html#anki_3d_engine">AnKi 3D engine</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="game engine.html#anura">Anura</a></span></li><li><a href="game engine.html#arcane-engine">Arcane-Engine</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="framework.html#atomic_game_engine">Atomic Game Engine</a>
|
||||
<span class="is-light is-size-7">(inactive since 2018)</span></li><li><a href="game engine.html#backbone_game_engine">Backbone Game Engine</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><a href="game engine.html#bacon2d">Bacon2D</a>
|
||||
@ -194,14 +195,14 @@
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="game engine.html#opentesarena">OpenTESArena</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="game engine.html#opentomb">OpenTomb</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="game engine.html#openviii">OpenVIII</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li></ul>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="game engine.html#openxray">OpenXRay</a></span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="game engine.html#openxray">OpenXRay</a></span></li><li><span class="has-text-weight-semibold"><a href="game engine.html#oreon_engine">Oreon Engine</a></span></li><li><a href="game engine.html#ouzel">ouzel</a>
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="game engine.html#oreon_engine">Oreon Engine</a></span></li><li><a href="game engine.html#ouzel">ouzel</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="game engine.html#oxygen_engine">Oxygen Engine</a></span></li><li><span class="has-text-weight-semibold"><a href="game engine.html#paintown">PainTown</a></span></li><li><a href="game engine.html#pentagram">Pentagram</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2018)</span></li><li><span class="has-text-weight-semibold"><a href="game engine.html#permafrost_engine">Permafrost Engine</a></span></li><li><a href="game engine.html#phprpg">phpRPG</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2006)</span></li><li><a href="game engine.html#pixel_wheels">Pixel Wheels</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="game engine.html#pixellight">PixelLight</a>
|
||||
<span class="is-light is-size-7">(inactive since 2012)</span></li><li><a href="game engine.html#playir">Playir</a>
|
||||
<span class="is-light is-size-7">(inactive since 2012)</span></li><li><span class="has-text-weight-semibold"><a href="game engine.html#plasma">Plasma</a></span></li><li><a href="game engine.html#playir">Playir</a>
|
||||
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><a href="game engine.html#q-gears">Q-Gears</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2015)</span></li><li><a href="game engine.html#quartz_engine">Quartz Engine</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="game engine.html#radixengine">RadixEngine</a></span></li><li><span class="has-text-weight-semibold"><a href="game engine.html#rbdoom-3-bfg">RBDOOM-3-BFG</a></span></li><li><a href="game engine.html#residualvm">ResidualVM</a>
|
||||
@ -260,10 +261,11 @@
|
||||
<span class="is-light is-size-7">(beta, inactive since 2018)</span></li><li><a href="tool.html#deity">Deity</a>
|
||||
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><a href="tool.html#dungeon_mapper">Dungeon Mapper</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="tool.html#easyrpg_editor">EasyRPG Editor</a></span></li><li><span class="has-text-weight-semibold"><a href="tool.html#fantasy_map_generator">Fantasy Map Generator</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#gbdk">GBDK</a></span></li><li><a href="tool.html#gm_tools">GM Tools</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2004)</span></li><li><span class="has-text-weight-semibold"><a href="tool.html#gorogue">GoRogue</a></span></li><li><a href="tool.html#janag-java_name_generator">JaNaG - Java Name Generator</a>
|
||||
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="tool.html#kevedit">KevEdit</a></span></li></ul>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2004)</span></li><li><span class="has-text-weight-semibold"><a href="tool.html#gorogue">GoRogue</a></span></li><li><a href="tool.html#goxel">Goxel</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="tool.html#janag-java_name_generator">JaNaG - Java Name Generator</a>
|
||||
<span class="is-light is-size-7">(inactive since 2016)</span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><a href="tool.html#libre_the_open_source_card_game">Libre: The Open Source Card Game</a>
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="tool.html#kevedit">KevEdit</a></span></li><li><a href="tool.html#libre_the_open_source_card_game">Libre: The Open Source Card Game</a>
|
||||
<span class="is-light is-size-7">(inactive since 2010)</span></li><li><span class="has-text-weight-semibold"><a href="tool.html#mafia_toolkit">Mafia: Toolkit</a></span></li><li><span class="has-text-weight-semibold"><a href="tool.html#memoria">Memoria</a></span></li><li><span class="has-text-weight-semibold"><a href="tool.html#monogameextended">MonoGame.Extended</a></span></li><li><span class="has-text-weight-semibold"><a href="tool.html#monster_generator">Monster Generator</a></span></li><li><a href="tool.html#necklace_of_the_eye">Necklace of the Eye</a>
|
||||
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="tool.html#netradiant-custom">NetRadiant-custom</a></span></li><li><span class="has-text-weight-semibold"><a href="tool.html#opsu">opsu!</a></span></li><li><span class="has-text-weight-semibold"><a href="tool.html#pcgen">PCGen</a></span></li><li><a href="tool.html#pendumito">Pendumito</a>
|
||||
<span class="is-light is-size-7">(inactive since 2003)</span></li><li><a href="tool.html#procedural_map_generator">Procedural Map Generator</a>
|
||||
@ -290,7 +292,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-26 19:43</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -53,7 +53,7 @@
|
||||
<div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info">library</a>
|
||||
<span class="tag is-light">user interface</span></div>
|
||||
</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">Details</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 class="has-text-weight-semibold">Details</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">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/aposgui.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -160,7 +160,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info">library</a></div>
|
||||
</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></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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>Developer: <a href="../developers/R.html#ronen">Ronen</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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>Developer: <a href="../developers/R.html#ronen">Ronen</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/geonbitui.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -209,7 +209,7 @@
|
||||
<div class="tags has-addons"><a href="index.html#library" title="library games" class="tag is-info">library</a>
|
||||
<span class="tag is-light">2D</span></div>
|
||||
</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></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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>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 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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>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 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/penumbra.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -301,7 +301,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-27 14:51</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -260,11 +260,27 @@
|
||||
<span class="tag is-light">2D</span>
|
||||
<span class="tag is-light">roguelike</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/Chris3606/GoRogue">Chris3606/GoRogue<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Download: <a href="https://github.com/Chris3606/GoRogue/releases">Chris3606/GoRogue/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/Chris3606/GoRogue.git">Chris3606/GoRogue.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2017, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>Developers: <a href="../developers/C.html#chris3606">Chris3606</a>, <a href="../developers/M.html#masonwheeler">masonwheeler</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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/Chris3606/GoRogue.git">Chris3606/GoRogue.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2017, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>Developers: <a href="../developers/C.html#chris3606">Chris3606</a>, <a href="../developers/M.html#masonwheeler">masonwheeler</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/gorogue.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="goxel" class="box"><nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item title is-4">Goxel</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">beta</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>
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="index.html#tool" title="tool games" class="tag is-info">tool</a>
|
||||
<span class="tag is-light">3D</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://goxel.xyz/">goxel.xyz</a><br>Downloads: <a href="https://goxel.xyz/download/">goxel.xyz/download</a>, <a href="https://github.com/guillaumechereau/goxel">guillaumechereau/goxel<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/GNU_General_Public_License">GPL-3.0</a><br>Code repositories: <a href="https://github.com/guillaumechereau/goxel.git">guillaumechereau/goxel.git<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://scons.org/" class="is-size-7">Scons</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/goxel3d.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="janag-java_name_generator" class="box"><nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item title is-4">JaNaG - Java Name Generator</div>
|
||||
@ -303,7 +319,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="../games/genres.html#cards" title="cards games" class="tag is-info">cards</a><a href="index.html#tool" title="tool games" class="tag is-info">tool</a></div>
|
||||
</div><div class="block">Homepages: <a href="http://librecardgame.sourceforge.net/dokuwiki/doku.php">librecardgame.sourceforge.net/dokuwiki/doku.php</a>, <a href="https://sourceforge.net/projects/librecardgame/">librecardgame<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Download: <a href="https://sourceforge.net/projects/librecardgame/files/">librecardgame/files<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#python">Python</a>, <a href="../games/languages.html#shell">Shell</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_Affero_General_Public_License">AGPL-3.0</a><br>Code repositories: <a href="https://gitlab.com/osgames/librecardgame.git">osgames/librecardgame.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="http://librecardgame.bzr.sourceforge.net/bzrroot/librecardgame">librecardgame.bzr.sourceforge.net/bzrroot/librecardgame</a><br>Assets licenses: <a href="https://en.wikipedia.org/wiki/Creative_Commons_license">CC-BY-SA-3.0</a><br>Developer: <a href="../developers/G.html#gryc_ueusp">Gryc Ueusp</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#python">Python</a>, <a href="../games/languages.html#script">Script</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_Affero_General_Public_License">AGPL-3.0</a><br>Code repositories: <a href="https://gitlab.com/osgames/librecardgame.git">osgames/librecardgame.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="http://librecardgame.bzr.sourceforge.net/bzrroot/librecardgame">librecardgame.bzr.sourceforge.net/bzrroot/librecardgame</a><br>Assets licenses: <a href="https://en.wikipedia.org/wiki/Creative_Commons_license">CC-BY-SA-3.0</a><br>Developer: <a href="../developers/G.html#gryc_ueusp">Gryc Ueusp</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/libre_the_open_source_card_game.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -318,7 +334,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="index.html#tool" title="tool games" class="tag is-info">tool</a></div>
|
||||
</div><div class="block">Homepage: <a href="https://videogamemods.com/mafia/mods/mafia-2-toolkit/">videogamemods.com/mafia/mods/mafia-2-toolkit</a><br>Inspiration: <a href="../inspirations/M.html#mafia_ii">Mafia II</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/Greavesy1899/MafiaToolkit.git">Greavesy1899/MafiaToolkit.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2018, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>
|
||||
<span class="has-text-weight-semibold">Details</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/Greavesy1899/MafiaToolkit.git">Greavesy1899/MafiaToolkit.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2018, <span class="icon 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://en.wikipedia.org/wiki/Microsoft_Visual_Studio" class="is-size-7">Visual Studio</a><br>Developers: <a href="../developers/G.html#greavesy1899">Greavesy1899</a>, <a href="../developers/K.html#kamzik123">Kamzik123</a>, <a href="../developers/M.html#moddingcode">moddingcode</a>, <a href="../developers/P.html#pavel_v">Pavel V.</a>, <a href="../developers/P.html#pavel_vorozheykin">Pavel Vorozheykin</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/mafia_toolkit.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -336,7 +352,7 @@
|
||||
<span class="tag is-light">content commercial + original required</span>
|
||||
<span class="tag is-light">engine</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/Albeoris/Memoria">Albeoris/Memoria<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspiration: <a href="../inspirations/F.html#final_fantasy_ix">Final Fantasy IX</a><br>Download: <a href="https://github.com/Albeoris/Memoria/releases">Albeoris/Memoria/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/Albeoris/Memoria.git">Albeoris/Memoria.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: Unity<br>Developers: <a href="../developers/A.html#albeoris">Albeoris</a>, <a href="../developers/A.html#attwo">attwo</a>, <a href="../developers/S.html#snouz">snouz</a>, <a href="../developers/T.html#tirlititi">Tirlititi</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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/Albeoris/Memoria.git">Albeoris/Memoria.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: Unity<br>Developers: <a href="../developers/A.html#albeoris">Albeoris</a>, <a href="../developers/A.html#attwo">attwo</a>, <a href="../developers/S.html#snouz">snouz</a>, <a href="../developers/T.html#tirlititi">Tirlititi</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/memoria.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -351,7 +367,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="index.html#tool" title="tool games" class="tag is-info">tool</a></div>
|
||||
</div><div class="block">Homepage: <a href="https://www.monogameextended.net/">www.monogameextended.net</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/craftworkgames/MonoGame.Extended.git">craftworkgames/MonoGame.Extended.git<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Code dependencies: MonoGame<br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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/craftworkgames/MonoGame.Extended.git">craftworkgames/MonoGame.Extended.git<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Code dependencies: MonoGame<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/monogameextended.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -715,7 +731,7 @@
|
||||
<div class="tags has-addons"><a href="index.html#tool" title="tool games" class="tag is-info">tool</a>
|
||||
<span class="tag is-light">content commercial</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/krzys-h/UndertaleModTool">krzys-h/UndertaleModTool<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspiration: <a href="../inspirations/U.html#undertale">Undertale</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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-3.0</a><br>Code repositories: <a href="https://github.com/krzys-h/UndertaleModTool.git">krzys-h/UndertaleModTool.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>
|
||||
<span class="has-text-weight-semibold">Details</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-3.0</a><br>Code repositories: <a href="https://github.com/krzys-h/UndertaleModTool.git">krzys-h/UndertaleModTool.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>
|
||||
<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>Developers: <a href="../developers/A.html#archie">Archie</a>, <a href="../developers/B.html#benjamin_urquhart">Benjamin Urquhart</a>, <a href="../developers/C.html#colinator27">colinator27</a>, <a href="../developers/G.html#grossley">Grossley</a>, <a href="../developers/K.html#kneesnap">Kneesnap</a>, <a href="../developers/K.html#krzysh">krzys_h</a>, <a href="../developers/N.html#nikita_krapivin">Nikita Krapivin</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/undertalemodtool.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -761,7 +777,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="index.html#tool" title="tool games" class="tag is-info">tool</a></div>
|
||||
</div><div class="block">Homepage: <a href="https://sourceforge.net/projects/worldbuilder/">worldbuilder<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Download: <a href="https://sourceforge.net/projects/worldbuilder/files/">worldbuilder/files<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#visual_basic">Visual Basic</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/worldbuilder.git">osgames/worldbuilder.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>), <a href="http://worldbuilder.cvs.sourceforge.net">worldbuilder.cvs.sourceforge.net</a><br>Developers: <a href="../developers/B.html#ben">Ben</a>, <a href="../developers/C.html#cube">Cube</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="../games/languages.html#visual basic">Visual Basic</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/worldbuilder.git">osgames/worldbuilder.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>), <a href="http://worldbuilder.cvs.sourceforge.net">worldbuilder.cvs.sourceforge.net</a><br>Developers: <a href="../developers/B.html#ben">Ben</a>, <a href="../developers/C.html#cube">Cube</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/world_builder.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -790,7 +806,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-27 14:51</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -54,7 +54,7 @@
|
||||
<span class="tag is-light">content open</span>
|
||||
<span class="tag is-light">multiplayer online + LAN</span>
|
||||
<span class="tag is-light">real-time</span></div>
|
||||
</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></div><div class="block is-size-7">
|
||||
</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></div><nav class="level"><div class="level-item"><a href="https://play0ad.com/wp-content/gallery/carousel/CarthaginianTown.jpg"><img src="../screenshots/0_ad_01.jpg" width="228" height="128" alt=""></a></div><div class="level-item"><a href="https://play0ad.com/wp-content/gallery/carousel/%20Iberian%20Town.jpeg"><img src="../screenshots/0_ad_02.jpg" width="228" height="128" alt=""></a></div><div class="level-item"><a href="https://play0ad.com/wp-content/gallery/carousel/PersianTradeRoute.jpg"><img src="../screenshots/0_ad_03.jpg" width="228" height="128" alt=""></a></div></nav><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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 class="is-size-7">Build system: </span>
|
||||
<span class="is-size-7">Custom</span><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 has-text-right">
|
||||
@ -258,7 +258,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-26 19:43</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -426,7 +426,7 @@
|
||||
<div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info">remake</a><a href="genres.html#role playing" title="role playing games" class="tag is-info">role playing</a>
|
||||
<span class="tag is-light">commercial content</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/pyrdacor/ambermoon.net">pyrdacor/ambermoon.net<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspiration: <a href="../inspirations/A.html#ambermoon">Ambermoon</a><br>Downloads: <a href="https://github.com/Pyrdacor/Ambermoon.net#download">Pyrdacor/Ambermoon.net#download<span class="icon has-text-black"><i class="icon-github"></i></span></a>, <a href="https://github.com/Pyrdacor/Ambermoon.net/releases">Pyrdacor/Ambermoon.net/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/Pyrdacor/Ambermoon.net.git">Pyrdacor/Ambermoon.net.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2020, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>Developers: <a href="../developers/J.html#jens">Jens</a>, <a href="../developers/P.html#pyrdacor">Pyrdacor</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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/Pyrdacor/Ambermoon.net.git">Pyrdacor/Ambermoon.net.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2020, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>Developers: <a href="../developers/J.html#jens">Jens</a>, <a href="../developers/P.html#pyrdacor">Pyrdacor</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/ambermoonnet.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -758,7 +758,7 @@
|
||||
<span class="tag is-light">2D</span>
|
||||
<span class="tag is-light">multiplayer online + massive</span></div>
|
||||
</div><div class="block">Homepages: <a href="https://www.comunidadargentum.com/">www.comunidadargentum.com</a>, <a href="http://www.argentumonline.com.ar/">www.argentumonline.com.ar</a>, <a href="https://sourceforge.net/projects/morgoao/">morgoao<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a>, <a href="https://github.com/argentumonline">argentumonline<span class="icon has-text-black"><i class="icon-github"></i></span></a>, <a href="https://github.com/ao-libre">ao-libre<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Downloads: <a href="https://www.comunidadargentum.com/descargas/">www.comunidadargentum.com/descargas</a>, <a href="https://sourceforge.net/projects/morgoao/files/">morgoao/files<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#visual_basic">Visual Basic</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a>, <a href="https://en.wikipedia.org/wiki/GNU_Affero_General_Public_License">AGPL-3.0</a><br>Code repositories: <a href="https://github.com/ao-libre/ao-server.git">ao-libre/ao-server.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2018, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>), <a href="https://github.com/ao-libre/ao-cliente.git @add">ao-libre/ao-cliente.git @add<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2018, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>), <a href="https://github.com/ao-libre/ao-worldeditor.git @add">ao-libre/ao-worldeditor.git @add<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>), <a href="http://morgoao.cvs.sourceforge.net/">morgoao.cvs.sourceforge.net</a><br><details><summary>Developers: (40)</summary><a href="../developers/A.html#abusiv0">abusiv0</a>, <a href="../developers/A.html#alejandro_santos">Alejandro Santos</a>, <a href="../developers/A.html#alexis_caraballo">Alexis Caraballo</a>, <a href="../developers/A.html#amraphen">Amraphen</a>, <a href="../developers/A.html#aosecproj">AOSecProj</a>, <a href="../developers/B.html#borouse">Borouse</a>, <a href="../developers/B.html#boxstar">BoxStar</a>, <a href="../developers/B.html#brianpr">BrianPr</a>, <a href="../developers/C.html#cucsijuan">cucsijuan</a>, <a href="../developers/C.html#cuicui">Cuicui</a>, <a href="../developers/F.html#fakkerz">Fakkerz</a>, <a href="../developers/F.html#franco_benito">Franco Benito</a>, <a href="../developers/F.html#francobenito">FrancoBenito</a>, <a href="../developers/F.html#fredy_treboux">Fredy Treboux</a>, <a href="../developers/G.html#gexur">Gexur</a>, <a href="../developers/I.html#ignacio_arminas">Ignacio Arminas</a>, <a href="../developers/J.html#joaqun">Joaquín</a>, <a href="../developers/J.html#jotabe">Jotabe</a>, <a href="../developers/J.html#juan_dalmasso">Juan Dalmasso</a>, <a href="../developers/J.html#juan_martn_sotuyo_dodero">Juan Martín Sotuyo Dodero</a>, <a href="../developers/J.html#juanmz">Juanmz</a>, <a href="../developers/L.html#lautaro_marino">Lautaro Marino</a>, <a href="../developers/L.html#leandro_mendoza">Leandro Mendoza</a>, <a href="../developers/L.html#loreleiargaolibre">LoreleiArgAoLibre</a>, <a href="../developers/L.html#lucas">Lucas</a>, <a href="../developers/L.html#luciano_contartese">Luciano Contartese</a>, <a href="../developers/M.html#marco_vanotti">Marco Vanotti</a>, <a href="../developers/M.html#mateo">Mateo</a>, <a href="../developers/M.html#mauro_segoviano">Mauro Segoviano</a>, <a href="../developers/N.html#natanael_andrs_garrido">Natanael Andrés Garrido</a>, <a href="../developers/N.html#neox189">Neox189</a>, <a href="../developers/P.html#pablo_ignacio_mrquez">Pablo Ignacio Márquez</a>, <a href="../developers/P.html#pato">Pato</a>, <a href="../developers/P.html#pato_torres">Pato Torres</a>, <a href="../developers/P.html#plus">pLuS</a>, <a href="../developers/R.html#reyarb">ReyarB</a>, <a href="../developers/R.html#ronin">Ronin</a>, <a href="../developers/S.html#samuel_fernandez">Samuel Fernandez</a>, <a href="../developers/W.html#waltersit0">WalterSit0</a>, <a href="../developers/Z.html#zaxtor">Zaxtor</a></details><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#visual basic">Visual Basic</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-2.0</a>, <a href="https://en.wikipedia.org/wiki/GNU_Affero_General_Public_License">AGPL-3.0</a><br>Code repositories: <a href="https://github.com/ao-libre/ao-server.git">ao-libre/ao-server.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2018, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>), <a href="https://github.com/ao-libre/ao-cliente.git @add">ao-libre/ao-cliente.git @add<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2018, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>), <a href="https://github.com/ao-libre/ao-worldeditor.git @add">ao-libre/ao-worldeditor.git @add<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>), <a href="http://morgoao.cvs.sourceforge.net/">morgoao.cvs.sourceforge.net</a><br><details><summary>Developers: (40)</summary><a href="../developers/A.html#abusiv0">abusiv0</a>, <a href="../developers/A.html#alejandro_santos">Alejandro Santos</a>, <a href="../developers/A.html#alexis_caraballo">Alexis Caraballo</a>, <a href="../developers/A.html#amraphen">Amraphen</a>, <a href="../developers/A.html#aosecproj">AOSecProj</a>, <a href="../developers/B.html#borouse">Borouse</a>, <a href="../developers/B.html#boxstar">BoxStar</a>, <a href="../developers/B.html#brianpr">BrianPr</a>, <a href="../developers/C.html#cucsijuan">cucsijuan</a>, <a href="../developers/C.html#cuicui">Cuicui</a>, <a href="../developers/F.html#fakkerz">Fakkerz</a>, <a href="../developers/F.html#franco_benito">Franco Benito</a>, <a href="../developers/F.html#francobenito">FrancoBenito</a>, <a href="../developers/F.html#fredy_treboux">Fredy Treboux</a>, <a href="../developers/G.html#gexur">Gexur</a>, <a href="../developers/I.html#ignacio_arminas">Ignacio Arminas</a>, <a href="../developers/J.html#joaqun">Joaquín</a>, <a href="../developers/J.html#jotabe">Jotabe</a>, <a href="../developers/J.html#juan_dalmasso">Juan Dalmasso</a>, <a href="../developers/J.html#juan_martn_sotuyo_dodero">Juan Martín Sotuyo Dodero</a>, <a href="../developers/J.html#juanmz">Juanmz</a>, <a href="../developers/L.html#lautaro_marino">Lautaro Marino</a>, <a href="../developers/L.html#leandro_mendoza">Leandro Mendoza</a>, <a href="../developers/L.html#loreleiargaolibre">LoreleiArgAoLibre</a>, <a href="../developers/L.html#lucas">Lucas</a>, <a href="../developers/L.html#luciano_contartese">Luciano Contartese</a>, <a href="../developers/M.html#marco_vanotti">Marco Vanotti</a>, <a href="../developers/M.html#mateo">Mateo</a>, <a href="../developers/M.html#mauro_segoviano">Mauro Segoviano</a>, <a href="../developers/N.html#natanael_andrs_garrido">Natanael Andrés Garrido</a>, <a href="../developers/N.html#neox189">Neox189</a>, <a href="../developers/P.html#pablo_ignacio_mrquez">Pablo Ignacio Márquez</a>, <a href="../developers/P.html#pato">Pato</a>, <a href="../developers/P.html#pato_torres">Pato Torres</a>, <a href="../developers/P.html#plus">pLuS</a>, <a href="../developers/R.html#reyarb">ReyarB</a>, <a href="../developers/R.html#ronin">Ronin</a>, <a href="../developers/S.html#samuel_fernandez">Samuel Fernandez</a>, <a href="../developers/W.html#waltersit0">WalterSit0</a>, <a href="../developers/Z.html#zaxtor">Zaxtor</a></details><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/argentum_online.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -1059,7 +1059,7 @@
|
||||
<span class="tag is-light">first-person</span>
|
||||
<span class="tag is-light">open content</span>
|
||||
<span class="tag is-light">shooter</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/TheMozg/awk-raycaster/wiki">TheMozg/awk-raycaster/wiki<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
|
||||
</div><div class="block">Homepage: <a href="https://github.com/TheMozg/awk-raycaster/wiki">TheMozg/awk-raycaster/wiki<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><nav class="level"><div class="level-item"><a href="https://raw.githubusercontent.com/TheMozg/awk-raycaster/master/screenshot.png"><img src="../screenshots/awkaster_01.jpg" width="169" height="128" alt=""></a></div></nav><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#awk">AWK</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/MIT_License">MIT</a><br>Code repositories: <a href="https://github.com/TheMozg/awk-raycaster.git">TheMozg/awk-raycaster.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>Developers: <a href="../developers/F.html#fedor_themozg_kalugin">Fedor 'TheMozg' Kalugin</a>, <a href="../developers/F.html#fedor_kalugin">Fedor Kalugin</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/awkaster.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -1093,7 +1093,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-27 14:51</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -84,7 +84,7 @@
|
||||
<div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info">action</a>
|
||||
<span class="tag is-light">content open</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://www.gnu.org/software/ballandpaddle/">www.gnu.org/software/ballandpaddle</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c++">C++</a>, <a href="languages.html#scheme">Scheme</a>, <a href="languages.html#shell">Shell</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://gitlab.com/osgames/ballandpaddle.git">osgames/ballandpaddle.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="http://bzr.savannah.gnu.org/r/ballandpaddle/">bzr.savannah.gnu.org/r/ballandpaddle</a><br>Code dependencies: GNU Guile, SDL<br>Assets licenses: GPL<br>
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c++">C++</a>, <a href="languages.html#scheme">Scheme</a>, <a href="languages.html#script">Script</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://gitlab.com/osgames/ballandpaddle.git">osgames/ballandpaddle.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="http://bzr.savannah.gnu.org/r/ballandpaddle/">bzr.savannah.gnu.org/r/ballandpaddle</a><br>Code dependencies: GNU Guile, SDL<br>Assets licenses: GPL<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>Developer: <a href="../developers/E.html#eric_p_hutchins">Eric P. Hutchins</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/ball_and_paddle.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -168,7 +168,7 @@
|
||||
<div class="tags has-addons"><a href="genres.html#arcade" title="arcade games" class="tag is-info">arcade</a>
|
||||
<span class="tag is-light">multiplayer</span></div>
|
||||
</div><div class="block">Homepages: <a href="http://batnav.sourceforge.net/batnav-en.html">batnav.sourceforge.net/batnav-en.html</a>, <a href="https://sourceforge.net/projects/batnav/">batnav<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Download: <a href="https://sourceforge.net/projects/batnav/files/">batnav/files<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C</a>, <a href="languages.html#shell">Shell</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/batnav.git">osgames/batnav.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="http://batnav.cvs.sourceforge.net">batnav.cvs.sourceforge.net</a><br>
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C</a>, <a href="languages.html#script">Script</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/batnav.git">osgames/batnav.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="http://batnav.cvs.sourceforge.net">batnav.cvs.sourceforge.net</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>Developers: <a href="../developers/J.html#jacob_l_anawalt">Jacob L. Anawalt</a>, <a href="../developers/R.html#ricardo_quesada">Ricardo Quesada</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/batalla_naval.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -759,7 +759,7 @@
|
||||
<span class="tag is-light">shooter</span>
|
||||
<span class="tag is-light">top-down</span></div>
|
||||
</div><div class="block">Homepages: <a href="http://www.bloodmasters.com/">www.bloodmasters.com</a>, <a href="https://sourceforge.net/projects/bloodmasters/">bloodmasters<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Download: <a href="http://www.bloodmasters.com/index.php?p=downloads">www.bloodmasters.com/index.php?p=downloads</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/bloodmasters/code">svn.code.sf.net/p/bloodmasters/code</a><br>Code dependencies: .NET, DirectX<br>Developer: <a href="../developers/P.html#pascal_van_der_heiden">Pascal van der Heiden</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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/bloodmasters/code">svn.code.sf.net/p/bloodmasters/code</a><br>Code dependencies: .NET, DirectX<br>Developer: <a href="../developers/P.html#pascal_van_der_heiden">Pascal van der Heiden</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/bloodmasters.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -1001,7 +1001,7 @@
|
||||
<span class="tag is-light">3D</span>
|
||||
<span class="tag is-light">clone</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/marksteelz3/Atari-VR---Breakout">marksteelz3/Atari-VR---Breakout<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspiration: <a href="../inspirations/B.html#breakout">Breakout</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/marksteelz3/Atari-VR---Breakout.git">marksteelz3/Atari-VR---Breakout.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2017, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Code dependencies: Unity<br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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/marksteelz3/Atari-VR---Breakout.git">marksteelz3/Atari-VR---Breakout.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2017, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Code dependencies: Unity<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/breakout-vr.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -1094,7 +1094,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="genres.html#adventure" title="adventure games" class="tag is-info">adventure</a><a href="genres.html#role playing" title="role playing games" class="tag is-info">role playing</a>
|
||||
<span class="tag is-light">multiplayer online + massive</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://web.archive.org/web/20210714055307/http://browserquest.herokuapp.com/">Archive: 20210714055307/http://browserquest.herokuapp.com</a><br>Media: <a href="https://en.wikipedia.org/wiki/BrowserQuest">BrowserQuest<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br></div><nav class="level"><div class="level-item"><a href="None"><img src="../screenshots/browserquest_01.jpg" width="188" height="128" alt=""></a></div></nav><div class="block is-size-7">
|
||||
</div><div class="block">Homepage: <a href="https://web.archive.org/web/20210714055307/http://browserquest.herokuapp.com/">Archive: 20210714055307/http://browserquest.herokuapp.com</a><br>Media: <a href="https://en.wikipedia.org/wiki/BrowserQuest">BrowserQuest<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br></div><nav class="level"><div class="level-item"><img src="../screenshots/browserquest_01.jpg" width="188" height="128" alt=""></div></nav><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#javascript">JavaScript</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Mozilla_Public_License">MPL-2.0</a><br>Code repositories: <a href="https://github.com/mozilla/BrowserQuest.git">mozilla/BrowserQuest.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>Developers: <a href="../developers/F.html#franck_lecollinet">Franck Lecollinet</a>, <a href="../developers/G.html#guillaume_lecollinet">Guillaume Lecollinet</a>, <a href="../developers/M.html#myles_recny">Myles Recny</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/browserquest.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -1205,7 +1205,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-27 14:51</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -288,7 +288,7 @@
|
||||
<span class="tag is-light">popular</span>
|
||||
<span class="tag is-light">space</span>
|
||||
<span class="tag is-light">trading</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://endless-sky.github.io/">endless-sky.github.io</a><br>Media: <a href="https://en.wikipedia.org/wiki/Escape_Velocity_(video_game)#Legacy">Endless Sky<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Inspiration: <a href="../inspirations/E.html#escape_velocity">Escape Velocity</a><br>Download: <a href="https://github.com/endless-sky/endless-sky/releases">endless-sky/endless-sky/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
|
||||
</div><div class="block">Homepage: <a href="https://endless-sky.github.io/">endless-sky.github.io</a><br>Media: <a href="https://en.wikipedia.org/wiki/Escape_Velocity_(video_game)#Legacy">Endless Sky<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Inspiration: <a href="../inspirations/E.html#escape_velocity">Escape Velocity</a><br>Download: <a href="https://github.com/endless-sky/endless-sky/releases">endless-sky/endless-sky/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><nav class="level"><div class="level-item"><a href="https://endless-sky.github.io/images/introduction/starting-ships.jpg"><img src="../screenshots/endless_sky_01.jpg" width="192" height="128" alt=""></a></div><div class="level-item"><a href="https://endless-sky.github.io/images/introduction/human-space.jpg"><img src="../screenshots/endless_sky_02.jpg" width="192" height="128" alt=""></a></div><div class="level-item"><a href="https://endless-sky.github.io/images/introduction/pirates.jpg"><img src="../screenshots/endless_sky_03.jpg" width="192" height="128" alt=""></a></div></nav><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/endless-sky/endless-sky.git">endless-sky/endless-sky.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>Assets licenses: CC-BY-SA<br><details><summary>Developers: (71)</summary><a href="../developers/A.html#adam_borowski">Adam Borowski</a>, <a href="../developers/A.html#alkallid">Alkallid</a>, <a href="../developers/A.html#amazinite">Amazinite</a>, <a href="../developers/A.html#anarchist2">Anarchist2</a>, <a href="../developers/A.html#andre_labranche">Andre LaBranche</a>, <a href="../developers/A.html#arachi-lover">Arachi-Lover</a>, <a href="../developers/B.html#becca_tommaso">Becca Tommaso</a>, <a href="../developers/B.html#ben_hauch">Ben Hauch</a>, <a href="../developers/B.html#benjamin_milman">Benjamin Milman</a>, <a href="../developers/B.html#bladewood">Bladewood</a>, <a href="../developers/B.html#bobrobbow">bobrobbow</a>, <a href="../developers/B.html#brick63">Brick63</a>, <a href="../developers/C.html#chamev">ChamEV</a>, <a href="../developers/C.html#chris_pickel">Chris Pickel</a>, <a href="../developers/C.html#claire_gallup">Claire Gallup</a>, <a href="../developers/C.html#colby_gallup">Colby Gallup</a>, <a href="../developers/D.html#darcy">Darcy</a>, <a href="../developers/D.html#denis_bernard">Denis Bernard</a>, <a href="../developers/D.html#dmitry_marakasov">Dmitry Marakasov</a>, <a href="../developers/D.html#drblight">DrBlight</a>, <a href="../developers/E.html#elyssaen">Elyssaen</a>, <a href="../developers/E.html#endless_sky">Endless Sky</a>, <a href="../developers/E.html#endrosg">EndrosG</a>, <a href="../developers/E.html#eric_a_kozub">Eric A Kozub</a>, <a href="../developers/F.html#flvio_j_saraiva">Flávio J. Saraiva</a>, <a href="../developers/F.html#frederick_goy_iv">Frederick Goy IV</a>, <a href="../developers/G.html#gods-righthand">Gods-Righthand</a>, <a href="../developers/H.html#hacklin">Hacklin</a>, <a href="../developers/H.html#hadron1776">Hadron1776</a>, <a href="../developers/J.html#jafdy">jafdy</a>, <a href="../developers/J.html#james_guillochon">James Guillochon</a>, <a href="../developers/J.html#janaszar">Janaszar</a>, <a href="../developers/J.html#jmhorjus">jmhorjus</a>, <a href="../developers/J.html#jostephd">jostephd</a>, <a href="../developers/L.html#lia">Lia</a>, <a href="../developers/L.html#localgod79">LocalGod79</a>, <a href="../developers/L.html#lorantine">Lorantine</a>, <a href="../developers/M.html#mco">M*C*O</a>, <a href="../developers/M.html#mageking17">MageKing17</a>, <a href="../developers/M.html#marcelinevq">MarcelineVQ</a>, <a href="../developers/M.html#messymix">MessyMix</a>, <a href="../developers/N.html#naehc">naehc</a>, <a href="../developers/N.html#naminson">Naminson</a>, <a href="../developers/N.html#nams-2">Nams-2</a>, <a href="../developers/N.html#nate_graham">Nate Graham</a>, <a href="../developers/N.html#nescio0">Nescio0</a>, <a href="../developers/N.html#nick_barry">Nick Barry</a>, <a href="../developers/N.html#nicolas">Nicolas</a>, <a href="../developers/N.html#nomadic_volcano">Nomadic Volcano</a>, <a href="../developers/O.html#oo13">oo13</a>, <a href="../developers/O.html#ornok">Ornok</a>, <a href="../developers/P.html#pega3">pega3</a>, <a href="../developers/P.html#peter_van_der_meer">Peter van der Meer</a>, <a href="../developers/P.html#ph2000">ph2000</a>, <a href="../developers/Q.html#quyykk">quyykk</a>, <a href="../developers/R.html#roadrunner56">roadrunner56</a>, <a href="../developers/R.html#roscoe_skylar">Roscoe Skylar</a>, <a href="../developers/R.html#rmi_verschelde">Rémi Verschelde</a>, <a href="../developers/S.html#sean_fahey">Sean Fahey</a>, <a href="../developers/T.html#tadrix">Tadrix</a>, <a href="../developers/T.html#tatami4">tatami4</a>, <a href="../developers/T.html#tehhowch">tehhowch</a>, <a href="../developers/T.html#temtem">TemTem</a>, <a href="../developers/T.html#terin">Terin</a>, <a href="../developers/T.html#thomas_ballinger">Thomas Ballinger</a>, <a href="../developers/T.html#thunderforge">Thunderforge</a>, <a href="../developers/T.html#toilethinges">toilethinges</a>, <a href="../developers/W.html#warp-core">warp-core</a>, <a href="../developers/W.html#wrzlprnft">Wrzlprnft</a>, <a href="../developers/Z.html#zitchas">Zitchas</a>, <a href="../developers/A.html#_">Андрей Беньковский</a></details><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/endless_sky.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -505,7 +505,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="genres.html#strategy" title="strategy games" class="tag is-info">strategy</a>
|
||||
<span class="tag is-light">turn-based</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://code.google.com/archive/p/cult/">code.google.com/archive/p/cult</a><br>Media: <a href="https://trilarion.blogspot.com/2020/12/review-of-evil-cult.html">trilarion.blogspot.com/2020/12/review-of-evil-cult.html</a><br>Play online: <a href="http://www.in-fi-del.net/static/cult/index.html">www.in-fi-del.net/static/cult/index.html</a><br></div><nav class="level"><div class="level-item"><a href="None"><img src="../screenshots/evil_cult_01.jpg" width="213" height="128" alt=""></a></div></nav><div class="block is-size-7">
|
||||
</div><div class="block">Homepage: <a href="https://code.google.com/archive/p/cult/">code.google.com/archive/p/cult</a><br>Media: <a href="https://trilarion.blogspot.com/2020/12/review-of-evil-cult.html">trilarion.blogspot.com/2020/12/review-of-evil-cult.html</a><br>Play online: <a href="http://www.in-fi-del.net/static/cult/index.html">www.in-fi-del.net/static/cult/index.html</a><br></div><nav class="level"><div class="level-item"><img src="../screenshots/evil_cult_01.jpg" width="213" height="128" alt=""></div></nav><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#haxe">Haxe</a>, <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/infidel-/cult.git">infidel-/cult.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2015, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Developers: <a href="../developers/C.html#chris_oelmueller">Chris Oelmueller</a>, <a href="../developers/M.html#max_kowarski">Max Kowarski</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/evil_cult.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -598,7 +598,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-26 19:43</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -376,7 +376,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info">remake</a><a href="genres.html#strategy" title="strategy games" class="tag is-info">strategy</a></div>
|
||||
</div><div class="block">Homepage: <a href="https://fodev.net/">fodev.net</a><br>Inspiration: <a href="../inspirations/F.html#fallout_online">Fallout Online</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C</a>, <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-3.0</a><br>Code repositories: <a href="https://github.com/alexknvl/fonline.git">alexknvl/fonline.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2013, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>), <a href="https://github.com/rotators/play-fonline-data.git @add">rotators/play-fonline-data.git @add<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2014, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C</a>, <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-3.0</a><br>Code repositories: <a href="https://github.com/alexknvl/fonline.git">alexknvl/fonline.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2013, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>), <a href="https://github.com/rotators/play-fonline-data.git @add">rotators/play-fonline-data.git @add<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2014, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br>Developers: <a href="../developers/A.html#alexander_konovalov">Alexander Konovalov</a>, <a href="../developers/M.html#markus">Markus</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/fonline.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -474,7 +474,7 @@
|
||||
<span class="tag is-light">content commercial + original required</span>
|
||||
<span class="tag is-light">shooter</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/TIHan/FQuake3">TIHan/FQuake3<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></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#f">F#</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/TIHan/FQuake3.git">TIHan/FQuake3.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2013, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>Code dependencies: MonoGame<br>Developer: <a href="../developers/W.html#will_smith">Will Smith</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#f#">F#</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/TIHan/FQuake3.git">TIHan/FQuake3.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2013, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>Code dependencies: MonoGame<br>Developer: <a href="../developers/W.html#will_smith">Will Smith</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/fquake3.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -582,7 +582,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info">action</a><a href="genres.html#remake" title="remake games" class="tag is-info">remake</a><a href="genres.html#role playing" title="role playing games" class="tag is-info">role playing</a>
|
||||
<span class="tag is-light">content commercial + original required</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://freeablo.org/">freeablo.org</a><br>Inspiration: <a href="../inspirations/D.html#diablo">Diablo</a><br></div><div class="block is-size-7">
|
||||
</div><div class="block">Homepage: <a href="https://freeablo.org/">freeablo.org</a><br>Inspiration: <a href="../inspirations/D.html#diablo">Diablo</a><br></div><nav class="level"><div class="level-item"><img src="../screenshots/freeablo_01.jpg" width="232" height="128" alt=""></div></nav><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/wheybags/freeablo.git">wheybags/freeablo.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 class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br><details><summary>Developers: (13)</summary><a href="../developers/A.html#alexeylysiuk">alexey.lysiuk</a>, <a href="../developers/A.html#artem_kuskis">Artem Kuskis</a>, <a href="../developers/B.html#blint_kiss">Bálint Kiss</a>, <a href="../developers/C.html#colm_vize">Colm Vize</a>, <a href="../developers/E.html#exairnous">Exairnous</a>, <a href="../developers/G.html#grant_ramsay">Grant Ramsay</a>, <a href="../developers/J.html#jordy_vieira">Jordy Vieira</a>, <a href="../developers/M.html#matus_goljer">Matus Goljer</a>, <a href="../developers/P.html#patrick">Patrick</a>, <a href="../developers/R.html#rohit_nirmal">Rohit Nirmal</a>, <a href="../developers/S.html#sergey_semushin">Sergey Semushin</a>, <a href="../developers/S.html#shyam_guthikonda">Shyam Guthikonda</a>, <a href="../developers/T.html#tom_mason">Tom Mason</a></details><br></div><div class="block is-size-7 has-text-right">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
|
||||
@ -680,7 +680,7 @@
|
||||
<span class="tag is-light">clone</span>
|
||||
<span class="tag is-light">online</span>
|
||||
<span class="tag is-light">turn-based</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://web.archive.org/web/20180102150750/https://play.freeciv.org/">Archive: 20180102150750/https://play.freeciv.org</a><br>Media: <a href="https://en.wikipedia.org/wiki/Freeciv#Freeciv_WebGL_3D_and_Freeciv-web">Freeciv-web<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Inspirations: <a href="../inspirations/C.html#civilization_ii">Civilization II</a>, <a href="../inspirations/F.html#freeciv">Freeciv</a><br></div><div class="block is-size-7">
|
||||
</div><div class="block">Homepage: <a href="https://web.archive.org/web/20180102150750/https://play.freeciv.org/">Archive: 20180102150750/https://play.freeciv.org</a><br>Media: <a href="https://en.wikipedia.org/wiki/Freeciv#Freeciv_WebGL_3D_and_Freeciv-web">Freeciv-web<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Inspirations: <a href="../inspirations/C.html#civilization_ii">Civilization II</a>, <a href="../inspirations/F.html#freeciv">Freeciv</a><br></div><nav class="level"><div class="level-item"><a href="https://raw.githubusercontent.com/freeciv/freeciv-web/develop/freeciv-web/src/main/webapp/javascript/webgl/freeciv-webgl.png"><img src="../screenshots/freeciv-web_01.jpg" width="227" height="128" alt=""></a></div><div class="level-item"><a href="https://raw.githubusercontent.com/freeciv/freeciv-web/develop/scripts/freeciv-web-screenshot.png"><img src="../screenshots/freeciv-web_02.jpg" width="218" height="128" alt=""></a></div></nav><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#javascript">JavaScript</a>, <a href="languages.html#java">Java</a>, <a href="languages.html#python">Python</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_Affero_General_Public_License">AGPL-3.0</a><br>Code repositories: <a href="https://github.com/freeciv/freeciv-web.git">freeciv/freeciv-web.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><details><summary>Developers: (11)</summary><a href="../developers/A.html#andreas_rsdal">Andreas Røsdal</a>, <a href="../developers/C.html#chris1869">chris1869</a>, <a href="../developers/C.html#cpetry">cpetry</a>, <a href="../developers/G.html#gerik_bonaert">Gerik Bonaert</a>, <a href="../developers/J.html#jacob_rask">Jacob Rask</a>, <a href="../developers/L.html#louis_moureaux">Louis Moureaux</a>, <a href="../developers/M.html#marko_lindqvist">Marko Lindqvist</a>, <a href="../developers/M.html#mchenryc">mchenryc</a>, <a href="../developers/M.html#mximo_castaeda">Máximo Castañeda</a>, <a href="../developers/S.html#sveinung_kvilhaugsvik">Sveinung Kvilhaugsvik</a>, <a href="../developers/T.html#tom_von_schwerdtner">Tom von Schwerdtner</a></details><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/freeciv-web.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -768,7 +768,7 @@
|
||||
<span class="tag is-light">space</span>
|
||||
<span class="tag is-light">turn-based</span></div>
|
||||
</div><div class="block">Homepage: <a href="http://edkolis.com/freee">edkolis.com/freee</a><br>Inspiration: <a href="../inspirations/S.html#space_empires_iv">Space Empires IV</a><br>Download: <a href="https://github.com/ekolis/FrEee/releases">ekolis/FrEee/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Creative_Commons_license">CC-BY-NC-SA-2.0</a><br>Code repositories: <a href="https://github.com/ekolis/FrEee.git">ekolis/FrEee.git<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Assets licenses: <a href="https://en.wikipedia.org/wiki/Creative_Commons_license">CC-BY-NC-SA-2.0</a><br>
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c#">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Creative_Commons_license">CC-BY-NC-SA-2.0</a><br>Code repositories: <a href="https://github.com/ekolis/FrEee.git">ekolis/FrEee.git<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Assets licenses: <a href="https://en.wikipedia.org/wiki/Creative_Commons_license">CC-BY-NC-SA-2.0</a><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Microsoft_Visual_Studio" class="is-size-7">Visual Studio</a><br></div><div class="block 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/freee.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -951,7 +951,7 @@
|
||||
<div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info">remake</a><a href="genres.html#strategy" title="strategy games" class="tag is-info">strategy</a>
|
||||
<span class="tag is-light">content original required</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/Pyrdacor/freeserf.net">Pyrdacor/freeserf.net<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspirations: <a href="../inspirations/F.html#freeserf">Freeserf</a>, <a href="../inspirations/T.html#the_settlers">The Settlers</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/Pyrdacor/freeserf.net.git">Pyrdacor/freeserf.net.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2018, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>
|
||||
<span class="has-text-weight-semibold">Details</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/Pyrdacor/freeserf.net.git">Pyrdacor/freeserf.net.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2018, <span class="icon 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://en.wikipedia.org/wiki/Microsoft_Visual_Studio" class="is-size-7">Visual Studio</a><br>Developers: <a href="../developers/A.html#andrzej_j_skalski">Andrzej J. Skalski</a>, <a href="../developers/P.html#pyrdacor">Pyrdacor</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/freeserfnet.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -982,7 +982,7 @@
|
||||
<div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info">remake</a><a href="genres.html#simulation" title="simulation games" class="tag is-info">simulation</a>
|
||||
<span class="tag is-light">content commercial + original required</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/francot514/FreeSims">francot514/FreeSims<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspiration: <a href="../inspirations/T.html#the_sims">The Sims</a><br>Download: <a href="https://github.com/francot514/FreeSims/releases">francot514/FreeSims/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Mozilla_Public_License">MPL-2.0</a><br>Code repositories: <a href="https://github.com/francot514/FreeSims.git">francot514/FreeSims.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>Code dependencies: MonoGame<br>Developer: <a href="../developers/F.html#franco_franks">Franco Franks</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c#">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Mozilla_Public_License">MPL-2.0</a><br>Code repositories: <a href="https://github.com/francot514/FreeSims.git">francot514/FreeSims.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>Code dependencies: MonoGame<br>Developer: <a href="../developers/F.html#franco_franks">Franco Franks</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/freesims.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -1043,7 +1043,7 @@
|
||||
<span class="tag is-light">clone</span>
|
||||
<span class="tag is-light">content commercial</span></div>
|
||||
</div><div class="block">Homepages: <a href="http://freetrain.sourceforge.net/">freetrain.sourceforge.net</a>, <a href="https://sourceforge.net/projects/freetrain/">freetrain<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Inspiration: <a href="../inspirations/A.html#a-train">A-Train</a><br>Download: <a href="https://sourceforge.net/projects/freetrain/files/">freetrain/files<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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_Lesser_General_Public_License">LGPL-2.1</a><br>Code repositories: <a href="https://gitlab.com/osgames/freetrain.git">osgames/freetrain.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>), <a href="https://svn.code.sf.net/p/freetrain/code">svn.code.sf.net/p/freetrain/code</a><br>Developers: <a href="../developers/A.html#ari_mustonen">Ari Mustonen</a>, <a href="../developers/C.html#c477chiname">c477(chiname)</a>, <a href="../developers/C.html#charles_goodwin">Charles Goodwin</a>, <a href="../developers/D.html#daniel_markstedt">Daniel Markstedt</a>, <a href="../developers/D.html#david_hudson">David Hudson</a>, <a href="../developers/R.html#r_white">R. White</a>, <a href="../developers/S.html#steven_hoefel">Steven Hoefel</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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_Lesser_General_Public_License">LGPL-2.1</a><br>Code repositories: <a href="https://gitlab.com/osgames/freetrain.git">osgames/freetrain.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>), <a href="https://svn.code.sf.net/p/freetrain/code">svn.code.sf.net/p/freetrain/code</a><br>Developers: <a href="../developers/A.html#ari_mustonen">Ari Mustonen</a>, <a href="../developers/C.html#c477chiname">c477(chiname)</a>, <a href="../developers/C.html#charles_goodwin">Charles Goodwin</a>, <a href="../developers/D.html#daniel_markstedt">Daniel Markstedt</a>, <a href="../developers/D.html#david_hudson">David Hudson</a>, <a href="../developers/R.html#r_white">R. White</a>, <a href="../developers/S.html#steven_hoefel">Steven Hoefel</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/freetrain.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -1204,7 +1204,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-27 14:51</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -84,7 +84,7 @@
|
||||
<span class="tag is-light">multiplayer email</span>
|
||||
<span class="tag is-light">turn-based</span></div>
|
||||
</div><div class="block">Homepages: <a href="http://galaxyng.sourceforge.net/">galaxyng.sourceforge.net</a>, <a href="https://sourceforge.net/projects/galaxyng/">galaxyng<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Download: <a href="https://sourceforge.net/projects/galaxyng/files">galaxyng/files<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C</a>, <a href="languages.html#php">PHP</a>, <a href="languages.html#shell">Shell</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/galaxyng.git">osgames/galaxyng.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>), <a href="http://galaxyng.cvs.sourceforge.net/">galaxyng.cvs.sourceforge.net</a><br><details><summary>Developers: (11)</summary><a href="../developers/B.html#bogdan_mincu">Bogdan Mincu</a>, <a href="../developers/C.html#chris_shaffer">Chris Shaffer</a>, <a href="../developers/F.html#frans_slothouber">Frans Slothouber</a>, <a href="../developers/G.html#geoff_lamperd">Geoff Lamperd</a>, <a href="../developers/I.html#ian_evans">Ian Evans</a>, <a href="../developers/K.html#ken_weinert">Ken Weinert</a>, <a href="../developers/M.html#matthew_messana">Matthew Messana</a>, <a href="../developers/P.html#paul_heinzlreiter">Paul Heinzlreiter</a>, <a href="../developers/R.html#ref">ref</a>, <a href="../developers/S.html#steven_webb">Steven Webb</a>, <a href="../developers/T.html#thomas_odaker">Thomas Odaker</a></details><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C</a>, <a href="languages.html#php">PHP</a>, <a href="languages.html#script">Script</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/galaxyng.git">osgames/galaxyng.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>), <a href="http://galaxyng.cvs.sourceforge.net/">galaxyng.cvs.sourceforge.net</a><br><details><summary>Developers: (11)</summary><a href="../developers/B.html#bogdan_mincu">Bogdan Mincu</a>, <a href="../developers/C.html#chris_shaffer">Chris Shaffer</a>, <a href="../developers/F.html#frans_slothouber">Frans Slothouber</a>, <a href="../developers/G.html#geoff_lamperd">Geoff Lamperd</a>, <a href="../developers/I.html#ian_evans">Ian Evans</a>, <a href="../developers/K.html#ken_weinert">Ken Weinert</a>, <a href="../developers/M.html#matthew_messana">Matthew Messana</a>, <a href="../developers/P.html#paul_heinzlreiter">Paul Heinzlreiter</a>, <a href="../developers/R.html#ref">ref</a>, <a href="../developers/S.html#steven_webb">Steven Webb</a>, <a href="../developers/T.html#thomas_odaker">Thomas Odaker</a></details><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/galaxyng.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -117,7 +117,7 @@
|
||||
<span class="tag is-light">demake</span>
|
||||
<span class="tag is-light">multiplayer online</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://www.ganggarrison.com/">www.ganggarrison.com</a><br>Media: <a href="https://en.wikipedia.org/wiki/Gang_Garrison_2">Gang Garrison 2<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Inspiration: <a href="../inspirations/T.html#team_fortress_2">Team Fortress 2</a><br>Download: <a href="https://www.ganggarrison.com/downloads.html">www.ganggarrison.com/downloads.html</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#game_maker_script">Game Maker Script</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Mozilla_Public_License">MPL-2.0</a><br>Code repositories: <a href="https://github.com/Gang-Garrison-2/Gang-Garrison-2.git">Gang-Garrison-2/Gang-Garrison-2.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: Game Maker<br><details><summary>Developers: (13)</summary><a href="../developers/A.html#alexander_nadeau">Alexander Nadeau</a>, <a href="../developers/A.html#andrea">Andrea</a>, <a href="../developers/A.html#asbenz">ASBenz</a>, <a href="../developers/B.html#baseduser">BasedUser</a>, <a href="../developers/D.html#derpduck">Derpduck</a>, <a href="../developers/J.html#jasonx">jason</a>, <a href="../developers/L.html#lennert_claeys">Lennert Claeys</a>, <a href="../developers/M.html#medo42">Medo42</a>, <a href="../developers/M.html#michael_lin">Michael Lin</a>, <a href="../developers/N.html#nulldg">nulldg</a>, <a href="../developers/P.html#prof-kk">PrOF-kk</a>, <a href="../developers/Q.html#qoh">qoh</a>, <a href="../developers/R.html#router">router</a></details><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#game maker script">Game Maker Script</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Mozilla_Public_License">MPL-2.0</a><br>Code repositories: <a href="https://github.com/Gang-Garrison-2/Gang-Garrison-2.git">Gang-Garrison-2/Gang-Garrison-2.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: Game Maker<br><details><summary>Developers: (13)</summary><a href="../developers/A.html#alexander_nadeau">Alexander Nadeau</a>, <a href="../developers/A.html#andrea">Andrea</a>, <a href="../developers/A.html#asbenz">ASBenz</a>, <a href="../developers/B.html#baseduser">BasedUser</a>, <a href="../developers/D.html#derpduck">Derpduck</a>, <a href="../developers/J.html#jasonx">jason</a>, <a href="../developers/L.html#lennert_claeys">Lennert Claeys</a>, <a href="../developers/M.html#medo42">Medo42</a>, <a href="../developers/M.html#michael_lin">Michael Lin</a>, <a href="../developers/N.html#nulldg">nulldg</a>, <a href="../developers/P.html#prof-kk">PrOF-kk</a>, <a href="../developers/Q.html#qoh">qoh</a>, <a href="../developers/R.html#router">router</a></details><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/gang_garrison_2.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -225,7 +225,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="genres.html#role playing" title="role playing games" class="tag is-info">role playing</a></div>
|
||||
</div><div class="block">Homepage: <a href="http://icculus.org/gwiz/">icculus.org/gwiz</a><br>Inspiration: <a href="../inspirations/W.html#wizardry">Wizardry</a><br>Download: <a href="http://icculus.org/gwiz/download.php">icculus.org/gwiz/download.php</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C</a>, <a href="languages.html#shell">Shell</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/gwiz.git">osgames/gwiz.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></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C</a>, <a href="languages.html#script">Script</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/gwiz.git">osgames/gwiz.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></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/gee_whiz.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -385,7 +385,7 @@
|
||||
<span class="tag is-light">3D</span>
|
||||
<span class="tag is-light">real-time</span></div>
|
||||
</div><div class="block">Homepages: <a href="http://glest.org/en/index.php">glest.org/en/index.php</a>, <a href="https://sourceforge.net/projects/glest/">glest<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Media: <a href="https://en.wikipedia.org/wiki/Glest">Glest<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Download: <a href="http://glest.org/en/downloads.php">glest.org/en/downloads.php</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c++">C++</a>, <a href="languages.html#shell">Shell</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/glest.git">osgames/glest.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>), <a href="https://svn.code.sf.net/p/glest/code">svn.code.sf.net/p/glest/code</a><br>
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c++">C++</a>, <a href="languages.html#script">Script</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/glest.git">osgames/glest.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>), <a href="https://svn.code.sf.net/p/glest/code">svn.code.sf.net/p/glest/code</a><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Autoconf" class="is-size-7">Autoconf</a><br>Developers: <a href="../developers/E.html#enveloop">enveloop</a>, <a href="../developers/J.html#jose_zanni">Jose Zanni</a>, <a href="../developers/J.html#jos_zanni">José Zanni</a>, <a href="../developers/M.html#martio">Martiño</a>, <a href="../developers/M.html#matthias_braun">Matthias Braun</a>, <a href="../developers/T.html#tucho_fernandez">tucho fernandez</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/glest.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -611,7 +611,7 @@
|
||||
<div class="tags has-addons"><a href="genres.html#platform" title="platform games" class="tag is-info">platform</a>
|
||||
<span class="tag is-light">content open</span></div>
|
||||
</div><div class="block">Homepages: <a href="http://www.charliedoggames.com/?page_id=62">www.charliedoggames.com/?page_id=62</a>, <a href="https://web.archive.org/web/20111013005011/http://www.tweeler.com/index.php?PAGE=goollie_linux">Archive: 20111013005011/http://www.tweeler.com/index.php?PAGE=goollie_linux</a><br>Download: <a href="https://web.archive.org/web/20111209123851/http://www.tweeler.com/GoOllie_13.sh">Archive: 20111209123851/http://www.tweeler.com/GoOllie_13.sh</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#">?</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-3.0</a><br>Code dependencies: SDL<br>Assets licenses: <a href="https://en.wikipedia.org/wiki/Creative_Commons_license">CC-BY-SA-3.0</a><br>Developer: <a href="../developers/T.html#tony_oakden">Tony Oakden</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#?">?</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/GNU_General_Public_License">GPL-3.0</a><br>Code dependencies: SDL<br>Assets licenses: <a href="https://en.wikipedia.org/wiki/Creative_Commons_license">CC-BY-SA-3.0</a><br>Developer: <a href="../developers/T.html#tony_oakden">Tony Oakden</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/go_ollie.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -832,7 +832,7 @@
|
||||
<div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info">remake</a>
|
||||
<span class="tag is-light">content commercial</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/Greentwip/HoneyTown">Greentwip/HoneyTown<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspiration: <a href="../inspirations/S.html#story_of_seasons_series">Story of Seasons series</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/Greentwip/HoneyTown.git">Greentwip/HoneyTown.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2019, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Developer: <a href="../developers/V.html#victor_lopez">Victor Lopez</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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/Greentwip/HoneyTown.git">Greentwip/HoneyTown.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2019, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Developer: <a href="../developers/V.html#victor_lopez">Victor Lopez</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/greentwips_harvest_moon.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -923,7 +923,7 @@
|
||||
<span class="tag is-light">clone</span>
|
||||
<span class="tag is-light">content open</span></div>
|
||||
</div><div class="block">Homepages: <a href="http://gweled.org/">gweled.org</a>, <a href="https://code.launchpad.net/gweled">code.launchpad.net/gweled</a><br>Inspiration: <a href="../inspirations/B.html#bejeweled">Bejeweled</a><br>Download: <a href="http://gweled.org/download.html">gweled.org/download.html</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C</a>, <a href="languages.html#shell">Shell</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/gweled.git">osgames/gweled.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/gweled">code.launchpad.net/gweled</a><br>Code dependencies: GTK<br>
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C</a>, <a href="languages.html#script">Script</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/gweled.git">osgames/gweled.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/gweled">code.launchpad.net/gweled</a><br>Code dependencies: GTK<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>Developers: <a href="../developers/D.html#daniele_napolitano">Daniele Napolitano</a>, <a href="../developers/W.html#wes_ellis">Wes Ellis</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/gweled.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -957,7 +957,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-27 14:51</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -244,7 +244,7 @@
|
||||
<div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info">remake</a><a href="genres.html#simulation" title="simulation games" class="tag is-info">simulation</a>
|
||||
<span class="tag is-light">sandbox</span>
|
||||
<span class="tag is-light">voxel</span></div>
|
||||
</div><div class="block">Homepage: <a href="http://hematite.piston.rs/">hematite.piston.rs</a><br>Inspiration: <a href="../inspirations/M.html#minecraft">Minecraft</a><br></div><div class="block is-size-7">
|
||||
</div><div class="block">Homepage: <a href="http://hematite.piston.rs/">hematite.piston.rs</a><br>Inspiration: <a href="../inspirations/M.html#minecraft">Minecraft</a><br></div><nav class="level"><div class="level-item"><a href="https://raw.githubusercontent.com/PistonDevelopers/hematite/master/screenshot.png"><img src="../screenshots/hematite_01.jpg" width="255" height="128" alt=""></a></div></nav><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#rust">Rust</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/MIT_License">MIT</a><br>Code repositories: <a href="https://github.com/PistonDevelopers/hematite.git">PistonDevelopers/hematite.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: Piston<br>Developers: <a href="../developers/C.html#carlos_cobo">Carlos Cobo</a>, <a href="../developers/D.html#dzmitry_malyshau">Dzmitry Malyshau</a>, <a href="../developers/E.html#eduard-mihai_burtescu">Eduard-Mihai Burtescu</a>, <a href="../developers/F.html#fenhl">Fenhl</a>, <a href="../developers/M.html#matt_ickstadt">Matt Ickstadt</a>, <a href="../developers/N.html#nikita_pekin">Nikita Pekin</a>, <a href="../developers/S.html#sven_nilsen">Sven Nilsen</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/hematite.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -277,7 +277,7 @@
|
||||
<div class="tags has-addons"><a href="genres.html#cards" title="cards games" class="tag is-info">cards</a><a href="genres.html#strategy" title="strategy games" class="tag is-info">strategy</a>
|
||||
<span class="tag is-light">clone</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/francot514/CivHeroes">francot514/CivHeroes<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspiration: <a href="../inspirations/Y.html#yu-gi-oh">Yu-Gi-Oh!</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/francot514/CivHeroes.git">francot514/CivHeroes.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>
|
||||
<span class="has-text-weight-semibold">Details</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/francot514/CivHeroes.git">francot514/CivHeroes.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>
|
||||
<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>Developer: <a href="../developers/F.html#franco_franks">Franco Franks</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/heroes_of_civilizations.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -413,7 +413,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="genres.html#puzzle" title="puzzle games" class="tag is-info">puzzle</a>
|
||||
<span class="tag is-light">clone</span></div>
|
||||
</div><div class="block">Homepages: <a href="https://hextris.github.io/">hextris.github.io</a>, <a href="https://hextris.io/">hextris.io</a><br>Inspiration: <a href="../inspirations/T.html#tetris">Tetris</a><br></div><div class="block is-size-7">
|
||||
</div><div class="block">Homepages: <a href="https://hextris.github.io/">hextris.github.io</a>, <a href="https://hextris.io/">hextris.io</a><br>Inspiration: <a href="../inspirations/T.html#tetris">Tetris</a><br></div><nav class="level"><div class="level-item"><img src="../screenshots/hextris_01.jpg" width="145" height="128" alt=""></div></nav><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/Hextris/Hextris.git">Hextris/Hextris.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>Developers: <a href="../developers/G.html#garrett_finucane">Garrett Finucane</a>, <a href="../developers/L.html#lee_reilly">Lee Reilly</a>, <a href="../developers/L.html#logan_engstrom">Logan Engstrom</a>, <a href="../developers/M.html#mathew_huusko_v">Mathew Huusko V</a>, <a href="../developers/M.html#michael_yang">Michael Yang</a>, <a href="../developers/N.html#noah_moroze">Noah Moroze</a>, <a href="../developers/R.html#redirect">redirect</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/hextris.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -634,7 +634,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-27 14:51</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -180,7 +180,7 @@
|
||||
<div class="tags has-addons"><a href="genres.html#role playing" title="role playing games" class="tag is-info">role playing</a>
|
||||
<span class="tag is-light">console</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://empiredirectory.net/index.php">empiredirectory.net/index.php</a><br>Download: <a href="https://empiredirectory.net/index.php/new-downloads">empiredirectory.net/index.php/new-downloads</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#">?</a><br>Code licenses: ?<br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#?">?</a><br>Code licenses: ?<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/imperium.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -212,7 +212,7 @@
|
||||
<span class="tag is-light">multiplayer online</span>
|
||||
<span class="tag is-light">sandbox</span></div>
|
||||
</div><div class="block">Homepages: <a href="http://www.zachtronics.com/infiniminer/">www.zachtronics.com/infiniminer</a>, <a href="https://code.google.com/archive/p/infiniminer/">code.google.com/archive/p/infiniminer</a><br>Media: <a href="https://en.wikipedia.org/wiki/Zachtronics#Infiniminer">Infiniminer<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Download: <a href="https://code.google.com/archive/p/infiniminer/source/default/source">code.google.com/archive/p/infiniminer/source/default/source</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/craftworkgames/infiniminer.git">craftworkgames/infiniminer.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></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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/craftworkgames/infiniminer.git">craftworkgames/infiniminer.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></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/infiniminer.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -295,7 +295,7 @@
|
||||
<span class="tag is-light">clone</span>
|
||||
<span class="tag is-light">content open</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/omarchehab98/io-reboot">omarchehab98/io-reboot<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspiration: <a href="../inspirations/I.html#infinity_loop">Infinity Loop</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/omarchehab98/io-reboot.git">omarchehab98/io-reboot.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(archived, since 2016, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Code dependencies: Unity<br>Developer: <a href="../developers/O.html#omar_chehab">Omar Chehab</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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/omarchehab98/io-reboot.git">omarchehab98/io-reboot.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(archived, since 2016, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Code dependencies: Unity<br>Developer: <a href="../developers/O.html#omar_chehab">Omar Chehab</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/io_reboot.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -470,7 +470,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-27 14:51</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -133,7 +133,7 @@
|
||||
<span class="tag is-light">content commercial</span>
|
||||
<span class="tag is-light">multiplayer online</span></div>
|
||||
</div><div class="block">Homepage: <a href="http://deat.tk/jazz2/">deat.tk/jazz2</a><br>Inspiration: <a href="../inspirations/J.html#jazz_jackrabbit_2">Jazz Jackrabbit 2</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <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-3.0</a><br>Code repositories: <a href="https://github.com/deathkiller/jazz2.git">deathkiller/jazz2.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2017, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>Code dependencies: libopenmpt, MonoGame, OpenAL<br>Developer: <a href="../developers/D.html#dan_r">Dan R.</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <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-3.0</a><br>Code repositories: <a href="https://github.com/deathkiller/jazz2.git">deathkiller/jazz2.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2017, <span class="icon has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>Code dependencies: libopenmpt, MonoGame, OpenAL<br>Developer: <a href="../developers/D.html#dan_r">Dan R.</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/jazz_resurrection.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -293,7 +293,7 @@
|
||||
<span class="has-text-weight-bold">active</span><span class="icon has-text-black"><i class="icon-sun"></i></span></div></div>
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info">remake</a><a href="genres.html#simulation" title="simulation games" class="tag is-info">simulation</a></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/bvschaik/julius">bvschaik/julius<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspiration: <a href="../inspirations/C.html#caesar_3">Caesar 3</a><br></div><div class="block is-size-7">
|
||||
</div><div class="block">Homepage: <a href="https://github.com/bvschaik/julius">bvschaik/julius<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspiration: <a href="../inspirations/C.html#caesar_3">Caesar 3</a><br></div><nav class="level"><div class="level-item"><a href="https://raw.githubusercontent.com/bvschaik/julius/master/res/vita/bg.png"><img src="../screenshots/julius_01.jpg" width="205" height="128" alt=""></a></div></nav><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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_Affero_General_Public_License">AGPL-3.0</a><br>Code repositories: <a href="https://github.com/bvschaik/julius.git">bvschaik/julius.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2017, <span class="icon 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>Developers: <a href="../developers/B.html#bianca_van_schaik">Bianca van Schaik</a>, <a href="../developers/D.html#devnoname120">devnoname120</a>, <a href="../developers/J.html#jos_cadete">José Cadete</a>, <a href="../developers/K.html#keriew">Keriew</a>, <a href="../developers/N.html#nwtour">nwtour</a>, <a href="../developers/P.html#paul">Paul</a>, <a href="../developers/R.html#rsn8887">rsn8887</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>
|
||||
@ -354,7 +354,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-27 14:51</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -115,7 +115,7 @@
|
||||
</nav><div class="block">
|
||||
<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">remake</a>
|
||||
<span class="tag is-light">content commercial + original required</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/keendreams/keen">keendreams/keen<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspiration: <a href="../inspirations/C.html#commander_keen_series">Commander Keen Series</a><br></div><div class="block is-size-7">
|
||||
</div><div class="block">Homepage: <a href="https://github.com/keendreams/keen">keendreams/keen<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspiration: <a href="../inspirations/C.html#commander_keen_series">Commander Keen Series</a><br></div><nav class="level"><div class="level-item"><img src="../screenshots/keen_dreams_01.jpg" width="205" height="128" alt=""></div></nav><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C</a>, <a href="languages.html#assembly">Assembly</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/keendreams/keen.git">keendreams/keen.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>Developer: <a href="../developers/K.html#keendreams">keendreams</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/keen_dreams.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -132,7 +132,7 @@
|
||||
<span class="tag is-light">2D</span>
|
||||
<span class="tag is-light">content open</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://web.archive.org/web/20150412095108/http://killergame.net/keyrunner/">Archive: 20150412095108/http://killergame.net/keyrunner</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c++">C++</a>, <a href="languages.html#shell">Shell</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://gitlab.com/osgames/keyrunner.git">osgames/keyrunner.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>)<br>Code dependencies: SDL<br>Assets licenses: ?<br>
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c++">C++</a>, <a href="languages.html#script">Script</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://gitlab.com/osgames/keyrunner.git">osgames/keyrunner.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>)<br>Code dependencies: SDL<br>Assets licenses: ?<br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Autoconf" class="is-size-7">Autoconf</a><br>Developer: <a href="../developers/R.html#russ_adams">Russ Adams</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/key_runner.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -438,7 +438,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-26 19:43</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -535,7 +535,7 @@
|
||||
<div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info">action</a>
|
||||
<span class="tag is-light">multiplayer</span></div>
|
||||
</div><div class="block">Homepages: <a href="https://ufoot.org/liquidwar/">ufoot.org/liquidwar</a>, <a href="https://www.gnu.org/software/liquidwar6/">www.gnu.org/software/liquidwar6</a>, <a href="http://savannah.gnu.org/projects/liquidwar6">savannah.gnu.org/projects/liquidwar6</a><br>Media: <a href="https://en.wikipedia.org/wiki/Liquid_War">Liquid War<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Download: <a href="http://download.savannah.gnu.org/releases/liquidwar6/">download.savannah.gnu.org/releases/liquidwar6</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C</a>, <a href="languages.html#shell">Shell</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://git.savannah.gnu.org/git/liquidwar6.git">git.savannah.gnu.org/git/liquidwar6.git</a>, <a href="https://gitlab.com/osgames/liquidwar6.git @add">osgames/liquidwar6.git @add<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>)<br>
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C</a>, <a href="languages.html#script">Script</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://git.savannah.gnu.org/git/liquidwar6.git">git.savannah.gnu.org/git/liquidwar6.git</a>, <a href="https://gitlab.com/osgames/liquidwar6.git @add">osgames/liquidwar6.git @add<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>)<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 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/liquid_war.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -725,7 +725,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-26 19:43</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -115,7 +115,7 @@
|
||||
<div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info">action</a><a href="genres.html#remake" title="remake games" class="tag is-info">remake</a>
|
||||
<span class="tag is-light">content commercial + original required</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://discord.gg/eBQ4QHX">discord.gg/eBQ4QHX</a><br>Inspiration: <a href="../inspirations/M.html#mafia">Mafia</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Apache_License">Apache-2.0</a><br>Code repositories: <a href="https://github.com/MafiaHub/MafiaUnity.git">MafiaHub/MafiaUnity.git<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Code dependencies: Unity<br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c#">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Apache_License">Apache-2.0</a><br>Code repositories: <a href="https://github.com/MafiaHub/MafiaUnity.git">MafiaHub/MafiaUnity.git<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Code dependencies: Unity<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/mafiaunity.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -163,7 +163,7 @@
|
||||
<span class="tag is-light">2D</span>
|
||||
<span class="tag is-light">content open</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/TBye101/MagicalLife">TBye101/MagicalLife<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspiration: <a href="../inspirations/R.html#rimworld">RimWorld</a><br>Download: <a href="https://github.com/TBye101/MagicalLife/releases">TBye101/MagicalLife/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/TBye101/MagicalLife.git">TBye101/MagicalLife.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2017, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>Code dependencies: MonoGame<br>Developers: <a href="../developers/A.html#aaron">Aaron</a>, <a href="../developers/I.html#imgbot">Imgbot</a>, <a href="../developers/L.html#lynngr">Lynngr</a>, <a href="../developers/T.html#thomas_bye">Thomas Bye</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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/TBye101/MagicalLife.git">TBye101/MagicalLife.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2017, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>Code dependencies: MonoGame<br>Developers: <a href="../developers/A.html#aaron">Aaron</a>, <a href="../developers/I.html#imgbot">Imgbot</a>, <a href="../developers/L.html#lynngr">Lynngr</a>, <a href="../developers/T.html#thomas_bye">Thomas Bye</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/magical_life.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -195,7 +195,7 @@
|
||||
<span class="tag is-light">2D</span>
|
||||
<span class="tag is-light">multiplayer online + massive</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://manaplus.org/">manaplus.org</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C</a>, <a href="languages.html#shell">Shell</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://gitlab.com/evol/evol-all.git">evol/evol-all.git<span class="icon has-text-black"><i class="icon-gitlab"></i></span></a>(since 2015, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Code dependencies: Mana source engine<br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C</a>, <a href="languages.html#script">Script</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://gitlab.com/evol/evol-all.git">evol/evol-all.git<span class="icon has-text-black"><i class="icon-gitlab"></i></span></a>(since 2015, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Code dependencies: Mana source engine<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/manaplus.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -211,7 +211,7 @@
|
||||
<span class="tag is-light">sandbox</span>
|
||||
<span class="tag is-light">voxel</span></div>
|
||||
</div><div class="block">Homepages: <a href="http://manicdigger.github.io/">manicdigger.github.io</a>, <a href="https://sourceforge.net/projects/manicdigger/">manicdigger<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Inspiration: <a href="../inspirations/M.html#minecraft">Minecraft</a><br>Download: <a href="https://github.com/manicdigger/manicdigger/releases">manicdigger/manicdigger/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Public_domain">Public domain</a>, <a href="https://en.wikipedia.org/wiki/Unlicense">Unlicense</a><br>Code repositories: <a href="https://github.com/manicdigger/manicdigger.git">manicdigger/manicdigger.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://git.code.sf.net/p/manicdigger/code">git.code.sf.net/p/manicdigger/code</a><br><details><summary>Developers: (15)</summary><a href="../developers/A.html#andybrown87">andybrown87</a>, <a href="../developers/A.html#anton_neverdovskiy">Anton Neverdovskiy</a>, <a href="../developers/A.html#anton_neverdovsky">Anton Neverdovsky</a>, <a href="../developers/C.html#code32">code32</a>, <a href="../developers/C.html#croxxx">croxxx</a>, <a href="../developers/E.html#em">em</a>, <a href="../developers/E.html#exe">exe</a>, <a href="../developers/J.html#james_likier">James Likier</a>, <a href="../developers/J.html#joshi1999">Joshi1999</a>, <a href="../developers/L.html#liquidhot">liquidhot</a>, <a href="../developers/M.html#meinrad_recheis">Meinrad Recheis</a>, <a href="../developers/P.html#pgtest2">pgtest2</a>, <a href="../developers/T.html#tkwisl">TKwisl</a>, <a href="../developers/T.html#tobimob">TobiMob</a>, <a href="../developers/Z.html#zero_x42">Zero X42</a></details><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c#">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Public_domain">Public domain</a>, <a href="https://en.wikipedia.org/wiki/Unlicense">Unlicense</a><br>Code repositories: <a href="https://github.com/manicdigger/manicdigger.git">manicdigger/manicdigger.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://git.code.sf.net/p/manicdigger/code">git.code.sf.net/p/manicdigger/code</a><br><details><summary>Developers: (15)</summary><a href="../developers/A.html#andybrown87">andybrown87</a>, <a href="../developers/A.html#anton_neverdovskiy">Anton Neverdovskiy</a>, <a href="../developers/A.html#anton_neverdovsky">Anton Neverdovsky</a>, <a href="../developers/C.html#code32">code32</a>, <a href="../developers/C.html#croxxx">croxxx</a>, <a href="../developers/E.html#em">em</a>, <a href="../developers/E.html#exe">exe</a>, <a href="../developers/J.html#james_likier">James Likier</a>, <a href="../developers/J.html#joshi1999">Joshi1999</a>, <a href="../developers/L.html#liquidhot">liquidhot</a>, <a href="../developers/M.html#meinrad_recheis">Meinrad Recheis</a>, <a href="../developers/P.html#pgtest2">pgtest2</a>, <a href="../developers/T.html#tkwisl">TKwisl</a>, <a href="../developers/T.html#tobimob">TobiMob</a>, <a href="../developers/Z.html#zero_x42">Zero X42</a></details><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/manic_digger.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -227,7 +227,7 @@
|
||||
<div class="tags has-addons"><a href="genres.html#puzzle" title="puzzle games" class="tag is-info">puzzle</a>
|
||||
<span class="tag is-light">3D</span>
|
||||
<span class="tag is-light">content open</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://codeparade.itch.io/marblemarcher">codeparade.itch.io/marblemarcher</a><br></div><div class="block is-size-7">
|
||||
</div><div class="block">Homepage: <a href="https://codeparade.itch.io/marblemarcher">codeparade.itch.io/marblemarcher</a><br></div><nav class="level"><div class="level-item"><a href="https://img.itch.zone/aW1hZ2UvMzUxNjMxLzE3NTA4MzAucG5n/original/Rrwyp%2B.png"><img src="../screenshots/marble_marcher_01.jpg" width="228" height="128" alt=""></a></div><div class="level-item"><a href="https://img.itch.zone/aW1hZ2UvMzUxNjMxLzE3NTA4MzEucG5n/original/yxtSSc.png"><img src="../screenshots/marble_marcher_02.jpg" width="228" height="128" alt=""></a></div><div class="level-item"><a href="https://img.itch.zone/aW1hZ2UvMzUxNjMxLzE3NTA4MzMucG5n/original/hvoJSz.png"><img src="../screenshots/marble_marcher_03.jpg" width="228" height="128" alt=""></a></div></nav><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/HackerPoet/MarbleMarcher.git">HackerPoet/MarbleMarcher.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>), <a href="https://github.com/WAUthethird/Marble-Marcher-Community-Edition.git @add">WAUthethird/Marble-Marcher-Community-Edition.git @add<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>Assets licenses: ?<br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br>Developers: <a href="../developers/B.html#bryce_wilson">Bryce Wilson</a>, <a href="../developers/F.html#fw">FW</a>, <a href="../developers/H.html#hackerpoet">HackerPoet</a>, <a href="../developers/M.html#mykhailo_moroz">Mykhailo Moroz</a>, <a href="../developers/O.html#ott_toomet">Ott Toomet</a>, <a href="../developers/S.html#selicre">Selicre</a>, <a href="../developers/W.html#william_unsworth">William Unsworth</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>
|
||||
@ -243,7 +243,7 @@
|
||||
<div class="tags has-addons"><a href="genres.html#arcade" title="arcade games" class="tag is-info">arcade</a>
|
||||
<span class="tag is-light">clone</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://www.kongregate.com/games/MarkGossage/marblez/">www.kongregate.com/games/MarkGossage/marblez</a><br>Inspiration: <a href="../inspirations/T.html#toobz">Toobz</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/mpgossage/Marblez.git">mpgossage/Marblez.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2017, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Code dependencies: Unity<br>Developer: <a href="../developers/M.html#mpgossage">mpgossage</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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/mpgossage/Marblez.git">mpgossage/Marblez.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2017, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Code dependencies: Unity<br>Developer: <a href="../developers/M.html#mpgossage">mpgossage</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/marblez.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -272,7 +272,7 @@
|
||||
<div class="tags has-addons"><a href="genres.html#platform" title="platform games" class="tag is-info">platform</a>
|
||||
<span class="tag is-light">clone</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/jazzyjester/Mario-Game">jazzyjester/Mario-Game<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Media: <a href="https://web.archive.org/web/20160505182543/http://www.myandroidonline.com/2016/03/12/super-mario-bros-in-c/">Archive: 20160505182543/http://www.myandroidonline.com/2016/03/12/super-mario-bros-in-c</a><br>Inspiration: <a href="../inspirations/S.html#super_mario">Super Mario</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/jazzyjester/Mario-Game.git">jazzyjester/Mario-Game.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>Developers: <a href="../developers/M.html#m1s2">M1S2</a>, <a href="../developers/R.html#ronny_remesnik">Ronny Remesnik</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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/jazzyjester/Mario-Game.git">jazzyjester/Mario-Game.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>Developers: <a href="../developers/M.html#m1s2">M1S2</a>, <a href="../developers/R.html#ronny_remesnik">Ronny Remesnik</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/mario_objects.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -1164,7 +1164,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-27 14:51</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -137,7 +137,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="genres.html#role playing" title="role playing games" class="tag is-info">role playing</a>
|
||||
<span class="tag is-light">roguelike</span></div>
|
||||
</div><div class="block">Homepages: <a href="https://www.nethack.org/">www.nethack.org</a>, <a href="https://sourceforge.net/projects/nethack/">nethack<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Media: <a href="https://en.wikipedia.org/wiki/NetHack">NetHack<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Inspiration: <a href="../inspirations/H.html#hack">Hack</a><br>Download: <a href="https://www.nethack.org/common/index.html">www.nethack.org/common/index.html</a><br></div><div class="block is-size-7">
|
||||
</div><div class="block">Homepages: <a href="https://www.nethack.org/">www.nethack.org</a>, <a href="https://sourceforge.net/projects/nethack/">nethack<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Media: <a href="https://en.wikipedia.org/wiki/NetHack">NetHack<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Inspiration: <a href="../inspirations/H.html#hack">Hack</a><br>Download: <a href="https://www.nethack.org/common/index.html">www.nethack.org/common/index.html</a><br></div><nav class="level"><div class="level-item"><a href="https://upload.wikimedia.org/wikipedia/commons/0/00/Nethack_releasing_a_djinni.png"><img src="../screenshots/nethack_01.jpg" width="198" height="128" alt=""></a></div></nav><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C</a><br>Code licenses: Custom<br>Code repositories: <a href="https://github.com/NetHack/NetHack.git">NetHack/NetHack.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>), <a href="https://github.com/Vanilla-NetHack/NetHack-3.4.3.git @add">Vanilla-NetHack/NetHack-3.4.3.git @add<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2010, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>), <a href="https://git.code.sf.net/p/nethack/NetHack">git.code.sf.net/p/nethack/NetHack</a><br><details><summary>Developers: (29)</summary><a href="../developers/A.html#adam_powers">Adam Powers</a>, <a href="../developers/A.html#alkom">alkom</a>, <a href="../developers/B.html#bart_house">Bart House</a>, <a href="../developers/C.html#chasonr">chasonr</a>, <a href="../developers/C.html#copperwater">copperwater</a>, <a href="../developers/D.html#david_cohrs">David Cohrs</a>, <a href="../developers/D.html#dean_luick">Dean Luick</a>, <a href="../developers/D.html#derek">Derek</a>, <a href="../developers/D.html#derek_ray">Derek Ray</a>, <a href="../developers/D.html#dion_nicolaas">Dion Nicolaas</a>, <a href="../developers/H.html#hmm">HMM</a>, <a href="../developers/J.html#janet_walz">Janet Walz</a>, <a href="../developers/J.html#jean-christophe_collet">Jean-Christophe Collet</a>, <a href="../developers/K.html#kenneth_lorber">Kenneth Lorber</a>, <a href="../developers/K.html#kestrel_gregorich-trevor">Kestrel Gregorich-Trevor</a>, <a href="../developers/K.html#kevin_hugo">Kevin Hugo</a>, <a href="../developers/M.html#mak_kolybabi">Mak Kolybabi</a>, <a href="../developers/M.html#michael_meyer">Michael Meyer</a>, <a href="../developers/M.html#mike_s">Mike S</a>, <a href="../developers/M.html#mike_stephenson">Mike Stephenson</a>, <a href="../developers/N.html#nethack_read-only_user">NetHack Read-only user</a>, <a href="../developers/N.html#nhkeni">nhkeni</a>, <a href="../developers/N.html#nhmall">nhmall</a>, <a href="../developers/N.html#nhtangles">NHTangles</a>, <a href="../developers/P.html#pasi_kallinen">Pasi Kallinen</a>, <a href="../developers/P.html#pat_rankin">Pat Rankin</a>, <a href="../developers/P.html#patric_mueller">Patric Mueller</a>, <a href="../developers/T.html#tung_nguyen">Tung Nguyen</a>, <a href="../developers/W.html#warwick_allison">Warwick Allison</a></details><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/nethack.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -381,7 +381,7 @@
|
||||
<span class="tag is-light">content open</span>
|
||||
<span class="tag is-light">roguelike</span></div>
|
||||
</div><div class="block">Homepages: <a href="https://github.com/Serg-Norseman/NorseWorld-Ragnarok">Serg-Norseman/NorseWorld-Ragnarok<span class="icon has-text-black"><i class="icon-github"></i></span></a>, <a href="https://sourceforge.net/projects/norseworld/">norseworld<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Inspiration: <a href="../inspirations/R.html#ragnarok">Ragnarok</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/Serg-Norseman/NorseWorld-Ragnarok.git">Serg-Norseman/NorseWorld-Ragnarok.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2015, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Developers: <a href="../developers/I.html#ilya_bely">Ilya Bely</a>, <a href="../developers/S.html#serg_v_zhdanovskih">Serg V. Zhdanovskih</a>, <a href="../developers/S.html#sergey_zhdanovskih">Sergey Zhdanovskih</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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/Serg-Norseman/NorseWorld-Ragnarok.git">Serg-Norseman/NorseWorld-Ragnarok.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2015, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Developers: <a href="../developers/I.html#ilya_bely">Ilya Bely</a>, <a href="../developers/S.html#serg_v_zhdanovskih">Serg V. Zhdanovskih</a>, <a href="../developers/S.html#sergey_zhdanovskih">Sergey Zhdanovskih</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/norseworld_ragnarok.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -438,7 +438,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info">remake</a><a href="genres.html#strategy" title="strategy games" class="tag is-info">strategy</a></div>
|
||||
</div><div class="block">Homepages: <a href="http://nstars.sourceforge.net/">nstars.sourceforge.net</a>, <a href="https://sourceforge.net/projects/nstars/">nstars<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Inspiration: <a href="../inspirations/S.html#stars">Stars!</a><br>Download: <a href="https://sourceforge.net/projects/nstars/files/">nstars/files<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C#</a><br>Code licenses: ?<br>Code repositories: <a href="http://nstars.cvs.sourceforge.net">nstars.cvs.sourceforge.net</a><br>Developer: <a href="../developers/N.html#nathaniel_woods">Nathaniel Woods</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c#">C#</a><br>Code licenses: ?<br>Code repositories: <a href="http://nstars.cvs.sourceforge.net">nstars.cvs.sourceforge.net</a><br>Developer: <a href="../developers/N.html#nathaniel_woods">Nathaniel Woods</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/nstars.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -548,7 +548,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-27 14:51</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -100,7 +100,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="genres.html#arcade" title="arcade games" class="tag is-info">arcade</a></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/ebuc99/pacman">ebuc99/pacman<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspiration: <a href="../inspirations/P.html#pac-man">Pac-Man</a><br>Downloads: <a href="https://github.com/ebuc99/pacman/releases">ebuc99/pacman/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a>, <a href="https://github.com/ebuc99/pacman_win/releases">ebuc99/pacman_win/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c++">C++</a>, <a href="languages.html#shell">Shell</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/ebuc99/pacman.git">ebuc99/pacman.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>Code dependencies: SDL<br>
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c++">C++</a>, <a href="languages.html#script">Script</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/ebuc99/pacman.git">ebuc99/pacman.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>Code dependencies: SDL<br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Autoconf" class="is-size-7">Autoconf</a><br>Developers: <a href="../developers/E.html#ebuc99">ebuc99</a>, <a href="../developers/K.html#keith_bowes">Keith Bowes</a>, <a href="../developers/M.html#martinx">Martin</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/pacman.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -274,7 +274,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="genres.html#puzzle" title="puzzle games" class="tag is-info">puzzle</a><a href="genres.html#remake" title="remake games" class="tag is-info">remake</a></div>
|
||||
</div><div class="block">Homepages: <a href="http://pathological.sourceforge.net/">pathological.sourceforge.net</a>, <a href="https://sourceforge.net/projects/pathological/">pathological<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Inspiration: <a href="../inspirations/L.html#logcal">Log!cal</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#python">Python</a>, <a href="languages.html#shell">Shell</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/pathological.git">osgames/pathological.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="http://pathological.cvs.sourceforge.net">pathological.cvs.sourceforge.net</a><br>Code dependencies: pygame<br>
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#python">Python</a>, <a href="languages.html#script">Script</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/pathological.git">osgames/pathological.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="http://pathological.cvs.sourceforge.net">pathological.cvs.sourceforge.net</a><br>Code dependencies: pygame<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>Developers: <a href="../developers/J.html#john-paul_gignac">John-Paul Gignac</a>, <a href="../developers/S.html#stephen_thorne">Stephen Thorne</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/pathological.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -562,7 +562,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="genres.html#role playing" title="role playing games" class="tag is-info">role playing</a>
|
||||
<span class="tag is-light">roguelike</span></div>
|
||||
</div><div class="block">Homepage: <a href="http://pixeldungeon.watabou.ru/">pixeldungeon.watabou.ru</a><br>Download: <a href="https://f-droid.org//packages/com.watabou.pixeldungeon/">f-droid.org//packages/com.watabou.pixeldungeon</a><br></div><div class="block is-size-7">
|
||||
</div><div class="block">Homepage: <a href="http://pixeldungeon.watabou.ru/">pixeldungeon.watabou.ru</a><br>Download: <a href="https://f-droid.org//packages/com.watabou.pixeldungeon/">f-droid.org//packages/com.watabou.pixeldungeon</a><br></div><nav class="level"><div class="level-item"><a href="http://pixeldungeon.watabou.ru/screens/level_up.png"><img src="../screenshots/pixel_dungeon_01.jpg" width="210" height="128" alt=""></a></div><div class="level-item"><a href="http://pixeldungeon.watabou.ru/screens/shop.png"><img src="../screenshots/pixel_dungeon_02.jpg" width="210" height="128" alt=""></a></div></nav><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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-3.0</a><br>Code repositories: <a href="https://github.com/watabou/pixel-dungeon.git">watabou/pixel-dungeon.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/watabou/PD-classes.git @add">watabou/PD-classes.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>Developer: <a href="../developers/W.html#watabou">Watabou</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/pixel_dungeon.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -902,7 +902,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info">action</a><a href="genres.html#remake" title="remake games" class="tag is-info">remake</a></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/salvadorc17/Prince-Monogame.git">salvadorc17/Prince-Monogame.git<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspiration: <a href="../inspirations/P.html#prince_of_persia_2">Prince of Persia 2</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/salvadorc17/Prince-Monogame.git">salvadorc17/Prince-Monogame.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2015, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Developer: <a href="../developers/S.html#salvador_cabaas">Salvador Cabañas</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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/salvadorc17/Prince-Monogame.git">salvadorc17/Prince-Monogame.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2015, <span class="icon has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>Developer: <a href="../developers/S.html#salvador_cabaas">Salvador Cabañas</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/prince-monogame.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -977,7 +977,7 @@
|
||||
<div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info">remake</a><a href="genres.html#simulation" title="simulation games" class="tag is-info">simulation</a>
|
||||
<span class="tag is-light">content original required</span></div>
|
||||
</div><div class="block">Homepage: <a href="http://afr0games.com/">afr0games.com</a><br>Inspirations: <a href="../inspirations/C.html#corsixth">CorsixTH</a>, <a href="../inspirations/T.html#the_sims_online">The Sims Online</a><br>Download: <a href="https://github.com/Afr0Games/Project-Dollhouse/releases">Afr0Games/Project-Dollhouse/releases<span class="icon has-text-black"><i class="icon-github"></i></span></a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Mozilla_Public_License">MPL-2.0</a><br>Code repositories: <a href="https://github.com/Afr0Games/Project-Dollhouse.git">Afr0Games/Project-Dollhouse.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2012, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>Code dependencies: MonoGame<br>Developers: <a href="../developers/D.html#ddfczm">ddfczm</a>, <a href="../developers/M.html#mats_vederhus">Mats Vederhus</a>, <a href="../developers/R.html#riperiperi">riperiperi</a>, <a href="../developers/T.html#tony_bark">Tony Bark</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c#">C#</a><br>Code licenses: <a href="https://en.wikipedia.org/wiki/Mozilla_Public_License">MPL-2.0</a><br>Code repositories: <a href="https://github.com/Afr0Games/Project-Dollhouse.git">Afr0Games/Project-Dollhouse.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2012, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>Code dependencies: MonoGame<br>Developers: <a href="../developers/D.html#ddfczm">ddfczm</a>, <a href="../developers/M.html#mats_vederhus">Mats Vederhus</a>, <a href="../developers/R.html#riperiperi">riperiperi</a>, <a href="../developers/T.html#tony_bark">Tony Bark</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/project_dollhouse.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -1237,7 +1237,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-27 14:51</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -121,7 +121,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info">remake</a><a href="genres.html#strategy" title="strategy games" class="tag is-info">strategy</a>
|
||||
<span class="tag is-light">content commercial + original required</span></div>
|
||||
</div><div class="block">Homepages: <a href="https://vcmi.eu/">vcmi.eu</a>, <a href="https://sourceforge.net/projects/vcmi/">vcmi<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Inspiration: <a href="../inspirations/H.html#heroes_of_might_and_magic_iii">Heroes of Might and Magic III</a><br></div><div class="block is-size-7">
|
||||
</div><div class="block">Homepages: <a href="https://vcmi.eu/">vcmi.eu</a>, <a href="https://sourceforge.net/projects/vcmi/">vcmi<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Inspiration: <a href="../inspirations/H.html#heroes_of_might_and_magic_iii">Heroes of Might and Magic III</a><br></div><nav class="level"><div class="level-item"><a href="https://vcmi.eu/img/2017/09/vcmionmac.jpg"><img src="../screenshots/vcmi_01.jpg" width="338" height="128" alt=""></a></div></nav><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/vcmi/vcmi.git">vcmi/vcmi.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://svn.code.sf.net/p/vcmi/code">svn.code.sf.net/p/vcmi/code</a><br>Code dependencies: SDL<br><details><summary>Developers: (61)</summary><a href="../developers/A.html#alex_dunn">Alex Dunn</a>, <a href="../developers/A.html#alex_vs">Alex V.S.</a>, <a href="../developers/A.html#alexander_shishkin">Alexander Shishkin</a>, <a href="../developers/A.html#alexandra_catalina">Alexandra Catalina</a>, <a href="../developers/A.html#alexey_petruchik">Alexey Petruchik</a>, <a href="../developers/A.html#andrii_danylchenko">Andrii Danylchenko</a>, <a href="../developers/A.html#andrzej_ak">Andrzej Żak</a>, <a href="../developers/A.html#arseniy_shestakov">Arseniy Shestakov</a>, <a href="../developers/A.html#artem">Artem</a>, <a href="../developers/B.html#bartosz_bielecki">Bartosz Bielecki</a>, <a href="../developers/B.html#beegee">beegee</a>, <a href="../developers/D.html#daroo">DAroo</a>, <a href="../developers/D.html#david_zni">David Zéni</a>, <a href="../developers/D.html#djwarmonger">DjWarmonger</a>, <a href="../developers/D.html#dmitry">Dmitry</a>, <a href="../developers/D.html#dydzio">Dydzio</a>, <a href="../developers/E.html#edeksumo">edeksumo</a>, <a href="../developers/E.html#ewilhan">Ewilhan</a>, <a href="../developers/F.html#fay">Fay</a>, <a href="../developers/F.html#frank_zago">Frank Zago</a>, <a href="../developers/G.html#glazunov_vadim">Glazunov Vadim</a>, <a href="../developers/H.html#henning_koehler">Henning Koehler</a>, <a href="../developers/I.html#ivan_savenko">Ivan Savenko</a>, <a href="../developers/J.html#john_bolton">John Bolton</a>, <a href="../developers/J.html#josch">josch</a>, <a href="../developers/K.html#karliss">karliss</a>, <a href="../developers/K.html#karol_rudnik">Karol Rudnik</a>, <a href="../developers/K.html#krzesimir_nowak">Krzesimir Nowak</a>, <a href="../developers/L.html#laszlo_ozsvart">Laszlo Ozsvart</a>, <a href="../developers/L.html#linuxrocks123">linuxrocks123</a>, <a href="../developers/M.html#macron1robot">Macron1Robot</a>, <a href="../developers/M.html#mateusz_b">Mateusz B</a>, <a href="../developers/M.html#mateusz_baran">Mateusz Baran</a>, <a href="../developers/M.html#micha_janiszewski">Michał Janiszewski</a>, <a href="../developers/M.html#micha_kalinowski">Michał Kalinowski</a>, <a href="../developers/M.html#micha_w_urbaczyk">Michał W. Urbańczyk</a>, <a href="../developers/M.html#micha_wawrzyniec_urbaczyk">Michał Wawrzyniec Urbańczyk</a>, <a href="../developers/M.html#mikhail_paulyshka">Mikhail Paulyshka</a>, <a href="../developers/M.html#mikko">Mikko</a>, <a href="../developers/O.html#o01eg">O01eg</a>, <a href="../developers/O.html#ori_bar">Ori Bar</a>, <a href="../developers/P.html#paracelsus">Paracelsus</a>, <a href="../developers/P.html#piotr">Piotr</a>, <a href="../developers/R.html#rafal_r">Rafal R</a>, <a href="../developers/R.html#red1939">red1939</a>, <a href="../developers/R.html#rhn">rhn</a>, <a href="../developers/R.html#rickard_westerlund">Rickard Westerlund</a>, <a href="../developers/S.html#sandy">Sandy</a>, <a href="../developers/S.html#stopiccot">stopiccot</a>, <a href="../developers/T.html#tezeriusz">teZeriusz</a>, <a href="../developers/T.html#tohava">tohava</a>, <a href="../developers/T.html#tom_zielinski">Tom Zielinski</a>, <a href="../developers/T.html#toney_sui">Toney Sui</a>, <a href="../developers/T.html#trevor_standley">Trevor Standley</a>, <a href="../developers/U.html#uladzislau_susha">Uladzislau Susha</a>, <a href="../developers/V.html#vadim_glazunov">Vadim Glazunov</a>, <a href="../developers/V.html#vadim_markovtsev">Vadim Markovtsev</a>, <a href="../developers/V.html#victor">Victor</a>, <a href="../developers/X.html#xyzz">xyzz</a>, <a href="../developers/Y.html#yupsi">yupsi</a>, <a href="../developers/Z.html#zyx-2000">Zyx-2000</a></details><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/vcmi.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -380,7 +380,7 @@
|
||||
<div class="tags has-addons"><a href="genres.html#music" title="music games" class="tag is-info">music</a>
|
||||
<span class="tag is-light">entertainment</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://www.vocaluxe.org/">www.vocaluxe.org</a><br>Inspirations: <a href="../inspirations/S.html#singstar">SingStar</a>, <a href="../inspirations/U.html#ultrastar_deluxe">UltraStar Deluxe</a><br>Download: <a href="https://www.vocaluxe.org/#download">www.vocaluxe.org/#download</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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-3.0</a><br>Code repositories: <a href="https://github.com/Vocaluxe/Vocaluxe.git">Vocaluxe/Vocaluxe.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2012, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br><details><summary>Developers: (11)</summary><a href="../developers/A.html#alexander_eckart">Alexander Eckart</a>, <a href="../developers/A.html#alexander_grund">Alexander Grund</a>, <a href="../developers/D.html#daggeg">daggeg</a>, <a href="../developers/D.html#derivator">derivator</a>, <a href="../developers/F.html#florian_ostertag">Florian Ostertag</a>, <a href="../developers/H.html#hessbe">hessbe</a>, <a href="../developers/J.html#jiiniasu">Jiiniasu</a>, <a href="../developers/K.html#konstantin_nasartschuk">Konstantin Nasartschuk</a>, <a href="../developers/L.html#lukeiam">lukeIam</a>, <a href="../developers/S.html#stefan">Stefan</a>, <a href="../developers/S.html#stephan_sundermann">Stephan Sundermann</a></details><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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-3.0</a><br>Code repositories: <a href="https://github.com/Vocaluxe/Vocaluxe.git">Vocaluxe/Vocaluxe.git<span class="icon has-text-black"><i class="icon-github"></i></span></a>(since 2012, <span class="icon has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br><details><summary>Developers: (11)</summary><a href="../developers/A.html#alexander_eckart">Alexander Eckart</a>, <a href="../developers/A.html#alexander_grund">Alexander Grund</a>, <a href="../developers/D.html#daggeg">daggeg</a>, <a href="../developers/D.html#derivator">derivator</a>, <a href="../developers/F.html#florian_ostertag">Florian Ostertag</a>, <a href="../developers/H.html#hessbe">hessbe</a>, <a href="../developers/J.html#jiiniasu">Jiiniasu</a>, <a href="../developers/K.html#konstantin_nasartschuk">Konstantin Nasartschuk</a>, <a href="../developers/L.html#lukeiam">lukeIam</a>, <a href="../developers/S.html#stefan">Stefan</a>, <a href="../developers/S.html#stephan_sundermann">Stephan Sundermann</a></details><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/vocaluxe.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -441,7 +441,7 @@
|
||||
</nav><div class="block">
|
||||
<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">remake</a>
|
||||
<span class="tag is-light">content commercial + original required</span></div>
|
||||
</div><div class="block">Homepage: <a href="http://distractionware.com/blog/2020/01/vvvvvv-is-now-open-source/">distractionware.com/blog/2020/01/vvvvvv-is-now-open-source</a><br>Inspiration: <a href="../inspirations/V.html#vvvvvv">VVVVVV</a><br></div><nav class="level"><div class="level-item"><a href="None"><img src="../screenshots/vvvvvv_01.jpg" width="221" height="128" alt=""></a></div></nav><div class="block is-size-7">
|
||||
</div><div class="block">Homepage: <a href="http://distractionware.com/blog/2020/01/vvvvvv-is-now-open-source/">distractionware.com/blog/2020/01/vvvvvv-is-now-open-source</a><br>Inspiration: <a href="../inspirations/V.html#vvvvvv">VVVVVV</a><br></div><nav class="level"><div class="level-item"><img src="../screenshots/vvvvvv_01.jpg" width="221" height="128" alt=""></div></nav><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#actionscript">ActionScript</a>, <a href="languages.html#c++">C++</a><br>Code licenses: Custom<br>Code repositories: <a href="https://github.com/TerryCavanagh/vvvvvv.git">TerryCavanagh/vvvvvv.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: Adobe AIR, SDL2<br><details><summary>Developers: (18)</summary><a href="../developers/A.html#allison_fleischer">Allison Fleischer</a>, <a href="../developers/A.html#ally">Ally</a>, <a href="../developers/C.html#charlie">Charlie</a>, <a href="../developers/D.html#daniel_lee">Daniel Lee</a>, <a href="../developers/D.html#dav999-v">Dav999-v</a>, <a href="../developers/E.html#epirat">ePirat</a>, <a href="../developers/E.html#ethan_lee">Ethan Lee</a>, <a href="../developers/F.html#fredrik_ljungdahl">Fredrik Ljungdahl</a>, <a href="../developers/L.html#leo60228">leo60228</a>, <a href="../developers/M.html#matt_aaldenberg">Matt Aaldenberg</a>, <a href="../developers/M.html#matt_penny">Matt Penny</a>, <a href="../developers/M.html#misa">Misa</a>, <a href="../developers/M.html#misa_elizabeth_kai">Misa Elizabeth Kai</a>, <a href="../developers/N.html#nichole_mattera">Nichole Mattera</a>, <a href="../developers/R.html#reese_rivers">Reese Rivers</a>, <a href="../developers/R.html#rmi_verschelde">Rémi Verschelde</a>, <a href="../developers/T.html#terry_cavanagh">Terry Cavanagh</a>, <a href="../developers/T.html#tynan_richards">Tynan Richards</a></details><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/vvvvvv.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -456,7 +456,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-27 14:51</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -210,7 +210,7 @@
|
||||
<div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info">remake</a><a href="genres.html#strategy" title="strategy games" class="tag is-info">strategy</a>
|
||||
<span class="tag is-light">popular</span>
|
||||
<span class="tag is-light">real-time</span></div>
|
||||
</div><div class="block">Homepages: <a href="http://wz2100.net/">wz2100.net</a>, <a href="https://sourceforge.net/projects/warzone2100/">warzone2100<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Inspiration: <a href="../inspirations/W.html#warzone_2100">Warzone 2100</a><br>Download: <a href="https://sourceforge.net/projects/warzone2100/files/releases/">warzone2100/files/releases<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br></div><div class="block is-size-7">
|
||||
</div><div class="block">Homepages: <a href="http://wz2100.net/">wz2100.net</a>, <a href="https://sourceforge.net/projects/warzone2100/">warzone2100<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Inspiration: <a href="../inspirations/W.html#warzone_2100">Warzone 2100</a><br>Download: <a href="https://sourceforge.net/projects/warzone2100/files/releases/">warzone2100/files/releases<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br></div><nav class="level"><div class="level-item"><img src="../screenshots/warzone_2100_01.jpg" width="171" height="128" alt=""></div><div class="level-item"><a href="https://wz2100.net/img/screenshots/base_build.webp"><img src="../screenshots/warzone_2100_02.jpg" width="178" height="128" alt=""></a></div><div class="level-item"><a href="https://wz2100.net/img/screenshots/multiplayer_massive_battle.webp"><img src="../screenshots/warzone_2100_03.jpg" width="184" height="128" alt=""></a></div></nav><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/Warzone2100/warzone2100.git">Warzone2100/warzone2100.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>)<br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br><details><summary>Developers: (50)</summary><a href="../developers/0.html#20kdc">20kdc</a>, <a href="../developers/A.html#alfred007">alfred007</a>, <a href="../developers/A.html#amiraljcdg">AmiralJCDG</a>, <a href="../developers/A.html#andrey">Andrey</a>, <a href="../developers/B.html#bjorn_ali_goransson">Björn Ali Göransson</a>, <a href="../developers/B.html#buginator">Buginator</a>, <a href="../developers/C.html#christian_ohm">Christian Ohm</a>, <a href="../developers/C.html#colin_macdonald">Colin MacDonald</a>, <a href="../developers/C.html#cristian_odorico">Cristian Odorico</a>, <a href="../developers/C.html#cybersphinx">cybersphinx</a>, <a href="../developers/C.html#cyp">Cyp</a>, <a href="../developers/D.html#dak180">dak180</a>, <a href="../developers/D.html#dani_llewellyn">Dani Llewellyn</a>, <a href="../developers/D.html#daniel_llewellyn">Daniel Llewellyn</a>, <a href="../developers/D.html#dennis_schridde">Dennis Schridde</a>, <a href="../developers/E.html#elio_gubser">Elio Gubser</a>, <a href="../developers/E.html#epilef">epilef</a>, <a href="../developers/F.html#forgon2100">Forgon2100</a>, <a href="../developers/F.html#freddie">Freddie</a>, <a href="../developers/F.html#freddie_witherden">Freddie Witherden</a>, <a href="../developers/G.html#gdenis">g.denis</a>, <a href="../developers/G.html#giel_van_schijndel">Giel van Schijndel</a>, <a href="../developers/G.html#guangcong_luo">Guangcong Luo</a>, <a href="../developers/I.html#ilari_tommiska">Ilari Tommiska</a>, <a href="../developers/K.html#kjeff01">KJeff01</a>, <a href="../developers/K.html#kreuvf">Kreuvf</a>, <a href="../developers/L.html#lordgolias">LordGolias</a>, <a href="../developers/M.html#maxim_zhuchkov">Maxim Zhuchkov</a>, <a href="../developers/M.html#michax">Michał</a>, <a href="../developers/M.html#mysteryem">Mysteryem</a>, <a href="../developers/N.html#nanotech">nanotech</a>, <a href="../developers/N.html#noq">NoQ</a>, <a href="../developers/P.html#pastdue">pastdue</a>, <a href="../developers/P.html#pawe_perakowski">Paweł Perłakowski</a>, <a href="../developers/P.html#per_i_mathisen">Per I Mathisen</a>, <a href="../developers/P.html#per_inge_mathisen">Per Inge Mathisen</a>, <a href="../developers/P.html#prot_euphobos">Prot EuPhobos</a>, <a href="../developers/S.html#safety0ff">Safety0ff</a>, <a href="../developers/S.html#stephen_swaney">Stephen Swaney</a>, <a href="../developers/S.html#subsentient">Subsentient</a>, <a href="../developers/T.html#thiago_romo_barcala">Thiago Romão Barcala</a>, <a href="../developers/T.html#thomas_rupprecht">Thomas Rupprecht</a>, <a href="../developers/T.html#tipchik">Tipchik</a>, <a href="../developers/T.html#topi_miettinen">Topi Miettinen</a>, <a href="../developers/V.html#vexed">vexed</a>, <a href="../developers/V.html#vincent_laviron">Vincent Laviron</a>, <a href="../developers/V.html#vitya_andreev">Vitya Andreev</a>, <a href="../developers/V.html#vladimir_salnikov">Vladimir Salnikov</a>, <a href="../developers/V.html#vlj">vlj</a>, <a href="../developers/W.html#wzdev-ci">wzdev-ci</a></details><br></div><div class="block is-size-7 has-text-right">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
|
||||
@ -440,7 +440,7 @@
|
||||
<span class="tag is-light">content commercial + original required</span>
|
||||
<span class="tag is-light">shooter</span></div>
|
||||
</div><div class="block">Homepage: <a href="https://github.com/francot514/Wolf3dX">francot514/Wolf3dX<span class="icon has-text-black"><i class="icon-github"></i></span></a><br>Inspiration: <a href="../inspirations/W.html#wolfenstein_3d">Wolfenstein 3D</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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/francot514/Wolf3dX.git">francot514/Wolf3dX.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: MonoGame<br>Developer: <a href="../developers/F.html#franco_franks">Franco Franks</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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/francot514/Wolf3dX.git">francot514/Wolf3dX.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: MonoGame<br>Developer: <a href="../developers/F.html#franco_franks">Franco Franks</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/wolf3dx.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -569,7 +569,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-27 14:51</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -128,7 +128,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="genres.html#arcade" title="arcade games" class="tag is-info">arcade</a></div>
|
||||
</div><div class="block">Homepage: <a href="http://www.xbill.org/">www.xbill.org</a><br>Download: <a href="http://www.xbill.org/download/">www.xbill.org/download</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C</a>, <a href="languages.html#shell">Shell</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/xbill.git">osgames/xbill.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>)<br>
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c">C</a>, <a href="languages.html#script">Script</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/xbill.git">osgames/xbill.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>)<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>Developers: <a href="../developers/B.html#brian_wellington">Brian Wellington</a>, <a href="../developers/M.html#matias_duarte">Matias Duarte</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/xbill.md" title="Text based entry on Github">Raw entry</a>
|
||||
@ -160,7 +160,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="genres.html#strategy" title="strategy games" class="tag is-info">strategy</a></div>
|
||||
</div><div class="block">Homepages: <a href="http://xconq.sourceforge.net/">xconq.sourceforge.net</a>, <a href="http://sourceware.org/xconq/">sourceware.org/xconq</a>, <a href="https://sourceforge.net/projects/xconq/">xconq<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a><br>Media: <a href="https://en.wikipedia.org/wiki/Xconq">Xconq<span class="icon has-text-black"><i class="icon-wikipedia"></i></span></a><br>Inspiration: <a href="../inspirations/E.html#empire">Empire</a><br>Downloads: <a href="https://sourceforge.net/projects/xconq/files/">xconq/files<span class="icon has-text-black"><i class="icon-sourceforge"></i></span></a>, <a href="https://sourceware.org/xconq/ftp.html">sourceware.org/xconq/ftp.html</a><br></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c++">C++</a>, <a href="languages.html#c">C</a>, <a href="languages.html#shell">Shell</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/xconq.git">osgames/xconq.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>), <a href="http://xcong.cvs.sourceforge.net">xcong.cvs.sourceforge.net</a><br>Developers: <a href="../developers/E.html#elijah_meeks">Elijah Meeks</a>, <a href="../developers/L.html#lincoln_peters">Lincoln Peters</a>, <a href="../developers/M.html#massimo_campostrini">Massimo Campostrini</a>, <a href="../developers/M.html#matthew_skala">Matthew Skala</a><br></div><div class="block is-size-7 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</span><br>Code languages: <a href="languages.html#c++">C++</a>, <a href="languages.html#c">C</a>, <a href="languages.html#script">Script</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/xconq.git">osgames/xconq.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>), <a href="http://xcong.cvs.sourceforge.net">xcong.cvs.sourceforge.net</a><br>Developers: <a href="../developers/E.html#elijah_meeks">Elijah Meeks</a>, <a href="../developers/L.html#lincoln_peters">Lincoln Peters</a>, <a href="../developers/M.html#massimo_campostrini">Massimo Campostrini</a>, <a href="../developers/M.html#matthew_skala">Matthew Skala</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>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/xconq.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -459,7 +459,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-26 19:43</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -88,7 +88,7 @@
|
||||
<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">remake</a>
|
||||
<span class="tag is-light">content open</span></div>
|
||||
</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></div><div class="block is-size-7">
|
||||
<span class="has-text-weight-semibold">Details</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>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 has-text-right">
|
||||
<span class="has-text-weight-semibold">Details</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>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 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/yknytt.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -102,7 +102,7 @@
|
||||
</nav><div class="block">
|
||||
<div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info">action</a><a href="genres.html#platform" title="platform games" class="tag is-info">platform</a></div>
|
||||
</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">
|
||||
<span class="has-text-weight-semibold">Details</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">Details</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">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/yo_frankie.md" title="Text based entry on Github">Raw entry</a>
|
||||
</div>
|
||||
@ -133,7 +133,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-27 14:51</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -44,8 +44,7 @@
|
||||
<div class="container">
|
||||
<div class="box"><div class="block">
|
||||
<p class="title is-4">Open source games and frameworks</p><p class="subtitle is-6">Index by programming language (or see the <a href="../table.html">table</a>)</p></div><div class="tags">
|
||||
<span class="tag is-white is-size-6"><a href="#?" class="has-text-weight-semibold">?</a> <span class="has-text-grey">(3)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#actionscript" class="has-text-weight-semibold">ActionScript</a> <span class="has-text-grey">(2)</span>
|
||||
<span class="tag is-white is-size-6"><a href="#actionscript" class="has-text-weight-semibold">ActionScript</a> <span class="has-text-grey">(2)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#ada" class="has-text-weight-semibold">Ada</a> <span class="has-text-grey">(11)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#ags script" class="has-text-weight-semibold">AGS Script</a> <span class="has-text-grey">(1)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#angelscript" class="has-text-weight-semibold">AngelScript</a> <span class="has-text-grey">(4)</span>
|
||||
@ -54,9 +53,9 @@
|
||||
</span><span class="tag is-white is-size-6"><a href="#basic" class="has-text-weight-semibold">Basic</a> <span class="has-text-grey">(2)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#blender script" class="has-text-weight-semibold">Blender Script</a> <span class="has-text-grey">(2)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#blitzmax" class="has-text-weight-semibold">BlitzMax</a> <span class="has-text-grey">(1)</span>
|
||||
</span><span class="tag is-white is-size-5"><a href="#c" class="has-text-weight-semibold">C</a> <span class="has-text-grey">(518)</span>
|
||||
</span><span class="tag is-white is-size-5"><a href="#c" class="has-text-weight-semibold">C</a> <span class="has-text-grey">(519)</span>
|
||||
</span><span class="tag is-white is-size-5"><a href="#c#" class="has-text-weight-semibold">C#</a> <span class="has-text-grey">(91)</span>
|
||||
</span><span class="tag is-white is-size-5"><a href="#c++" class="has-text-weight-semibold">C++</a> <span class="has-text-grey">(723)</span>
|
||||
</span><span class="tag is-white is-size-5"><a href="#c++" class="has-text-weight-semibold">C++</a> <span class="has-text-grey">(726)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#clojure" class="has-text-weight-semibold">Clojure</a> <span class="has-text-grey">(1)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#coffeescript" class="has-text-weight-semibold">CoffeeScript</a> <span class="has-text-grey">(4)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#coldfusion" class="has-text-weight-semibold">ColdFusion</a> <span class="has-text-grey">(1)</span>
|
||||
@ -79,22 +78,20 @@
|
||||
</span><span class="tag is-white is-size-6"><a href="#lisp" class="has-text-weight-semibold">Lisp</a> <span class="has-text-grey">(7)</span>
|
||||
</span><span class="tag is-white is-size-5"><a href="#lua" class="has-text-weight-semibold">Lua</a> <span class="has-text-grey">(89)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#moonscript" class="has-text-weight-semibold">MoonScript</a> <span class="has-text-grey">(1)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#none" class="has-text-weight-semibold">None</a> <span class="has-text-grey">(5)</span>
|
||||
</span><span class="tag is-white is-size-5"><a href="#objective-c" class="has-text-weight-semibold">Objective-C</a> <span class="has-text-grey">(19)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#ocaml" class="has-text-weight-semibold">OCaml</a> <span class="has-text-grey">(2)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#ooc" class="has-text-weight-semibold">ooc</a> <span class="has-text-grey">(1)</span>
|
||||
</span><span class="tag is-white is-size-5"><a href="#pascal" class="has-text-weight-semibold">Pascal</a> <span class="has-text-grey">(32)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#perl" class="has-text-weight-semibold">Perl</a> <span class="has-text-grey">(7)</span>
|
||||
</span><span class="tag is-white is-size-5"><a href="#php" class="has-text-weight-semibold">PHP</a> <span class="has-text-grey">(33)</span>
|
||||
</span><span class="tag is-white is-size-5"><a href="#python" class="has-text-weight-semibold">Python</a> <span class="has-text-grey">(160)</span>
|
||||
</span><span class="tag is-white is-size-5"><a href="#python" class="has-text-weight-semibold">Python</a> <span class="has-text-grey">(161)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#quakec" class="has-text-weight-semibold">QuakeC</a> <span class="has-text-grey">(1)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#ren'py" class="has-text-weight-semibold">Ren'Py</a> <span class="has-text-grey">(4)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#ruby" class="has-text-weight-semibold">Ruby</a> <span class="has-text-grey">(8)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#rust" class="has-text-weight-semibold">Rust</a> <span class="has-text-grey">(11)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#scala" class="has-text-weight-semibold">Scala</a> <span class="has-text-grey">(2)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#scheme" class="has-text-weight-semibold">Scheme</a> <span class="has-text-grey">(6)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#script" class="has-text-weight-semibold">Script</a> <span class="has-text-grey">(2)</span>
|
||||
</span><span class="tag is-white is-size-5"><a href="#shell" class="has-text-weight-semibold">Shell</a> <span class="has-text-grey">(18)</span>
|
||||
</span><span class="tag is-white is-size-5"><a href="#script" class="has-text-weight-semibold">Script</a> <span class="has-text-grey">(20)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#swift" class="has-text-weight-semibold">Swift</a> <span class="has-text-grey">(1)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#torquescript" class="has-text-weight-semibold">TorqueScript</a> <span class="has-text-grey">(1)</span>
|
||||
</span><span class="tag is-white is-size-5"><a href="#typescript" class="has-text-weight-semibold">TypeScript</a> <span class="has-text-grey">(17)</span>
|
||||
@ -102,21 +99,11 @@
|
||||
</span><span class="tag is-white is-size-6"><a href="#visual basic" class="has-text-weight-semibold">Visual Basic</a> <span class="has-text-grey">(2)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#xul" class="has-text-weight-semibold">XUL</a> <span class="has-text-grey">(1)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#zenscript" class="has-text-weight-semibold">ZenScript</a> <span class="has-text-grey">(1)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#none" class="has-text-weight-semibold">None</a> <span class="has-text-grey">(5)</span>
|
||||
</span><span class="tag is-white is-size-6"><a href="#?" class="has-text-weight-semibold">?</a> <span class="has-text-grey">(3)</span>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div id="?" class="box">
|
||||
<div class="block"><span class="title is-4">?</span></div>
|
||||
<div class="columns"><div class="column">
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="C.html#chaos_esque_anthology">Chaos Esque Anthology</a></span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><a href="G.html#go_ollie">Go Ollie!</a>
|
||||
<span class="is-light is-size-7">(inactive since 2011)</span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="I.html#imperium">Imperium</a></span></li></ul>
|
||||
</div></div>
|
||||
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
|
||||
</div>
|
||||
<div id="actionscript" class="box">
|
||||
<div class="block"><span class="title is-4">ActionScript</span><br><a href="https://en.wikipedia.org/wiki/ActionScript" class="is-size-7">Language information</a></div>
|
||||
<div class="columns"><div class="column">
|
||||
@ -536,7 +523,8 @@
|
||||
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="../frameworks/game engine.html#gameplay">GamePlay</a>
|
||||
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/library.html#gbdk">GBDK</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#gideros">Gideros</a></span></li><li><a href="../frameworks/tool.html#gm_tools">GM Tools</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2004)</span></li><li><a href="../frameworks/game engine.html#gnu_go">GNU Go</a>
|
||||
<span class="is-light is-size-7">(inactive since 2011)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#godot">Godot</a></span></li><li><a href="../frameworks/framework.html#h-world">H-World</a>
|
||||
<span class="is-light is-size-7">(inactive since 2011)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#godot">Godot</a></span></li><li><a href="../frameworks/tool.html#goxel">Goxel</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="../frameworks/framework.html#h-world">H-World</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2005)</span></li><li><a href="../frameworks/game engine.html#hge">HGE</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#instead">INSTEAD</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#ioquake3">ioquake3</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#irrlicht_engine">Irrlicht Engine</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#jedioutcastlinux">JediOutcastLinux</a></span></li><li><a href="../frameworks/game engine.html#jfduke3d">JFDuke3D</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2005)</span></li><li><a href="../frameworks/game engine.html#keeperrl">KeeperRL</a>
|
||||
@ -808,10 +796,10 @@
|
||||
<span class="is-light is-size-7">(inactive since 2004)</span></li><li><a href="I.html#iichantra">iiChantra</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2012)</span></li><li><span class="has-text-weight-semibold"><a href="I.html#ilarion">Ilarion</a></span></li><li><span class="has-text-weight-semibold"><a href="I.html#illarion">Illarion</a></span></li><li><a href="I.html#inexor">Inexor</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2018)</span></li><li><span class="has-text-weight-semibold"><a href="I.html#iortcw">iortcw</a></span></li><li><a href="I.html#iris2">Iris2</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><span class="has-text-weight-semibold"><a href="I.html#irrlamb">irrlamb</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="I.html#irrlamb">irrlamb</a></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></ul>
|
||||
</div><div class="column">
|
||||
<ul><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="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#jamp">Jamp</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2009)</span></li><li><a href="J.html#jediacademylinux">JediAcademyLinux</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="J.html#jet-story">Jet-Story</a>
|
||||
@ -979,10 +967,10 @@
|
||||
<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#tetzle">Tetzle</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_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_castles_of_dr_creep">The Castles of Dr. Creep</a></span></li><li><a href="T.html#the_catacomb">The Catacomb</a>
|
||||
<span class="is-light is-size-7">(inactive since 1990)</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_epic_of_heroes">The Epic of Heroes</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2015)</span></li></ul>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2015)</span></li><li><a href="T.html#the_knights_of_alentejo">The Knights of Alentejo</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#the_mana_world">The Mana World</a></span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><a href="T.html#the_knights_of_alentejo">The Knights of Alentejo</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#the_mana_world">The Mana World</a></span></li><li><span class="has-text-weight-semibold"><a href="T.html#the_powder_toy">The Powder Toy</a></span></li><li><a href="T.html#the_rush">The Rush</a>
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="T.html#the_powder_toy">The Powder Toy</a></span></li><li><a href="T.html#the_rush">The Rush</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2011)</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#theme_park_builder_3d_cad">Theme Park Builder 3D CAD</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="T.html#thiefcatcher">thiefcatcher</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="T.html#thrive">Thrive</a>
|
||||
@ -1042,7 +1030,8 @@
|
||||
<span class="is-light is-size-7">(beta, inactive since 2004)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#3dworld">3DWorld</a></span></li><li><a href="../frameworks/framework.html#aether3d">Aether3D</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="../frameworks/game engine.html#alimer">Alimer</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="../frameworks/game engine.html#ambrose3d">Ambrose3D</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2007)</span></li><li><a href="../frameworks/framework.html#annchienta">Annchienta</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2007)</span></li><li><a href="../frameworks/game engine.html#anki_3d_engine">AnKi 3D engine</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="../frameworks/framework.html#annchienta">Annchienta</a>
|
||||
<span class="is-light is-size-7">(inactive since 2009)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#anura">Anura</a></span></li><li><a href="../frameworks/game engine.html#arcane-engine">Arcane-Engine</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="../frameworks/framework.html#atlantis">Atlantis</a>
|
||||
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><a href="../frameworks/framework.html#atomic_game_engine">Atomic Game Engine</a>
|
||||
@ -1072,7 +1061,8 @@
|
||||
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="../frameworks/game engine.html#gameplay">GamePlay</a>
|
||||
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/library.html#gbdk">GBDK</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#gemrb">GemRB</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#gideros">Gideros</a></span></li><li><a href="../frameworks/tool.html#gm_tools">GM Tools</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2004)</span></li><li><a href="../frameworks/game engine.html#gnu_chess">GNU Chess</a>
|
||||
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#godot">Godot</a></span></li><li><a href="../frameworks/game engine.html#grail">Grail</a>
|
||||
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#godot">Godot</a></span></li><li><a href="../frameworks/tool.html#goxel">Goxel</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="../frameworks/game engine.html#grail">Grail</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="../frameworks/framework.html#grit_game_engine">Grit Game Engine</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="../frameworks/framework.html#h-world">H-World</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2005)</span></li><li><a href="../frameworks/game engine.html#haxima">Haxima</a>
|
||||
@ -1106,7 +1096,7 @@
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#openxray">OpenXRay</a></span></li><li><a href="../frameworks/game engine.html#ouzel">ouzel</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#overload">Overload</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#oxygen_engine">Oxygen Engine</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#paintown">PainTown</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#panda3d">Panda3D</a></span></li><li><a href="../frameworks/game engine.html#pentagram">Pentagram</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2018)</span></li><li><a href="../frameworks/game engine.html#pixellight">PixelLight</a>
|
||||
<span class="is-light is-size-7">(inactive since 2012)</span></li><li><a href="../frameworks/game engine.html#playir">Playir</a>
|
||||
<span class="is-light is-size-7">(inactive since 2012)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#plasma">Plasma</a></span></li><li><a href="../frameworks/game engine.html#playir">Playir</a>
|
||||
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><a href="../frameworks/framework.html#plib">PLIB</a>
|
||||
<span class="is-light is-size-7">(inactive since 2012)</span></li><li><a href="../frameworks/framework.html#polycode">Polycode</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="../frameworks/tool.html#procedural_map_generator">Procedural Map Generator</a>
|
||||
@ -1698,20 +1688,6 @@
|
||||
</div></div>
|
||||
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
|
||||
</div>
|
||||
<div id="none" class="box">
|
||||
<div class="block"><span class="title is-4">None</span></div>
|
||||
<div class="columns"><div class="column">
|
||||
<ul><li><a href="B.html#blasphemer">Blasphemer</a>
|
||||
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="F.html#freedoom">Freedoom</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="O.html#open_legend_rpg">Open Legend RPG</a></span></li><li><a href="Z.html#zauberer">Zauberer</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2018)</span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#korax_heritage">Korax' Heritage</a></span></li></ul>
|
||||
</div></div>
|
||||
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
|
||||
</div>
|
||||
<div id="objective-c" class="box">
|
||||
<div class="block"><span class="title is-4">Objective-C</span><br><a href="https://en.wikipedia.org/wiki/Objective-C" class="is-size-7">Language information</a></div>
|
||||
<div class="columns"><div class="column">
|
||||
@ -1940,9 +1916,9 @@
|
||||
<span class="is-light is-size-7">(inactive since 2004)</span></li><li><a href="S.html#star-wars-iii">Star-Wars-III</a>
|
||||
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><a href="S.html#steamer_duck">Steamer Duck</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="S.html#story_of_a_lost_sky">Story of a Lost Sky</a></span></li><li><a href="S.html#stringrolled">Stringrolled</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2008)</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="S.html#super_tilt_bro">Super Tilt Bro</a></span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="S.html#super_tilt_bro">Super Tilt Bro</a></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#tangomon">Tangomon</a>
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="T.html#taisei_project">Taisei Project</a></span></li><li><a href="T.html#tangomon">Tangomon</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#the_battle_for_wesnoth">The Battle for Wesnoth</a></span></li><li><a href="T.html#the_bubs_brothers">The Bub's Brothers</a>
|
||||
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#the_powder_toy">The Powder Toy</a></span></li><li><a href="T.html#torso_ninja">Torso Ninja</a>
|
||||
@ -1970,7 +1946,7 @@
|
||||
<span class="is-light is-size-7">(beta, inactive since 2007)</span></li><li><a href="../frameworks/tool.html#libre_the_open_source_card_game">Libre: The Open Source Card Game</a>
|
||||
<span class="is-light is-size-7">(inactive since 2010)</span></li><li><a href="../frameworks/game engine.html#openage">openage</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="../frameworks/framework.html#openrpg">OpenRPG</a>
|
||||
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#paintown">PainTown</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#permafrost_engine">Permafrost Engine</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/library.html#pgu">PGU</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#pygame">pygame</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/tool.html#pymapper">Pymapper</a></span></li><li><a href="../frameworks/framework.html#pyorpg">pyORPG</a>
|
||||
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#paintown">PainTown</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#permafrost_engine">Permafrost Engine</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/library.html#pgu">PGU</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#plasma">Plasma</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#pygame">pygame</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/tool.html#pymapper">Pymapper</a></span></li><li><a href="../frameworks/framework.html#pyorpg">pyORPG</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2015)</span></li><li><a href="../frameworks/framework.html#pyracerz">pyRacerz</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2005)</span></li><li><a href="../frameworks/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="../frameworks/library.html#pytmx">PyTMX</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#renpy">Ren'Py</a></span></li><li><a href="../frameworks/framework.html#sge_game_engine">SGE Game Engine</a>
|
||||
@ -2068,31 +2044,20 @@
|
||||
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
|
||||
</div>
|
||||
<div id="script" class="box">
|
||||
<div class="block"><span class="title is-4">Script</span></div>
|
||||
<div class="columns"><div class="column">
|
||||
<ul><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></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><a href="L.html#land_of_fire">Land of Fire</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul></ul>
|
||||
</div></div>
|
||||
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
|
||||
</div>
|
||||
<div id="shell" class="box">
|
||||
<div class="block"><span class="title is-4">Shell</span></div>
|
||||
<div class="block"><span class="title is-4">Script</span><br><a href="https://en.wikipedia.org/wiki/Scripting_language" class="is-size-7">Language information</a></div>
|
||||
<div class="columns"><div class="column">
|
||||
<ul><li><a href="B.html#ball_and_paddle">Ball and Paddle</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2009)</span></li><li><a href="B.html#batalla_naval">Batalla Naval</a>
|
||||
<span class="is-light is-size-7">(inactive since 2002)</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="G.html#galaxyng">GalaxyNG</a>
|
||||
<span class="is-light is-size-7">(inactive since 2002)</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><a href="G.html#galaxyng">GalaxyNG</a>
|
||||
<span class="is-light is-size-7">(inactive since 2005)</span></li><li><a href="G.html#gee_whiz">Gee Whiz</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2004)</span></li><li><a href="G.html#glest">Glest</a>
|
||||
<span class="is-light is-size-7">(inactive since 2009)</span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="G.html#gweled">Gweled</a></span></li><li><a href="K.html#key_runner">Key Runner</a>
|
||||
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="L.html#liquid_war">Liquid War</a>
|
||||
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="L.html#land_of_fire">Land of Fire</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="L.html#liquid_war">Liquid War</a>
|
||||
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><span class="has-text-weight-semibold"><a href="M.html#manaplus">ManaPlus</a></span></li><li><a href="P.html#pacman">Pacman</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="P.html#pathological">Pathological</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2003)</span></li></ul>
|
||||
@ -2197,6 +2162,32 @@
|
||||
<ul></ul>
|
||||
</div></div>
|
||||
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
|
||||
</div>
|
||||
<div id="none" class="box">
|
||||
<div class="block"><span class="title is-4">None</span></div>
|
||||
<div class="columns"><div class="column">
|
||||
<ul><li><a href="B.html#blasphemer">Blasphemer</a>
|
||||
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="F.html#freedoom">Freedoom</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="O.html#open_legend_rpg">Open Legend RPG</a></span></li><li><a href="Z.html#zauberer">Zauberer</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2018)</span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#korax_heritage">Korax' Heritage</a></span></li></ul>
|
||||
</div></div>
|
||||
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
|
||||
</div>
|
||||
<div id="?" class="box">
|
||||
<div class="block"><span class="title is-4">?</span></div>
|
||||
<div class="columns"><div class="column">
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="C.html#chaos_esque_anthology">Chaos Esque Anthology</a></span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><a href="G.html#go_ollie">Go Ollie!</a>
|
||||
<span class="is-light is-size-7">(inactive since 2011)</span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="I.html#imperium">Imperium</a></span></li></ul>
|
||||
</div></div>
|
||||
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
|
||||
</div></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.
|
||||
@ -2205,7 +2196,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-26 19:43</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -44,18 +44,18 @@
|
||||
<div class="container">
|
||||
<div class="box"><div class="block">
|
||||
<p class="title is-4">Open source games and frameworks</p><p class="subtitle is-6">Index by supported platform (or see the <a href="../table.html">table</a>)</p></div><div class="tags">
|
||||
<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">(531)</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">(504)</span>
|
||||
</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>
|
||||
</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 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">(533)</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">(506)</span>
|
||||
</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">(298)</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">(151)</span>
|
||||
</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>
|
||||
</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 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">(832)</span>
|
||||
</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">(833)</span>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div id="windows" class="box">
|
||||
<div class="block"><span class="icon has-text-black"><i class="icon-windows"></i></span><span class="title is-4">Windows</span><br>531 entries</div>
|
||||
<div class="block"><span class="icon has-text-black"><i class="icon-windows"></i></span><span class="title is-4">Windows</span><br>533 entries</div>
|
||||
<div class="columns"><div class="column">
|
||||
<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#4d_maze_game">4D Maze Game</a>
|
||||
@ -165,10 +165,10 @@
|
||||
<span class="is-light is-size-7">(beta, inactive since 2007)</span></li><li><a href="K.html#krank">Krank</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2008)</span></li><li><a href="L.html#labbaye_des_morts">L'Abbaye des Morts</a>
|
||||
<span class="is-light is-size-7">(inactive since 2018)</span></li><li><a href="L.html#lambdarogue_the_book_of_stars">LambdaRogue: The Book of Stars</a>
|
||||
<span class="is-light is-size-7">(inactive since 2012)</span></li><li><span class="has-text-weight-semibold"><a href="L.html#lgames">LGames</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="L.html#lgames">LGames</a></span></li><li><a href="L.html#liberal_crime_squad">Liberal Crime Squad</a>
|
||||
<span class="is-light is-size-7">(inactive since 2012)</span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><a href="L.html#liberal_crime_squad">Liberal Crime Squad</a>
|
||||
<span class="is-light is-size-7">(inactive since 2012)</span></li><li><span class="has-text-weight-semibold"><a href="L.html#libremines">LibreMines</a></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>
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="L.html#libremines">LibreMines</a></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><li><a href="M.html#maelstrom">Maelstrom</a>
|
||||
<span class="is-light is-size-7">(inactive since 2002)</span></li><li><a href="M.html#mafiaunity">MafiaUnity</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2020)</span></li><li><a href="M.html#magical_life">Magical Life</a>
|
||||
@ -285,11 +285,11 @@
|
||||
<span class="is-light is-size-7">(inactive since 2015)</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_powder_toy">The Powder Toy</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#thrive">Thrive</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="T.html#thrust">Thrust</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2006)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#tintin++">TinTin++</a></span></li><li><a href="T.html#toppler">Toppler</a>
|
||||
<span class="is-light is-size-7">(inactive since 2012)</span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><a href="T.html#torcs_the_open_racing_car_simulator">TORCS, The Open Racing Car Simulator</a>
|
||||
<span class="is-light is-size-7">(inactive since 2012)</span></li><li><a href="T.html#torcs_the_open_racing_car_simulator">TORCS, The Open Racing Car Simulator</a>
|
||||
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><a href="T.html#total_annihilation_3d">Total Annihilation 3D</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="T.html#transcend">Transcend</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><a href="T.html#transcend">Transcend</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2005)</span></li><li><a href="T.html#tremulous">Tremulous</a>
|
||||
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><a href="T.html#tressette">Tressette</a>
|
||||
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="T.html#trigger">Trigger</a>
|
||||
@ -330,7 +330,8 @@
|
||||
<span class="is-light is-size-7">(beta, inactive since 2010)</span></li><li><span class="has-text-weight-semibold"><a href="Z.html#zdoom">ZDoom</a></span></li><li><span class="has-text-weight-semibold"><a href="Z.html#zelda_classic">Zelda Classic</a></span></li><li><a href="Z.html#zero_ballistics">Zero Ballistics</a>
|
||||
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#3dworld">3DWorld</a></span></li><li><a href="../frameworks/game engine.html#ambrose3d">Ambrose3D</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2007)</span></li><li><a href="../frameworks/game engine.html#andengine">AndEngine</a>
|
||||
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#anura">Anura</a></span></li><li><a href="../frameworks/game engine.html#arcane-engine">Arcane-Engine</a>
|
||||
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="../frameworks/game engine.html#anki_3d_engine">AnKi 3D engine</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#anura">Anura</a></span></li><li><a href="../frameworks/game engine.html#arcane-engine">Arcane-Engine</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#armory">Armory</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#bladecoder_adventure_engine">Bladecoder Adventure Engine</a></span></li><li><a href="../frameworks/game engine.html#blitwizard">Blitwizard</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2015)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/tool.html#cartographer">Cartographer</a></span></li><li><a href="../frameworks/game engine.html#chunk_stories">Chunk Stories</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#clanlib">ClanLib</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#classic_rbdoom_3_bfg">Classic RBDoom 3 BFG</a></span></li><li><a href="../frameworks/framework.html#crystal_space_3d_sdk">Crystal Space 3D SDK</a>
|
||||
@ -351,7 +352,8 @@
|
||||
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="../frameworks/game engine.html#gameplay">GamePlay</a>
|
||||
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/library.html#gbdk">GBDK</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/library.html#geonbitui">GeonBit.UI</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#gideros">Gideros</a></span></li><li><a href="../frameworks/game engine.html#gnu_chess">GNU Chess</a>
|
||||
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="../frameworks/game engine.html#gnu_go">GNU Go</a>
|
||||
<span class="is-light is-size-7">(inactive since 2011)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/tool.html#gorogue">GoRogue</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#haxepunk">HaxePunk</a></span></li><li><a href="../frameworks/game engine.html#hge">HGE</a>
|
||||
<span class="is-light is-size-7">(inactive since 2011)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/tool.html#gorogue">GoRogue</a></span></li><li><a href="../frameworks/tool.html#goxel">Goxel</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#haxepunk">HaxePunk</a></span></li><li><a href="../frameworks/game engine.html#hge">HGE</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2013)</span></li><li><a href="../frameworks/game engine.html#ika">ika</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2007)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#instead">INSTEAD</a></span></li><li><a href="../frameworks/game engine.html#intersect">Intersect</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#ioquake3">ioquake3</a></span></li><li><a href="../frameworks/game engine.html#jake2">Jake2</a>
|
||||
@ -406,7 +408,7 @@
|
||||
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
|
||||
</div>
|
||||
<div id="linux" 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>504 entries</div>
|
||||
<div class="block"><span class="icon has-text-black"><i class="icon-tux"></i></span><span class="title is-4">Linux</span><br>506 entries</div>
|
||||
<div class="columns"><div class="column">
|
||||
<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>
|
||||
@ -509,10 +511,10 @@
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="I.html#iortcw">iortcw</a></span></li><li><a href="J.html#jamp">Jamp</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2009)</span></li><li><a href="J.html#javelin">Javelin</a>
|
||||
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="J.html#jazz_resurrection">Jazz² Resurrection</a></span></li><li><a href="J.html#jskat">JSkat</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="J.html#jsoko">JSoko</a></span></li><li><span class="has-text-weight-semibold"><a href="J.html#jump_dont_die">Jump Don't Die</a></span></li></ul>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="J.html#jsoko">JSoko</a></span></li><li><span class="has-text-weight-semibold"><a href="J.html#jump_dont_die">Jump Don't Die</a></span></li><li><a href="K.html#key_runner">Key Runner</a>
|
||||
<span class="is-light is-size-7">(inactive since 2013)</span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><a href="K.html#key_runner">Key Runner</a>
|
||||
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="K.html#killer_crates">Killer Crates</a>
|
||||
<ul><li><a href="K.html#killer_crates">Killer Crates</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="K.html#kingdoms">Kingdoms</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="K.html#kmines">KMines</a></span></li><li><a href="K.html#kobo_deluxe">Kobo Deluxe</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2007)</span></li><li><a href="K.html#krank">Krank</a>
|
||||
@ -630,10 +632,10 @@
|
||||
<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)</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></ul>
|
||||
<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></ul>
|
||||
</div><div class="column">
|
||||
<ul><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's Brothers</a>
|
||||
<ul><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'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">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#the_dark_mod">The Dark Mod</a></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_powder_toy">The Powder Toy</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#thrive">Thrive</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="T.html#thrust">Thrust</a>
|
||||
@ -685,7 +687,8 @@
|
||||
<span class="is-light is-size-7">(beta, inactive since 2007)</span></li><li><a href="Z.html#zaz">Zaz</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2010)</span></li><li><span class="has-text-weight-semibold"><a href="Z.html#zdoom">ZDoom</a></span></li><li><a href="Z.html#zugspiel">Zugspiel</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2004)</span></li><li><a href="../frameworks/game engine.html#andengine">AndEngine</a>
|
||||
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#armory">Armory</a></span></li><li><a href="../frameworks/tool.html#athenaeum">Athenaeum</a>
|
||||
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><a href="../frameworks/game engine.html#anki_3d_engine">AnKi 3D engine</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#armory">Armory</a></span></li><li><a href="../frameworks/tool.html#athenaeum">Athenaeum</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#bladecoder_adventure_engine">Bladecoder Adventure Engine</a></span></li><li><a href="../frameworks/game engine.html#blitwizard">Blitwizard</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2015)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/tool.html#cartographer">Cartographer</a></span></li><li><a href="../frameworks/game engine.html#cetech">CETech</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="../frameworks/game engine.html#chunk_stories">Chunk Stories</a>
|
||||
@ -707,7 +710,8 @@
|
||||
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="../frameworks/game engine.html#gameplay">GamePlay</a>
|
||||
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/library.html#gbdk">GBDK</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/library.html#geonbitui">GeonBit.UI</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#gideros">Gideros</a></span></li><li><a href="../frameworks/game engine.html#gnu_chess">GNU Chess</a>
|
||||
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="../frameworks/game engine.html#gnu_go">GNU Go</a>
|
||||
<span class="is-light is-size-7">(inactive since 2011)</span></li><li><a href="../frameworks/game engine.html#grail">Grail</a>
|
||||
<span class="is-light is-size-7">(inactive since 2011)</span></li><li><a href="../frameworks/tool.html#goxel">Goxel</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="../frameworks/game engine.html#grail">Grail</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2013)</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/game engine.html#instead">INSTEAD</a></span></li><li><a href="../frameworks/game engine.html#intersect">Intersect</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#ioquake3">ioquake3</a></span></li><li><a href="../frameworks/game engine.html#jake2">Jake2</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2006)</span></li><li><a href="../frameworks/game engine.html#jgame">JGame</a>
|
||||
@ -747,7 +751,7 @@
|
||||
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
|
||||
</div>
|
||||
<div id="macos" 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"><span class="icon has-text-black"><i class="icon-appleinc"></i></span><span class="title is-4">macOS</span><br>298 entries</div>
|
||||
<div class="columns"><div class="column">
|
||||
<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>
|
||||
@ -799,10 +803,10 @@
|
||||
<span class="is-light is-size-7">(beta, inactive since 2009)</span></li><li><a href="J.html#javelin">Javelin</a>
|
||||
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="J.html#jazz_resurrection">Jazz² Resurrection</a></span></li><li><span class="has-text-weight-semibold"><a href="J.html#jsoko">JSoko</a></span></li><li><span class="has-text-weight-semibold"><a href="J.html#jump_dont_die">Jump Don't Die</a></span></li><li><a href="K.html#kiki_the_nano_bot">kiki the nano bot</a>
|
||||
<span class="is-light is-size-7">(inactive since 2007)</span></li><li><a href="K.html#kobo_deluxe">Kobo Deluxe</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><li><a href="K.html#krank">Krank</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2008)</span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><a href="K.html#krank">Krank</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2008)</span></li><li><span class="has-text-weight-semibold"><a href="L.html#lgames">LGames</a></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>
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="L.html#lgames">LGames</a></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><li><a href="M.html#maelstrom">Maelstrom</a>
|
||||
<span class="is-light is-size-7">(inactive since 2002)</span></li><li><span class="has-text-weight-semibold"><a href="M.html#manaplus">ManaPlus</a></span></li><li><a href="M.html#mari0">Mari0</a>
|
||||
<span class="is-light is-size-7">(inactive since 2012)</span></li><li><a href="M.html#maxit">Maxit</a>
|
||||
@ -864,10 +868,10 @@
|
||||
<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#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><span class="has-text-weight-semibold"><a href="T.html#the_battle_for_wesnoth">The Battle for Wesnoth</a></span></li></ul>
|
||||
<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's Brothers</a>
|
||||
<span class="is-light is-size-7">(inactive since 2013)</span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><a href="T.html#the_bubs_brothers">The Bub'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>
|
||||
<ul><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_powder_toy">The Powder Toy</a></span></li><li><span class="has-text-weight-semibold"><a href="T.html#tintin++">TinTin++</a></span></li><li><a href="T.html#tiny_wings">Tiny Wings</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="T.html#total_annihilation_3d">Total Annihilation 3D</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><a href="T.html#transcend">Transcend</a>
|
||||
@ -899,7 +903,8 @@
|
||||
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="../frameworks/game engine.html#gameplay">GamePlay</a>
|
||||
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/library.html#gbdk">GBDK</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#gideros">Gideros</a></span></li><li><a href="../frameworks/game engine.html#gnu_chess">GNU Chess</a>
|
||||
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="../frameworks/game engine.html#gnu_go">GNU Go</a>
|
||||
<span class="is-light is-size-7">(inactive since 2011)</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/game engine.html#instead">INSTEAD</a></span></li><li><a href="../frameworks/game engine.html#intersect">Intersect</a>
|
||||
<span class="is-light is-size-7">(inactive since 2011)</span></li><li><a href="../frameworks/tool.html#goxel">Goxel</a>
|
||||
<span class="is-light is-size-7">(beta)</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/game engine.html#instead">INSTEAD</a></span></li><li><a href="../frameworks/game engine.html#intersect">Intersect</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#ioquake3">ioquake3</a></span></li><li><a href="../frameworks/game engine.html#jgame">JGame</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#kevedit">KevEdit</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#klayge">KlayGE</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#liko-12">LIKO-12</a></span></li><li><a href="../frameworks/game engine.html#limonengine">LimonEngine</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#lionengine">LionEngine</a></span></li><li><a href="../frameworks/framework.html#loon_game">Loon Game</a>
|
||||
@ -925,7 +930,7 @@
|
||||
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
|
||||
</div>
|
||||
<div id="android" 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"><span class="icon has-text-black"><i class="icon-android"></i></span><span class="title is-4">Android</span><br>151 entries</div>
|
||||
<div class="columns"><div class="column">
|
||||
<ul><li><a href="A.html#andors_trail">Andor'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>
|
||||
@ -948,10 +953,10 @@
|
||||
<span class="is-light is-size-7">(inactive since 2018)</span></li><li><span class="has-text-weight-semibold"><a href="G.html#gloomy_dungeons_2">Gloomy Dungeons 2</a></span></li><li><span class="has-text-weight-semibold"><a href="G.html#glxy">GLXY</a></span></li><li><span class="has-text-weight-semibold"><a href="G.html#golly">Golly</a></span></li><li><a href="G.html#gravity_defied">Gravity Defied</a>
|
||||
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><span class="has-text-weight-semibold"><a href="H.html#hyperrogue">HyperRogue</a></span></li><li><a href="I.html#isolmoa">Isolmoa</a>
|
||||
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="I.html#ithaka_board_game">Ithaka Board Game</a></span></li><li><span class="has-text-weight-semibold"><a href="J.html#jazz_resurrection">Jazz² Resurrection</a></span></li><li><a href="J.html#jewelthief">jewelthief</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><li><a href="K.html#kittenmaxit">KittenMaxit</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><a href="K.html#kittenmaxit">KittenMaxit</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="K.html#klooni_1010">Klooni 1010!</a>
|
||||
<ul><li><a href="K.html#klooni_1010">Klooni 1010!</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="K.html#kungfoo_barracuda">KungFoo Barracuda</a>
|
||||
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><span class="has-text-weight-semibold"><a href="L.html#lexica">Lexica</a></span></li><li><a href="L.html#lgeneral">LGeneral</a>
|
||||
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="L.html#liquid_wars">Liquid Wars</a>
|
||||
@ -980,10 +985,10 @@
|
||||
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><span class="has-text-weight-semibold"><a href="S.html#simple-solitaire">Simple-Solitaire</a></span></li><li><span class="has-text-weight-semibold"><a href="S.html#sokoban">Sokoban</a></span></li><li><a href="S.html#space_trader_for_android">Space Trader for Android</a>
|
||||
<span class="is-light is-size-7">(inactive since 2016)</span></li><li><a href="S.html#spacepeng">SpacePeng!</a>
|
||||
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="S.html#starun">Starun</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><li><a href="S.html#super_retro_mega_wars">Super Retro Mega Wars</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><a href="S.html#super_retro_mega_wars">Super Retro Mega Wars</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="S.html#supertuxkart">SuperTuxKart</a></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#taponium">Taponium</a>
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="S.html#supertuxkart">SuperTuxKart</a></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#taponium">Taponium</a>
|
||||
<span class="is-light is-size-7">(inactive since 2019)</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_knights_of_alentejo">The Knights of Alentejo</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#the_powder_toy">The Powder Toy</a></span></li><li><a href="T.html#thugaim">Thugaim</a>
|
||||
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><span class="has-text-weight-semibold"><a href="T.html#tintin++">TinTin++</a></span></li><li><span class="has-text-weight-semibold"><a href="T.html#towerjumper">TowerJumper</a></span></li><li><a href="T.html#tttris">Tttris</a>
|
||||
@ -997,7 +1002,8 @@
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="U.html#unciv">UnCiv</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="V.html#vector_pinball">Vector Pinball</a></span></li><li><span class="has-text-weight-semibold"><a href="V.html#virus_attack">Virus Attack</a></span></li><li><a href="W.html#warcraft-remake">warcraft-remake</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="X.html#xenowar">Xenowar</a>
|
||||
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="X.html#xskat">XSkat</a></span></li><li><span class="has-text-weight-semibold"><a href="Z.html#zen">Zen!</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#bladecoder_adventure_engine">Bladecoder Adventure Engine</a></span></li><li><a href="../frameworks/game engine.html#blitwizard">Blitwizard</a>
|
||||
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="X.html#xskat">XSkat</a></span></li><li><span class="has-text-weight-semibold"><a href="Z.html#zen">Zen!</a></span></li><li><a href="../frameworks/game engine.html#anki_3d_engine">AnKi 3D engine</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#bladecoder_adventure_engine">Bladecoder Adventure Engine</a></span></li><li><a href="../frameworks/game engine.html#blitwizard">Blitwizard</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2015)</span></li><li><a href="../frameworks/game engine.html#esenthel_engine">Esenthel Engine</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#ezengine">ezEngine</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><a href="../frameworks/game engine.html#gamekit">gamekit</a>
|
||||
@ -1147,7 +1153,7 @@
|
||||
<p class="is-size-7 has-text-right"><a href="#">Back to top</a></p>
|
||||
</div>
|
||||
<div id="unspecified" 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>832 entries</div>
|
||||
<div class="block"><span class="icon has-text-black"><i class="icon-device_unknown"></i></span><span class="title is-4">Unspecified</span><br>833 entries</div>
|
||||
<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>
|
||||
<span class="is-light is-size-7">(inactive since 2007)</span></li><li><a href="0.html#3dc">3Dc</a>
|
||||
@ -1551,10 +1557,10 @@
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="S.html#starshatter-open">starshatter-open</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2015)</span></li><li><a href="S.html#steamer_duck">Steamer Duck</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="S.html#stendhal">Stendhal</a></span></li><li><span class="has-text-weight-semibold"><a href="S.html#stockfish">Stockfish</a></span></li><li><span class="has-text-weight-semibold"><a href="S.html#story_of_a_lost_sky">Story of a Lost Sky</a></span></li><li><a href="S.html#stressfreezone">StressFreeZone</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><li><a href="S.html#strife_veteran_edition">Strife: Veteran Edition</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2016)</span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><a href="S.html#strife_veteran_edition">Strife: Veteran Edition</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><a href="S.html#stringrolled">Stringrolled</a>
|
||||
<ul><li><a href="S.html#stringrolled">Stringrolled</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2008)</span></li><li><a href="S.html#summoning_wars">Summoning Wars</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2014)</span></li><li><a href="S.html#super_methane_brothers_for_wii_and_gamecube">Super Methane Brothers for Wii and GameCube</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2018)</span></li><li><a href="S.html#super_transball_2">Super Transball 2</a>
|
||||
@ -1701,7 +1707,7 @@
|
||||
<span class="is-light is-size-7">(beta, inactive since 2008)</span></li><li><a href="../frameworks/game engine.html#openkeeper">OpenKeeper</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#openmw">OpenMW</a></span></li><li><a href="../frameworks/game engine.html#opennfs">OpenNFS</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="../frameworks/framework.html#openrpg">OpenRPG</a>
|
||||
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#openxray">OpenXRay</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#orx">Orx</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#oxygen_engine">Oxygen Engine</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#panda3d">Panda3D</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/tool.html#pcgen">PCGen</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/library.html#penumbra">Penumbra</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#permafrost_engine">Permafrost Engine</a></span></li><li><a href="../frameworks/framework.html#polycode">Polycode</a>
|
||||
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#openxray">OpenXRay</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#orx">Orx</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#oxygen_engine">Oxygen Engine</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#panda3d">Panda3D</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/tool.html#pcgen">PCGen</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/library.html#penumbra">Penumbra</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#permafrost_engine">Permafrost Engine</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/game engine.html#plasma">Plasma</a></span></li><li><a href="../frameworks/framework.html#polycode">Polycode</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/framework.html#pygame">pygame</a></span></li><li><span class="has-text-weight-semibold"><a href="../frameworks/tool.html#pymapper">Pymapper</a></span></li><li><a href="../frameworks/framework.html#pyorpg">pyORPG</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2015)</span></li><li><a href="../frameworks/framework.html#pyracerz">pyRacerz</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2005)</span></li><li><a href="../frameworks/game engine.html#q-gears">Q-Gears</a>
|
||||
@ -1742,7 +1748,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-26 19:43</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -45,7 +45,7 @@
|
||||
<div class="hero-body">
|
||||
<div class="container content">
|
||||
<h1 class="title">Open source games list (OSGL)</h1>
|
||||
<p class="subtitle">Contains information about 1342 open source games and 307 game engines/tools.</p>
|
||||
<p class="subtitle">Contains information about 1342 open source games and 310 game engines/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>.
|
||||
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>
|
||||
@ -64,7 +64,7 @@
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-15 21:32</p>
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-10-26 19:43</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
BIN
docs/screenshots/0_ad_01.jpg
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
docs/screenshots/0_ad_02.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
docs/screenshots/0_ad_03.jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
docs/screenshots/awkaster_01.jpg
Normal file
After Width: | Height: | Size: 4.0 KiB |
BIN
docs/screenshots/cataclysm_dark_days_ahead_01.jpg
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
docs/screenshots/clumsy_bird_01.jpg
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
docs/screenshots/corsixth_01.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
docs/screenshots/devilutionx_01.jpg
Normal file
After Width: | Height: | Size: 9.1 KiB |
BIN
docs/screenshots/dhewm3_01.jpg
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
docs/screenshots/dungeon_crawl_stone_soup_01.jpg
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
docs/screenshots/endless_sky_01.jpg
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
docs/screenshots/endless_sky_02.jpg
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
docs/screenshots/endless_sky_03.jpg
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
docs/screenshots/freeablo_01.jpg
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
docs/screenshots/freeciv-web_01.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
docs/screenshots/freeciv-web_02.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
docs/screenshots/hematite_01.jpg
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
docs/screenshots/hextris_01.jpg
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
docs/screenshots/julius_01.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
docs/screenshots/keen_dreams_01.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
docs/screenshots/marble_marcher_01.jpg
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
docs/screenshots/marble_marcher_02.jpg
Normal file
After Width: | Height: | Size: 7.3 KiB |
BIN
docs/screenshots/marble_marcher_03.jpg
Normal file
After Width: | Height: | Size: 9.1 KiB |
BIN
docs/screenshots/nethack_01.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
docs/screenshots/opendune_01.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
docs/screenshots/openlara_01.jpg
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
docs/screenshots/openlara_02.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
docs/screenshots/openlara_03.jpg
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
docs/screenshots/openttd_01.jpg
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
docs/screenshots/openttd_02.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
docs/screenshots/openttd_03.jpg
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
docs/screenshots/openxcom_01.jpg
Normal file
After Width: | Height: | Size: 7.7 KiB |
BIN
docs/screenshots/openxcom_02.jpg
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
docs/screenshots/openxcom_03.jpg
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
docs/screenshots/pixel_dungeon_01.jpg
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
docs/screenshots/pixel_dungeon_02.jpg
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
docs/screenshots/runelite_01.jpg
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
docs/screenshots/runelite_02.jpg
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
docs/screenshots/sandspiel_01.jpg
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
docs/screenshots/sandspiel_02.jpg
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
docs/screenshots/shattered_pixel_dungeon_01.jpg
Normal file
After Width: | Height: | Size: 7.0 KiB |
BIN
docs/screenshots/soldat_01.jpg
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
docs/screenshots/soldat_02.jpg
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
docs/screenshots/soldat_03.jpg
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
docs/screenshots/star_ruler_2_01.jpg
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
docs/screenshots/star_ruler_2_02.jpg
Normal file
After Width: | Height: | Size: 8.2 KiB |
BIN
docs/screenshots/star_ruler_2_03.jpg
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
docs/screenshots/stepmania_01.jpg
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
docs/screenshots/stockfish_01.jpg
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
docs/screenshots/supertuxkart_01.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
docs/screenshots/supertuxkart_02.jpg
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
docs/screenshots/supertuxkart_03.jpg
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
docs/screenshots/teeworlds_01.jpg
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
docs/screenshots/teeworlds_02.jpg
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
docs/screenshots/teeworlds_03.jpg
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
docs/screenshots/the_battle_for_wesnoth_01.jpg
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
docs/screenshots/the_battle_for_wesnoth_02.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
docs/screenshots/the_battle_for_wesnoth_03.jpg
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
docs/screenshots/the_powder_toy_01.jpg
Normal file
After Width: | Height: | Size: 9.0 KiB |