first release of the new web page (stativ view on the entries using a css framework and jinja as html generator)
This commit is contained in:
parent
559741621a
commit
249be2e609
@ -1,6 +1,8 @@
|
||||
# Open Source Games
|
||||
|
||||
**[Dynamic HTML table](https://trilarion.github.io/opensourcegames/)** of the entries / Development **[Blog](https://trilarion.blogspot.com/search/label/osgames)** / **[Statistics](statistics.md#statistics)**
|
||||
**Please visit the [Web page](https://trilarion.github.io/opensourcegames/), which renders the content of this list nicely!**
|
||||
|
||||
Development **[Blog](https://trilarion.blogspot.com/search/label/osgames)** / **[Statistics](statistics.md#statistics)** about entries
|
||||
|
||||
[comment]: # (start of autogenerated content, do not edit)
|
||||
**[Games](entries/tocs/_games.md#Games)** (1430) - **[Tools](entries/tocs/_tools.md#Tools)** (45) - **[Frameworks](entries/tocs/_frameworks.md#Frameworks)** (92) - **[Libraries](entries/tocs/_libraries.md#Libraries)** (46)
|
||||
@ -11,7 +13,7 @@ By platform: **[Windows](entries/tocs/_windows.md#windows)** (504), **[Linux](en
|
||||
|
||||
[comment]: # (end of autogenerated content)
|
||||
|
||||
A list of open source games sorted by genre. The projects are at least in beta stage with a code basis that builds
|
||||
A list of open source games, game frameworks and game creation tools. The projects are at least in beta stage with a code basis that builds
|
||||
into an executable demo. The code must be under a [FOSS](https://en.wikipedia.org/wiki/FOSS) license that allows
|
||||
modification and sharing by others. For each entry, relevant information is collected regarding code repositories,
|
||||
download possibilities and build instructions.
|
||||
|
@ -43574,9 +43574,9 @@
|
||||
- Games: Godot
|
||||
- Contact: samgreen@GH
|
||||
|
||||
## Sam Hocevar [4]
|
||||
## Sam Hocevar [5]
|
||||
|
||||
- Games: Chromium B.S.U., Eat The Whistle, Not Pacman, Powermanga
|
||||
- Games: Chromium B.S.U., Eat The Whistle, Monsterz, Not Pacman, Powermanga
|
||||
- Contact: samhocevar@GH, sammy@SF
|
||||
- Home: http://sam.hocevar.net/
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
Is powered by Vanilla-Datatables (https://github.com/Mobius1/Vanilla-DataTables), MIT licensed, slightly modified.
|
||||
Also uses the Skeleton (http://getskeleton.com/) CSS framework. (MIT licensed)
|
BIN
docs/collage_games.jpg
Normal file
BIN
docs/collage_games.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 280 KiB |
80
docs/contribute.html
Normal file
80
docs/contribute.html
Normal file
@ -0,0 +1,80 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="css/bulma.min.css">
|
||||
<link rel="stylesheet" href="css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item" href="inspirations/index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item is-active" href="contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<div class="box content">
|
||||
<h1 class="title is-size-4">Contribution guide</h1>
|
||||
<p>Please help improve the content of this site. The preferred way to contribute or give feedback is:</p>
|
||||
<ul>
|
||||
<li>Open an <a href="https://github.com/Trilarion/opensourcegames/issues">issue at the Github page</a>.</li>
|
||||
<li>Fork the Github project and create a <a href="https://github.com/Trilarion/opensourcegames/pulls">pull request</a> (if you are familiar with that).</li>
|
||||
<li>Send an email to ...</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="block">
|
||||
<h2 id="games">Improving games/frameworks/tools information</h2>
|
||||
<p>Entries for open source games, gaming engines and gaming tools are stored as human readable text version in a markdown format (<a href="">example</a>).
|
||||
For each entry, the database content can be seen when clicking on "Raw entry" below the entry. You can suggest corrections or updates to an entry or a list of entries in one of the following ways:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="block">
|
||||
<h2 id="developers">Improving developers information</h2>
|
||||
<p>The developer information is stored in a single big file (<a href="">developer database</a>) and relates developers to open source games they have participated in. Additionally, developer profiles on GitHub, SourceForge or BitBucket are linked on
|
||||
a developer information and again on the game entries, in the developers field, all developers are listed. The relation between developers and games is stored twice to allow for both search directions, i.e. find all developers of a game or all games of a developer.
|
||||
A consistency check will run regularly on the content and will give precedence to the developer names stored in the games entries (the games list stored in the developer information will be overwritten).</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="block">
|
||||
<h2 id="inspirations">Improving inspirations information</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
1
docs/css/bulma.min.css
vendored
Normal file
1
docs/css/bulma.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
72
docs/css/fonts/osgl.svg
Normal file
72
docs/css/fonts/osgl.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 56 KiB |
BIN
docs/css/fonts/osgl.ttf
Normal file
BIN
docs/css/fonts/osgl.ttf
Normal file
Binary file not shown.
BIN
docs/css/fonts/osgl.woff
Normal file
BIN
docs/css/fonts/osgl.woff
Normal file
Binary file not shown.
427
docs/css/normalize.css
vendored
427
docs/css/normalize.css
vendored
@ -1,427 +0,0 @@
|
||||
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
|
||||
|
||||
/**
|
||||
* 1. Set default font family to sans-serif.
|
||||
* 2. Prevent iOS text size adjust after orientation change, without disabling
|
||||
* user zoom.
|
||||
*/
|
||||
|
||||
html {
|
||||
font-family: sans-serif; /* 1 */
|
||||
-ms-text-size-adjust: 100%; /* 2 */
|
||||
-webkit-text-size-adjust: 100%; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove default margin.
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* HTML5 display definitions
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Correct `block` display not defined for any HTML5 element in IE 8/9.
|
||||
* Correct `block` display not defined for `details` or `summary` in IE 10/11
|
||||
* and Firefox.
|
||||
* Correct `block` display not defined for `main` in IE 11.
|
||||
*/
|
||||
|
||||
article,
|
||||
aside,
|
||||
details,
|
||||
figcaption,
|
||||
figure,
|
||||
footer,
|
||||
header,
|
||||
hgroup,
|
||||
main,
|
||||
menu,
|
||||
nav,
|
||||
section,
|
||||
summary {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct `inline-block` display not defined in IE 8/9.
|
||||
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
|
||||
*/
|
||||
|
||||
audio,
|
||||
canvas,
|
||||
progress,
|
||||
video {
|
||||
display: inline-block; /* 1 */
|
||||
vertical-align: baseline; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent modern browsers from displaying `audio` without controls.
|
||||
* Remove excess height in iOS 5 devices.
|
||||
*/
|
||||
|
||||
audio:not([controls]) {
|
||||
display: none;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address `[hidden]` styling not present in IE 8/9/10.
|
||||
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
|
||||
*/
|
||||
|
||||
[hidden],
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Links
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the gray background color from active links in IE 10.
|
||||
*/
|
||||
|
||||
a {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/**
|
||||
* Improve readability when focused and also mouse hovered in all browsers.
|
||||
*/
|
||||
|
||||
a:active,
|
||||
a:hover {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/* Text-level semantics
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
|
||||
*/
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: 1px dotted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
|
||||
*/
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in Safari and Chrome.
|
||||
*/
|
||||
|
||||
dfn {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address variable `h1` font-size and margin within `section` and `article`
|
||||
* contexts in Firefox 4+, Safari, and Chrome.
|
||||
*/
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
margin: 0.67em 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in IE 8/9.
|
||||
*/
|
||||
|
||||
mark {
|
||||
background: #ff0;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address inconsistent and variable font size in all browsers.
|
||||
*/
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
||||
*/
|
||||
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
/* Embedded content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove border when inside `a` element in IE 8/9/10.
|
||||
*/
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct overflow not hidden in IE 9/10/11.
|
||||
*/
|
||||
|
||||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Grouping content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address margin not present in IE 8/9 and Safari.
|
||||
*/
|
||||
|
||||
figure {
|
||||
margin: 1em 40px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address differences between Firefox and other browsers.
|
||||
*/
|
||||
|
||||
hr {
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Contain overflow in all browsers.
|
||||
*/
|
||||
|
||||
pre {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address odd `em`-unit font size rendering in all browsers.
|
||||
*/
|
||||
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
font-family: monospace, monospace;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/* Forms
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Known limitation: by default, Chrome and Safari on OS X allow very limited
|
||||
* styling of `select`, unless a `border` property is set.
|
||||
*/
|
||||
|
||||
/**
|
||||
* 1. Correct color not being inherited.
|
||||
* Known issue: affects color of disabled elements.
|
||||
* 2. Correct font properties not being inherited.
|
||||
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
|
||||
*/
|
||||
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
color: inherit; /* 1 */
|
||||
font: inherit; /* 2 */
|
||||
margin: 0; /* 3 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Address `overflow` set to `hidden` in IE 8/9/10/11.
|
||||
*/
|
||||
|
||||
button {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
||||
* All other form control elements do not inherit `text-transform` values.
|
||||
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
|
||||
* Correct `select` style inheritance in Firefox.
|
||||
*/
|
||||
|
||||
button,
|
||||
select {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
||||
* and `video` controls.
|
||||
* 2. Correct inability to style clickable `input` types in iOS.
|
||||
* 3. Improve usability and consistency of cursor style between image-type
|
||||
* `input` and others.
|
||||
*/
|
||||
|
||||
button,
|
||||
html input[type="button"], /* 1 */
|
||||
input[type="reset"],
|
||||
input[type="submit"] {
|
||||
-webkit-appearance: button; /* 2 */
|
||||
cursor: pointer; /* 3 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Re-set default cursor for disabled elements.
|
||||
*/
|
||||
|
||||
button[disabled],
|
||||
html input[disabled] {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove inner padding and border in Firefox 4+.
|
||||
*/
|
||||
|
||||
button::-moz-focus-inner,
|
||||
input::-moz-focus-inner {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
|
||||
* the UA stylesheet.
|
||||
*/
|
||||
|
||||
input {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
/**
|
||||
* It's recommended that you don't attempt to style these elements.
|
||||
* Firefox's implementation doesn't respect box-sizing, padding, or width.
|
||||
*
|
||||
* 1. Address box sizing set to `content-box` in IE 8/9/10.
|
||||
* 2. Remove excess padding in IE 8/9/10.
|
||||
*/
|
||||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
box-sizing: border-box; /* 1 */
|
||||
padding: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
|
||||
* `font-size` values of the `input`, it causes the cursor style of the
|
||||
* decrement button to change from `default` to `text`.
|
||||
*/
|
||||
|
||||
input[type="number"]::-webkit-inner-spin-button,
|
||||
input[type="number"]::-webkit-outer-spin-button {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
|
||||
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
|
||||
* (include `-moz` to future-proof).
|
||||
*/
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: textfield; /* 1 */
|
||||
-moz-box-sizing: content-box;
|
||||
-webkit-box-sizing: content-box; /* 2 */
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
|
||||
* Safari (but not Chrome) clips the cancel button when the search input has
|
||||
* padding (and `textfield` appearance).
|
||||
*/
|
||||
|
||||
input[type="search"]::-webkit-search-cancel-button,
|
||||
input[type="search"]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define consistent border, margin, and padding.
|
||||
*/
|
||||
|
||||
fieldset {
|
||||
border: 1px solid #c0c0c0;
|
||||
margin: 0 2px;
|
||||
padding: 0.35em 0.625em 0.75em;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct `color` not being inherited in IE 8/9/10/11.
|
||||
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
||||
*/
|
||||
|
||||
legend {
|
||||
border: 0; /* 1 */
|
||||
padding: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove default vertical scrollbar in IE 8/9/10/11.
|
||||
*/
|
||||
|
||||
textarea {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* Don't inherit the `font-weight` (applied by a rule above).
|
||||
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
|
||||
*/
|
||||
|
||||
optgroup {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Tables
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove most spacing between table cells.
|
||||
*/
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
td,
|
||||
th {
|
||||
padding: 0;
|
||||
}
|
233
docs/css/osgl.min.css
vendored
Normal file
233
docs/css/osgl.min.css
vendored
Normal file
@ -0,0 +1,233 @@
|
||||
@font-face {
|
||||
font-family: 'osgl';
|
||||
src:
|
||||
url('fonts/osgl.ttf?ibzhc9') format('truetype'),
|
||||
url('fonts/osgl.woff?ibzhc9') format('woff'),
|
||||
url('fonts/osgl.svg?ibzhc9#osgl') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
i {
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'osgl' !important;
|
||||
speak: never;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-question:before {
|
||||
content: "\f128";
|
||||
}
|
||||
.icon-star:before {
|
||||
content: "\f005";
|
||||
}
|
||||
.icon-star-o:before {
|
||||
content: "\f006";
|
||||
}
|
||||
.icon-magic:before {
|
||||
content: "\f0d0";
|
||||
}
|
||||
.icon-rotate-left:before {
|
||||
content: "\f0e2";
|
||||
}
|
||||
.icon-undo:before {
|
||||
content: "\f0e2";
|
||||
}
|
||||
.icon-star-half-empty:before {
|
||||
content: "\f123";
|
||||
}
|
||||
.icon-star-half-full:before {
|
||||
content: "\f123";
|
||||
}
|
||||
.icon-star-half-o:before {
|
||||
content: "\f123";
|
||||
}
|
||||
.icon-code-fork:before {
|
||||
content: "\f126";
|
||||
}
|
||||
.icon-puzzle-piece:before {
|
||||
content: "\f12e";
|
||||
}
|
||||
.icon-rocket1:before {
|
||||
content: "\f135";
|
||||
}
|
||||
.icon-graduation-cap:before {
|
||||
content: "\f19d";
|
||||
}
|
||||
.icon-mortar-board:before {
|
||||
content: "\f19d";
|
||||
}
|
||||
.icon-automobile:before {
|
||||
content: "\f1b9";
|
||||
}
|
||||
.icon-car:before {
|
||||
content: "\f1b9";
|
||||
}
|
||||
.icon-user-secret:before {
|
||||
content: "\f21b";
|
||||
}
|
||||
.icon-tripadvisor:before {
|
||||
content: "\f262";
|
||||
}
|
||||
.icon-fort-awesome:before {
|
||||
content: "\f286";
|
||||
}
|
||||
.icon-book:before {
|
||||
content: "\e919";
|
||||
}
|
||||
.icon-laptop:before {
|
||||
content: "\e90c";
|
||||
}
|
||||
.icon-language:before {
|
||||
content: "\e90d";
|
||||
}
|
||||
.icon-wrench1:before {
|
||||
content: "\e91c";
|
||||
}
|
||||
.icon-home:before {
|
||||
content: "\e90a";
|
||||
}
|
||||
.icon-pencil:before {
|
||||
content: "\e907";
|
||||
}
|
||||
.icon-music:before {
|
||||
content: "\e91a";
|
||||
}
|
||||
.icon-dice:before {
|
||||
content: "\e915";
|
||||
}
|
||||
.icon-pacman:before {
|
||||
content: "\e916";
|
||||
}
|
||||
.icon-spades:before {
|
||||
content: "\e91b";
|
||||
}
|
||||
.icon-library:before {
|
||||
content: "\e921";
|
||||
}
|
||||
.icon-stack:before {
|
||||
content: "\e92e";
|
||||
}
|
||||
.icon-price-tag:before {
|
||||
content: "\e935";
|
||||
}
|
||||
.icon-price-tags:before {
|
||||
content: "\e936";
|
||||
}
|
||||
.icon-users:before {
|
||||
content: "\e972";
|
||||
}
|
||||
.icon-wrench:before {
|
||||
content: "\e991";
|
||||
}
|
||||
.icon-magic-wand:before {
|
||||
content: "\e997";
|
||||
}
|
||||
.icon-stats-dots:before {
|
||||
content: "\e99b";
|
||||
}
|
||||
.icon-rocket:before {
|
||||
content: "\e9a5";
|
||||
}
|
||||
.icon-briefcase:before {
|
||||
content: "\e9ae";
|
||||
}
|
||||
.icon-target:before {
|
||||
content: "\e9b3";
|
||||
}
|
||||
.icon-earth:before {
|
||||
content: "\e9ca";
|
||||
}
|
||||
.icon-sun:before {
|
||||
content: "\e9d4";
|
||||
}
|
||||
.icon-filter:before {
|
||||
content: "\ea5b";
|
||||
}
|
||||
.icon-new-tab:before {
|
||||
content: "\ea7e";
|
||||
}
|
||||
.icon-github:before {
|
||||
content: "\eab0";
|
||||
}
|
||||
.icon-tux:before {
|
||||
content: "\eabd";
|
||||
}
|
||||
.icon-appleinc:before {
|
||||
content: "\eabe";
|
||||
}
|
||||
.icon-finder:before {
|
||||
content: "\eabf";
|
||||
}
|
||||
.icon-android:before {
|
||||
content: "\eac0";
|
||||
}
|
||||
.icon-windows8:before {
|
||||
content: "\eac2";
|
||||
}
|
||||
.icon-help:before {
|
||||
content: "\e908";
|
||||
}
|
||||
.icon-bulb:before {
|
||||
content: "\e90e";
|
||||
}
|
||||
.icon-lamp:before {
|
||||
content: "\e90e";
|
||||
}
|
||||
.icon-idea:before {
|
||||
content: "\e90e";
|
||||
}
|
||||
.icon-brightness_3:before {
|
||||
content: "\e914";
|
||||
}
|
||||
.icon-wb_sunny:before {
|
||||
content: "\e917";
|
||||
}
|
||||
.icon-device_unknown:before {
|
||||
content: "\e913";
|
||||
}
|
||||
.icon-help_center1:before {
|
||||
content: "\e910";
|
||||
}
|
||||
.icon-help1:before {
|
||||
content: "\e911";
|
||||
}
|
||||
.icon-help_center:before {
|
||||
content: "\e912";
|
||||
}
|
||||
.icon-people_alt:before {
|
||||
content: "\e90b";
|
||||
}
|
||||
.icon-bedtime:before {
|
||||
content: "\e909";
|
||||
}
|
||||
.icon-wikipedia:before {
|
||||
content: "\e900";
|
||||
}
|
||||
.icon-ios:before {
|
||||
content: "\e901";
|
||||
}
|
||||
.icon-linux:before {
|
||||
content: "\e902";
|
||||
}
|
||||
.icon-windows:before {
|
||||
content: "\e903";
|
||||
}
|
||||
.icon-sourceforge:before {
|
||||
content: "\e904";
|
||||
}
|
||||
.icon-bitbucket:before {
|
||||
content: "\e905";
|
||||
}
|
||||
.icon-gitlab:before {
|
||||
content: "\e906";
|
||||
}
|
418
docs/css/skeleton.css
vendored
418
docs/css/skeleton.css
vendored
@ -1,418 +0,0 @@
|
||||
/*
|
||||
* Skeleton V2.0.4
|
||||
* Copyright 2014, Dave Gamache
|
||||
* www.getskeleton.com
|
||||
* Free to use under the MIT license.
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
* 12/29/2014
|
||||
*/
|
||||
|
||||
|
||||
/* Table of contents
|
||||
––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||
- Grid
|
||||
- Base Styles
|
||||
- Typography
|
||||
- Links
|
||||
- Buttons
|
||||
- Forms
|
||||
- Lists
|
||||
- Code
|
||||
- Tables
|
||||
- Spacing
|
||||
- Utilities
|
||||
- Clearing
|
||||
- Media Queries
|
||||
*/
|
||||
|
||||
|
||||
/* Grid
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
.container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 1960px;
|
||||
margin: 0 auto;
|
||||
padding: 0 20px;
|
||||
box-sizing: border-box; }
|
||||
.column,
|
||||
.columns {
|
||||
width: 100%;
|
||||
float: left;
|
||||
box-sizing: border-box; }
|
||||
|
||||
/* For devices larger than 400px */
|
||||
@media (min-width: 400px) {
|
||||
.container {
|
||||
width: 85%;
|
||||
padding: 0; }
|
||||
}
|
||||
|
||||
/* For devices larger than 550px */
|
||||
@media (min-width: 550px) {
|
||||
.container {
|
||||
width: 80%; }
|
||||
.column,
|
||||
.columns {
|
||||
margin-left: 4%; }
|
||||
.column:first-child,
|
||||
.columns:first-child {
|
||||
margin-left: 0; }
|
||||
|
||||
.one.column,
|
||||
.one.columns { width: 4.66666666667%; }
|
||||
.two.columns { width: 13.3333333333%; }
|
||||
.three.columns { width: 22%; }
|
||||
.four.columns { width: 30.6666666667%; }
|
||||
.five.columns { width: 39.3333333333%; }
|
||||
.six.columns { width: 48%; }
|
||||
.seven.columns { width: 56.6666666667%; }
|
||||
.eight.columns { width: 65.3333333333%; }
|
||||
.nine.columns { width: 74.0%; }
|
||||
.ten.columns { width: 82.6666666667%; }
|
||||
.eleven.columns { width: 91.3333333333%; }
|
||||
.twelve.columns { width: 100%; margin-left: 0; }
|
||||
|
||||
.one-third.column { width: 30.6666666667%; }
|
||||
.two-thirds.column { width: 65.3333333333%; }
|
||||
|
||||
.one-half.column { width: 48%; }
|
||||
|
||||
/* Offsets */
|
||||
.offset-by-one.column,
|
||||
.offset-by-one.columns { margin-left: 8.66666666667%; }
|
||||
.offset-by-two.column,
|
||||
.offset-by-two.columns { margin-left: 17.3333333333%; }
|
||||
.offset-by-three.column,
|
||||
.offset-by-three.columns { margin-left: 26%; }
|
||||
.offset-by-four.column,
|
||||
.offset-by-four.columns { margin-left: 34.6666666667%; }
|
||||
.offset-by-five.column,
|
||||
.offset-by-five.columns { margin-left: 43.3333333333%; }
|
||||
.offset-by-six.column,
|
||||
.offset-by-six.columns { margin-left: 52%; }
|
||||
.offset-by-seven.column,
|
||||
.offset-by-seven.columns { margin-left: 60.6666666667%; }
|
||||
.offset-by-eight.column,
|
||||
.offset-by-eight.columns { margin-left: 69.3333333333%; }
|
||||
.offset-by-nine.column,
|
||||
.offset-by-nine.columns { margin-left: 78.0%; }
|
||||
.offset-by-ten.column,
|
||||
.offset-by-ten.columns { margin-left: 86.6666666667%; }
|
||||
.offset-by-eleven.column,
|
||||
.offset-by-eleven.columns { margin-left: 95.3333333333%; }
|
||||
|
||||
.offset-by-one-third.column,
|
||||
.offset-by-one-third.columns { margin-left: 34.6666666667%; }
|
||||
.offset-by-two-thirds.column,
|
||||
.offset-by-two-thirds.columns { margin-left: 69.3333333333%; }
|
||||
|
||||
.offset-by-one-half.column,
|
||||
.offset-by-one-half.columns { margin-left: 52%; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Base Styles
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
/* NOTE
|
||||
html is set to 62.5% so that all the REM measurements throughout Skeleton
|
||||
are based on 10px sizing. So basically 1.5rem = 15px :) */
|
||||
html {
|
||||
font-size: 62.5%; }
|
||||
body {
|
||||
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
|
||||
line-height: 1.6;
|
||||
font-weight: 400;
|
||||
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
color: #222; }
|
||||
|
||||
|
||||
/* Typography
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin-top: 0;
|
||||
margin-bottom: 2rem;
|
||||
font-weight: 300; }
|
||||
h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;}
|
||||
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
|
||||
h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; }
|
||||
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
|
||||
h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; }
|
||||
h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; }
|
||||
|
||||
/* Larger than phablet */
|
||||
@media (min-width: 550px) {
|
||||
h1 { font-size: 5.0rem; }
|
||||
h2 { font-size: 4.2rem; }
|
||||
h3 { font-size: 3.6rem; }
|
||||
h4 { font-size: 3.0rem; }
|
||||
h5 { font-size: 2.4rem; }
|
||||
h6 { font-size: 1.5rem; }
|
||||
}
|
||||
|
||||
p {
|
||||
margin-top: 0; }
|
||||
|
||||
|
||||
/* Links
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
a {
|
||||
color: #1EAEDB; }
|
||||
a:hover {
|
||||
color: #0FA0CE; }
|
||||
|
||||
|
||||
/* Buttons
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
.button,
|
||||
button,
|
||||
input[type="submit"],
|
||||
input[type="reset"],
|
||||
input[type="button"] {
|
||||
display: inline-block;
|
||||
height: 38px;
|
||||
padding: 0 30px;
|
||||
color: #555;
|
||||
text-align: center;
|
||||
font-size: 11px;
|
||||
font-weight: 600;
|
||||
line-height: 38px;
|
||||
letter-spacing: .1rem;
|
||||
text-transform: uppercase;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
background-color: transparent;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #bbb;
|
||||
cursor: pointer;
|
||||
box-sizing: border-box; }
|
||||
.button:hover,
|
||||
button:hover,
|
||||
input[type="submit"]:hover,
|
||||
input[type="reset"]:hover,
|
||||
input[type="button"]:hover,
|
||||
.button:focus,
|
||||
button:focus,
|
||||
input[type="submit"]:focus,
|
||||
input[type="reset"]:focus,
|
||||
input[type="button"]:focus {
|
||||
color: #333;
|
||||
border-color: #888;
|
||||
outline: 0; }
|
||||
.button.button-primary,
|
||||
button.button-primary,
|
||||
input[type="submit"].button-primary,
|
||||
input[type="reset"].button-primary,
|
||||
input[type="button"].button-primary {
|
||||
color: #FFF;
|
||||
background-color: #33C3F0;
|
||||
border-color: #33C3F0; }
|
||||
.button.button-primary:hover,
|
||||
button.button-primary:hover,
|
||||
input[type="submit"].button-primary:hover,
|
||||
input[type="reset"].button-primary:hover,
|
||||
input[type="button"].button-primary:hover,
|
||||
.button.button-primary:focus,
|
||||
button.button-primary:focus,
|
||||
input[type="submit"].button-primary:focus,
|
||||
input[type="reset"].button-primary:focus,
|
||||
input[type="button"].button-primary:focus {
|
||||
color: #FFF;
|
||||
background-color: #1EAEDB;
|
||||
border-color: #1EAEDB; }
|
||||
|
||||
|
||||
/* Forms
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
input[type="email"],
|
||||
input[type="number"],
|
||||
input[type="search"],
|
||||
input[type="text"],
|
||||
input[type="tel"],
|
||||
input[type="url"],
|
||||
input[type="password"],
|
||||
textarea,
|
||||
select {
|
||||
height: 38px;
|
||||
padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
|
||||
background-color: #fff;
|
||||
border: 1px solid #D1D1D1;
|
||||
border-radius: 4px;
|
||||
box-shadow: none;
|
||||
box-sizing: border-box; }
|
||||
/* Removes awkward default styles on some inputs for iOS */
|
||||
input[type="email"],
|
||||
input[type="number"],
|
||||
input[type="search"],
|
||||
input[type="text"],
|
||||
input[type="tel"],
|
||||
input[type="url"],
|
||||
input[type="password"],
|
||||
textarea {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none; }
|
||||
textarea {
|
||||
min-height: 65px;
|
||||
padding-top: 6px;
|
||||
padding-bottom: 6px; }
|
||||
input[type="email"]:focus,
|
||||
input[type="number"]:focus,
|
||||
input[type="search"]:focus,
|
||||
input[type="text"]:focus,
|
||||
input[type="tel"]:focus,
|
||||
input[type="url"]:focus,
|
||||
input[type="password"]:focus,
|
||||
textarea:focus,
|
||||
select:focus {
|
||||
border: 1px solid #33C3F0;
|
||||
outline: 0; }
|
||||
label,
|
||||
legend {
|
||||
display: block;
|
||||
margin-bottom: .5rem;
|
||||
font-weight: 600; }
|
||||
fieldset {
|
||||
padding: 0;
|
||||
border-width: 0; }
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
display: inline; }
|
||||
label > .label-body {
|
||||
display: inline-block;
|
||||
margin-left: .5rem;
|
||||
font-weight: normal; }
|
||||
|
||||
|
||||
/* Lists
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
ul {
|
||||
list-style: circle inside; }
|
||||
ol {
|
||||
list-style: decimal inside; }
|
||||
ol, ul {
|
||||
padding-left: 0;
|
||||
margin-top: 0; }
|
||||
ul ul,
|
||||
ul ol,
|
||||
ol ol,
|
||||
ol ul {
|
||||
margin: 1.5rem 0 1.5rem 3rem;
|
||||
font-size: 90%; }
|
||||
li {
|
||||
margin-bottom: 1rem; }
|
||||
|
||||
|
||||
/* Code
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
code {
|
||||
padding: .2rem .5rem;
|
||||
margin: 0 .2rem;
|
||||
font-size: 90%;
|
||||
white-space: nowrap;
|
||||
background: #F1F1F1;
|
||||
border: 1px solid #E1E1E1;
|
||||
border-radius: 4px; }
|
||||
pre > code {
|
||||
display: block;
|
||||
padding: 1rem 1.5rem;
|
||||
white-space: pre; }
|
||||
|
||||
|
||||
/* Tables
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
th,
|
||||
td {
|
||||
padding: 12px 15px;
|
||||
text-align: left;
|
||||
border-bottom: 1px solid #E1E1E1; }
|
||||
th:first-child,
|
||||
td:first-child {
|
||||
padding-left: 0; }
|
||||
th:last-child,
|
||||
td:last-child {
|
||||
padding-right: 0; }
|
||||
|
||||
|
||||
/* Spacing
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
button,
|
||||
.button {
|
||||
margin-bottom: 1rem; }
|
||||
input,
|
||||
textarea,
|
||||
select,
|
||||
fieldset {
|
||||
margin-bottom: 1.5rem; }
|
||||
pre,
|
||||
blockquote,
|
||||
dl,
|
||||
figure,
|
||||
table,
|
||||
p,
|
||||
ul,
|
||||
ol,
|
||||
form {
|
||||
margin-bottom: 2.5rem; }
|
||||
|
||||
|
||||
/* Utilities
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
.u-full-width {
|
||||
width: 100%;
|
||||
box-sizing: border-box; }
|
||||
.u-max-full-width {
|
||||
max-width: 100%;
|
||||
box-sizing: border-box; }
|
||||
.u-pull-right {
|
||||
float: right; }
|
||||
.u-pull-left {
|
||||
float: left; }
|
||||
|
||||
|
||||
/* Misc
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
hr {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 3.5rem;
|
||||
border-width: 0;
|
||||
border-top: 1px solid #E1E1E1; }
|
||||
|
||||
|
||||
/* Clearing
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
|
||||
/* Self Clearing Goodness */
|
||||
.container:after,
|
||||
.row:after,
|
||||
.u-cf {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both; }
|
||||
|
||||
|
||||
/* Media Queries
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
/*
|
||||
Note: The best way to structure the use of media queries is to create the queries
|
||||
near the relevant code. For example, if you wanted to change the styles for buttons
|
||||
on small devices, paste the mobile query code up in the buttons section and style it
|
||||
there.
|
||||
*/
|
||||
|
||||
|
||||
/* Larger than mobile */
|
||||
@media (min-width: 400px) {}
|
||||
|
||||
/* Larger than phablet (also point when grid becomes active) */
|
||||
@media (min-width: 550px) {}
|
||||
|
||||
/* Larger than tablet */
|
||||
@media (min-width: 750px) {}
|
||||
|
||||
/* Larger than desktop */
|
||||
@media (min-width: 1000px) {}
|
||||
|
||||
/* Larger than Desktop HD */
|
||||
@media (min-width: 1200px) {}
|
@ -1,178 +0,0 @@
|
||||
/*!
|
||||
*
|
||||
* Vanilla-DataTables
|
||||
* Copyright (c) 2015-2017 Karl Saunders (http://mobius.ovh)
|
||||
* Licensed under MIT (http://www.opensource.org/licenses/mit-license.php)
|
||||
*
|
||||
* Version: 1.6.13
|
||||
*
|
||||
*/
|
||||
|
||||
.dataTable-wrapper.no-header .dataTable-container {
|
||||
border-top: 1px solid #d9d9d9;
|
||||
}
|
||||
|
||||
.dataTable-wrapper.no-footer .dataTable-container {
|
||||
border-bottom: 1px solid #d9d9d9;
|
||||
}
|
||||
|
||||
.dataTable-top,
|
||||
.dataTable-bottom {
|
||||
padding: 8px 10px;
|
||||
}
|
||||
|
||||
.dataTable-top > div:first-child,
|
||||
.dataTable-bottom > div:first-child {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.dataTable-top > div:last-child,
|
||||
.dataTable-bottom > div:last-child {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.dataTable-selector {
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.dataTable-input {
|
||||
padding: 6px 12px;
|
||||
}
|
||||
|
||||
.dataTable-info {
|
||||
margin: 7px 0;
|
||||
}
|
||||
|
||||
/* PAGER */
|
||||
.dataTable-pagination ul {
|
||||
margin: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.dataTable-pagination li {
|
||||
list-style: none;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.dataTable-pagination a {
|
||||
border: 1px solid transparent;
|
||||
float: left;
|
||||
margin-left: 2px;
|
||||
padding: 6px 12px;
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.dataTable-pagination a:hover {
|
||||
background-color: #d9d9d9;
|
||||
}
|
||||
|
||||
.dataTable-pagination .active a,
|
||||
.dataTable-pagination .active a:focus,
|
||||
.dataTable-pagination .active a:hover {
|
||||
background-color: #d9d9d9;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.dataTable-pagination .ellipsis a,
|
||||
.dataTable-pagination .disabled a,
|
||||
.dataTable-pagination .disabled a:focus,
|
||||
.dataTable-pagination .disabled a:hover {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.dataTable-pagination .disabled a,
|
||||
.dataTable-pagination .disabled a:focus,
|
||||
.dataTable-pagination .disabled a:hover {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.dataTable-pagination .pager a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* TABLE */
|
||||
.dataTable-table {
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
.dataTable-table > tbody > tr > td,
|
||||
.dataTable-table > tbody > tr > th,
|
||||
.dataTable-table > tfoot > tr > td,
|
||||
.dataTable-table > tfoot > tr > th,
|
||||
.dataTable-table > thead > tr > td,
|
||||
.dataTable-table > thead > tr > th {
|
||||
vertical-align: top;
|
||||
padding: 8px 10px;
|
||||
}
|
||||
|
||||
.dataTable-table > thead > tr > th {
|
||||
vertical-align: bottom;
|
||||
text-align: left;
|
||||
border-bottom: 1px solid #d9d9d9;
|
||||
}
|
||||
|
||||
.dataTable-table > tfoot > tr > th {
|
||||
vertical-align: bottom;
|
||||
text-align: left;
|
||||
border-top: 1px solid #d9d9d9;
|
||||
}
|
||||
|
||||
.dataTable-table th {
|
||||
vertical-align: bottom;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.dataTable-table th a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.dataTable-sorter {
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.dataTable-sorter::before,
|
||||
.dataTable-sorter::after {
|
||||
content: "";
|
||||
height: 0;
|
||||
width: 0;
|
||||
position: absolute;
|
||||
right: 4px;
|
||||
border-left: 4px solid transparent;
|
||||
border-right: 4px solid transparent;
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
.dataTable-sorter::before {
|
||||
border-top: 4px solid #000;
|
||||
bottom: 10px;
|
||||
}
|
||||
|
||||
.dataTable-sorter::after {
|
||||
border-bottom: 4px solid #000;
|
||||
border-top: 4px solid transparent;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.asc .dataTable-sorter::after,
|
||||
.desc .dataTable-sorter::before {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.dataTables-empty {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.dataTable-top::after, .dataTable-bottom::after {
|
||||
clear: both;
|
||||
content: " ";
|
||||
display: table;
|
||||
}
|
12876
docs/data.json
12876
docs/data.json
File diff suppressed because it is too large
Load Diff
980
docs/developers/0.html
Normal file
980
docs/developers/0.html
Normal file
@ -0,0 +1,980 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item" href="../inspirations/index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Open source game developers (0)</h1>
|
||||
<div id="gh" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">(G_H)</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/Gee-aitcH" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/M.html#mindustry">
|
||||
<span class="has-text-weight-semibold">Mindustry</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="-" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">-</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/seb777" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/P.html#plee_the_bear">
|
||||
<span class="has-text-weight-semibold">Plee the Bear</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="-jk-" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">-jK-</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/jk3064/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/S.html#spring">
|
||||
<span class="has-text-weight-semibold">Spring</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="tim" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">//tim</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/Darkside-" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/X.html#xmage">
|
||||
<span class="has-text-weight-semibold">XMage</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="01y" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">01y</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/01y" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/B.html#bstone">
|
||||
<span class="has-text-weight-semibold">BStone</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="0gbus" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">0gb.us</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/0gb-us" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed games:</span><a href="../games/F.html#freeminer">
|
||||
<span class="has-text-weight-semibold">Freeminer</span></a>, <a href="../frameworks/framework.html#minetest">
|
||||
<span class="has-text-weight-semibold">Minetest</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="0nmyhead" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">0nmyhead</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/0nmyhead" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/T.html#thrive">
|
||||
<span class="has-text-weight-semibold">Thrive</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="0xmk" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">0xMk</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/toxicsham/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/A.html#aleph_one">
|
||||
<span class="has-text-weight-semibold">Aleph One</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="12345swordy" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">12345swordy</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/12345swordy" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/S.html#spring">
|
||||
<span class="has-text-weight-semibold">Spring</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="13r" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">13r</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/primer13r/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/O.html#open_tibia">
|
||||
<span class="has-text-weight-semibold">Open Tibia</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="165your4" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">165your4</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/165your4" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/S.html#supertux">
|
||||
<span class="has-text-weight-semibold">SuperTux</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="18ths" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">18ths</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/18ths" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/X.html#xmage">
|
||||
<span class="has-text-weight-semibold">XMage</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="19oj19" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">19oj19</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/19oj19" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#solarus">
|
||||
<span class="has-text-weight-semibold">Solarus</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="1n48yg" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">1n48yg</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/1n48yg" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/T.html#thrive">
|
||||
<span class="has-text-weight-semibold">Thrive</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="1vank" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">1vanK</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/1vanK" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#urho3d">
|
||||
<span class="has-text-weight-semibold">Urho3D</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="20kdc" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">20kdc</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/20kdc" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed games:</span><a href="../frameworks/framework.html#easyrpg_player">
|
||||
<span class="has-text-weight-semibold">EasyRPG Player</span></a>, <a href="../frameworks/framework.html#godot">
|
||||
<span class="has-text-weight-semibold">Godot</span></a>, <a href="../games/W.html#warzone_2100">
|
||||
<span class="has-text-weight-semibold">Warzone 2100</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="324523" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">324523</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/playnetrek/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/N.html#netrek">
|
||||
<span class="has-text-weight-semibold">Netrek</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="3m4r" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">3m4r</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/3m4r" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/A.html#angband">
|
||||
<span class="has-text-weight-semibold">Angband</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="3saster" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">3saster</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/3saster" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed games:</span><a href="../games/G.html#gzdoom">
|
||||
<span class="has-text-weight-semibold">GZDoom</span></a>, <a href="../games/Z.html#zdoom">
|
||||
<span class="has-text-weight-semibold">ZDoom</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="42triangles" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">42triangles</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/42triangles" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/P.html#pioneer">
|
||||
<span class="has-text-weight-semibold">Pioneer</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="4562448" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">4562448</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/4562448" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/O.html#opendungeons">
|
||||
<span class="has-text-weight-semibold">OpenDungeons</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="4denthusiast" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">4Denthusiast</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/4Denthusiast" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#terasology">
|
||||
<span class="has-text-weight-semibold">Terasology</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="4hooves2appendages" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">4Hooves2Appendages</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/4Hooves2Appendages" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/D.html#dungeon_crawl_stone_soup">
|
||||
<span class="has-text-weight-semibold">Dungeon Crawl Stone Soup</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="54x" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">54x</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/54x" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/O.html#openxcom">
|
||||
<span class="has-text-weight-semibold">OpenXcom</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="5thavenue" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">5thAvenue</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/5thAvenue" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/O.html#open_apocalypse">
|
||||
<span class="has-text-weight-semibold">Open Apocalypse</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="667bdrm" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">667bdrm</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/667bdrm" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/F.html#falltergeist">
|
||||
<span class="has-text-weight-semibold">Falltergeist</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="7k2" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">7k2</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/7k2" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/S.html#seven_kingdoms_ancient_adversaries">
|
||||
<span class="has-text-weight-semibold">Seven Kingdoms: Ancient Adversaries</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="8573" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">8573</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/8573" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/T.html#the_battle_for_wesnoth">
|
||||
<span class="has-text-weight-semibold">The Battle for Wesnoth</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="8street" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">8street</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/8street" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/C.html#cataclysm_dark_days_ahead">
|
||||
<span class="has-text-weight-semibold">Cataclysm: Dark Days Ahead</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="9600bauds" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">9600bauds</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/9600bauds" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/C.html#cataclysm_dark_days_ahead">
|
||||
<span class="has-text-weight-semibold">Cataclysm: Dark Days Ahead</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="9kgsofrice" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">9kgsofrice</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/9kgsofrice" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/U.html#unciv">
|
||||
<span class="has-text-weight-semibold">UnCiv</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="racascou" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">@racascou</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/rafaelcastrocouto" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/E.html#enduro_tribute">
|
||||
<span class="has-text-weight-semibold">Enduro tribute</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="redacted" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">[Redacted]</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/ZeroDayDaemon" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/U.html#unitystation">
|
||||
<span class="has-text-weight-semibold">unitystation</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="gumby" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">_Gumby</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/rgoff/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/D.html#dune_legacy">
|
||||
<span class="has-text-weight-semibold">Dune Legacy</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="mnrsu" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">_m_nr_sU</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/mnrsU" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/M.html#mindustry">
|
||||
<span class="has-text-weight-semibold">Mindustry</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="moe" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">`Moe`</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/moe323/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/M.html#megamek">
|
||||
<span class="has-text-weight-semibold">MegaMek</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="eh_matt" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">ζeh Matt</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/ZehMatt" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed games:</span><a href="../games/O.html#openloco">
|
||||
<span class="has-text-weight-semibold">OpenLoco</span></a>, <a href="../games/O.html#openrct2">
|
||||
<span class="has-text-weight-semibold">OpenRCT2</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="xxx" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4"></h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/HybridDog" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed games:</span><a href="../games/F.html#freeminer">
|
||||
<span class="has-text-weight-semibold">Freeminer</span></a>, <a href="../frameworks/framework.html#minetest">
|
||||
<span class="has-text-weight-semibold">Minetest</span></a>, <a href="../games/M.html#minetest_game">
|
||||
<span class="has-text-weight-semibold">Minetest Game</span></a>, <a href="../games/S.html#supertux">
|
||||
<span class="has-text-weight-semibold">SuperTux</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="_xxxxxx" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">◢ Ϻ⚸Яℨ⚔ ◣</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/mir3x" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/F.html#freeciv">
|
||||
<span class="has-text-weight-semibold">Freeciv</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="uel_guve" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">ⴹⅿаոuel GuéveΙ</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/PotatoesMaster" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed games:</span><a href="../games/O.html#openmw">
|
||||
<span class="has-text-weight-semibold">OpenMW</span></a>, <a href="../games/T.html#tes3mp">
|
||||
<span class="has-text-weight-semibold">TES3MP</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="e" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">偶尔e网事</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/fusijie" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#cocos2d-x">
|
||||
<span class="has-text-weight-semibold">COCOS2D-X</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="xxxx" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">刘敏</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/lmskater" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#cocos2d-x">
|
||||
<span class="has-text-weight-semibold">COCOS2D-X</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="xxxxx" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">天热吃西瓜</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/chenguangqi" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#cocos2d-x">
|
||||
<span class="has-text-weight-semibold">COCOS2D-X</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="xxxxxx" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">子龙山人</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/zilongshanren" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#cocos2d-x">
|
||||
<span class="has-text-weight-semibold">COCOS2D-X</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="xxxxxxx" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">江战</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/PatriceJiang" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#cocos2d-x">
|
||||
<span class="has-text-weight-semibold">COCOS2D-X</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="xxxxxxxx" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">瑞毅</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/nyaatrap" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#renpy">
|
||||
<span class="has-text-weight-semibold">Ren'Py</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="xxxxxxxxx" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">老滑稽</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/laohuaji233" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/M.html#mindustry">
|
||||
<span class="has-text-weight-semibold">Mindustry</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="xxxxxxxxxx" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">超能力</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/sjchao" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#cocos2d-x">
|
||||
<span class="has-text-weight-semibold">COCOS2D-X</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="_tommy_li" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">雪竜 (Tommy Li)</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/heshuimu" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/S.html#stepmania">
|
||||
<span class="has-text-weight-semibold">StepMania</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="xxxxxxxxxxx" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">魔大农</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/Modanung" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed games:</span><a href="../games/H.html#hexon">
|
||||
<span class="has-text-weight-semibold">heXon</span></a>, <a href="../frameworks/framework.html#urho3d">
|
||||
<span class="has-text-weight-semibold">Urho3D</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="xxxxxxxxxxxx" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">키에르</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/Kieaer" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/M.html#mindustry">
|
||||
<span class="has-text-weight-semibold">Mindustry</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
17266
docs/developers/A.html
Normal file
17266
docs/developers/A.html
Normal file
File diff suppressed because it is too large
Load Diff
8556
docs/developers/B.html
Normal file
8556
docs/developers/B.html
Normal file
File diff suppressed because it is too large
Load Diff
9955
docs/developers/C.html
Normal file
9955
docs/developers/C.html
Normal file
File diff suppressed because it is too large
Load Diff
12862
docs/developers/D.html
Normal file
12862
docs/developers/D.html
Normal file
File diff suppressed because it is too large
Load Diff
6194
docs/developers/E.html
Normal file
6194
docs/developers/E.html
Normal file
File diff suppressed because it is too large
Load Diff
5638
docs/developers/F.html
Normal file
5638
docs/developers/F.html
Normal file
File diff suppressed because it is too large
Load Diff
6072
docs/developers/G.html
Normal file
6072
docs/developers/G.html
Normal file
File diff suppressed because it is too large
Load Diff
4316
docs/developers/H.html
Normal file
4316
docs/developers/H.html
Normal file
File diff suppressed because it is too large
Load Diff
3004
docs/developers/I.html
Normal file
3004
docs/developers/I.html
Normal file
File diff suppressed because it is too large
Load Diff
15678
docs/developers/J.html
Normal file
15678
docs/developers/J.html
Normal file
File diff suppressed because it is too large
Load Diff
7182
docs/developers/K.html
Normal file
7182
docs/developers/K.html
Normal file
File diff suppressed because it is too large
Load Diff
6938
docs/developers/L.html
Normal file
6938
docs/developers/L.html
Normal file
File diff suppressed because it is too large
Load Diff
18685
docs/developers/M.html
Normal file
18685
docs/developers/M.html
Normal file
File diff suppressed because it is too large
Load Diff
5973
docs/developers/N.html
Normal file
5973
docs/developers/N.html
Normal file
File diff suppressed because it is too large
Load Diff
2850
docs/developers/O.html
Normal file
2850
docs/developers/O.html
Normal file
File diff suppressed because it is too large
Load Diff
9013
docs/developers/P.html
Normal file
9013
docs/developers/P.html
Normal file
File diff suppressed because it is too large
Load Diff
781
docs/developers/Q.html
Normal file
781
docs/developers/Q.html
Normal file
@ -0,0 +1,781 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item" href="../inspirations/index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Open source game developers (Q)</h1>
|
||||
<div id="q4a" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">q4a</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/q4a" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/W.html#world_of_might_and_magic">
|
||||
<span class="has-text-weight-semibold">World of Might and Magic</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="qark" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Qark</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/qark/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/O.html#outer_space">
|
||||
<span class="has-text-weight-semibold">Outer Space</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="qbancoffee" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">qbancoffee</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/qbancoffee" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/I.html#infinite_tux">
|
||||
<span class="has-text-weight-semibold">Infinite Tux</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="qbieshay" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">QbieShay</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/QbieShay" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#godot">
|
||||
<span class="has-text-weight-semibold">Godot</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="qbix" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Qbix</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/qbix79/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/E.html#eduke32">
|
||||
<span class="has-text-weight-semibold">EDuke32</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="qiaofeng00oo" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">qiaofeng00oo</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/qiaofeng00oo" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#cocos2d-x">
|
||||
<span class="has-text-weight-semibold">COCOS2D-X</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="qingnan_duan" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Qingnan Duan</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/duanqn" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/O.html#openage">
|
||||
<span class="has-text-weight-semibold">openage</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="qkolj" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">qkolj</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/qkolj" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/O.html#openrw">
|
||||
<span class="has-text-weight-semibold">OpenRW</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="qmelz" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">QmelZ</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/QmelZ" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/M.html#mindustry">
|
||||
<span class="has-text-weight-semibold">Mindustry</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="qndel" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">qndel</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/qndel" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed games:</span><a href="../games/D.html#devilution">
|
||||
<span class="has-text-weight-semibold">Devilution</span></a>, <a href="../games/D.html#devilutionx">
|
||||
<span class="has-text-weight-semibold">DevilutionX</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="qoala" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">qoala</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/qoala" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/D.html#dungeon_crawl_stone_soup">
|
||||
<span class="has-text-weight-semibold">Dungeon Crawl Stone Soup</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="qoh" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">qoh</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/qoh" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/G.html#gang_garrison_2">
|
||||
<span class="has-text-weight-semibold">Gang Garrison 2</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="qsona" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">qsona</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/qsona" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/B.html#boardgameio">
|
||||
<span class="has-text-weight-semibold">boardgame.io</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="qstick" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Qstick</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/Qstick" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/F.html#frets_on_fire_x">
|
||||
<span class="has-text-weight-semibold">Frets on Fire X</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="quabug" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">quabug</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/quabug" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#godot">
|
||||
<span class="has-text-weight-semibold">Godot</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="quadrofonic" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Quadrofonic</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/quadrofonic/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/N.html#nxtank">
|
||||
<span class="has-text-weight-semibold">nXtank</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="quaker66" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">quaker66</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/quaker66/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/R.html#red_eclipse">
|
||||
<span class="has-text-weight-semibold">Red Eclipse</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="quale" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">quale</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/quale" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/O.html#openrct2">
|
||||
<span class="has-text-weight-semibold">OpenRCT2</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="quantech0" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">QuanTech0</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/QuanTech0" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/T.html#the_powder_toy">
|
||||
<span class="has-text-weight-semibold">The Powder Toy</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="quazi_irfan" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Quazi Irfan</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/quazi-irfan" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#jmonkeyengine">
|
||||
<span class="has-text-weight-semibold">jMonkeyEngine</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="qubodup" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">qubodup</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/qubodup" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div><div class="level-item"><a href="https://sourceforge.net/u/qubodup/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed games:</span><a href="../frameworks/framework.html#annchienta">
|
||||
<span class="has-text-weight-semibold">Annchienta</span></a>, <a href="../games/D.html#dnt">
|
||||
<span class="has-text-weight-semibold">DNT</span></a>, <a href="../games/J.html#jclassicrpg">
|
||||
<span class="has-text-weight-semibold">jClassicRPG</span></a>, <a href="../games/P.html#pink_pony">
|
||||
<span class="has-text-weight-semibold">Pink Pony</span></a>, <a href="../games/T.html#trigger">
|
||||
<span class="has-text-weight-semibold">Trigger</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="quentin_anciaux" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Quentin Anciaux</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/allcolor/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#crystal_space_3d_sdk">
|
||||
<span class="has-text-weight-semibold">Crystal Space 3D SDK</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="quentin_cormand" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Quentin Cormand</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/Sourciluss667" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/T.html#thrive">
|
||||
<span class="has-text-weight-semibold">Thrive</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="quentin_dusoulier" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Quentin DUSOULIER</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/kiki2010/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/A.html#attal_lords_of_doom">
|
||||
<span class="has-text-weight-semibold">Attal: Lords of doom</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="quentin_pradet" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Quentin Pradet</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/cygal/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/F.html#freedroidrpg">
|
||||
<span class="has-text-weight-semibold">FreedroidRPG</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="quentin_stivenart" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Quentin Stiévenart</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/acieroid" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#flare">
|
||||
<span class="has-text-weight-semibold">Flare</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="quercitron" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">quercitron</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/quercitron" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/X.html#xmage">
|
||||
<span class="has-text-weight-semibold">XMage</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="queria_sa-tas" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Queria Sa-Tas</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/queria" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#flare">
|
||||
<span class="has-text-weight-semibold">Flare</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="quetzy_garcia" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Quetzy Garcia</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/quetzyg/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/P.html#psy_pong_3d">
|
||||
<span class="has-text-weight-semibold">PSY PONG 3D</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="quick-korc" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Quick-Korc</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/Quick-korkc" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/M.html#mindustry">
|
||||
<span class="has-text-weight-semibold">Mindustry</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="quietly-turning" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">quietly-turning</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/quietly-turning" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed games:</span><a href="../games/E.html#etterna">
|
||||
<span class="has-text-weight-semibold">Etterna</span></a>, <a href="../games/S.html#stepmania">
|
||||
<span class="has-text-weight-semibold">StepMania</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="quietust" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Quietust</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/quietust" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/C.html#cataclysm_dark_days_ahead">
|
||||
<span class="has-text-weight-semibold">Cataclysm: Dark Days Ahead</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="quintar" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Quintar</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/Quintar" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/I.html#ilarion">
|
||||
<span class="has-text-weight-semibold">Ilarion</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="quinten_marsman" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Quinten Marsman</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/quintenm97/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/T.html#the_butterfly_effect">
|
||||
<span class="has-text-weight-semibold">The Butterfly Effect</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="quinton_reeves" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Quinton Reeves</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/qreeves" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div><div class="level-item"><a href="https://sourceforge.net/u/qreeves/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed games:</span><a href="../games/R.html#red_eclipse">
|
||||
<span class="has-text-weight-semibold">Red Eclipse</span></a>, <a href="../games/S.html#sdl-ball">
|
||||
<span class="has-text-weight-semibold">SDL-Ball</span></a>, <a href="../frameworks/framework.html#terasology">
|
||||
<span class="has-text-weight-semibold">Terasology</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="qwcream" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">qwcream</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/qwcream" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/E.html#ezquake">
|
||||
<span class="has-text-weight-semibold">ezQuake</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="qwertronix" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Qwertronix</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/Qwertronix" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/M.html#megamek">
|
||||
<span class="has-text-weight-semibold">MegaMek</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="qwertychouskie" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">QwertyChouskie</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/qwertychouskie" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed games:</span><a href="../games/C.html#cubosphere">
|
||||
<span class="has-text-weight-semibold">Cubosphere</span></a>, <a href="../games/S.html#supertuxkart">
|
||||
<span class="has-text-weight-semibold">SuperTuxKart</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="qwertygiy" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Qwertygiy</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/Qwertygiy" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#terasology">
|
||||
<span class="has-text-weight-semibold">Terasology</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="qwewqa" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">qwewqa</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/qwewqa" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/O.html#osu">
|
||||
<span class="has-text-weight-semibold">osu!</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
10821
docs/developers/R.html
Normal file
10821
docs/developers/R.html
Normal file
File diff suppressed because it is too large
Load Diff
15613
docs/developers/S.html
Normal file
15613
docs/developers/S.html
Normal file
File diff suppressed because it is too large
Load Diff
11172
docs/developers/T.html
Normal file
11172
docs/developers/T.html
Normal file
File diff suppressed because it is too large
Load Diff
852
docs/developers/U.html
Normal file
852
docs/developers/U.html
Normal file
@ -0,0 +1,852 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item" href="../inspirations/index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Open source game developers (U)</h1>
|
||||
<div id="u-ndefine" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">u-ndefine</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/u-ndefine" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/U.html#unciv">
|
||||
<span class="has-text-weight-semibold">UnCiv</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="uberwaffe" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">UberWaffe</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/UberWaffe" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/O.html#openra">
|
||||
<span class="has-text-weight-semibold">OpenRA</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="ubr47k" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">ubr47k</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/ubr47k/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/A.html#atomic_tanks">
|
||||
<span class="has-text-weight-semibold">Atomic Tanks</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="ufdada" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">ufdada</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/ufdada" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/O.html#openkeeper">
|
||||
<span class="has-text-weight-semibold">OpenKeeper</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="ufo_alien_invasion" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">UFO: Alien Invasion</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/ufoai" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/U.html#ufo_alien_invasion">
|
||||
<span class="has-text-weight-semibold">UFO: Alien Invasion</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="ufoai" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">UFOAI</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/ufoai/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/U.html#ufo_alien_invasion">
|
||||
<span class="has-text-weight-semibold">UFO: Alien Invasion</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="ufshaikh" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">ufshaikh</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/ufshaikh" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/D.html#dungeon_crawl_stone_soup">
|
||||
<span class="has-text-weight-semibold">Dungeon Crawl Stone Soup</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="ujjwal_mishra" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">ujjwal mishra</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/ujjman" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#terasology">
|
||||
<span class="has-text-weight-semibold">Terasology</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="ukata" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">ukata</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/ukata" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/D.html#deer_portal">
|
||||
<span class="has-text-weight-semibold">Deer Portal</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="uladzislau_susha" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Uladzislau Susha</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/Haryaalcar" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/V.html#vcmi">
|
||||
<span class="has-text-weight-semibold">VCMI</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="ulf_hermann" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Ulf Hermann</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/ulfhermann" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/O.html#openttd">
|
||||
<span class="has-text-weight-semibold">OpenTTD</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="ulf_lorenz" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Ulf Lorenz</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/ulflor/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/F.html#freelords">
|
||||
<span class="has-text-weight-semibold">FreeLords</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="ulherman" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">ulherman</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/ulherman" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#qt">
|
||||
<span class="has-text-weight-semibold">Qt</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="uli_schlachter" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Uli Schlachter</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/psychon" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#qt">
|
||||
<span class="has-text-weight-semibold">Qt</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="ulteq" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">ulteq</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/ulteq" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/R.html#rigs_of_rods">
|
||||
<span class="has-text-weight-semibold">Rigs of Rods</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="ultrastars3000" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">UltraStars3000</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/UltraStars3000" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/A.html#alive">
|
||||
<span class="has-text-weight-semibold">alive</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="ulukai" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">ulukai</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/ulukai5/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/R.html#red_eclipse">
|
||||
<span class="has-text-weight-semibold">Red Eclipse</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="ulukyn" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Ulukyn</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/ulukyn" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/R.html#ryzom_core">
|
||||
<span class="has-text-weight-semibold">Ryzom Core</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="umdlye" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Umdlye</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/Umdlye" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/O.html#openrct2">
|
||||
<span class="has-text-weight-semibold">OpenRCT2</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="unavowed" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">unavowed</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/unavowed" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed games:</span><a href="../games/N.html#naev">
|
||||
<span class="has-text-weight-semibold">Naev</span></a>, <a href="../games/N.html#nox_imperii">
|
||||
<span class="has-text-weight-semibold">Nox Imperii</span></a>, <a href="../games/P.html#pioneer">
|
||||
<span class="has-text-weight-semibold">Pioneer</span></a>, <a href="../games/S.html#seven_kingdoms_ancient_adversaries">
|
||||
<span class="has-text-weight-semibold">Seven Kingdoms: Ancient Adversaries</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="unc0rr" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">unC0Rr</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/unC0Rr" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/H.html#hedgewars">
|
||||
<span class="has-text-weight-semibold">Hedgewars</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="unclouded" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">unclouded</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/unclouded/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/F.html#freecol">
|
||||
<span class="has-text-weight-semibold">FreeCol</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="undefined-darkness" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">undefined-darkness</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/undefined-darkness" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/O.html#open_horizon">
|
||||
<span class="has-text-weight-semibold">Open Horizon</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="undernorthernsky" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">undernorthernsky</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/undernorthernsky" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/F.html#fife">
|
||||
<span class="has-text-weight-semibold">FIFE</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="unelsson" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">unelsson</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/unelsson" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed games:</span><a href="../games/O.html#openmw">
|
||||
<span class="has-text-weight-semibold">OpenMW</span></a>, <a href="../games/T.html#tes3mp">
|
||||
<span class="has-text-weight-semibold">TES3MP</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="unislash" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Unislash</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/unislash/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/D.html#daimonin">
|
||||
<span class="has-text-weight-semibold">Daimonin</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="unitraxx" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Unitraxx</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/unitraxx/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/S.html#supertuxkart">
|
||||
<span class="has-text-weight-semibold">SuperTuxKart</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="unknownscribe" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">UnknownScribe</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/DanielStephens" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/U.html#unknown_horizons">
|
||||
<span class="has-text-weight-semibold">Unknown Horizons</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="untrustedlife" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Untrustedlife</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/Untrustedlife" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/T.html#thrive">
|
||||
<span class="has-text-weight-semibold">Thrive</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="upi" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">UPi</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/upi/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed games:</span><a href="../games/O.html#openmortal">
|
||||
<span class="has-text-weight-semibold">OpenMortal</span></a>, <a href="../games/P.html#pang_zero">
|
||||
<span class="has-text-weight-semibold">Pang Zero</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="upthorn" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">upthorn</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/upthorn" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed games:</span><a href="../frameworks/framework.html#scummvm">
|
||||
<span class="has-text-weight-semibold">ScummVM</span></a>, <a href="../games/T.html#the_battle_for_wesnoth">
|
||||
<span class="has-text-weight-semibold">The Battle for Wesnoth</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="uqs" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">uqs</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/uqs" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed games:</span><a href="../games/O.html#openxcom">
|
||||
<span class="has-text-weight-semibold">OpenXcom</span></a>, <a href="../games/R.html#return_to_the_roots">
|
||||
<span class="has-text-weight-semibold">Return to the Roots</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="urbancmc" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">UrbanCMC</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/UrbanCMC" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/C.html#cataclysm_dark_days_ahead">
|
||||
<span class="has-text-weight-semibold">Cataclysm: Dark Days Ahead</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="urgru" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">urgru</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/urgru/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/M.html#megamek">
|
||||
<span class="has-text-weight-semibold">MegaMek</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="urho3d-travis-ci" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">urho3d-travis-ci</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/urho3d-travis-ci" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#urho3d">
|
||||
<span class="has-text-weight-semibold">Urho3D</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="urs_wolfer" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Urs Wolfer</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/uwolfer" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/B.html#blinken">
|
||||
<span class="has-text-weight-semibold">Blinken</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="urschel" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Urschel</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/Urschel" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/O.html#openclonk">
|
||||
<span class="has-text-weight-semibold">OpenClonk</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="urtzi_odriozola" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Urtzi Odriozola</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/urtzai" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#superstarfighter">
|
||||
<span class="has-text-weight-semibold">SuperStarfighter</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="uselesstoucan" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">UselessToucan</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/UselessToucan" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/O.html#osu">
|
||||
<span class="has-text-weight-semibold">osu!</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="utkarsh" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Utkarsh</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/simpuid" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../frameworks/framework.html#godot">
|
||||
<span class="has-text-weight-semibold">Godot</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="utunnels" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">utunnels</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/utunnels" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed games:</span><a href="../games/C.html#cataclysm_dark_days_ahead">
|
||||
<span class="has-text-weight-semibold">Cataclysm: Dark Days Ahead</span></a>, <a href="../games/O.html#openbor">
|
||||
<span class="has-text-weight-semibold">OpenBOR</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="uwe_hermann" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Uwe Hermann</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://sourceforge.net/u/uh1763/profile/" title="Profile on Sourceforge"><span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/C.html#civil">
|
||||
<span class="has-text-weight-semibold">Civil</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="uyghur" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Uyghur</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/gheyret" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/A.html#aisleriot">
|
||||
<span class="has-text-weight-semibold">Aisleriot</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="uzhosnah" class="box">
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">uzhosnah</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-size-5"><div class="level-item"><a href="https://github.com/uzhosnah" title="Profile on Github"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a></div></div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developed game:</span><a href="../games/E.html#ezquake">
|
||||
<span class="has-text-weight-semibold">ezQuake</span></a></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#developers" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
4025
docs/developers/V.html
Normal file
4025
docs/developers/V.html
Normal file
File diff suppressed because it is too large
Load Diff
3083
docs/developers/W.html
Normal file
3083
docs/developers/W.html
Normal file
File diff suppressed because it is too large
Load Diff
1253
docs/developers/X.html
Normal file
1253
docs/developers/X.html
Normal file
File diff suppressed because it is too large
Load Diff
1724
docs/developers/Y.html
Normal file
1724
docs/developers/Y.html
Normal file
File diff suppressed because it is too large
Load Diff
2140
docs/developers/Z.html
Normal file
2140
docs/developers/Z.html
Normal file
File diff suppressed because it is too large
Load Diff
1699
docs/developers/index.html
Normal file
1699
docs/developers/index.html
Normal file
File diff suppressed because it is too large
Load Diff
6172
docs/frameworks/framework.html
Normal file
6172
docs/frameworks/framework.html
Normal file
File diff suppressed because it is too large
Load Diff
172
docs/frameworks/index.html
Normal file
172
docs/frameworks/index.html
Normal file
@ -0,0 +1,172 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item" href="../inspirations/index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<div class="box"><div class="block">
|
||||
<h1 class="title">Open source game frameworks/tools</h1><h2 class="subtitle">Index of 182 game frameworks/tools</h2></div><div class="tags">
|
||||
<span class="tag is-white is-size-5">
|
||||
<a href="#framework" class="has-text-weight-semibold mr-1">Frameworks</a> <span class="has-text-grey">(95)</span>
|
||||
</span><span class="tag is-white is-size-5">
|
||||
<a href="#library" class="has-text-weight-semibold mr-1">Libraries</a> <span class="has-text-grey">(46)</span>
|
||||
</span><span class="tag is-white is-size-5">
|
||||
<a href="#tool" class="has-text-weight-semibold mr-1">Tools</a> <span class="has-text-grey">(46)</span>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="block">
|
||||
<h2 id="framework" class="is-size-4 has-text-weight-semibold">Frameworks</h2></div>
|
||||
<div class="columns"><div class="column">
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="framework.html#2moons_browsergame_engine">2Moons Browsergame Engine</a></span></li><li><a href="framework.html#aether3d">Aether3D</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#allegro">Allegro</a></span></li><li><a href="framework.html#annchienta">Annchienta</a>
|
||||
<span class="is-light is-size-7">(inactive since 2009)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#arianne_marauroa">Arianne / Marauroa</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#armory">Armory</a></span></li><li><a href="framework.html#atlantis">Atlantis</a>
|
||||
<span class="is-light is-size-7">(inactive since 2016)</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><span class="has-text-weight-semibold"><a href="framework.html#blender_game_engine">Blender game engine</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#castle_game_engine">Castle Game Engine</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#cocos2d-x">COCOS2D-X</a></span></li><li><a href="framework.html#crystal_space_3d_sdk">Crystal Space 3D SDK</a>
|
||||
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="framework.html#dash_engine">Dash Engine</a>
|
||||
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="framework.html#delta_engine">Delta Engine</a>
|
||||
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="framework.html#desmume">DeSmuME</a>
|
||||
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#easyrpg_player">EasyRPG Player</a></span></li><li><a href="framework.html#enduro2d">Enduro2D</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#enigma_development_environment">ENIGMA (development environment)</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#flf">F.LF</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#flare">Flare</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#flixel">Flixel</a></span></li><li><a href="framework.html#flixel-gdx">flixel-gdx</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2017)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#floppy_birb">Floppy Birb</a></span></li><li><a href="framework.html#free_hero_mesh">Free Hero Mesh</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="framework.html#game_editor">Game Editor</a>
|
||||
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#gemrb">GemRB</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#gideros">Gideros</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#godot">Godot</a></span></li><li><a href="framework.html#grit_game_engine">Grit Game Engine</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="framework.html#h-world">H-World</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2005)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#haxeflixel">HaxeFlixel</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#haxepunk">HaxePunk</a></span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="framework.html#irrlicht_engine">Irrlicht Engine</a></span></li><li><a href="framework.html#jigs_interactive_game_system">JiGS Interactive Game System</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#jmonkeyengine">jMonkeyEngine</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#libgdx">libGDX</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#lightweight_java_game_library">Lightweight Java Game Library</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#liko-12">LIKO-12</a></span></li><li><a href="framework.html#loon_game">Loon Game</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#love2dcs">Love2dCS</a></span></li><li><a href="framework.html#lumix_engine">Lumix Engine</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#love">LÖVE</a></span></li><li><a href="framework.html#mana">Mana</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="framework.html#maniadrive">ManiaDrive</a>
|
||||
<span class="is-light is-size-7">(inactive since 2008)</span></li><li><a href="framework.html#maratis">Maratis</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#minetest">Minetest</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#mkxp">mkxp</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#monogame">MonoGame</a></span></li><li><a href="framework.html#nazara_engine">Nazara Engine</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#ohrrpgce">O.H.R.RPG.C.E.</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#octaforge">Octaforge</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#ogre">OGRE</a></span></li><li><a href="framework.html#omega-rpg">Omega-rpg</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2000)</span></li><li><a href="framework.html#open_game_engine">Open Game Engine</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2008)</span></li><li><a href="framework.html#open_rpg_maker">Open RPG Maker</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#openfl">OpenFL</a></span></li><li><a href="framework.html#openfrag">Openfrag</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2008)</span></li><li><a href="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="framework.html#orx">Orx</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#overload">Overload</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#panda3d">Panda3D</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#phaser">Phaser</a></span></li><li><a href="framework.html#plib">PLIB</a>
|
||||
<span class="is-light is-size-7">(inactive since 2012)</span></li><li><a href="framework.html#polycode">Polycode</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="framework.html#pygame">pygame</a></span></li><li><a href="framework.html#pyorpg">pyORPG</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2015)</span></li><li><a href="framework.html#pyracerz">pyRacerz</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2005)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#qt">Qt</a></span></li><li><a href="framework.html#quad-engine">Quad-engine</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#raylib">raylib</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#renpy">Ren'Py</a></span></li><li><a href="framework.html#rpge">rpge</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2014)</span></li><li><a href="framework.html#sandbox_game_maker">sandbox Game Maker</a>
|
||||
<span class="is-light is-size-7">(inactive since 2014)</span></li><li><a href="framework.html#sanity_engine">Sanity Engine</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="framework.html#scrolling_game_development_kit_2">Scrolling Game Development Kit 2</a>
|
||||
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#scummvm">ScummVM</a></span></li><li><a href="framework.html#sdl_game_engine_2d">SDL Game Engine 2D</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2014)</span></li><li><a href="framework.html#sge_game_engine">SGE Game Engine</a>
|
||||
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><a href="framework.html#softpixel_engine">SoftPixel Engine</a>
|
||||
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#solarus">Solarus</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#storm_engine">Storm Engine</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#superpowers">Superpowers</a></span></li><li><a href="framework.html#superstarfighter">SuperStarfighter</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#terasology">Terasology</a></span></li><li><a href="framework.html#terminal_overload">Terminal Overload</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2016)</span></li><li><a href="framework.html#thousand_parsec">Thousand Parsec</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2012)</span></li><li><a href="framework.html#undum">Undum</a>
|
||||
<span class="is-light is-size-7">(inactive since 2018)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#urho3d">Urho3D</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#vassal">VASSAL</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#vega_strike">Vega Strike</a></span></li><li><span class="has-text-weight-semibold"><a href="framework.html#vortice">Vortice</a></span></li><li><a href="framework.html#vqengine">VQEngine</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#worldforge">WorldForge</a></span></li><li><a href="framework.html#xoreos">xoreos</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="framework.html#zgameeditor">ZGameEditor</a></span></li></ul>
|
||||
</div></div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<div class="block">
|
||||
<h2 id="library" class="is-size-4 has-text-weight-semibold">Libraries</h2></div>
|
||||
<div class="columns"><div class="column">
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="library.html#boost_c++_libraries">Boost (C++ Libraries)</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#box2d">Box2D</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#crypto++">Crypto++</a></span></li><li><a href="library.html#curses">curses</a>
|
||||
<span class="is-light is-size-7">(inactive since 2000)</span></li><li><span class="has-text-weight-semibold"><a href="library.html#dear_imgui">Dear ImGui</a></span></li><li><a href="library.html#directpython">DirectPython</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2007)</span></li><li><span class="has-text-weight-semibold"><a href="library.html#doxygen">Doxygen</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#freetype">FreeType</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#gbdk">GBDK</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#geonbitui">GeonBit.UI</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#gl4es">GL4ES</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#glew">GLEW</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#gtk">GTK</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#harfbuzz">HarfBuzz</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#horde3d">Horde3D</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#libpng">libpng</a></span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="library.html#libvorbis">libvorbis</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#libxml2">Libxml2</a></span></li><li><a href="library.html#lierolibre">LieroLibre</a>
|
||||
<span class="is-light is-size-7">(inactive since 2017)</span></li><li><span class="has-text-weight-semibold"><a href="library.html#lua">Lua</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#lzma_sdk">LZMA SDK</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#ncurses">ncurses</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#numpy">NumPy</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#openal">OpenAL</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#openal_soft">OpenAL Soft</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#openssl">OpenSSL</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#penumbra">Penumbra</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#pgu">PGU</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#pillow">Pillow</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#pkg-config">pkg-config</a></span></li><li><a href="framework.html#plib">PLIB</a>
|
||||
<span class="is-light is-size-7">(inactive since 2012)</span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="library.html#pthreads-win32">Pthreads-win32</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#pyglet">pyglet</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#pyqt">PyQt</a></span></li><li><a href="library.html#pyscroll">pyscroll</a>
|
||||
<span class="is-light is-size-7">(inactive since 2018)</span></li><li><span class="has-text-weight-semibold"><a href="library.html#pytmx">PyTMX</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#ragel">Ragel</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#simple_and_fast_multimedia_library">Simple and Fast Multimedia Library</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#simple_directmedia_layer">Simple DirectMedia Layer</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#swig">SWIG</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#twisted">Twisted</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#wxpython">wxPython</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#wxwidgets">wxWidgets</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#xz_utils">XZ Utils</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#yaml-cpp">yaml-cpp</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#zlib">zlib</a></span></li></ul>
|
||||
</div></div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<div class="block">
|
||||
<h2 id="tool" class="is-size-4 has-text-weight-semibold">Tools</h2></div>
|
||||
<div class="columns"><div class="column">
|
||||
<ul><li><a href="tool.html#athenaeum">Athenaeum</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="tool.html#autorealm">AutoREALM</a></span></li><li><a href="tool.html#bt_builder">Bt Builder</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="tool.html#cyo_adventures_text_game_generator">C.Y.O. Adventures, text game generator</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2012)</span></li><li><span class="has-text-weight-semibold"><a href="tool.html#cartographer">Cartographer</a></span></li><li><a href="tool.html#cboard">CBoard</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2018)</span></li><li><a href="tool.html#d-fend_reloaded">D-Fend Reloaded</a>
|
||||
<span class="is-light is-size-7">(inactive since 2015)</span></li><li><a href="tool.html#dedalus">Dedalus</a>
|
||||
<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><span class="has-text-weight-semibold"><a href="library.html#doxygen">Doxygen</a></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#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></ul>
|
||||
</div><div class="column">
|
||||
<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#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#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><span class="has-text-weight-semibold"><a href="library.html#pkg-config">pkg-config</a></span></li><li><a href="tool.html#procedural_map_generator">Procedural Map Generator</a>
|
||||
<span class="is-light is-size-7">(inactive since 2018)</span></li><li><a href="tool.html#psyco">Psyco</a>
|
||||
<span class="is-light is-size-7">(inactive since 2008)</span></li><li><span class="has-text-weight-semibold"><a href="tool.html#pymapper">Pymapper</a></span></li><li><span class="has-text-weight-semibold"><a href="library.html#pytmx">PyTMX</a></span></li><li><span class="has-text-weight-semibold"><a href="tool.html#reshade">ReShade</a></span></li></ul>
|
||||
</div><div class="column">
|
||||
<ul><li><span class="has-text-weight-semibold"><a href="tool.html#rfxgen">rFXGen</a></span></li><li><span class="has-text-weight-semibold"><a href="tool.html#rolemaster_office">Rolemaster Office</a></span></li><li><span class="has-text-weight-semibold"><a href="tool.html#rolisteam">Rolisteam</a></span></li><li><a href="tool.html#rpdungeon-computer_aided_role_playing">RPDungeon - computer aided role playing</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2006)</span></li><li><span class="has-text-weight-semibold"><a href="tool.html#slade">SLADE</a></span></li><li><a href="tool.html#slick2d">Slick2D</a>
|
||||
<span class="is-light is-size-7">(beta, inactive since 2014)</span></li><li><span class="has-text-weight-semibold"><a href="tool.html#squiffy">Squiffy</a></span></li><li><span class="has-text-weight-semibold"><a href="tool.html#sr">SR</a></span></li><li><a href="tool.html#ttdpatch">TTDPatch</a>
|
||||
<span class="is-light is-size-7">(inactive since 2013)</span></li><li><span class="has-text-weight-semibold"><a href="tool.html#twine">Twine</a></span></li><li><a href="tool.html#undertalemodtool">UndertaleModTool</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><a href="tool.html#vgc">VGC</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li><li><span class="has-text-weight-semibold"><a href="tool.html#wind_waker_randomizer">Wind Waker Randomizer</a></span></li><li><a href="tool.html#world_builder">World Builder</a>
|
||||
<span class="is-light is-size-7">(inactive since 2007)</span></li><li><a href="tool.html#zeta">Zeta</a>
|
||||
<span class="is-light is-size-7">(beta)</span></li></ul>
|
||||
</div></div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
1587
docs/frameworks/library.html
Normal file
1587
docs/frameworks/library.html
Normal file
File diff suppressed because it is too large
Load Diff
1864
docs/frameworks/tool.html
Normal file
1864
docs/frameworks/tool.html
Normal file
File diff suppressed because it is too large
Load Diff
568
docs/games/0.html
Normal file
568
docs/games/0.html
Normal file
@ -0,0 +1,568 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item" href="../inspirations/index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Games starting with 0</h1>
|
||||
<div id="0_ad" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">0 A.D.</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><span class="mr-2"><a href="platforms.html#macos" title="macOS"><span class="icon is-large has-text-black" ><i class="icon-appleinc"></i></span></a></span><div class="tags has-addons"><a href="genres.html#strategy" title="strategy games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-fort-awesome"></i></span>strategy</a>
|
||||
<span class="tag is-light">content open</span>
|
||||
<span class="tag is-light">multiplayer online + LAN</span>
|
||||
<span class="tag is-light">real-time</span></div>
|
||||
<span class="is-italic">Engine part is called Pyrogenesis.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/A.html#age_of_empires">
|
||||
<span class="has-text-weight-semibold">Age of Empires</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/B.html#ben_brian">
|
||||
<span class="has-text-weight-semibold">Ben Brian</span></a>, <a href="../developers/E.html#erik_johansson">
|
||||
<span class="has-text-weight-semibold">Erik Johansson</span></a>, <a href="../developers/K.html#kieran_pilkington">
|
||||
<span class="has-text-weight-semibold">Kieran Pilkington</span></a>, <a href="../developers/L.html#lancelot_de_ferrire">
|
||||
<span class="has-text-weight-semibold">Lancelot de Ferrière</span></a>, <a href="../developers/L.html#leper">
|
||||
<span class="has-text-weight-semibold">leper</span></a>, <a href="../developers/N.html#nicolas_auvray">
|
||||
<span class="has-text-weight-semibold">Nicolas Auvray</span></a>, <a href="../developers/P.html#philip_taylor">
|
||||
<span class="has-text-weight-semibold">Philip Taylor</span></a>, <a href="../developers/P.html#pureon">
|
||||
<span class="has-text-weight-semibold">Pureon</span></a>, <a href="../developers/S.html#s0600204">
|
||||
<span class="has-text-weight-semibold">s0600204</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="https://play0ad.com/">play0ad.com</a>, <a href="https://sourceforge.net/projects/zero-ad/">zero-ad<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/0_A.D._(video_game)">0 A.D.<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://play0ad.com/download/">play0ad.com/download</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a>, <a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a>, <a href="languages.html#javascript">
|
||||
<span class="is-size-7">JavaScript</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/0ad/0ad.git" class="is-size-7">0ad/0ad.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2010</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>), <a href="https://svn.wildfiregames.com/public/ps/" class="is-size-7">svn.wildfiregames.com/public/ps</a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">libogg</span>,
|
||||
<span class="is-size-7">libvorbis</span>,
|
||||
<span class="is-size-7">libxml2</span>,
|
||||
<span class="is-size-7">OpenAL</span>,
|
||||
<span class="is-size-7">SDL2</span>,
|
||||
<span class="is-size-7">zlib</span><br>
|
||||
<span class="is-size-7">Assets licenses: </span><a href="https://en.wikipedia.org/wiki/Creative_Commons_license" class="is-size-7">CC-BY-SA-3.0</a><br>
|
||||
<span class="is-size-7">Build system: </span>
|
||||
<span class="is-size-7">Custom</span><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/0_ad.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="1oom" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">1oom</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a><a href="genres.html#strategy" title="strategy games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-fort-awesome"></i></span>strategy</a>
|
||||
<span class="tag is-light">content commercial</span>
|
||||
<span class="tag is-light">engine recreation</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/M.html#master_of_orion">
|
||||
<span class="has-text-weight-semibold">Master of Orion</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/K.html#kilgore_trout_mask_replicant">
|
||||
<span class="has-text-weight-semibold">Kilgore Trout Mask Replicant</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://kilgoretroutmaskreplicant.gitlab.io/plain-html/">kilgoretroutmaskreplicant.gitlab.io/plain-html</a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://gitlab.com/KilgoreTroutMaskReplicant/1oom/-/tags">KilgoreTroutMaskReplicant/1oom/-/tags<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/KilgoreTroutMaskReplicant/1oom.git" class="is-size-7">KilgoreTroutMaskReplicant/1oom.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">Allegro</span>,
|
||||
<span class="is-size-7">SDL</span>,
|
||||
<span class="is-size-7">SDL2</span><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Make_(software)" class="is-size-7">Make</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/1oom.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="2006-rebotted" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">2006-rebotted</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a><a href="genres.html#role playing" title="role playing games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-user-secret"></i></span>role playing</a>
|
||||
<span class="tag is-light">content commercial</span>
|
||||
<span class="tag is-light">multiplayer online + co-op</span></div>
|
||||
<span class="is-italic">Remake of Runescape Classic. Open source 2006 Runescape emulation with botting.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/R.html#runescape_classic">
|
||||
<span class="has-text-weight-semibold">Runescape Classic</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#arisu">
|
||||
<span class="has-text-weight-semibold is-size-7">Arisu</span></a>, <a href="../developers/B.html#ben_maher">
|
||||
<span class="has-text-weight-semibold is-size-7">Ben Maher</span></a>, <a href="../developers/D.html#damion">
|
||||
<span class="has-text-weight-semibold is-size-7">Damion</span></a>, <a href="../developers/D.html#danial">
|
||||
<span class="has-text-weight-semibold is-size-7">Danial</span></a>, <a href="../developers/D.html#daniel_ginovker">
|
||||
<span class="has-text-weight-semibold is-size-7">Daniel Ginovker</span></a>, <a href="../developers/D.html#dpscryptic">
|
||||
<span class="has-text-weight-semibold is-size-7">DPSCryptic</span></a>, <a href="../developers/G.html#gptaqbc">
|
||||
<span class="has-text-weight-semibold is-size-7">Gptaqbc</span></a>, <a href="../developers/J.html#josh_shippam">
|
||||
<span class="has-text-weight-semibold is-size-7">Josh Shippam</span></a>, <a href="../developers/M.html#mitchvanwijngaarden">
|
||||
<span class="has-text-weight-semibold is-size-7">MitchvanWijngaarden</span></a>, <a href="../developers/M.html#mr_extremez">
|
||||
<span class="has-text-weight-semibold is-size-7">Mr Extremez</span></a>, <a href="../developers/O.html#olivier">
|
||||
<span class="has-text-weight-semibold is-size-7">Olivier</span></a>, <a href="../developers/S.html#sandro_coutinho">
|
||||
<span class="has-text-weight-semibold is-size-7">Sandro Coutinho</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="https://2006scape.org/">2006scape.org</a>, <a href="https://web.archive.org/web/20210119051426/https://rsrebotted.com/">Archive: 20210119051426/https://rsrebotted.com</a>, <a href="https://web.archive.org/web/20200211143757/http://2006rebotted.tk/">Archive: 20200211143757/http://2006rebotted.tk</a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://github.com/2006-Scape/2006Scape/releases">2006-Scape/2006Scape/releases<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/BSD_licenses#2-clause_license_(%22Simplified_BSD_License%22_or_%22FreeBSD_License%22)" class="is-size-7">2-clause BSD</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/2006-Scape/2006Scape.git" class="is-size-7">2006-Scape/2006Scape.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2019</span>, <span class="icon is-large has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://gradle.org/" class="is-size-7">Gradle</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/2006-rebotted.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="2048" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">2048</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#web" title="Web"><span class="icon is-large has-text-black" ><i class="icon-earth"></i></span></a></span><div class="tags has-addons"><a href="genres.html#puzzle" title="puzzle games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-puzzle-piece"></i></span>puzzle</a>
|
||||
<span class="tag is-light">sliding blocks</span></div>
|
||||
<span class="is-italic">Port to Android: https://github.com/tpcstld/2048 or https://github.com/uberspot/2048-android
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/G.html#gabriele_cirulli">
|
||||
<span class="has-text-weight-semibold">Gabriele Cirulli</span></a>, <a href="../developers/J.html#jerry_jiang">
|
||||
<span class="has-text-weight-semibold">Jerry Jiang</span></a>, <a href="../developers/L.html#laurent">
|
||||
<span class="has-text-weight-semibold">Laurent</span></a>, <a href="../developers/L.html#lee_reilly">
|
||||
<span class="has-text-weight-semibold">Lee Reilly</span></a>, <a href="../developers/P.html#paul_woitaschek">
|
||||
<span class="has-text-weight-semibold">Paul Woitaschek</span></a>, <a href="../developers/S.html#sigod">
|
||||
<span class="has-text-weight-semibold">sigod</span></a>, <a href="../developers/T.html#tim_petricola">
|
||||
<span class="has-text-weight-semibold">Tim Petricola</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="https://play2048.co/">play2048.co</a>, <a href="https://en.wikipedia.org/wiki/2048_(video_game)">2048<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Play online: </span><a href="https://play2048.co/">play2048.co</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#javascript">
|
||||
<span class="is-size-7">JavaScript</span></a>, <a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/MIT_License" class="is-size-7">MIT</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/gabrielecirulli/2048.git" class="is-size-7">gabrielecirulli/2048.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2014</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>), <a href="https://github.com/tpcstld/2048.git @add" class="is-size-7">tpcstld/2048.git @add<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2014</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
|
||||
<span class="is-size-7">Assets licenses: </span><a href="https://en.wikipedia.org/wiki/MIT_License" class="is-size-7">MIT</a><br>
|
||||
<span class="is-size-7">Build system: </span>
|
||||
<span class="is-size-7">Rake</span><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/2048.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="2048_python" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">2048 Python</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
||||
<span class="tag is-light">open content</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/0.html#2048">
|
||||
<span class="has-text-weight-semibold">2048</span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/yangshun/2048-python">yangshun/2048-python<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#python">
|
||||
<span class="is-size-7">Python</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/MIT_License" class="is-size-7">MIT</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/yangshun/2048-python.git" class="is-size-7">yangshun/2048-python.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/2048_python.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="2h4u" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">2H4U</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2007</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#puzzle" title="puzzle games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-puzzle-piece"></i></span>puzzle</a>
|
||||
<span class="tag is-light">skill</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/T.html#tetris">
|
||||
<span class="has-text-weight-semibold">Tetris</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/K.html#kayl">
|
||||
<span class="has-text-weight-semibold">Kayl</span></a>, <a href="../developers/P.html#piwai">
|
||||
<span class="has-text-weight-semibold">Piwai</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://sourceforge.net/projects/toohardforyou/">toohardforyou<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://sourceforge.net/projects/toohardforyou/files/">toohardforyou/files<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://svn.code.sf.net/p/toohardforyou/code" class="is-size-7">svn.code.sf.net/p/toohardforyou/code</a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">SDL</span><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/2h4u.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="3d_pong" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">3D Pong</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2004</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><span class="mr-2"><a href="platforms.html#macos" title="macOS"><span class="icon is-large has-text-black" ><i class="icon-appleinc"></i></span></a></span><div class="tags has-addons"><a href="genres.html#arcade" title="arcade games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-pacman"></i></span>arcade</a>
|
||||
<span class="tag is-light">3D</span>
|
||||
<span class="tag is-light">online</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/N.html#new_breed_software">
|
||||
<span class="has-text-weight-semibold">New Breed Software</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="http://www.newbreedsoftware.com/3dpong/">www.newbreedsoftware.com/3dpong</a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="http://www.newbreedsoftware.com/3dpong/download/">www.newbreedsoftware.com/3dpong/download</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/3d_pong.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="3dcity" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">3d.city</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2016</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#web" title="Web"><span class="icon is-large has-text-black" ><i class="icon-earth"></i></span></a></span><div class="tags has-addons"><a href="genres.html#simulation" title="simulation games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-rocket1"></i></span>simulation</a>
|
||||
<span class="tag is-light">clone</span>
|
||||
<span class="tag is-light">content open</span></div>
|
||||
<span class="is-italic">WebGL version of micropolisJS.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspirations: </span><a href="../inspirations/M.html#micropolis">
|
||||
<span class="has-text-weight-semibold">Micropolis</span></a>, <a href="../inspirations/S.html#simcity">
|
||||
<span class="has-text-weight-semibold">SimCity</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/L.html#lo-th">
|
||||
<span class="has-text-weight-semibold">lo-th</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="http://lo-th.github.io/3d.city/index.html">lo-th.github.io/3d.city/index.html</a>, <a href="https://github.com/lo-th/3d.city">lo-th/3d.city<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Play online: </span><a href="http://lo-th.github.io/3d.city/index.html">lo-th.github.io/3d.city/index.html</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#javascript">
|
||||
<span class="is-size-7">JavaScript</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/lo-th/3d.city.git" class="is-size-7">lo-th/3d.city.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2014</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">SEA3D</span>,
|
||||
<span class="is-size-7">Three.js</span><br>
|
||||
<span class="is-size-7">Build system: </span>
|
||||
<span class="is-size-7">Custom</span><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/3dcity.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="3dc" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">3Dc</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2000</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#board" title="board games" class="tag is-info">board</a><a href="genres.html#puzzle" title="puzzle games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-puzzle-piece"></i></span>puzzle</a>
|
||||
<span class="tag is-light">3D</span>
|
||||
<span class="tag is-light">chess</span>
|
||||
<span class="tag is-light">content open</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/B.html#bernard_kennedy">
|
||||
<span class="has-text-weight-semibold">Bernard Kennedy</span></a>, <a href="../developers/P.html#paul_hicks">
|
||||
<span class="has-text-weight-semibold">Paul Hicks</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="https://packages.debian.org/sid/3dchess">packages.debian.org/sid/3dchess</a>, <a href="http://www.ibiblio.org/pub/Linux/games/strategy/3Dc-0.8.1.tar.gz">www.ibiblio.org/pub/Linux/games/strategy/3Dc-0.8.1.tar.gz</a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://packages.debian.org/source/sid/3dchess">packages.debian.org/source/sid/3dchess</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">libx</span>,
|
||||
<span class="is-size-7">libxpm</span>,
|
||||
<span class="is-size-7">xaw3dg</span><br>
|
||||
<span class="is-size-7">Assets licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/3dc.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="3dworld" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">3DWorld</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><div class="tags has-addons"><a href="genres.html#game engine" title="game engine games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-car"></i></span>game engine</a>
|
||||
<span class="tag is-light">3D</span></div></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/fegennari/3DWorld">fegennari/3DWorld<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://github.com/fegennari/3DWorld/releases">fegennari/3DWorld/releases<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/fegennari/3DWorld.git" class="is-size-7">fegennari/3DWorld.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Microsoft_Visual_Studio" class="is-size-7">Visual Studio</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/3dworld.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="4d_maze_game" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">4D Maze Game</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2008</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><span class="mr-2"><a href="platforms.html#macos" title="macOS"><span class="icon is-large has-text-black" ><i class="icon-appleinc"></i></span></a></span><div class="tags has-addons"><a href="genres.html#educational" title="educational games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-graduation-cap"></i></span>educational</a><a href="genres.html#puzzle" title="puzzle games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-puzzle-piece"></i></span>puzzle</a>
|
||||
<span class="tag is-light">4D</span>
|
||||
<span class="tag is-light">content none</span>
|
||||
<span class="tag is-light">maze</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/J.html#john_mcintosh">
|
||||
<span class="has-text-weight-semibold">John McIntosh</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="http://www.urticator.net/maze/">www.urticator.net/maze</a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="http://www.urticator.net/maze/download.html">www.urticator.net/maze/download.html</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/Public_domain" class="is-size-7">Public domain</a><br>
|
||||
<span class="is-size-7">Build system: </span>
|
||||
<span class="is-size-7">None</span><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/4d_maze_game.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="4d-tris" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">4D-TRIS</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2012</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><span class="mr-2"><a href="platforms.html#macos" title="macOS"><span class="icon is-large has-text-black" ><i class="icon-appleinc"></i></span></a></span><div class="tags has-addons"><a href="genres.html#puzzle" title="puzzle games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-puzzle-piece"></i></span>puzzle</a>
|
||||
<span class="tag is-light">4D</span>
|
||||
<span class="tag is-light">clone</span>
|
||||
<span class="tag is-light">content open</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/T.html#tetris">
|
||||
<span class="has-text-weight-semibold">Tetris</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/S.html#simon_laszlo">
|
||||
<span class="has-text-weight-semibold">Simon Laszlo</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://sourceforge.net/projects/dtris/">dtris<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/dtris.git" class="is-size-7">osgames/dtris.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="https://code.launchpad.net/4dtris" class="is-size-7">code.launchpad.net/4dtris</a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">OpenGL</span>,
|
||||
<span class="is-size-7">SDL</span><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Autoconf" class="is-size-7">Autoconf</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/4d-tris.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="54321" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">54321</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2001</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#puzzle" title="puzzle games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-puzzle-piece"></i></span>puzzle</a>
|
||||
<span class="tag is-light">content open</span></div>
|
||||
<span class="is-italic">Five classic two-dimensional puzzle games extended into three and four dimensions.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/P.html#patrick_fleckenstein">
|
||||
<span class="has-text-weight-semibold">Patrick Fleckenstein</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="http://old.nklein.com/products/54321/">old.nklein.com/products/54321</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span>
|
||||
<span class="is-size-7">Custom</span><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">libpng</span>,
|
||||
<span class="is-size-7">SDL</span>,
|
||||
<span class="is-size-7">zlib</span><br>
|
||||
<span class="is-size-7">Assets licenses: </span>
|
||||
<span class="is-size-7">Custom</span><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/54321.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
2950
docs/games/A.html
Normal file
2950
docs/games/A.html
Normal file
File diff suppressed because it is too large
Load Diff
3034
docs/games/B.html
Normal file
3034
docs/games/B.html
Normal file
File diff suppressed because it is too large
Load Diff
4455
docs/games/C.html
Normal file
4455
docs/games/C.html
Normal file
File diff suppressed because it is too large
Load Diff
3422
docs/games/D.html
Normal file
3422
docs/games/D.html
Normal file
File diff suppressed because it is too large
Load Diff
1741
docs/games/E.html
Normal file
1741
docs/games/E.html
Normal file
File diff suppressed because it is too large
Load Diff
3326
docs/games/F.html
Normal file
3326
docs/games/F.html
Normal file
File diff suppressed because it is too large
Load Diff
2515
docs/games/G.html
Normal file
2515
docs/games/G.html
Normal file
File diff suppressed because it is too large
Load Diff
1587
docs/games/H.html
Normal file
1587
docs/games/H.html
Normal file
File diff suppressed because it is too large
Load Diff
1218
docs/games/I.html
Normal file
1218
docs/games/I.html
Normal file
File diff suppressed because it is too large
Load Diff
954
docs/games/J.html
Normal file
954
docs/games/J.html
Normal file
@ -0,0 +1,954 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item" href="../inspirations/index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Games starting with J</h1>
|
||||
<div id="jactorio" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Jactorio</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#simulation" title="simulation games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-rocket1"></i></span>simulation</a>
|
||||
<span class="tag is-light">clone</span>
|
||||
<span class="tag is-light">commercial content</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/F.html#factorio">
|
||||
<span class="has-text-weight-semibold">Factorio</span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/jaihysc/Jactorio">jaihysc/Jactorio<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/MIT_License" class="is-size-7">MIT</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/jaihysc/Jactorio.git" class="is-size-7">jaihysc/Jactorio.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">SDL2</span><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/jactorio.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jagged_alliance_2_stracciatella" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Jagged Alliance 2 Stracciatella</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a><a href="genres.html#strategy" title="strategy games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-fort-awesome"></i></span>strategy</a>
|
||||
<span class="tag is-light">content original required</span></div>
|
||||
<span class="is-italic">Jagged Alliance 2 runtime.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/J.html#jagged_alliance_2">
|
||||
<span class="has-text-weight-semibold">Jagged Alliance 2</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/D.html#daviel">
|
||||
<span class="has-text-weight-semibold is-size-7">daviel</span></a>, <a href="../developers/D.html#derek_chan">
|
||||
<span class="has-text-weight-semibold is-size-7">Derek Chan</span></a>, <a href="../developers/D.html#dersteffi">
|
||||
<span class="has-text-weight-semibold is-size-7">derSteFfi</span></a>, <a href="../developers/E.html#edwin_buck">
|
||||
<span class="has-text-weight-semibold is-size-7">Edwin Buck</span></a>, <a href="../developers/F.html#flvio_j_saraiva">
|
||||
<span class="has-text-weight-semibold is-size-7">Flávio J. Saraiva</span></a>, <a href="../developers/G.html#gennady_trafimenkov">
|
||||
<span class="has-text-weight-semibold is-size-7">Gennady Trafimenkov</span></a>, <a href="../developers/G.html#gregor_zorc">
|
||||
<span class="has-text-weight-semibold is-size-7">Gregor Zorc</span></a>, <a href="../developers/J.html#jaka_kranjc">
|
||||
<span class="has-text-weight-semibold is-size-7">Jaka Kranjc</span></a>, <a href="../developers/J.html#jonhen">
|
||||
<span class="has-text-weight-semibold is-size-7">jonhen</span></a>, <a href="../developers/J.html#jrf-github">
|
||||
<span class="has-text-weight-semibold is-size-7">JRF-github</span></a>, <a href="../developers/M.html#manuel_k">
|
||||
<span class="has-text-weight-semibold is-size-7">Manuel K</span></a>, <a href="../developers/M.html#micha_janiszewski">
|
||||
<span class="has-text-weight-semibold is-size-7">Michał Janiszewski</span></a>, <a href="../developers/M.html#mladen_milinkovic">
|
||||
<span class="has-text-weight-semibold is-size-7">Mladen Milinkovic</span></a>, <a href="../developers/M.html#momoko-h">
|
||||
<span class="has-text-weight-semibold is-size-7">momoko-h</span></a>, <a href="../developers/P.html#peinthor_rene">
|
||||
<span class="has-text-weight-semibold is-size-7">Peinthor Rene</span></a>, <a href="../developers/R.html#richard_frohning">
|
||||
<span class="has-text-weight-semibold is-size-7">Richard Fröhning</span></a>, <a href="../developers/R.html#rinnet">
|
||||
<span class="has-text-weight-semibold is-size-7">RinneT</span></a>, <a href="../developers/S.html#simonmarcel">
|
||||
<span class="has-text-weight-semibold is-size-7">simonmarcel</span></a>, <a href="../developers/S.html#stefan_lau">
|
||||
<span class="has-text-weight-semibold is-size-7">Stefan Lau</span></a>, <a href="../developers/Z.html#z33ky">
|
||||
<span class="has-text-weight-semibold is-size-7">z33ky</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://ja2-stracciatella.github.io/">ja2-stracciatella.github.io</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a>, <a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span>
|
||||
<span class="is-size-7">Custom</span><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/ja2-stracciatella/ja2-stracciatella.git" class="is-size-7">ja2-stracciatella/ja2-stracciatella.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2016</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>)<br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/jagged_alliance_2_stracciatella.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jake2" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Jake2</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2006</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-target"></i></span>action</a><a href="genres.html#game engine" title="game engine games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-car"></i></span>game engine</a><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
||||
<span class="tag is-light">3D</span>
|
||||
<span class="tag is-light">content original required</span>
|
||||
<span class="tag is-light">shooter</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/Q.html#quake_2">
|
||||
<span class="has-text-weight-semibold">Quake 2</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/C.html#carsten_weisse">
|
||||
<span class="has-text-weight-semibold">Carsten Weisse</span></a>, <a href="../developers/D.html#david_sanders">
|
||||
<span class="has-text-weight-semibold">David Sanders</span></a>, <a href="../developers/H.html#holger_zickner">
|
||||
<span class="has-text-weight-semibold">Holger Zickner</span></a>, <a href="../developers/K.html#kenneth_b_russell">
|
||||
<span class="has-text-weight-semibold">Kenneth B. Russell</span></a>, <a href="../developers/R.html#rene_stoeckel">
|
||||
<span class="has-text-weight-semibold">Rene Stoeckel</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="http://bytonic.de/html/jake2.html">bytonic.de/html/jake2.html</a>, <a href="https://sourceforge.net/projects/jake2/">jake2<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://bytonic.de/html/download.html">bytonic.de/html/download.html</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://git.code.sf.net/p/jake2/git" class="is-size-7">git.code.sf.net/p/jake2/git</a>, <a href="http://jake2.cvs.sourceforge.net" class="is-size-7">jake2.cvs.sourceforge.net</a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">JOGL</span>,
|
||||
<span class="is-size-7">lwjgl</span><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/jake2.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jamp" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Jamp</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2009</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><span class="mr-2"><a href="platforms.html#macos" title="macOS"><span class="icon is-large has-text-black" ><i class="icon-appleinc"></i></span></a></span><div class="tags has-addons"><a href="genres.html#puzzle" title="puzzle games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-puzzle-piece"></i></span>puzzle</a>
|
||||
<span class="tag is-light">content open</span>
|
||||
<span class="tag is-light">physics</span></div>
|
||||
<span class="is-italic">Game with a squirrel character inside a wheel-like cage.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/D.html#david_perrenoud">
|
||||
<span class="has-text-weight-semibold">David Perrenoud</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://perre.noud.ch/jamp/">perre.noud.ch/jamp</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Assets licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/jamp.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="javascript_graphic_adventure_maker" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">JavaScript Graphic Adventure Maker</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#web" title="Web"><span class="icon is-large has-text-black" ><i class="icon-earth"></i></span></a></span><div class="tags has-addons"><a href="genres.html#adventure" title="adventure games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span>adventure</a><a href="genres.html#game engine" title="game engine games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-car"></i></span>game engine</a>
|
||||
<span class="tag is-light">point & click</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/K.html#kreezii">
|
||||
<span class="has-text-weight-semibold">Kreezii</span></a>, <a href="../developers/R.html#rvaes">
|
||||
<span class="has-text-weight-semibold">R.Vañes</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="https://jsgam.sourceforge.io/">jsgam.sourceforge.io</a>, <a href="https://sourceforge.net/projects/jsgam/">jsgam<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://sourceforge.net/projects/jsgam/files/">jsgam/files<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#javascript">
|
||||
<span class="is-size-7">JavaScript</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/MIT_License" class="is-size-7">MIT</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/kreezii/jsgam.git" class="is-size-7">kreezii/jsgam.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2018</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>), <a href="https://svn.code.sf.net/p/jsgam/code" class="is-size-7">svn.code.sf.net/p/jsgam/code</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/javascript_graphic_adventure_maker.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="javascript-et" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">javascript-E.T.</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2017</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#web" title="Web"><span class="icon is-large has-text-black" ><i class="icon-earth"></i></span></a></span><div class="tags has-addons"><a href="genres.html#adventure" title="adventure games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span>adventure</a><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/E.html#et_the_extra-terrestrial">
|
||||
<span class="has-text-weight-semibold">E.T. the Extra-Terrestrial</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/F.html#franciscog">
|
||||
<span class="has-text-weight-semibold">FranciscoG</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/FranciscoG/javascript-E.T.">FranciscoG/javascript-E.T.<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#javascript">
|
||||
<span class="is-size-7">JavaScript</span></a>, <a href="languages.html#assembly">
|
||||
<span class="is-size-7">Assembly</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/MIT_License" class="is-size-7">MIT</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/FranciscoG/javascript-E.T..git" class="is-size-7">FranciscoG/javascript-E.T..git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2013</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/javascript-et.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="javelin" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Javelin</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2016</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><span class="mr-2"><a href="platforms.html#macos" title="macOS"><span class="icon is-large has-text-black" ><i class="icon-appleinc"></i></span></a></span><div class="tags has-addons"><a href="genres.html#role playing" title="role playing games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-user-secret"></i></span>role playing</a>
|
||||
<span class="tag is-light">content open</span>
|
||||
<span class="tag is-light">roguelike</span></div>
|
||||
<span class="is-italic">Role-playing game that uses d20 as the rule system.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspirations: </span><a href="../inspirations/D.html#dungeon_crawl_stone_soup">
|
||||
<span class="has-text-weight-semibold">Dungeon Crawl Stone Soup</span></a>, <a href="../inspirations/F.html#final_fantasy_series">
|
||||
<span class="has-text-weight-semibold">Final Fantasy series</span></a>, <a href="../inspirations/J.html#jagged_alliance">
|
||||
<span class="has-text-weight-semibold">Jagged Alliance</span></a>, <a href="../inspirations/P.html#pokmon">
|
||||
<span class="has-text-weight-semibold">Pokémon</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/A.html#alex_henry">
|
||||
<span class="has-text-weight-semibold">Alex Henry</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="https://javelinrl.wordpress.com/">javelinrl.wordpress.com</a>, <a href="https://www.reddit.com/r/javelinrl/">www.reddit.com/r/javelinrl</a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://github.com/tukkek/javelin/releases">tukkek/javelin/releases<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/tukkek/javelin.git" class="is-size-7">tukkek/javelin.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2015</span>, <span class="icon is-large has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>
|
||||
<span class="is-size-7">Assets licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/javelin.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jazz_resurrection" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Jazz² Resurrection</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><span class="mr-2"><a href="platforms.html#macos" title="macOS"><span class="icon is-large has-text-black" ><i class="icon-appleinc"></i></span></a></span><span class="mr-2"><a href="platforms.html#android" title="Android"><span class="icon is-large has-text-black" ><i class="icon-android"></i></span></a></span><span class="mr-2"><a href="platforms.html#web" title="Web"><span class="icon is-large has-text-black" ><i class="icon-earth"></i></span></a></span><div class="tags has-addons"><a href="genres.html#platform" title="platform games" class="tag is-info">platform</a><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
||||
<span class="tag is-light">2D</span>
|
||||
<span class="tag is-light">content commercial</span>
|
||||
<span class="tag is-light">multiplayer online</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/J.html#jazz_jackrabbit_2">
|
||||
<span class="has-text-weight-semibold">Jazz Jackrabbit 2</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/D.html#dan_r">
|
||||
<span class="has-text-weight-semibold">Dan R.</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="http://deat.tk/jazz2/">deat.tk/jazz2</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C#</span></a>, <a href="languages.html#javascript">
|
||||
<span class="is-size-7">JavaScript</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/deathkiller/jazz2.git" class="is-size-7">deathkiller/jazz2.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2017</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">libopenmpt</span>,
|
||||
<span class="is-size-7">MonoGame</span>,
|
||||
<span class="is-size-7">OpenAL</span><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/jazz_resurrection.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jclassicrpg" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">jClassicRPG</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2010</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#role playing" title="role playing games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-user-secret"></i></span>role playing</a>
|
||||
<span class="tag is-light">3D</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/L.html#laszlo_szucs">
|
||||
<span class="has-text-weight-semibold">Laszlo Szucs</span></a>, <a href="../developers/M.html#mike_kienenberger">
|
||||
<span class="has-text-weight-semibold">Mike Kienenberger</span></a>, <a href="../developers/P.html#pal_illes">
|
||||
<span class="has-text-weight-semibold">Pal Illes</span></a>, <a href="../developers/Q.html#qubodup">
|
||||
<span class="has-text-weight-semibold">qubodup</span></a>, <a href="../developers/T.html#timong">
|
||||
<span class="has-text-weight-semibold">Timong</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="https://web.archive.org/web/20160420203037/http://javacrpg.sourceforge.net/">Archive: 20160420203037/http://javacrpg.sourceforge.net</a>, <a href="http://jcrpg.blogspot.com/">jcrpg.blogspot.com</a>, <a href="https://sourceforge.net/projects/javacrpg/">javacrpg<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License" class="is-size-7">LGPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://svn.code.sf.net/p/javacrpg/code" class="is-size-7">svn.code.sf.net/p/javacrpg/code</a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">jMonkeyEngine</span><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/jclassicrpg.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jediacademylinux" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">JediAcademyLinux</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2017</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-target"></i></span>action</a><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
||||
<span class="tag is-light">shooter</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/S.html#star_wars_jedi_knight_jedi_academy">
|
||||
<span class="has-text-weight-semibold">Star Wars Jedi Knight: Jedi Academy</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/X.html#xlava">
|
||||
<span class="has-text-weight-semibold">xLAva</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/xLAva/JediAcademyLinux">xLAva/JediAcademyLinux<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/xLAva/JediAcademyLinux.git" class="is-size-7">xLAva/JediAcademyLinux.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2013</span>, <span class="icon is-large has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/jediacademylinux.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jedioutcastlinux" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">JediOutcastLinux</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#game engine" title="game engine games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-car"></i></span>game engine</a><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
||||
<span class="tag is-light">content commercial + original required</span>
|
||||
<span class="tag is-light">first-person</span>
|
||||
<span class="tag is-light">shooter</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/S.html#star_wars_jedi_knight_ii_jedi_outcast">
|
||||
<span class="has-text-weight-semibold">Star Wars Jedi Knight II: Jedi Outcast</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/L.html#luis_n_polasek">
|
||||
<span class="has-text-weight-semibold">Luis N. Polasek</span></a>, <a href="../developers/S.html#szilrd_bir">
|
||||
<span class="has-text-weight-semibold">Szilárd Biró</span></a>, <a href="../developers/X.html#xlava">
|
||||
<span class="has-text-weight-semibold">xLAva</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/xLAva/JediOutcastLinux">xLAva/JediOutcastLinux<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a>, <a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/xLAva/JediOutcastLinux.git" class="is-size-7">xLAva/JediOutcastLinux.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2013</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">SDL2</span><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/jedioutcastlinux.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jet-story" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Jet-Story</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-target"></i></span>action</a><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/J.html#jet-story">
|
||||
<span class="has-text-weight-semibold">Jet-Story</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/E.html#evgeny_adamenkov">
|
||||
<span class="has-text-weight-semibold">Evgeny Adamenkov</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/adamenkov/jet-story">adamenkov/jet-story<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/Jet-Story">Jet-Story<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#assembly">
|
||||
<span class="is-size-7">Assembly</span></a>, <a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a>, <a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/MIT_License" class="is-size-7">MIT</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/adamenkov/jet-story.git" class="is-size-7">adamenkov/jet-story.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2016</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/jet-story.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jewelthief" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">jewelthief</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2016</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#android" title="Android"><span class="icon is-large has-text-black" ><i class="icon-android"></i></span></a></span><div class="tags has-addons"><a href="genres.html#arcade" title="arcade games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-pacman"></i></span>arcade</a><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/J.html#jewel_thief">
|
||||
<span class="has-text-weight-semibold">Jewel Thief</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/C.html#christian_detamble">
|
||||
<span class="has-text-weight-semibold">Christian DeTamble</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="http://therefactory.bplaced.net/software/#83d15f35-decf-4ebd-b880-e5edad783031">therefactory.bplaced.net/software/#83d15f35-decf-4ebd-b880-e5edad783031</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/cdetamble/jewelthief.git" class="is-size-7">cdetamble/jewelthief.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2016</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">libGDX</span><br>
|
||||
<span class="is-size-7">Assets licenses: </span>
|
||||
<span class="is-size-7">CC-BY</span><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://gradle.org/" class="is-size-7">Gradle</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/jewelthief.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jfduke3d" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">JFDuke3D</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2005</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#game engine" title="game engine games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-car"></i></span>game engine</a><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
||||
<span class="tag is-light">content commercial</span>
|
||||
<span class="tag is-light">multiplayer LAN</span>
|
||||
<span class="tag is-light">shooter</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/D.html#duke_nukem_3d">
|
||||
<span class="has-text-weight-semibold">Duke Nukem 3D</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/J.html#jonathon_fowler">
|
||||
<span class="has-text-weight-semibold">Jonathon Fowler</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="http://www.jonof.id.au/jfduke3d/">www.jonof.id.au/jfduke3d</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/jonof/jfduke3d.git" class="is-size-7">jonof/jfduke3d.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2010</span>, <span class="icon is-large has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/jfduke3d.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jonofs_shadow_warrior_port_jfsw" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">JonoF's Shadow Warrior Port (JFSW)</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2005</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/S.html#shadow_warrior">
|
||||
<span class="has-text-weight-semibold">Shadow Warrior</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/D.html#daniel_gibson">
|
||||
<span class="has-text-weight-semibold">Daniel Gibson</span></a>, <a href="../developers/J.html#jonathon_fowler">
|
||||
<span class="has-text-weight-semibold">Jonathon Fowler</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="http://www.jonof.id.au/jfsw/">www.jonof.id.au/jfsw</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/jonof/jfsw.git" class="is-size-7">jonof/jfsw.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2010</span>, <span class="icon is-large has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/jonofs_shadow_warrior_port_jfsw.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jquest" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">JQuest</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2006</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#strategy" title="strategy games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-fort-awesome"></i></span>strategy</a>
|
||||
<span class="tag is-light">turn-based</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/K.html#konquest">
|
||||
<span class="has-text-weight-semibold">Konquest</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/R.html#rhaden">
|
||||
<span class="has-text-weight-semibold">RHaden</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://sourceforge.net/projects/jquest">jquest<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://sourceforge.net/projects/jquest/files">jquest/files<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/jquest.git" class="is-size-7">osgames/jquest.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/jquest.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jsettlers" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">JSettlers</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#board" title="board games" class="tag is-info">board</a><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a><a href="genres.html#strategy" title="strategy games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-fort-awesome"></i></span>strategy</a>
|
||||
<span class="tag is-light">content commercial + original required (?)</span></div>
|
||||
<span class="is-italic">Web-based version of the board game Settlers of Catan written in Java.
|
||||
See also http://www.settlers-android-clone.com/, https://github.com/jsettlers/settlers-remake
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspirations: </span><a href="../inspirations/S.html#settlers_of_catan">
|
||||
<span class="has-text-weight-semibold">Settlers of Catan</span></a>, <a href="../inspirations/T.html#the_settlers_iii">
|
||||
<span class="has-text-weight-semibold">The Settlers III</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#alessandro_dottavio">
|
||||
<span class="has-text-weight-semibold">Alessandro D'Ottavio</span></a>, <a href="../developers/C.html#chad_mchenry">
|
||||
<span class="has-text-weight-semibold">Chad McHenry</span></a>, <a href="../developers/C.html#colinwerner">
|
||||
<span class="has-text-weight-semibold">colinwerner</span></a>, <a href="../developers/G.html#generateui">
|
||||
<span class="has-text-weight-semibold">generateui</span></a>, <a href="../developers/J.html#jeremy_d_monin">
|
||||
<span class="has-text-weight-semibold">Jeremy D. Monin</span></a>, <a href="../developers/L.html#luis_ramirez">
|
||||
<span class="has-text-weight-semibold">Luis Ramirez</span></a>, <a href="../developers/P.html#paul_bilnoski">
|
||||
<span class="has-text-weight-semibold">Paul Bilnoski</span></a>, <a href="../developers/R.html#robert_thomas">
|
||||
<span class="has-text-weight-semibold">Robert Thomas</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="https://sourceforge.net/projects/jsettlers/">jsettlers<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a>, <a href="https://sourceforge.net/projects/jsettlers2/">jsettlers2<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Downloads: </span><a href="https://sourceforge.net/projects/jsettlers/files/">jsettlers/files<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a>, <a href="https://sourceforge.net/projects/jsettlers2/files/">jsettlers2/files<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/jdmonin/JSettlers2.git" class="is-size-7">jdmonin/JSettlers2.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2012</span>, <span class="icon is-large has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>), <a href="http://jsettlers.cvs.sourceforge.net" class="is-size-7">jsettlers.cvs.sourceforge.net</a>, <a href="http://jsettlers2.cvs.sourceforge.net" class="is-size-7">jsettlers2.cvs.sourceforge.net</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/jsettlers.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jsfo" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">jsFO</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2017</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#web" title="Web"><span class="icon is-large has-text-black" ><i class="icon-earth"></i></span></a></span><div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a><a href="genres.html#role playing" title="role playing games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-user-secret"></i></span>role playing</a>
|
||||
<span class="tag is-light">content commercial + original required</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/F.html#fallout_2">
|
||||
<span class="has-text-weight-semibold">Fallout 2</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/A.html#anthony">
|
||||
<span class="has-text-weight-semibold">Anthony</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/ajxs/jsFO">ajxs/jsFO<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Play online: </span><a href="http://ajxs.github.io/jsFO/">ajxs.github.io/jsFO</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#javascript">
|
||||
<span class="is-size-7">JavaScript</span></a>, <a href="languages.html#python">
|
||||
<span class="is-size-7">Python</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/Apache_License" class="is-size-7">Apache-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/ajxs/jsFO.git" class="is-size-7">ajxs/jsFO.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2015</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/jsfo.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jskat" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">JSkat</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><div class="tags has-addons"><a href="genres.html#cards" title="cards games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-spades"></i></span>cards</a><a href="genres.html#role playing" title="role playing games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-user-secret"></i></span>role playing</a>
|
||||
<span class="tag is-light">content open</span></div>
|
||||
<span class="is-italic">German card game Skat and variations thereof.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/D.html#daniel_loreck">
|
||||
<span class="has-text-weight-semibold">Daniel Loreck</span></a>, <a href="../developers/D.html#dlor">
|
||||
<span class="has-text-weight-semibold">dlor</span></a>, <a href="../developers/H.html#harisudhan">
|
||||
<span class="has-text-weight-semibold">Harisudhan</span></a>, <a href="../developers/J.html#jan_schafer">
|
||||
<span class="has-text-weight-semibold">Jan Schäfer</span></a>, <a href="../developers/M.html#markus_j_luzius">
|
||||
<span class="has-text-weight-semibold">Markus J. Luzius</span></a>, <a href="../developers/M.html#martin_rothe">
|
||||
<span class="has-text-weight-semibold">Martin Rothe</span></a>, <a href="../developers/M.html#mjluzius">
|
||||
<span class="has-text-weight-semibold">mjluzius</span></a>, <a href="../developers/S.html#sascha_laurien">
|
||||
<span class="has-text-weight-semibold">Sascha Laurien</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="http://www.jskat.org/">www.jskat.org</a>, <a href="https://sourceforge.net/projects/jskat/">jskat<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Downloads: </span><a href="https://github.com/b0n541/jskat-multimodule/releases">b0n541/jskat-multimodule/releases<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>, <a href="https://sourceforge.net/projects/jskat/files/">jskat/files<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a>, <a href="https://en.wikipedia.org/wiki/Apache_License" class="is-size-7">Apache-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/b0n541/jskat-multimodule.git" class="is-size-7">b0n541/jskat-multimodule.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2013</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>
|
||||
<span class="is-size-7">Assets licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://gradle.org/" class="is-size-7">Gradle</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/jskat.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jsoko" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">JSoko</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><span class="mr-2"><a href="platforms.html#macos" title="macOS"><span class="icon is-large has-text-black" ><i class="icon-appleinc"></i></span></a></span><div class="tags has-addons"><a href="genres.html#puzzle" title="puzzle games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-puzzle-piece"></i></span>puzzle</a>
|
||||
<span class="tag is-light">content open</span></div>
|
||||
<span class="is-italic">It includes an automatic solver and supports different skins.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/S.html#sokoban">
|
||||
<span class="has-text-weight-semibold">Sokoban</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/H.html#heiner_marxen">
|
||||
<span class="has-text-weight-semibold">Heiner Marxen</span></a>, <a href="../developers/M.html#matthias_meger">
|
||||
<span class="has-text-weight-semibold">Matthias Meger</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="https://www.sokoban-online.de/">www.sokoban-online.de</a>, <a href="https://sourceforge.net/projects/jsokoapplet/">jsokoapplet<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://sourceforge.net/projects/jsokoapplet/files/">jsokoapplet/files<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Assets licenses: </span>
|
||||
<span class="is-size-7">GPL</span><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/jsoko.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="julius" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Julius</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a><a href="genres.html#simulation" title="simulation games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-rocket1"></i></span>simulation</a></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/C.html#caesar_3">
|
||||
<span class="has-text-weight-semibold">Caesar 3</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/B.html#bianca_van_schaik">
|
||||
<span class="has-text-weight-semibold">Bianca van Schaik</span></a>, <a href="../developers/D.html#devnoname120">
|
||||
<span class="has-text-weight-semibold">devnoname120</span></a>, <a href="../developers/J.html#jos_cadete">
|
||||
<span class="has-text-weight-semibold">José Cadete</span></a>, <a href="../developers/K.html#keriew">
|
||||
<span class="has-text-weight-semibold">Keriew</span></a>, <a href="../developers/N.html#nwtour">
|
||||
<span class="has-text-weight-semibold">nwtour</span></a>, <a href="../developers/R.html#rsn8887">
|
||||
<span class="has-text-weight-semibold">rsn8887</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/bvschaik/julius">bvschaik/julius<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a>, <a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_Affero_General_Public_License" class="is-size-7">AGPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/bvschaik/julius.git" class="is-size-7">bvschaik/julius.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2017</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/julius.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jump_dont_die" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Jump Don't Die</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><span class="mr-2"><a href="platforms.html#macos" title="macOS"><span class="icon is-large has-text-black" ><i class="icon-appleinc"></i></span></a></span><div class="tags has-addons"><a href="genres.html#platform" title="platform games" class="tag is-info">platform</a></div>
|
||||
<span class="is-italic">Demo game.
|
||||
|
||||
</span></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/danirod/jumpdontdie">danirod/jumpdontdie<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/danirod/jumpdontdie.git" class="is-size-7">danirod/jumpdontdie.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">libGDX</span>,
|
||||
<span class="is-size-7">Scene2D</span>,
|
||||
<span class="is-size-7">Box2D</span><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://gradle.org/" class="is-size-7">Gradle</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/jump_dont_die.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jumpnbump" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Jump'n'Bump</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2004</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a></div>
|
||||
<span class="is-italic">See also https://gitlab.com/LibreGames/jumpnbump (same game?). CVS mentioned on homepage.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/J.html#jump_n_bump">
|
||||
<span class="has-text-weight-semibold">Jump 'n Bump</span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://www.icculus.org/jumpnbump/">www.icculus.org/jumpnbump</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">SDL</span><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/jumpnbump.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="just_another_tetris_clone" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Just another Tetris™ clone</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2017</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
||||
<span class="tag is-light">skill</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/T.html#tetris">
|
||||
<span class="has-text-weight-semibold">Tetris</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/S.html#spypunk">
|
||||
<span class="has-text-weight-semibold">spypunk</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/spypunk/">spypunk<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/WTFPL" class="is-size-7">WTFPL</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/spypunk/tetris.git" class="is-size-7">spypunk/tetris.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2016</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/just_another_tetris_clone.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
1127
docs/games/K.html
Normal file
1127
docs/games/K.html
Normal file
File diff suppressed because it is too large
Load Diff
1733
docs/games/L.html
Normal file
1733
docs/games/L.html
Normal file
File diff suppressed because it is too large
Load Diff
3082
docs/games/M.html
Normal file
3082
docs/games/M.html
Normal file
File diff suppressed because it is too large
Load Diff
1485
docs/games/N.html
Normal file
1485
docs/games/N.html
Normal file
File diff suppressed because it is too large
Load Diff
5758
docs/games/O.html
Normal file
5758
docs/games/O.html
Normal file
File diff suppressed because it is too large
Load Diff
3302
docs/games/P.html
Normal file
3302
docs/games/P.html
Normal file
File diff suppressed because it is too large
Load Diff
402
docs/games/Q.html
Normal file
402
docs/games/Q.html
Normal file
@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item" href="../inspirations/index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Games starting with Q</h1>
|
||||
<div id="q" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Q</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2013</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><span class="mr-2"><a href="platforms.html#macos" title="macOS"><span class="icon is-large has-text-black" ><i class="icon-appleinc"></i></span></a></span><div class="tags has-addons"><a href="genres.html#educational" title="educational games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-graduation-cap"></i></span>educational</a>
|
||||
<span class="tag is-light">quiz</span></div>
|
||||
<span class="is-italic">q (also known as quizbot) is a simple IRC quizbot by plaimi. It derives questions from a pool, gives out hints, and awards users who answer the questions correctly.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/P.html#plaimi">
|
||||
<span class="has-text-weight-semibold">plaimi</span></a>, <a href="../developers/S.html#stian_ellingsen">
|
||||
<span class="has-text-weight-semibold">Stian Ellingsen</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://plaimi.net/games/quizbot.html">plaimi.net/games/quizbot.html</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#python">
|
||||
<span class="is-size-7">Python</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/plaimi/q.git" class="is-size-7">plaimi/q.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2012</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">Twisted</span><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/q.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="q-gears" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Q-Gears</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2015</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#game engine" title="game engine games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-car"></i></span>game engine</a><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a><a href="genres.html#role playing" title="role playing games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-user-secret"></i></span>role playing</a>
|
||||
<span class="tag is-light">content commercial + original required</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/F.html#final_fantasy_vii">
|
||||
<span class="has-text-weight-semibold">Final Fantasy VII</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/B.html#bryce_groff">
|
||||
<span class="has-text-weight-semibold">Bryce Groff</span></a>, <a href="../developers/C.html#chris_rizzitello">
|
||||
<span class="has-text-weight-semibold">Chris Rizzitello</span></a>, <a href="../developers/E.html#elias_hogstvedt">
|
||||
<span class="has-text-weight-semibold">Elias Hogstvedt</span></a>, <a href="../developers/J.html#jrme_arzel">
|
||||
<span class="has-text-weight-semibold">Jérôme Arzel</span></a>, <a href="../developers/P.html#paul">
|
||||
<span class="has-text-weight-semibold">Paul</span></a>, <a href="../developers/T.html#tobias_peters">
|
||||
<span class="has-text-weight-semibold">Tobias Peters</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="https://github.com/q-gears/q-gears">q-gears/q-gears<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>, <a href="http://q-gears.sourceforge.net/">q-gears.sourceforge.net</a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://sourceforge.net/projects/q-gears/files/">q-gears/files<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a>, <a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/q-gears/q-gears.git" class="is-size-7">q-gears/q-gears.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2014</span>, <span class="icon is-large has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>), <a href="http://hg.code.sf.net/p/q-gears/code" class="is-size-7">hg.code.sf.net/p/q-gears/code</a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">OGRE</span><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/q-gears.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="qonk" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Qonk</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2008</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#strategy" title="strategy games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-fort-awesome"></i></span>strategy</a>
|
||||
<span class="tag is-light">real-time</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#anthony_liekens">
|
||||
<span class="has-text-weight-semibold">Anthony Liekens</span></a>, <a href="../developers/A.html#anthony_mariette_louis_liekens">
|
||||
<span class="has-text-weight-semibold">Anthony Mariette Louis Liekens</span></a>, <a href="../developers/B.html#balachmar">
|
||||
<span class="has-text-weight-semibold">balachmar</span></a>, <a href="../developers/J.html#jens_fursund">
|
||||
<span class="has-text-weight-semibold">Jens Fursund</span></a>, <a href="../developers/L.html#loek">
|
||||
<span class="has-text-weight-semibold">Loek</span></a>, <a href="../developers/R.html#robert_schuster">
|
||||
<span class="has-text-weight-semibold">Robert Schuster</span></a>, <a href="../developers/T.html#troels_kofoed_jacobsen">
|
||||
<span class="has-text-weight-semibold">Troels Kofoed Jacobsen</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="https://scratchpad.fandom.com/wiki/Qonk">scratchpad.fandom.com/wiki/Qonk</a>, <a href="https://sourceforge.net/projects/qonk/">qonk<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a>, <a href="http://anthony.liekens.net/index.php/Computers/Qonk">anthony.liekens.net/index.php/Computers/Qonk</a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://sourceforge.net/projects/qonk/files/">qonk/files<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/qonk.git" class="is-size-7">osgames/qonk.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="https://svn.code.sf.net/p/qonk/code" class="is-size-7">svn.code.sf.net/p/qonk/code</a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">SDL</span><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Autoconf" class="is-size-7">Autoconf</a>, <a href="https://cmake.org/" class="is-size-7">CMake</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/qonk.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="quadrapassel" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Quadrapassel</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#puzzle" title="puzzle games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-puzzle-piece"></i></span>puzzle</a>
|
||||
<span class="tag is-light">clone</span>
|
||||
<span class="tag is-light">content open</span></div>
|
||||
<span class="is-italic">(formerly a part of GNOME Games) is a GNOME version of Tetris. It was previously named Gnometris.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/T.html#tetris">
|
||||
<span class="has-text-weight-semibold">Tetris</span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://wiki.gnome.org/Apps/Quadrapassel">wiki.gnome.org/Apps/Quadrapassel</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#vala">
|
||||
<span class="is-size-7">Vala</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.gnome.org/GNOME/quadrapassel.git" class="is-size-7">gitlab.gnome.org/GNOME/quadrapassel.git</a><br>
|
||||
<span class="is-size-7">Assets licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://mesonbuild.com/" class="is-size-7">Meson</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/quadrapassel.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="quake3e" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Quake3e</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
||||
<span class="tag is-light">content commercial</span>
|
||||
<span class="tag is-light">multiplayer Competitive + Local + LAN</span>
|
||||
<span class="tag is-light">shooter</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/Q.html#quake_3">
|
||||
<span class="has-text-weight-semibold">Quake 3</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/E.html#eugene_c">
|
||||
<span class="has-text-weight-semibold">Eugene C.</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/ec-/Quake3e">ec-/Quake3e<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/ec-/Quake3e.git" class="is-size-7">ec-/Quake3e.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2016</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">OpenGL</span>,
|
||||
<span class="is-size-7">Vulkan</span><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/quake3e.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="quakejs" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">QuakeJS</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#web" title="Web"><span class="icon is-large has-text-black" ><i class="icon-earth"></i></span></a></span><div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
||||
<span class="tag is-light">content original required</span>
|
||||
<span class="tag is-light">first-person</span>
|
||||
<span class="tag is-light">shooter</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspirations: </span><a href="../inspirations/I.html#ioquake3">
|
||||
<span class="has-text-weight-semibold">ioquake3</span></a>, <a href="../inspirations/Q.html#quake_3">
|
||||
<span class="has-text-weight-semibold">Quake 3</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/A.html#anthony_pesch">
|
||||
<span class="has-text-weight-semibold">Anthony Pesch</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="http://www.quakejs.com/">www.quakejs.com</a><br>
|
||||
<span class="has-text-weight-semibold">Play online: </span><a href="http://www.quakejs.com/">www.quakejs.com</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#javascript">
|
||||
<span class="is-size-7">JavaScript</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/MIT_License" class="is-size-7">MIT</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/inolen/quakejs.git" class="is-size-7">inolen/quakejs.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2013</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>)<br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/quakejs.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="quakespasm" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">QuakeSpasm</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><span class="mr-2"><a href="platforms.html#macos" title="macOS"><span class="icon is-large has-text-black" ><i class="icon-appleinc"></i></span></a></span><div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-target"></i></span>action</a><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
||||
<span class="tag is-light">content commercial + original required (?)</span>
|
||||
<span class="tag is-light">shooter</span></div>
|
||||
<span class="is-italic">See also https://github.com/Shpoike/Quakespasm
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/Q.html#quake">
|
||||
<span class="has-text-weight-semibold">Quake</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/E.html#eric_wasylishen">
|
||||
<span class="has-text-weight-semibold">Eric Wasylishen</span></a>, <a href="../developers/O.html#ozkan_sezer">
|
||||
<span class="has-text-weight-semibold">Ozkan Sezer</span></a>, <a href="../developers/S.html#steven">
|
||||
<span class="has-text-weight-semibold">Steven</span></a>, <a href="../developers/S.html#svdijk">
|
||||
<span class="has-text-weight-semibold">svdijk</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="http://quakespasm.sourceforge.net/Quakespasm.html">quakespasm.sourceforge.net/Quakespasm.html</a>, <a href="https://sourceforge.net/projects/quakespasm/">quakespasm<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Downloads: </span><a href="http://quakespasm.sourceforge.net/download.htm">quakespasm.sourceforge.net/download.htm</a>, <a href="https://sourceforge.net/projects/quakespasm/files/">quakespasm/files<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://git.code.sf.net/p/quakespasm/quakespasm.git" class="is-size-7">git.code.sf.net/p/quakespasm/quakespasm.git</a>, <a href="https://svn.code.sf.net/p/quakespasm/code" class="is-size-7">svn.code.sf.net/p/quakespasm/code</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/quakespasm.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="quartz_engine" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Quartz Engine</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#game engine" title="game engine games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-car"></i></span>game engine</a></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#alexandre_plateau">
|
||||
<span class="has-text-weight-semibold">Alexandre Plateau</span></a>, <a href="../developers/A.html#austin_sonosfuer">
|
||||
<span class="has-text-weight-semibold">Austin (SonosFuer)</span></a>, <a href="../developers/B.html#barney_wilks">
|
||||
<span class="has-text-weight-semibold">Barney Wilks</span></a>, <a href="../developers/G.html#gerold55">
|
||||
<span class="has-text-weight-semibold">Gerold55</span></a>, <a href="../developers/T.html#toby_plowy_toby109tt">
|
||||
<span class="has-text-weight-semibold">Toby plowy (Toby109tt)</span></a>, <a href="../developers/V.html#vyom_fadia">
|
||||
<span class="has-text-weight-semibold">Vyom Fadia</span></a>, <a href="../developers/X.html#xaleth">
|
||||
<span class="has-text-weight-semibold">Xaleth</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/GentenStudios/QuartzEngine/wiki">GentenStudios/QuartzEngine/wiki<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_(%22BSD_License_2.0%22,_%22Revised_BSD_License%22,_%22New_BSD_License%22,_or_%22Modified_BSD_License%22)" class="is-size-7">3-clause BSD</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/GentenStudios/QuartzEngine.git" class="is-size-7">GentenStudios/QuartzEngine.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">archived</span>,
|
||||
<span class="is-size-7">since 2018</span>, <span class="icon is-large has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">OpenGL</span><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/quartz_engine.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="quatter" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Quatter</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2018</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#board" title="board games" class="tag is-info">board</a><a href="genres.html#strategy" title="strategy games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-fort-awesome"></i></span>strategy</a>
|
||||
<span class="tag is-light">content open</span></div>
|
||||
<span class="is-italic">Quarto board game implementation.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/L.html#luckey_productions">
|
||||
<span class="has-text-weight-semibold">LucKey Productions</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://luckeyproductions.itch.io/quatter">luckeyproductions.itch.io/quatter</a><br>
|
||||
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/Quarto_(board_game)">Quatter<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/luckeyproductions/games/Quatter.git" class="is-size-7">luckeyproductions/games/Quatter.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">Urho3D</span><br>
|
||||
<span class="is-size-7">Assets licenses: </span>
|
||||
<span class="is-size-7">CC-BY-SA</span><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/quatter.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
2461
docs/games/R.html
Normal file
2461
docs/games/R.html
Normal file
File diff suppressed because it is too large
Load Diff
5427
docs/games/S.html
Normal file
5427
docs/games/S.html
Normal file
File diff suppressed because it is too large
Load Diff
4634
docs/games/T.html
Normal file
4634
docs/games/T.html
Normal file
File diff suppressed because it is too large
Load Diff
1278
docs/games/U.html
Normal file
1278
docs/games/U.html
Normal file
File diff suppressed because it is too large
Load Diff
1039
docs/games/V.html
Normal file
1039
docs/games/V.html
Normal file
File diff suppressed because it is too large
Load Diff
1488
docs/games/W.html
Normal file
1488
docs/games/W.html
Normal file
File diff suppressed because it is too large
Load Diff
1192
docs/games/X.html
Normal file
1192
docs/games/X.html
Normal file
File diff suppressed because it is too large
Load Diff
303
docs/games/Y.html
Normal file
303
docs/games/Y.html
Normal file
@ -0,0 +1,303 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item" href="../inspirations/index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Games starting with Y</h1>
|
||||
<div id="yamagi_quake_ii" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Yamagi Quake II</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-target"></i></span>action</a><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
||||
<span class="tag is-light">shooter</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/Q.html#quake_2">
|
||||
<span class="has-text-weight-semibold">Quake 2</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#a_j_ricoveri">
|
||||
<span class="has-text-weight-semibold is-size-7">A. J. Ricoveri</span></a>, <a href="../developers/B.html#boris_i_bendovsky">
|
||||
<span class="has-text-weight-semibold is-size-7">Boris I. Bendovsky</span></a>, <a href="../developers/B.html#bradley_clemetson">
|
||||
<span class="has-text-weight-semibold is-size-7">Bradley Clemetson</span></a>, <a href="../developers/C.html#christoph_mallon">
|
||||
<span class="has-text-weight-semibold is-size-7">Christoph Mallon</span></a>, <a href="../developers/D.html#daniel_gibson">
|
||||
<span class="has-text-weight-semibold is-size-7">Daniel Gibson</span></a>, <a href="../developers/D.html#david_carlier">
|
||||
<span class="has-text-weight-semibold is-size-7">David CARLIER</span></a>, <a href="../developers/D.html#david_reid">
|
||||
<span class="has-text-weight-semibold is-size-7">David Reid</span></a>, <a href="../developers/D.html#denis_pauk">
|
||||
<span class="has-text-weight-semibold is-size-7">Denis Pauk</span></a>, <a href="../developers/E.html#earth-metal">
|
||||
<span class="has-text-weight-semibold is-size-7">earth-metal</span></a>, <a href="../developers/E.html#elkan_roelen">
|
||||
<span class="has-text-weight-semibold is-size-7">Elkan Roelen</span></a>, <a href="../developers/J.html#jarvik7">
|
||||
<span class="has-text-weight-semibold is-size-7">Jarvik7</span></a>, <a href="../developers/J.html#jobergeron">
|
||||
<span class="has-text-weight-semibold is-size-7">JoBergeron</span></a>, <a href="../developers/J.html#joshua_scoggins">
|
||||
<span class="has-text-weight-semibold is-size-7">Joshua Scoggins</span></a>, <a href="../developers/K.html#krzysztof_kondrak">
|
||||
<span class="has-text-weight-semibold is-size-7">Krzysztof Kondrak</span></a>, <a href="../developers/L.html#larry_davis">
|
||||
<span class="has-text-weight-semibold is-size-7">Larry Davis</span></a>, <a href="../developers/M.html#mathyn">
|
||||
<span class="has-text-weight-semibold is-size-7">Mathyn</span></a>, <a href="../developers/N.html#nia">
|
||||
<span class="has-text-weight-semibold is-size-7">nia</span></a>, <a href="../developers/R.html#ricardo_garcia">
|
||||
<span class="has-text-weight-semibold is-size-7">Ricardo Garcia</span></a>, <a href="../developers/S.html#simon_mcvittie">
|
||||
<span class="has-text-weight-semibold is-size-7">Simon McVittie</span></a>, <a href="../developers/S.html#spirrwell">
|
||||
<span class="has-text-weight-semibold is-size-7">Spirrwell</span></a>, <a href="../developers/S.html#svdijk">
|
||||
<span class="has-text-weight-semibold is-size-7">svdijk</span></a>, <a href="../developers/V.html#valgusk">
|
||||
<span class="has-text-weight-semibold is-size-7">VALGUSK</span></a>, <a href="../developers/Y.html#yamagi">
|
||||
<span class="has-text-weight-semibold is-size-7">Yamagi</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="http://www.yamagi.org/quake2/">www.yamagi.org/quake2</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/yquake2/yquake2.git" class="is-size-7">yquake2/yquake2.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2012</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>)<br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">SDL</span><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/yamagi_quake_ii.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="yet_another_doom_clone" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Yet Another Doom Clone</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-target"></i></span>action</a>
|
||||
<span class="tag is-light">first-person</span>
|
||||
<span class="tag is-light">open content</span>
|
||||
<span class="tag is-light">shooter</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/D.html#doom">
|
||||
<span class="has-text-weight-semibold">Doom</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/N.html#nicholas_carlini">
|
||||
<span class="has-text-weight-semibold">Nicholas Carlini</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://nicholas.carlini.com/writing/2019/javascript-doom-clone-13k.html">nicholas.carlini.com/writing/2019/javascript-doom-clone-13k.html</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#javascript">
|
||||
<span class="is-size-7">JavaScript</span></a>, <a href="languages.html#python">
|
||||
<span class="is-size-7">Python</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/carlini/js13k2019-yet-another-doom-clone.git" class="is-size-7">carlini/js13k2019-yet-another-doom-clone.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">WebGL</span><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/yet_another_doom_clone.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="yet_another_engine" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Yet Another Engine</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2016</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><span class="mr-2"><a href="platforms.html#macos" title="macOS"><span class="icon is-large has-text-black" ><i class="icon-appleinc"></i></span></a></span><span class="mr-2"><a href="platforms.html#android" title="Android"><span class="icon is-large has-text-black" ><i class="icon-android"></i></span></a></span><span class="mr-2"><a href="platforms.html#ios" title="iOS"><span class="icon is-large has-text-black" ><i class="icon-ios"></i></span></a></span><div class="tags has-addons"><a href="genres.html#game engine" title="game engine games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-car"></i></span>game engine</a></div>
|
||||
<span class="is-italic">Game engine
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/T.html#tomas_slusny">
|
||||
<span class="has-text-weight-semibold">Tomas Slusny</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="https://web.archive.org/web/20160315200651/https://yae.io/">Archive: 20160315200651/https://yae.io</a>, <a href="https://github.com/deathbeam/yae/wiki">deathbeam/yae/wiki<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#moonscript">
|
||||
<span class="is-size-7">MoonScript</span></a>, <a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a>, <a href="languages.html#lua">
|
||||
<span class="is-size-7">Lua</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/MIT_License" class="is-size-7">MIT</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/deathbeam/yae.git" class="is-size-7">deathbeam/yae.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2014</span>, <span class="icon is-large has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">libGDX</span><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/yet_another_engine.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="yo_frankie" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Yo Frankie!</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2009</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><span class="mr-2"><a href="platforms.html#macos" title="macOS"><span class="icon is-large has-text-black" ><i class="icon-appleinc"></i></span></a></span><div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-target"></i></span>action</a><a href="genres.html#platform" title="platform games" class="tag is-info">platform</a></div>
|
||||
<span class="is-italic">[Download overview page](https://download.blender.org/apricot/)
|
||||
|
||||
</span></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://apricot.blender.org/">apricot.blender.org</a><br>
|
||||
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/Yo_Frankie!">Yo Frankie!<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#blender_script">
|
||||
<span class="is-size-7">Blender Script</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span>
|
||||
<span class="is-size-7">?</span><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">Blender game engine</span><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/yo_frankie.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="yorg" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Yorg</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#game engine" title="game engine games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-car"></i></span>game engine</a>
|
||||
<span class="tag is-light">3D</span>
|
||||
<span class="tag is-light">clone</span>
|
||||
<span class="tag is-light">content open</span>
|
||||
<span class="tag is-light">multiplayer online + local</span>
|
||||
<span class="tag is-light">racing</span></div>
|
||||
<span class="is-italic">Featuring AI, weapons, power-ups and multiplayer.
|
||||
It is being developed using free software such as GIMP and Blender.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/M.html#micro_machines">
|
||||
<span class="has-text-weight-semibold">Micro Machines</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/F.html#flavio_calva">
|
||||
<span class="has-text-weight-semibold">Flavio Calva</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="https://github.com/cflavio/yorg">cflavio/yorg<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>, <a href="https://www.ya2.it/">www.ya2.it</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#python">
|
||||
<span class="is-size-7">Python</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/cflavio/yorg.git" class="is-size-7">cflavio/yorg.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2016</span>, <span class="icon is-large has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">Panda3D</span><br>
|
||||
<span class="is-size-7">Assets licenses: </span>
|
||||
<span class="is-size-7">CC BY</span>,
|
||||
<span class="is-size-7">CC-BY-SA</span><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/yorg.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ysoccer" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">YSoccer</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><span class="mr-2"><a href="platforms.html#macos" title="macOS"><span class="icon is-large has-text-black" ><i class="icon-appleinc"></i></span></a></span><div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a><a href="genres.html#simulation" title="simulation games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-rocket1"></i></span>simulation</a><a href="genres.html#sports" title="sports games" class="tag is-info">sports</a>
|
||||
<span class="tag is-light">soccer</span></div>
|
||||
<span class="is-italic">Soccer game; continuation to Sensible World of Soccer.
|
||||
Successor of [Yoda Soccer](https://sourceforge.net/projects/yodasoccer/).
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/S.html#sensible_soccer">
|
||||
<span class="has-text-weight-semibold">Sensible Soccer</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/D.html#daniele">
|
||||
<span class="has-text-weight-semibold">Daniele</span></a>, <a href="../developers/M.html#massimo_modica">
|
||||
<span class="has-text-weight-semibold">Massimo Modica</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="http://ysoccer.sourceforge.net/">ysoccer.sourceforge.net</a>, <a href="https://sourceforge.net/projects/ysoccer/">ysoccer<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Downloads: </span><a href="http://ysoccer.sourceforge.net/dloads.htm">ysoccer.sourceforge.net/dloads.htm</a>, <a href="https://sourceforge.net/projects/ysoccer/files/">ysoccer/files<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://git.code.sf.net/p/ysoccer/code" class="is-size-7">git.code.sf.net/p/ysoccer/code</a><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://gradle.org/" class="is-size-7">Gradle</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/ysoccer.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
840
docs/games/Z.html
Normal file
840
docs/games/Z.html
Normal file
@ -0,0 +1,840 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item" href="../inspirations/index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Games starting with Z</h1>
|
||||
<div id="zangband" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">ZAngband</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2005</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#role playing" title="role playing games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-user-secret"></i></span>role playing</a>
|
||||
<span class="tag is-light">roguelike</span></div>
|
||||
<span class="is-italic">Available for almost any computer and operating system.
|
||||
Based on Angband.
|
||||
|
||||
See also https://github.com/dennis-roof/Zband, https://github.com/jjnoo/Zangband
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/A.html#angband">
|
||||
<span class="has-text-weight-semibold">Angband</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/C.html#chris_kern">
|
||||
<span class="has-text-weight-semibold">Chris Kern</span></a>, <a href="../developers/M.html#mitsuhiro_itakura">
|
||||
<span class="has-text-weight-semibold">Mitsuhiro Itakura</span></a>, <a href="../developers/R.html#robert_ruehlmann">
|
||||
<span class="has-text-weight-semibold">Robert Ruehlmann</span></a>, <a href="../developers/R.html#ross_morgan-linial">
|
||||
<span class="has-text-weight-semibold">Ross Morgan-Linial</span></a>, <a href="../developers/S.html#steven_fuerst">
|
||||
<span class="has-text-weight-semibold">Steven Fuerst</span></a>, <a href="../developers/T.html#topi_ylinen">
|
||||
<span class="has-text-weight-semibold">topi ylinen</span></a>, <a href="../developers/W.html#willem_siemelink">
|
||||
<span class="has-text-weight-semibold">Willem Siemelink</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="http://www.zangband.org/">www.zangband.org</a>, <a href="https://sourceforge.net/projects/zangband/">zangband<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/Angband_(video_game)#Derivative_works">ZAngband<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://sourceforge.net/projects/zangband/files/">zangband/files<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span>
|
||||
<span class="is-size-7">Custom</span><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/zangband.git" class="is-size-7">osgames/zangband.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="http://zangband.cvs.sourceforge.net/" class="is-size-7">zangband.cvs.sourceforge.net</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/zangband.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="zatacka" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Zatacka</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2007</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><div class="tags has-addons"><a href="genres.html#arcade" title="arcade games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-pacman"></i></span>arcade</a>
|
||||
<span class="tag is-light">2D</span>
|
||||
<span class="tag is-light">multiplayer</span></div>
|
||||
<span class="is-italic">Remake of a 2D multiplayer game similar to the Tron movie-themed light cycle games and snake games.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/A.html#achtung_die_kurve">
|
||||
<span class="has-text-weight-semibold">Achtung, die Kurve!</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/B.html#boomerboss">
|
||||
<span class="has-text-weight-semibold">BoomerBoss</span></a>, <a href="../developers/K.html#kaan">
|
||||
<span class="has-text-weight-semibold">Kaan</span></a>, <a href="../developers/M.html#mage">
|
||||
<span class="has-text-weight-semibold">mage</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="http://zatacka.sourceforge.net/">zatacka.sourceforge.net</a>, <a href="https://sourceforge.net/projects/zatacka/">zatacka<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Downloads: </span><a href="http://zatacka.sourceforge.net/index.php?id=download">zatacka.sourceforge.net/index.php?id=download</a>, <a href="https://sourceforge.net/projects/zatacka/files/">zatacka/files<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a>, <a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="http://zatacka.cvs.sourceforge.net" class="is-size-7">zatacka.cvs.sourceforge.net</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/zatacka.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="zatacka_x" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Zatacka X</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-target"></i></span>action</a><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/A.html#achtung_die_kurve">
|
||||
<span class="has-text-weight-semibold">Achtung, die Kurve!</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/S.html#simen_heggestyl">
|
||||
<span class="has-text-weight-semibold">Simen Heggestøyl</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/simenheg/zatackax">simenheg/zatackax<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/simenheg/zatackax.git" class="is-size-7">simenheg/zatackax.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2013</span>, <span class="icon is-large has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">SDL</span><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Autoconf" class="is-size-7">Autoconf</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/zatacka_x.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="zauberer" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Zauberer</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2018</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-target"></i></span>action</a>
|
||||
<span class="tag is-light">content open</span>
|
||||
<span class="tag is-light">first-person</span>
|
||||
<span class="tag is-light">requires original engine</span>
|
||||
<span class="tag is-light">shooter</span></div>
|
||||
<span class="is-italic">Initial goal is to serve as a Free data package for engines based on the Hexen source.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#ayub_ahmed">
|
||||
<span class="has-text-weight-semibold">Ayub Ahmed</span></a>, <a href="../developers/E.html#eric_soderberg">
|
||||
<span class="has-text-weight-semibold">Eric Söderberg</span></a>, <a href="../developers/S.html#snakecharmer">
|
||||
<span class="has-text-weight-semibold">Snakecharmer</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="https://github.com/CireG/Zauberer/">CireG/Zauberer<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>, <a href="https://www.doomworld.com/vb/freedoom/72519-zauberer/">www.doomworld.com/vb/freedoom/72519-zauberer</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#none">
|
||||
<span class="is-size-7">None</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/ISC_license" class="is-size-7">ISC</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/CireG/Zauberer.git" class="is-size-7">CireG/Zauberer.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2013</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">Hexen</span><br>
|
||||
<span class="is-size-7">Assets licenses: </span><a href="https://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_(%22BSD_License_2.0%22,_%22Revised_BSD_License%22,_%22New_BSD_License%22,_or_%22Modified_BSD_License%22)" class="is-size-7">3-clause BSD</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/zauberer.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="zaz" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Zaz</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2010</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><span class="mr-2"><a href="platforms.html#macos" title="macOS"><span class="icon is-large has-text-black" ><i class="icon-appleinc"></i></span></a></span><div class="tags has-addons"><a href="genres.html#puzzle" title="puzzle games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-puzzle-piece"></i></span>puzzle</a><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/Z.html#zuma">
|
||||
<span class="has-text-weight-semibold">Zuma</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/R.html#remigiusz_dybka">
|
||||
<span class="has-text-weight-semibold">Remigiusz Dybka</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="http://zaz.sourceforge.net/">zaz.sourceforge.net</a>, <a href="https://sourceforge.net/projects/zaz/">zaz<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="http://zaz.sourceforge.net/index.php?page=3">zaz.sourceforge.net/index.php?page=3</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://svn.code.sf.net/p/zaz/code" class="is-size-7">svn.code.sf.net/p/zaz/code</a><br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">SDL</span><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://en.wikipedia.org/wiki/Autoconf" class="is-size-7">Autoconf</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/zaz.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="zdoom" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">ZDoom</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><span class="mr-2"><a href="platforms.html#macos" title="macOS"><span class="icon is-large has-text-black" ><i class="icon-appleinc"></i></span></a></span><div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
||||
<span class="tag is-light">content commercial (?) + original required</span>
|
||||
<span class="tag is-light">first-person</span>
|
||||
<span class="tag is-light">shooter</span></div>
|
||||
<span class="is-italic">Maybe ZDoom and GZDoom should be splitted.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspirations: </span><a href="../inspirations/D.html#doom">
|
||||
<span class="has-text-weight-semibold">Doom</span></a>, <a href="../inspirations/D.html#doom_ii">
|
||||
<span class="has-text-weight-semibold">Doom II</span></a>, <a href="../inspirations/H.html#heretic">
|
||||
<span class="has-text-weight-semibold">Heretic</span></a>, <a href="../inspirations/H.html#hexen">
|
||||
<span class="has-text-weight-semibold">Hexen</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/0.html#3saster">
|
||||
<span class="has-text-weight-semibold is-size-7">3saster</span></a>, <a href="../developers/A.html#alexander_kromm_m8f">
|
||||
<span class="has-text-weight-semibold is-size-7">Alexander Kromm (m8f)</span></a>, <a href="../developers/A.html#alexeylysiuk">
|
||||
<span class="has-text-weight-semibold is-size-7">alexey.lysiuk</span></a>, <a href="../developers/A.html#alison_watson_nightdive_studios">
|
||||
<span class="has-text-weight-semibold is-size-7">Alison Watson (Nightdive Studios)</span></a>, <a href="../developers/A.html#argv-minus-one">
|
||||
<span class="has-text-weight-semibold is-size-7">argv-minus-one</span></a>, <a href="../developers/B.html#benjamin_moir">
|
||||
<span class="has-text-weight-semibold is-size-7">Benjamin Moir</span></a>, <a href="../developers/B.html#blue-shadow">
|
||||
<span class="has-text-weight-semibold is-size-7">Blue-Shadow</span></a>, <a href="../developers/B.html#braden_obrzut">
|
||||
<span class="has-text-weight-semibold is-size-7">Braden Obrzut</span></a>, <a href="../developers/C.html#cacodemon345">
|
||||
<span class="has-text-weight-semibold is-size-7">Cacodemon345</span></a>, <a href="../developers/C.html#christoph_oelckers">
|
||||
<span class="has-text-weight-semibold is-size-7">Christoph Oelckers</span></a>, <a href="../developers/C.html#christopher_bruns">
|
||||
<span class="has-text-weight-semibold is-size-7">Christopher Bruns</span></a>, <a href="../developers/C.html#chronos_ouroboros">
|
||||
<span class="has-text-weight-semibold is-size-7">Chronos Ouroboros</span></a>, <a href="../developers/C.html#colton_g_rushton">
|
||||
<span class="has-text-weight-semibold is-size-7">Colton G. Rushton</span></a>, <a href="../developers/D.html#david_carlier">
|
||||
<span class="has-text-weight-semibold is-size-7">David CARLIER</span></a>, <a href="../developers/D.html#dondiego">
|
||||
<span class="has-text-weight-semibold is-size-7">dondiego</span></a>, <a href="../developers/E.html#ed_the_bat">
|
||||
<span class="has-text-weight-semibold is-size-7">Ed the Bat</span></a>, <a href="../developers/E.html#edoardo_prezioso">
|
||||
<span class="has-text-weight-semibold is-size-7">Edoardo Prezioso</span></a>, <a href="../developers/E.html#edward_richardson_nightdive_studios">
|
||||
<span class="has-text-weight-semibold is-size-7">Edward Richardson (Nightdive Studios)</span></a>, <a href="../developers/E.html#eevee">
|
||||
<span class="has-text-weight-semibold is-size-7">Eevee</span></a>, <a href="../developers/E.html#erick_tenorio">
|
||||
<span class="has-text-weight-semibold is-size-7">Erick Tenorio</span></a>, <a href="../developers/F.html#fishyclockwork">
|
||||
<span class="has-text-weight-semibold is-size-7">FishyClockwork</span></a>, <a href="../developers/G.html#gaerzi">
|
||||
<span class="has-text-weight-semibold is-size-7">Gaerzi</span></a>, <a href="../developers/G.html#gutawer">
|
||||
<span class="has-text-weight-semibold is-size-7">Gutawer</span></a>, <a href="../developers/J.html#j-palomo">
|
||||
<span class="has-text-weight-semibold is-size-7">j-palomo</span></a>, <a href="../developers/J.html#jan_engelhardt">
|
||||
<span class="has-text-weight-semibold is-size-7">Jan Engelhardt</span></a>, <a href="../developers/J.html#jordon_moss">
|
||||
<span class="has-text-weight-semibold is-size-7">Jordon Moss</span></a>, <a href="../developers/J.html#jp_lebreton">
|
||||
<span class="has-text-weight-semibold is-size-7">JP LeBreton</span></a>, <a href="../developers/K.html#kcat">
|
||||
<span class="has-text-weight-semibold is-size-7">kcat</span></a>, <a href="../developers/K.html#kevin_caccamo">
|
||||
<span class="has-text-weight-semibold is-size-7">Kevin Caccamo</span></a>, <a href="../developers/K.html#kyle_evans">
|
||||
<span class="has-text-weight-semibold is-size-7">Kyle Evans</span></a>, <a href="../developers/L.html#leonard2">
|
||||
<span class="has-text-weight-semibold is-size-7">Leonard2</span></a>, <a href="../developers/L.html#lucy_phipps">
|
||||
<span class="has-text-weight-semibold is-size-7">Lucy Phipps</span></a>, <a href="../developers/M.html#maarten_lensink">
|
||||
<span class="has-text-weight-semibold is-size-7">Maarten Lensink</span></a>, <a href="../developers/M.html#magnus_norddahl">
|
||||
<span class="has-text-weight-semibold is-size-7">Magnus Norddahl</span></a>, <a href="../developers/M.html#majorcooke">
|
||||
<span class="has-text-weight-semibold is-size-7">MajorCooke</span></a>, <a href="../developers/M.html#marisa_heit">
|
||||
<span class="has-text-weight-semibold is-size-7">Marisa Heit</span></a>, <a href="../developers/M.html#marisa_kirisame">
|
||||
<span class="has-text-weight-semibold is-size-7">Marisa Kirisame</span></a>, <a href="../developers/M.html#maxed">
|
||||
<span class="has-text-weight-semibold is-size-7">MaxED</span></a>, <a href="../developers/M.html#michael_labbe">
|
||||
<span class="has-text-weight-semibold is-size-7">Michael Labbe</span></a>, <a href="../developers/M.html#mykola-ambar">
|
||||
<span class="has-text-weight-semibold is-size-7">mykola-ambar</span></a>, <a href="../developers/N.html#nash_muhandes">
|
||||
<span class="has-text-weight-semibold is-size-7">Nash Muhandes</span></a>, <a href="../developers/N.html#nemrtvi">
|
||||
<span class="has-text-weight-semibold is-size-7">Nemrtvi</span></a>, <a href="../developers/N.html#nukeykt">
|
||||
<span class="has-text-weight-semibold is-size-7">nukeykt</span></a>, <a href="../developers/P.html#player701">
|
||||
<span class="has-text-weight-semibold is-size-7">Player701</span></a>, <a href="../developers/R.html#raa-eruanna">
|
||||
<span class="has-text-weight-semibold is-size-7">raa-eruanna</span></a>, <a href="../developers/R.html#rachael_alexanderson">
|
||||
<span class="has-text-weight-semibold is-size-7">Rachael Alexanderson</span></a>, <a href="../developers/R.html#randy_heit">
|
||||
<span class="has-text-weight-semibold is-size-7">Randy Heit</span></a>, <a href="../developers/S.html#sanyawaffles">
|
||||
<span class="has-text-weight-semibold is-size-7">SanyaWaffles</span></a>, <a href="../developers/S.html#shawn_walker-salas">
|
||||
<span class="has-text-weight-semibold is-size-7">Shawn Walker-Salas</span></a>, <a href="../developers/S.html#sterling_parker">
|
||||
<span class="has-text-weight-semibold is-size-7">Sterling Parker</span></a>, <a href="../developers/S.html#svdijk">
|
||||
<span class="has-text-weight-semibold is-size-7">svdijk</span></a>, <a href="../developers/T.html#teemu_piippo">
|
||||
<span class="has-text-weight-semibold is-size-7">Teemu Piippo</span></a>, <a href="../developers/T.html#thomas_hume">
|
||||
<span class="has-text-weight-semibold is-size-7">Thomas Hume</span></a>, <a href="../developers/V.html#vanhofen">
|
||||
<span class="has-text-weight-semibold is-size-7">vanhofen</span></a>, <a href="../developers/V.html#vitaly_novichkov">
|
||||
<span class="has-text-weight-semibold is-size-7">Vitaly Novichkov</span></a>, <a href="../developers/W.html#william_breathitt_gray">
|
||||
<span class="has-text-weight-semibold is-size-7">William Breathitt Gray</span></a>, <a href="../developers/X.html#xaser_acheron">
|
||||
<span class="has-text-weight-semibold is-size-7">Xaser Acheron</span></a>, <a href="../developers/Y.html#yqco">
|
||||
<span class="has-text-weight-semibold is-size-7">yqco</span></a>, <a href="../developers/Z.html#zain_aamer">
|
||||
<span class="has-text-weight-semibold is-size-7">Zain Aamer</span></a>, <a href="../developers/Z.html#zzyzx">
|
||||
<span class="has-text-weight-semibold is-size-7">ZZYZX</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="http://zdoom.org/">zdoom.org</a>, <a href="https://sourceforge.net/projects/zdoom/">zdoom<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Downloads: </span><a href="https://zdoom.org/downloads">zdoom.org/downloads</a>, <a href="https://github.com/coelckers/gzdoom/releases">coelckers/gzdoom/releases<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>, <a href="https://sourceforge.net/projects/zdoom/files/">zdoom/files<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a>, <a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a>, <a href="languages.html#zenscript">
|
||||
<span class="is-size-7">ZenScript</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/coelckers/gzdoom.git" class="is-size-7">coelckers/gzdoom.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2013</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>), <a href="https://git.code.sf.net/p/zdoom/gzdoom" class="is-size-7">git.code.sf.net/p/zdoom/gzdoom</a><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/zdoom.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="zed_online" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Zed Online</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a><a href="genres.html#strategy" title="strategy games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-fort-awesome"></i></span>strategy</a>
|
||||
<span class="tag is-light">content open</span>
|
||||
<span class="tag is-light">multiplayer online + LAN</span>
|
||||
<span class="tag is-light">real-time</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/Z.html#z">
|
||||
<span class="has-text-weight-semibold">Z</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/D.html#damarkov">
|
||||
<span class="has-text-weight-semibold">DaMarkov</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="https://zzone.lewe.com/zed-online-game/">zzone.lewe.com/zed-online-game</a>, <a href="https://sourceforge.net/projects/zedonline/">zedonline<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span>
|
||||
<span class="is-size-7">?</span><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="http://hg.code.sf.net/p/zedonline/code" class="is-size-7">hg.code.sf.net/p/zedonline/code</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/zed_online.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="zelda_classic" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Zelda Classic</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><div class="tags has-addons"><a href="genres.html#role playing" title="role playing games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-user-secret"></i></span>role playing</a></div>
|
||||
<span class="is-italic">Game and editing tool for creating custom Legend of Zelda quests.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/L.html#legend_of_zelda">
|
||||
<span class="has-text-weight-semibold">Legend of Zelda</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/E.html#evouga">
|
||||
<span class="has-text-weight-semibold">evouga</span></a>, <a href="../developers/G.html#gleeok">
|
||||
<span class="has-text-weight-semibold">Gleeok</span></a>, <a href="../developers/P.html#peter_hull">
|
||||
<span class="has-text-weight-semibold">Peter Hull</span></a>, <a href="../developers/S.html#saffith">
|
||||
<span class="has-text-weight-semibold">Saffith</span></a>, <a href="../developers/V.html#venrob">
|
||||
<span class="has-text-weight-semibold">venrob</span></a>, <a href="../developers/Z.html#zoriarpg">
|
||||
<span class="has-text-weight-semibold">ZoriaRPG</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://www.zeldaclassic.com/">www.zeldaclassic.com</a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://www.zeldaclassic.com/downloads/">www.zeldaclassic.com/downloads</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a>, <a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/ArmageddonGames/ZeldaClassic.git" class="is-size-7">ArmageddonGames/ZeldaClassic.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2015</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>)<br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/zelda_classic.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="zelda_mystery_of_solarus_dx" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Zelda: Mystery of Solarus DX</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#role playing" title="role playing games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-user-secret"></i></span>role playing</a></div>
|
||||
<span class="is-italic">Works with Solarus, an open-source Zelda-like 2D game engine.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/C.html#christopho">
|
||||
<span class="has-text-weight-semibold">Christopho</span></a>, <a href="../developers/L.html#legrostazon">
|
||||
<span class="has-text-weight-semibold">legrostazon</span></a>, <a href="../developers/P.html#peter_de_wachter">
|
||||
<span class="has-text-weight-semibold">Peter De Wachter</span></a>, <a href="../developers/R.html#renkineko">
|
||||
<span class="has-text-weight-semibold">Renkineko</span></a>, <a href="../developers/R.html#rypervenche">
|
||||
<span class="has-text-weight-semibold">rypervenche</span></a>, <a href="../developers/T.html#thomas_noury">
|
||||
<span class="has-text-weight-semibold">Thomas Noury</span></a>, <a href="../developers/V.html#vincent_breitmoser">
|
||||
<span class="has-text-weight-semibold">Vincent Breitmoser</span></a>, <a href="../developers/V.html#vlag">
|
||||
<span class="has-text-weight-semibold">Vlag</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/solarus-games/zsdx">solarus-games/zsdx<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#lua">
|
||||
<span class="is-size-7">Lua</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-3.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/solarus-games/zsdx.git" class="is-size-7">solarus-games/zsdx.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="https://github.com/solarus-games/zsdx.git" class="is-size-7">solarus-games/zsdx.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">archived</span>,
|
||||
<span class="is-size-7">since 2013</span>, <span class="icon is-large has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br>
|
||||
<span class="is-size-7">Code dependencies: </span>
|
||||
<span class="is-size-7">Solarus</span><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/zelda_mystery_of_solarus_dx.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="zen" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Zen!</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#android" title="Android"><span class="icon is-large has-text-black" ><i class="icon-android"></i></span></a></span><div class="tags has-addons"><a href="genres.html#simulation" title="simulation games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-rocket1"></i></span>simulation</a></div></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://web.archive.org/web/20200219170600/http://juankysoriano.com/zen">Archive: 20200219170600/http://juankysoriano.com/zen</a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://f-droid.org/de/packages/zen.meditation.android/">f-droid.org/de/packages/zen.meditation.android</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/juankysoriano/Zen.git" class="is-size-7">juankysoriano/Zen.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://gradle.org/" class="is-size-7">Gradle</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/zen.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="zero_ballistics" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Zero Ballistics</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2013</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><div class="tags has-addons"><a href="genres.html#action" title="action games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-target"></i></span>action</a><a href="genres.html#strategy" title="strategy games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-fort-awesome"></i></span>strategy</a>
|
||||
<span class="tag is-light">first-person</span>
|
||||
<span class="tag is-light">multiplayer only</span>
|
||||
<span class="tag is-light">shooter</span></div>
|
||||
<span class="is-italic">Blend of first-person shooter and tank combat, focusing on multiplayer gaming exclusively.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#adrian_batzill">
|
||||
<span class="has-text-weight-semibold">Adrian Batzill</span></a>, <a href="../developers/B.html#baronm">
|
||||
<span class="has-text-weight-semibold">BaronM</span></a>, <a href="../developers/C.html#ckiosidi">
|
||||
<span class="has-text-weight-semibold">ckiosidi</span></a>, <a href="../developers/C.html#codeanimals">
|
||||
<span class="has-text-weight-semibold">codeanimals</span></a>, <a href="../developers/K.html#konstantinos">
|
||||
<span class="has-text-weight-semibold">Konstantinos</span></a>, <a href="../developers/M.html#muschick_christian">
|
||||
<span class="has-text-weight-semibold">Muschick Christian</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="http://www.zeroballistics.com/">www.zeroballistics.com</a>, <a href="https://sourceforge.net/projects/zeroballistics/">zeroballistics<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://sourceforge.net/projects/zeroballistics/files/">zeroballistics/files<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/MIT_License" class="is-size-7">MIT</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://gitlab.com/osgames/zeroballistics.git" class="is-size-7">osgames/zeroballistics.git<span class="icon is-large has-text-black" ><i class="icon-gitlab"></i></span></a>, <a href="https://svn.code.sf.net/p/zeroballistics/code" class="is-size-7">svn.code.sf.net/p/zeroballistics/code</a><br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://cmake.org/" class="is-size-7">CMake</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/zero_ballistics.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="zero-k" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Zero-K</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#strategy" title="strategy games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-fort-awesome"></i></span>strategy</a>
|
||||
<span class="tag is-light">real-time</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspirations: </span><a href="../inspirations/S.html#supreme_commander">
|
||||
<span class="has-text-weight-semibold">Supreme Commander</span></a>, <a href="../inspirations/T.html#total_annihilation">
|
||||
<span class="has-text-weight-semibold">Total Annihilation</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/A.html#a-nop">
|
||||
<span class="has-text-weight-semibold is-size-7">a-nop</span></a>, <a href="../developers/A.html#adri">
|
||||
<span class="has-text-weight-semibold is-size-7">Adrià</span></a>, <a href="../developers/A.html#aquanim">
|
||||
<span class="has-text-weight-semibold is-size-7">Aquanim</span></a>, <a href="../developers/C.html#crazyeddietk">
|
||||
<span class="has-text-weight-semibold is-size-7">CrazyEddieTK</span></a>, <a href="../developers/D.html#dara_kharabi">
|
||||
<span class="has-text-weight-semibold is-size-7">D(ara Kharab)i</span></a>, <a href="../developers/D.html#danfireman">
|
||||
<span class="has-text-weight-semibold is-size-7">danfireman</span></a>, <a href="../developers/D.html#danny_b">
|
||||
<span class="has-text-weight-semibold is-size-7">Danny B</span></a>, <a href="../developers/D.html#darloth">
|
||||
<span class="has-text-weight-semibold is-size-7">darloth</span></a>, <a href="../developers/D.html#deinfreund">
|
||||
<span class="has-text-weight-semibold is-size-7">DeinFreund</span></a>, <a href="../developers/D.html#dominic_renaud">
|
||||
<span class="has-text-weight-semibold is-size-7">Dominic Renaud</span></a>, <a href="../developers/E.html#esainane">
|
||||
<span class="has-text-weight-semibold is-size-7">esainane</span></a>, <a href="../developers/E.html#eshed_shaham">
|
||||
<span class="has-text-weight-semibold is-size-7">Eshed Shaham</span></a>, <a href="../developers/E.html#euan_mutch">
|
||||
<span class="has-text-weight-semibold is-size-7">Euan Mutch</span></a>, <a href="../developers/F.html#frameworld">
|
||||
<span class="has-text-weight-semibold is-size-7">frameworld</span></a>, <a href="../developers/G.html#gajo_petrovic">
|
||||
<span class="has-text-weight-semibold is-size-7">Gajo Petrovic</span></a>, <a href="../developers/G.html#googlefrog">
|
||||
<span class="has-text-weight-semibold is-size-7">GoogleFrog</span></a>, <a href="../developers/H.html#helwor">
|
||||
<span class="has-text-weight-semibold is-size-7">Helwor</span></a>, <a href="../developers/I.html#indeirae">
|
||||
<span class="has-text-weight-semibold is-size-7">IndeIrae</span></a>, <a href="../developers/J.html#jeremy_munson">
|
||||
<span class="has-text-weight-semibold is-size-7">Jeremy Munson</span></a>, <a href="../developers/J.html#jseah">
|
||||
<span class="has-text-weight-semibold is-size-7">jseah</span></a>, <a href="../developers/K.html#klonzk">
|
||||
<span class="has-text-weight-semibold is-size-7">KlonZK</span></a>, <a href="../developers/L.html#lj_lim">
|
||||
<span class="has-text-weight-semibold is-size-7">L.J. Lim</span></a>, <a href="../developers/L.html#legomenon-gh">
|
||||
<span class="has-text-weight-semibold is-size-7">Legomenon-gh</span></a>, <a href="../developers/L.html#licho">
|
||||
<span class="has-text-weight-semibold is-size-7">Licho</span></a>, <a href="../developers/L.html#loren_merritt">
|
||||
<span class="has-text-weight-semibold is-size-7">Loren Merritt</span></a>, <a href="../developers/L.html#luckywaldo7">
|
||||
<span class="has-text-weight-semibold is-size-7">luckywaldo7</span></a>, <a href="../developers/M.html#maackey">
|
||||
<span class="has-text-weight-semibold is-size-7">maackey</span></a>, <a href="../developers/M.html#marct">
|
||||
<span class="has-text-weight-semibold is-size-7">MarcT</span></a>, <a href="../developers/M.html#matt_vollrath">
|
||||
<span class="has-text-weight-semibold is-size-7">Matt Vollrath</span></a>, <a href="../developers/N.html#n0u">
|
||||
<span class="has-text-weight-semibold is-size-7">N0U</span></a>, <a href="../developers/O.html#owen">
|
||||
<span class="has-text-weight-semibold is-size-7">Owen</span></a>, <a href="../developers/P.html#palimpsestate">
|
||||
<span class="has-text-weight-semibold is-size-7">palimpsestate</span></a>, <a href="../developers/P.html#porkch0p">
|
||||
<span class="has-text-weight-semibold is-size-7">Porkch0p</span></a>, <a href="../developers/R.html#r-christie">
|
||||
<span class="has-text-weight-semibold is-size-7">r-christie</span></a>, <a href="../developers/R.html#rafal">
|
||||
<span class="has-text-weight-semibold is-size-7">Rafal</span></a>, <a href="../developers/R.html#rlcevg">
|
||||
<span class="has-text-weight-semibold is-size-7">rlcevg</span></a>, <a href="../developers/R.html#rymarq">
|
||||
<span class="has-text-weight-semibold is-size-7">RyMarq</span></a>, <a href="../developers/S.html#saktoth">
|
||||
<span class="has-text-weight-semibold is-size-7">Saktoth</span></a>, <a href="../developers/S.html#sgathec">
|
||||
<span class="has-text-weight-semibold is-size-7">Sgathec</span></a>, <a href="../developers/S.html#shaman">
|
||||
<span class="has-text-weight-semibold is-size-7">Shaman</span></a>, <a href="../developers/S.html#shaun">
|
||||
<span class="has-text-weight-semibold is-size-7">shaun</span></a>, <a href="../developers/S.html#simon_knox">
|
||||
<span class="has-text-weight-semibold is-size-7">Simon Knox</span></a>, <a href="../developers/S.html#skasi">
|
||||
<span class="has-text-weight-semibold is-size-7">Skasi</span></a>, <a href="../developers/S.html#sprunk">
|
||||
<span class="has-text-weight-semibold is-size-7">sprunk</span></a>, <a href="../developers/T.html#themooseisloose">
|
||||
<span class="has-text-weight-semibold is-size-7">TheMooseIsLoose</span></a>, <a href="../developers/T.html#tim_newsome">
|
||||
<span class="has-text-weight-semibold is-size-7">Tim Newsome</span></a>, <a href="../developers/T.html#tom_fyuri">
|
||||
<span class="has-text-weight-semibold is-size-7">Tom Fyuri</span></a>, <a href="../developers/V.html#versus666">
|
||||
<span class="has-text-weight-semibold is-size-7">versus666</span></a>, <a href="../developers/W.html#wagonrepairer">
|
||||
<span class="has-text-weight-semibold is-size-7">wagonrepairer</span></a>, <a href="../developers/X.html#xponen">
|
||||
<span class="has-text-weight-semibold is-size-7">xponen</span></a>, <a href="../developers/A.html#x">
|
||||
<span class="has-text-weight-semibold is-size-7">Анархид</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="http://zero-k.info/">zero-k.info</a><br>
|
||||
<span class="has-text-weight-semibold">Media: </span><a href="https://en.wikipedia.org/wiki/Zero-K">Zero-K<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="http://zero-k.info/Wiki/Download">zero-k.info/Wiki/Download</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#lua">
|
||||
<span class="is-size-7">Lua</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/GNU_General_Public_License" class="is-size-7">GPL-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/ZeroK-RTS/Zero-K.git" class="is-size-7">ZeroK-RTS/Zero-K.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2013</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>)<br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/zero-k.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="zetawar" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Zetawar</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#web" title="Web"><span class="icon is-large has-text-black" ><i class="icon-earth"></i></span></a></span><div class="tags has-addons"><a href="genres.html#strategy" title="strategy games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-fort-awesome"></i></span>strategy</a></div>
|
||||
<span class="is-italic">Successful [Kickstarter project](https://www.kickstarter.com/projects/djwhitt/zetawar).
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspirations: </span><a href="../inspirations/E.html#elite_command">
|
||||
<span class="has-text-weight-semibold">Elite Command</span></a>, <a href="../inspirations/W.html#weewar">
|
||||
<span class="has-text-weight-semibold">Weewar</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developers: </span><a href="../developers/D.html#david_whittington">
|
||||
<span class="has-text-weight-semibold">David Whittington</span></a>, <a href="../developers/T.html#tim_bedford">
|
||||
<span class="has-text-weight-semibold">Tim Bedford</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="http://www.zetawar.com/">www.zetawar.com</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#clojure">
|
||||
<span class="is-size-7">Clojure</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/MIT_License" class="is-size-7">MIT</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/Zetawar/zetawar.git" class="is-size-7">Zetawar/zetawar.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2016</span>, <span class="icon is-large has-text-black" title="medium rated"><i class="icon-star-half-full"></i></span>)<br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/zetawar.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="zgb" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">ZGB</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><div class="tags has-addons"><a href="genres.html#game engine" title="game engine games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-car"></i></span>game engine</a>
|
||||
<span class="tag is-light">emulator</span></div></div>
|
||||
<div class="block"></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/Zal0/ZGB/wiki">Zal0/ZGB/wiki<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://github.com/Zal0/ZGB/releases">Zal0/ZGB/releases<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c">
|
||||
<span class="is-size-7">C</span></a>, <a href="languages.html#assembly">
|
||||
<span class="is-size-7">Assembly</span></a>, <a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/MIT_License" class="is-size-7">MIT</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/Zal0/ZGB.git" class="is-size-7">Zal0/ZGB.git<span class="icon is-large 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">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/zgb.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="zod_engine" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Zod Engine</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">mature</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2018</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platforms:</span></span><span class="mr-2"><a href="platforms.html#windows" title="Windows"><span class="icon is-large has-text-black" ><i class="icon-windows"></i></span></a></span><span class="mr-2"><a href="platforms.html#linux" title="Linux"><span class="icon is-large has-text-black" ><i class="icon-tux"></i></span></a></span><div class="tags has-addons"><a href="genres.html#game engine" title="game engine games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-car"></i></span>game engine</a><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a><a href="genres.html#strategy" title="strategy games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-fort-awesome"></i></span>strategy</a>
|
||||
<span class="tag is-light">content commercial + original required</span>
|
||||
<span class="tag is-light">real-time</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/Z.html#z">
|
||||
<span class="has-text-weight-semibold">Z</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/M.html#mike_nigh">
|
||||
<span class="has-text-weight-semibold">Mike Nigh</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="http://zod.sourceforge.net/">zod.sourceforge.net</a>, <a href="https://sourceforge.net/projects/zod/">zod<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://sourceforge.net/projects/zod/files/">zod/files<span class="icon is-large has-text-black" ><i class="icon-sourceforge"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#c++">
|
||||
<span class="is-size-7">C++</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span>
|
||||
<span class="is-size-7">?</span><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="http://hg.code.sf.net/p/zod/zod_engine" class="is-size-7">hg.code.sf.net/p/zod/zod_engine</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/zod_engine.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="zone_of_control" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">Zone of Control</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">inactive since 2017</span><span class="icon is-large has-text-black" ><i class="icon-brightness_3"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#strategy" title="strategy games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-fort-awesome"></i></span>strategy</a>
|
||||
<span class="tag is-light">tiles</span>
|
||||
<span class="tag is-light">turn-based</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/A.html#andrey_lesnikv">
|
||||
<span class="has-text-weight-semibold">Andrey Lesnikóv</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepages: </span><a href="https://github.com/ozkriff/zoc">ozkriff/zoc<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>, <a href="https://ozkriff.games/2017-08-17--devlog/">ozkriff.games/2017-08-17--devlog</a><br>
|
||||
<span class="has-text-weight-semibold">Download: </span><a href="https://github.com/ozkriff/zoc/releases">ozkriff/zoc/releases<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#rust">
|
||||
<span class="is-size-7">Rust</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/Apache_License" class="is-size-7">Apache-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/ozkriff/zoc.git" class="is-size-7">ozkriff/zoc.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2015</span>, <span class="icon is-large has-text-black" title="top rated"><i class="icon-star"></i></span>)<br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/zone_of_control.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="zorkclone" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">zorkClone</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#adventure" title="adventure games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span>adventure</a><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a>
|
||||
<span class="tag is-light">text-based</span></div></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/Z.html#zork">
|
||||
<span class="has-text-weight-semibold">Zork</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/F.html#frederik_kammel">
|
||||
<span class="has-text-weight-semibold">Frederik Kammel</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://github.com/vatbub/zorkClone">vatbub/zorkClone<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#java">
|
||||
<span class="is-size-7">Java</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/Apache_License" class="is-size-7">Apache-2.0</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/vatbub/zorkClone.git" class="is-size-7">vatbub/zorkClone.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2016</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br>
|
||||
<span class="is-size-7">Build system: </span><a href="https://maven.apache.org/index.html" class="is-size-7">Maven</a><br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/zorkclone.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="zztgo" class="box">
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4">zztgo</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right"><div class="level-item">
|
||||
<span class="is-size-7 has-text-gray-lighter">beta</span></div><div class="level-item">
|
||||
<span class="is-size-7 has-text-weight-bold has-text-info">active</span><span class="icon is-large has-text-black" ><i class="icon-sun"></i></span></div></div>
|
||||
</nav>
|
||||
<div class="block"><span class="mr-2">
|
||||
<span class="has-text-weight-semibold">Platform:</span></span><span class="mr-2"><a href="platforms.html#unspecified" title="Unspecified"><span class="icon is-large has-text-black" ><i class="icon-device_unknown"></i></span></a></span><div class="tags has-addons"><a href="genres.html#remake" title="remake games" class="tag is-info"><span class="icon is-large has-text-black" ><i class="icon-undo"></i></span>remake</a></div>
|
||||
<span class="is-italic">Port of ZZT.
|
||||
|
||||
</span></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Inspiration: </span><a href="../inspirations/Z.html#zzt">
|
||||
<span class="has-text-weight-semibold">ZZT</span></a><br>
|
||||
<span class="has-text-weight-semibold">Developer: </span><a href="../developers/B.html#ben_hoyt">
|
||||
<span class="has-text-weight-semibold">Ben Hoyt</span></a></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Homepage: </span><a href="https://benhoyt.com/writings/zzt-in-go/">benhoyt.com/writings/zzt-in-go</a><br></div>
|
||||
<div class="block">
|
||||
<span class="has-text-weight-semibold">Technical info</span><br>
|
||||
<span class="is-size-7">Code languages: </span><a href="languages.html#go">
|
||||
<span class="is-size-7">Go</span></a><br>
|
||||
<span class="is-size-7">Code licenses: </span><a href="https://en.wikipedia.org/wiki/MIT_License" class="is-size-7">MIT</a><br>
|
||||
<span class="is-size-7">Code repositories: </span><a href="https://github.com/benhoyt/zztgo.git" class="is-size-7">benhoyt/zztgo.git<span class="icon is-large has-text-black" ><i class="icon-github"></i></span></a>(
|
||||
<span class="is-size-7">since 2020</span>, <span class="icon is-large has-text-black" title="low rated"><i class="icon-star-o"></i></span>)<br></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#games" title="Contribution guide" class="is-size-7 mr-2">Improve</a>
|
||||
<a href="https://raw.githubusercontent.com/Trilarion/opensourcegames/master/entries/zztgo.md" title="Text based entry on Github" class="is-size-7">Raw entry</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
1767
docs/games/genres.html
Normal file
1767
docs/games/genres.html
Normal file
File diff suppressed because it is too large
Load Diff
1468
docs/games/index.html
Normal file
1468
docs/games/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2264
docs/games/languages.html
Normal file
2264
docs/games/languages.html
Normal file
File diff suppressed because it is too large
Load Diff
1699
docs/games/platforms.html
Normal file
1699
docs/games/platforms.html
Normal file
File diff suppressed because it is too large
Load Diff
4137
docs/games/top50.html
Normal file
4137
docs/games/top50.html
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,47 +2,62 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Open Source Games</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
|
||||
<link rel="stylesheet" href="css/normalize.css">
|
||||
<link rel="stylesheet" href="css/skeleton.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/vanilla-dataTables.css">
|
||||
<script type="text/javascript" src="js/vanilla-dataTables.js"></script>
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="css/bulma.min.css">
|
||||
<link rel="stylesheet" href="css/osgl.min.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h2>List of Open Source Games</h2>
|
||||
<p>List of open source games in beta or mature state under a license that allows sharing and modification. The list is managed on <a href="https://github.com/Trilarion/opensourcegames">Github</a> (see also the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>). For feedback (additions, corrections, ..) use the <a href="https://github.com/Trilarion/opensourcegames/issues">Issue tracker</a>. Some <a href="https://github.com/Trilarion/opensourcegames/blob/master/statistics.md#statistics">statistics</a> about the games.</p>
|
||||
<p> Other collections: <a href="https://osgameclones.com/">Open Source Game Clones</a>, <a href="https://github.com/leereilly/games/blob/master/README.md">Games on Github</a>, <a href="https://en.wikipedia.org/wiki/List_of_open-source_video_games">Open source games (Wikipedia)</a>, <a href="https://libregamewiki.org/Main_Page">LibreGameWiki</a></p>
|
||||
<p><h4>Features</h4></p>
|
||||
<p>
|
||||
<ul>
|
||||
<li>Over 400 game entries. About 60% of the projects are mature and about 40% are currently inactive.</li>
|
||||
<li>Games mostly written in C++, C, Java, Python, Lua, Javascript or PHP.</li>
|
||||
<li>Games mostly published under GPL-2.0/3.0, MIT or Apache-2.0 license.</li>
|
||||
<li>Columns in the table (below) can be sorted and the rows can be filtered using the "Search" field.</li>
|
||||
<li>Follow the "entry" link to see more details.</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p><a name="table"></a><h4>Table</h4></p>
|
||||
<p>
|
||||
<table class="table"></table>
|
||||
<small>Dynamic table powered by <a href="https://github.com/Mobius1/Vanilla-DataTables">Vanilla-DataTables</a>.</small>
|
||||
</p>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
<script>
|
||||
var dataTable = new DataTable("table", {
|
||||
perPage: 30,
|
||||
perPageSelect: [15, 30, 50],
|
||||
ajax: "data.json",
|
||||
footer: true
|
||||
});
|
||||
dataTable.on('datatable.init', function(args) {
|
||||
dataTable.columns().sort(1);
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
<a class="navbar-item" href="frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item" href="inspirations/index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="hero is-info is-bold">
|
||||
<div class="hero-body">
|
||||
<div class="container content">
|
||||
<h1 class="title">Open source games list (OSGL)</h1>
|
||||
<p class="subtitle">Contains information about 1437 open source games and 182 frameworks/tools.</p>
|
||||
<p>The content of this site is based on a collection of open source game descriptions stored on <a href="https://github.com/Trilarion/opensourcegames">Github</a>.
|
||||
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>
|
||||
Please help improve the content (see <a href="contribute.html">contribution guidelines</a>).
|
||||
</p>
|
||||
<figure class="image is-2by1">
|
||||
<img src="collage_games.jpg" alt="">
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
74
docs/inspirations/0.html
Normal file
74
docs/inspirations/0.html
Normal file
@ -0,0 +1,74 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Inspirations (0)</h1>
|
||||
<div id="1010" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">1010!</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/K.html#klooni_1010">
|
||||
<span class="has-text-weight-semibold">Klooni 1010!</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="2048" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">2048</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/0.html#2048_python">
|
||||
<span class="has-text-weight-semibold">2048 Python</span></a>, <a href="../games/N.html#n2048">
|
||||
<span class="has-text-weight-semibold">n2048</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
462
docs/inspirations/A.html
Normal file
462
docs/inspirations/A.html
Normal file
@ -0,0 +1,462 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Inspirations (A)</h1>
|
||||
<div id="a-train" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">A-Train</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freetrain">
|
||||
<span class="has-text-weight-semibold">FreeTrain</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/A-Train">A-Train<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="abuse" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Abuse</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#abuse">
|
||||
<span class="has-text-weight-semibold">Abuse</span></a>, <a href="../games/A.html#abuse_1996">
|
||||
<span class="has-text-weight-semibold">Abuse 1996</span></a>, <a href="../games/F.html#frabs">
|
||||
<span class="has-text-weight-semibold">fRaBs</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Abuse_(video_game)">Abuse<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ace_combat_assault_horizon" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Ace Combat: Assault Horizon</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_horizon">
|
||||
<span class="has-text-weight-semibold">Open Horizon</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Ace_Combat:_Assault_Horizon">Ace Combat: Assault Horizon<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ace_of_spades" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Ace of Spades</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#betterspades">
|
||||
<span class="has-text-weight-semibold">BetterSpades</span></a>, <a href="../games/I.html#iceball">
|
||||
<span class="has-text-weight-semibold">Iceball</span></a>, <a href="../games/O.html#openspades">
|
||||
<span class="has-text-weight-semibold">OpenSpades</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Ace_of_Spades_(video_game)">Ace of Spades<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="achtung_die_kurve" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Achtung, die Kurve!</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#achtung_die_kurve">
|
||||
<span class="has-text-weight-semibold">Achtung, die Kurve!</span></a>, <a href="../games/N.html#netacka">
|
||||
<span class="has-text-weight-semibold">Netacka</span></a>, <a href="../games/Z.html#zatacka">
|
||||
<span class="has-text-weight-semibold">Zatacka</span></a>, <a href="../games/Z.html#zatacka_x">
|
||||
<span class="has-text-weight-semibold">Zatacka X</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Achtung,_die_Kurve!">Achtung, die Kurve!<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="advance_wars" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Advance Wars</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tanks_of_freedom">
|
||||
<span class="has-text-weight-semibold">Tanks of Freedom</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Advance_Wars">Advance Wars<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="age_of_empires" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Age of Empires</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/0.html#0_ad">
|
||||
<span class="has-text-weight-semibold">0 A.D.</span></a>, <a href="../games/O.html#openage">
|
||||
<span class="has-text-weight-semibold">openage</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Age_of_Empires_(video_game)">Age of Empires<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="age_of_empires_ii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Age of Empires II</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#freeaoe">
|
||||
<span class="has-text-weight-semibold">freeaoe</span></a>, <a href="../games/O.html#openage">
|
||||
<span class="has-text-weight-semibold">openage</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Age_of_Empires_II">Age of Empires II<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="age_of_pirates_2_city_of_abandoned_ships" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Age of Pirates 2: City of Abandoned Ships</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#storm_engine">
|
||||
<span class="has-text-weight-semibold">Storm Engine</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="akalabeth_world_of_doom" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Akalabeth: World of Doom</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#aklabeth">
|
||||
<span class="has-text-weight-semibold">Aklabeth</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Akalabeth:_World_of_Doom">Akalabeth: World of Doom<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="albion" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Albion</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/tool.html#sr">
|
||||
<span class="has-text-weight-semibold">SR</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="allegiance" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Allegiance</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#free_allegiance">
|
||||
<span class="has-text-weight-semibold">Free Allegiance</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Allegiance_(video_game)">Allegiance<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="alone_in_the_dark_series" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Alone in the Dark series</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#free_in_the_dark_engine">
|
||||
<span class="has-text-weight-semibold">Free in the Dark (engine)</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Alone_in_the_Dark">Alone in the Dark series<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ambermoon" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Ambermoon</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#ambermoonnet">
|
||||
<span class="has-text-weight-semibold">Ambermoon.net</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="american_civil_war" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">American Civil War</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#greenius_civil_war">
|
||||
<span class="has-text-weight-semibold">Greenius' Civil War</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="angband" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Angband</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/Z.html#zangband">
|
||||
<span class="has-text-weight-semibold">ZAngband</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="angry_birds" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Angry Birds</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#apple_flinger">
|
||||
<span class="has-text-weight-semibold">Apple Flinger</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="anno_series" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Anno (series)</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/U.html#unknown_horizons">
|
||||
<span class="has-text-weight-semibold">Unknown Horizons</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Anno_(series)">Anno (series)<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="anno_1404" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Anno 1404</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#goblin_camp">
|
||||
<span class="has-text-weight-semibold">Goblin Camp</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Anno_1404">Anno 1404<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="another_world_2_heart_of_the_alien" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Another World 2: Heart of the Alien</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#heart_of_the_alien">
|
||||
<span class="has-text-weight-semibold">Heart of the Alien</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Heart_of_the_Alien">Another World 2: Heart of the Alien<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="aquastax" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Aquastax</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#aquastax">
|
||||
<span class="has-text-weight-semibold">aquastax</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Aquastax">Aquastax<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="archon_the_light_and_the_dark" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Archon: The Light and the Dark</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/X.html#xarchon">
|
||||
<span class="has-text-weight-semibold">XArchon</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Archon:_The_Light_and_the_Dark">Archon: The Light and the Dark<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ares" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Ares</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#antares">
|
||||
<span class="has-text-weight-semibold">Antares</span></a>, <a href="../games/X.html#xsera">
|
||||
<span class="has-text-weight-semibold">XSera</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="arithmetic" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">arithmetic</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#garith">
|
||||
<span class="has-text-weight-semibold">Garith</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="arkanoid" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Arkanoid</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#ball_and_wall">
|
||||
<span class="has-text-weight-semibold">Ball And Wall</span></a>, <a href="../games/P.html#pybreak360">
|
||||
<span class="has-text-weight-semibold">PyBreak360</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Arkanoid">Arkanoid<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="arma_2" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">ARMA 2</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/U.html#uebergame">
|
||||
<span class="has-text-weight-semibold">Uebergame</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/ARMA_2">ARMA 2<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="arma_3" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">ARMA 3</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/U.html#uebergame">
|
||||
<span class="has-text-weight-semibold">Uebergame</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/ARMA_3">ARMA 3<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="arma_armed_assault" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">ARMA: Armed Assault</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/U.html#uebergame">
|
||||
<span class="has-text-weight-semibold">Uebergame</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/ARMA:_Armed_Assault">ARMA: Armed Assault<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="armor_alley" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Armor Alley</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#armor_alley">
|
||||
<span class="has-text-weight-semibold">Armor Alley</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Armor_Alley">Armor Alley<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="artemis_spaceship_bridge_simulator" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Artemis: Spaceship Bridge Simulator</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/E.html#emptyepsilon">
|
||||
<span class="has-text-weight-semibold">EmptyEpsilon</span></a>, <a href="../games/S.html#space_nerds_in_space">
|
||||
<span class="has-text-weight-semibold">Space Nerds In Space</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Artemis:_Spaceship_Bridge_Simulator">Artemis: Spaceship Bridge Simulator<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="artillery_duel" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Artillery Duel</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#artillery_duel_reloaded">
|
||||
<span class="has-text-weight-semibold">Artillery Duel Reloaded</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Artillery_Duel">Artillery Duel<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="arx_fatalis" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Arx Fatalis</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#arx_libertatis">
|
||||
<span class="has-text-weight-semibold">Arx Libertatis</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Arx_Fatalis">Arx Fatalis<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="asteroids" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Asteroids</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#maelstrom">
|
||||
<span class="has-text-weight-semibold">Maelstrom</span></a>, <a href="../games/S.html#sine">
|
||||
<span class="has-text-weight-semibold">Sine</span></a>, <a href="../games/V.html#vectoroids">
|
||||
<span class="has-text-weight-semibold">Vectoroids</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="astromenace" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">AstroMenace</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#astromenace">
|
||||
<span class="has-text-weight-semibold">AstroMenace</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/AstroMenace">AstroMenace<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="astrosmash" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Astrosmash</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cosmosmash">
|
||||
<span class="has-text-weight-semibold">Cosmosmash</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Astrosmash">Astrosmash<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="asylum" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Asylum</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#sdl_asylum">
|
||||
<span class="has-text-weight-semibold">SDL Asylum</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="atomic_bomberman" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Atomic Bomberman</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#bomberclone">
|
||||
<span class="has-text-weight-semibold">BomberClone</span></a>, <a href="../games/B.html#bombman">
|
||||
<span class="has-text-weight-semibold">Bombman</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Atomic_Bomberman">Atomic Bomberman<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="atomix" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Atomix</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#atomiks">
|
||||
<span class="has-text-weight-semibold">Atomiks</span></a>, <a href="../games/A.html#atomix">
|
||||
<span class="has-text-weight-semibold">Atomix</span></a>, <a href="../games/K.html#katomic">
|
||||
<span class="has-text-weight-semibold">KAtomic</span></a>, <a href="../games/L.html#lmarbles">
|
||||
<span class="has-text-weight-semibold">LMarbles</span></a>, <a href="../games/W.html#watomic">
|
||||
<span class="has-text-weight-semibold">WAtomic</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="awesomenauts" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Awesomenauts</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#blakedawesomenaughts">
|
||||
<span class="has-text-weight-semibold">BlakedAwesomenaughts</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Awesomenauts">Awesomenauts<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
464
docs/inspirations/B.html
Normal file
464
docs/inspirations/B.html
Normal file
@ -0,0 +1,464 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Inspirations (B)</h1>
|
||||
<div id="baba_is_you" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Baba Is You</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bab_be_u">
|
||||
<span class="has-text-weight-semibold">BAB BE U</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="baldurs_gate" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Baldur's Gate</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#gemrb">
|
||||
<span class="has-text-weight-semibold">GemRB</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Baldur%27s_Gate_(video_game)">Baldur's Gate<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ballerburg" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Ballerburg</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#ballerburg_sdl">
|
||||
<span class="has-text-weight-semibold">Ballerburg SDL</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Ballerburg">Ballerburg<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="barony" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Barony</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#barony">
|
||||
<span class="has-text-weight-semibold">Barony</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="battle_chess" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Battle Chess</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#brutal_chess">
|
||||
<span class="has-text-weight-semibold">Brutal Chess</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Battle_Chess">Battle Chess<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="battle_city" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Battle City</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#battle_city">
|
||||
<span class="has-text-weight-semibold">Battle City</span></a>, <a href="../games/C.html#cattle_bity">
|
||||
<span class="has-text-weight-semibold">Cattle Bity</span></a>, <a href="../games/T.html#tank_zone_of_death">
|
||||
<span class="has-text-weight-semibold">Tank: Zone of Death</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Battle_City">Battle City<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="battle_isle_series" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Battle Isle series</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#advanced_strategic_command">
|
||||
<span class="has-text-weight-semibold">Advanced Strategic Command</span></a>, <a href="../games/C.html#crimson_fields">
|
||||
<span class="has-text-weight-semibold">Crimson Fields</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Battle_Isle">Battle Isle series<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="battle_zone" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Battle Zone</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bzflag">
|
||||
<span class="has-text-weight-semibold">BZFlag</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="battletech" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">BattleTech</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#megamek">
|
||||
<span class="has-text-weight-semibold">MegaMek</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/BattleTech_(video_game)">BattleTech<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="beamngdrive" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">BeamNG.drive</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rigs_of_rods">
|
||||
<span class="has-text-weight-semibold">Rigs of Rods</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/BeamNG.drive">BeamNG.drive<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="beatmania_iidx" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Beatmania IIDX</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#osu">
|
||||
<span class="has-text-weight-semibold">osu!</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Beatmania_IIDX">Beatmania IIDX<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bejeweled" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Bejeweled</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#gweled">
|
||||
<span class="has-text-weight-semibold">Gweled</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Bejeweled">Bejeweled<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="betrayal_at_krondor" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Betrayal at Krondor</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/X.html#xbak">
|
||||
<span class="has-text-weight-semibold">xBaK</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Betrayal_at_Krondor">Betrayal at Krondor<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="biowares_aurora_engine" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">BioWare's Aurora engine</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#xoreos">
|
||||
<span class="has-text-weight-semibold">xoreos</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="black_white" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Black & White</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openblack">
|
||||
<span class="has-text-weight-semibold">openblack</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Black_%26_White_(video_game)">Black & White<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="black_shades" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Black Shades</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#black_shades_elite">
|
||||
<span class="has-text-weight-semibold">Black Shades Elite</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="blake_stone_aliens_of_gold" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Blake Stone: Aliens of Gold</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bstone">
|
||||
<span class="has-text-weight-semibold">BStone</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Blake_Stone:_Planet_Strike">Blake Stone: Aliens of Gold<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="blake_stone_planet_strike" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Blake Stone: Planet Strike</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bstone">
|
||||
<span class="has-text-weight-semibold">BStone</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Blake_Stone:_Planet_Strike">Blake Stone: Planet Strike<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="blasteroids" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Blasteroids</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#maelstrom">
|
||||
<span class="has-text-weight-semibold">Maelstrom</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Blasteroids">Blasteroids<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="blob_wars_attrition" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Blob Wars Attrition</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#blob_wars_attrition">
|
||||
<span class="has-text-weight-semibold">Blob Wars : Attrition</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="blobby_volley" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Blobby Volley</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#slime_volley">
|
||||
<span class="has-text-weight-semibold">Slime Volley</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Blobby_Volley">Blobby Volley<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="blockout" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Blockout</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#blockout_ii">
|
||||
<span class="has-text-weight-semibold">BlockOut II</span></a>, <a href="../games/T.html#t3">
|
||||
<span class="has-text-weight-semibold">T^3</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Blockout">Blockout<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="blokus" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Blokus</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#pentobi">
|
||||
<span class="has-text-weight-semibold">Pentobi</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="blood" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Blood</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/N.html#nblood">
|
||||
<span class="has-text-weight-semibold">NBlood</span></a>, <a href="../games/T.html#transfusion">
|
||||
<span class="has-text-weight-semibold">Transfusion</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="board_game" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Board Game</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#vassal">
|
||||
<span class="has-text-weight-semibold">VASSAL</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bobby_carrot" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Bobby Carrot</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bobby">
|
||||
<span class="has-text-weight-semibold">Bobby</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="boggle" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Boggle</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tanglet">
|
||||
<span class="has-text-weight-semibold">Tanglet</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bolo" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Bolo</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#orona">
|
||||
<span class="has-text-weight-semibold">orona</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bomberman" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Bomberman</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#bombermaaan">
|
||||
<span class="has-text-weight-semibold">Bombermaaan</span></a>, <a href="../games/B.html#bombic">
|
||||
<span class="has-text-weight-semibold">Bombic</span></a>, <a href="../games/B.html#bombic2">
|
||||
<span class="has-text-weight-semibold">Bombic2</span></a>, <a href="../games/D.html#dynadungeons">
|
||||
<span class="has-text-weight-semibold">DynaDungeons</span></a>, <a href="../games/G.html#granatier">
|
||||
<span class="has-text-weight-semibold">Granatier</span></a>, <a href="../games/I.html#i_have_no_tomatoes">
|
||||
<span class="has-text-weight-semibold">I Have No Tomatoes</span></a>, <a href="../games/M.html#mrboom">
|
||||
<span class="has-text-weight-semibold">Mr.Boom</span></a>, <a href="../games/S.html#sdl_bomber">
|
||||
<span class="has-text-weight-semibold">SDL Bomber</span></a>, <a href="../games/X.html#xblast">
|
||||
<span class="has-text-weight-semibold">XBlast</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Bomberman">Bomberman<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="boom" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">BOOM</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#boom_remake">
|
||||
<span class="has-text-weight-semibold">BOOM: Remake</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="boulder_dash" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Boulder Dash</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#boulder_dash">
|
||||
<span class="has-text-weight-semibold">Boulder Dash</span></a>, <a href="../games/C.html#cavez_of_phear">
|
||||
<span class="has-text-weight-semibold">CAVEZ of PHEAR</span></a>, <a href="../games/G.html#gdash">
|
||||
<span class="has-text-weight-semibold">GDash</span></a>, <a href="../games/R.html#rocksndiamonds">
|
||||
<span class="has-text-weight-semibold">Rocks'n'Diamonds</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Boulder_Dash">Boulder Dash<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bratwurst" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Bratwurst</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bratwurst">
|
||||
<span class="has-text-weight-semibold">bratwurst</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="breakout" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Breakout</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#breakout-vr">
|
||||
<span class="has-text-weight-semibold">Breakout-VR</span></a>, <a href="../games/B.html#briquolo">
|
||||
<span class="has-text-weight-semibold">BRIQUOLO</span></a>, <a href="../games/L.html#lbreakout2">
|
||||
<span class="has-text-weight-semibold">LBreakout2</span></a>, <a href="../games/L.html#lbreakouthd">
|
||||
<span class="has-text-weight-semibold">LBreakoutHD</span></a>, <a href="../games/M.html#movenoid">
|
||||
<span class="has-text-weight-semibold">MoveNoid</span></a>, <a href="../games/S.html#sdl-ball">
|
||||
<span class="has-text-weight-semibold">SDL-Ball</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bubble_bobble" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Bubble Bobble</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the_bubs_brothers">
|
||||
<span class="has-text-weight-semibold">The Bub's Brothers</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Bubble_Bobble">Bubble Bobble<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bug_bomber" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Bug Bomber</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bitriot">
|
||||
<span class="has-text-weight-semibold">BitRiot</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="burgertime" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">BurgerTime</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#burgerspace">
|
||||
<span class="has-text-weight-semibold">BurgerSpace</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/BurgerTime">BurgerTime<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="buster_bros" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Buster Bros</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#pang_zero">
|
||||
<span class="has-text-weight-semibold">Pang Zero</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Buster_Bros._Collection">Buster Bros<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="buzz_aldrins_race_into_space" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Buzz Aldrin's Race Into Space</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#race_into_space">
|
||||
<span class="has-text-weight-semibold">Race Into Space</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Buzz_Aldrin%27s_Race_Into_Space">Buzz Aldrin's Race Into Space<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bve_trainsim" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">BVE Trainsim</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openbve">
|
||||
<span class="has-text-weight-semibold">OpenBVE</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/BVE_Trainsim">BVE Trainsim<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
624
docs/inspirations/C.html
Normal file
624
docs/inspirations/C.html
Normal file
@ -0,0 +1,624 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Inspirations (C)</h1>
|
||||
<div id="c-dogs" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">C-Dogs</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#c-dogs_sdl">
|
||||
<span class="has-text-weight-semibold">C-Dogs SDL</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/C-Dogs">C-Dogs<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cadaver" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Cadaver</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cadaver">
|
||||
<span class="has-text-weight-semibold">Cadaver</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Cadaver_(video_game)">Cadaver<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="caesar_3" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Caesar 3</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#augustus">
|
||||
<span class="has-text-weight-semibold">Augustus</span></a>, <a href="../games/C.html#caesaria">
|
||||
<span class="has-text-weight-semibold">CaesarIA</span></a>, <a href="../games/J.html#julius">
|
||||
<span class="has-text-weight-semibold">Julius</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Caesar_III">Caesar 3<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="call_to_power_ii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Call to Power II</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#civilization_call_to_power_2_source_project">
|
||||
<span class="has-text-weight-semibold">Civilization: Call To Power 2 Source Project</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Civilization:_Call_to_Power">Call to Power II<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cannon_fodder" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Cannon Fodder</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_fodder">
|
||||
<span class="has-text-weight-semibold">Open Fodder</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Cannon_Fodder_(video_game)">Cannon Fodder<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="carmageddon" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Carmageddon</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openc1">
|
||||
<span class="has-text-weight-semibold">OpenC1</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Carmageddon">Carmageddon<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="carrier_command" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Carrier Command</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#thunderlightning">
|
||||
<span class="has-text-weight-semibold">Thunder&Lightning</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Carrier_Command">Carrier Command<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="castle_of_the_winds" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Castle of the Winds</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#castle_of_the_winds">
|
||||
<span class="has-text-weight-semibold">Castle of the Winds</span></a>, <a href="../games/C.html#castle_of_the_winds_in_elm">
|
||||
<span class="has-text-weight-semibold">Castle of the Winds in Elm</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Castle_of_the_Winds">Castle of the Winds<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cataclysm" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Cataclysm</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cataclysm_dark_days_ahead">
|
||||
<span class="has-text-weight-semibold">Cataclysm: Dark Days Ahead</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="catacomb" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Catacomb</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#catacombsdl">
|
||||
<span class="has-text-weight-semibold">CatacombSDL</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="catacomb_3-d" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Catacomb 3-D</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#catacombgl">
|
||||
<span class="has-text-weight-semibold">CatacombGL</span></a>, <a href="../games/R.html#reflection_keen">
|
||||
<span class="has-text-weight-semibold">Reflection Keen</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="catacomb_adventure_series" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Catacomb Adventure Series</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#reflection_keen">
|
||||
<span class="has-text-weight-semibold">Reflection Keen</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="catacomb_ii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Catacomb II</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#catacombsdl">
|
||||
<span class="has-text-weight-semibold">CatacombSDL</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Catacomb_(video_game)">Catacomb II<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="catan" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Catan</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#catan_dice_game">
|
||||
<span class="has-text-weight-semibold">Catan Dice Game</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cave_story" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Cave Story</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#doukutsu-rs">
|
||||
<span class="has-text-weight-semibold">doukutsu-rs</span></a>, <a href="../games/N.html#nxengine">
|
||||
<span class="has-text-weight-semibold">NXEngine</span></a>, <a href="../games/N.html#nxengine-evo">
|
||||
<span class="has-text-weight-semibold">NXEngine-evo</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Cave_Story">Cave Story<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="chips_challenge" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Chip's Challenge</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tile_world">
|
||||
<span class="has-text-weight-semibold">Tile World</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Chip%27s_Challenge">Chip's Challenge<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="chris_sawyers_locomotion" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Chris Sawyer's Locomotion</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openloco">
|
||||
<span class="has-text-weight-semibold">OpenLoco</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Chris_Sawyer%27s_Locomotion">Chris Sawyer's Locomotion<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="chromium_bsu" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Chromium B.S.U.</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#celestron">
|
||||
<span class="has-text-weight-semibold">Celestron</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="chuchu_rocket" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">ChuChu Rocket!</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#duck_marines">
|
||||
<span class="has-text-weight-semibold">Duck Marines</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/ChuChu_Rocket!">ChuChu Rocket!<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="circus_atari" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Circus Atari</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#circus_linux">
|
||||
<span class="has-text-weight-semibold">Circus Linux!</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="civilization" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Civilization</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#civone">
|
||||
<span class="has-text-weight-semibold">CivOne</span></a>, <a href="../games/F.html#freecol">
|
||||
<span class="has-text-weight-semibold">FreeCol</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="civilization_ii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Civilization II</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#c-evo">
|
||||
<span class="has-text-weight-semibold">C-evo</span></a>, <a href="../games/F.html#freeciv">
|
||||
<span class="has-text-weight-semibold">Freeciv</span></a>, <a href="../games/F.html#freeciv-web">
|
||||
<span class="has-text-weight-semibold">Freeciv-web</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Civilization_II">Civilization II<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="civilization_series" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Civilization series</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#conquests">
|
||||
<span class="has-text-weight-semibold">Conquests</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Civilization_(series)">Civilization series<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="civilization_v" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Civilization V</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/U.html#unciv">
|
||||
<span class="has-text-weight-semibold">UnCiv</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Civilization_V">Civilization V<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="claw" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Claw</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openclaw">
|
||||
<span class="has-text-weight-semibold">OpenClaw</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="clonk" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Clonk</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openclonk">
|
||||
<span class="has-text-weight-semibold">OpenClonk</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Clonk">Clonk<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="colobot" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Colobot</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#colobot_gold_edition">
|
||||
<span class="has-text-weight-semibold">Colobot: Gold Edition</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Colobot">Colobot<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="colonization" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Colonization</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#colonization_too">
|
||||
<span class="has-text-weight-semibold">Colonization too</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="columns" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Columns</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#columns">
|
||||
<span class="has-text-weight-semibold">Columns</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="command_conquer" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Command & Conquer</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#arrakis">
|
||||
<span class="has-text-weight-semibold">Arrakis</span></a>, <a href="../games/O.html#openhv">
|
||||
<span class="has-text-weight-semibold">OpenHV</span></a>, <a href="../games/O.html#openra">
|
||||
<span class="has-text-weight-semibold">OpenRA</span></a>, <a href="../games/V.html#vanilla-conquer">
|
||||
<span class="has-text-weight-semibold">Vanilla-Conquer</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Command_%26_Conquer">Command & Conquer<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="command_conquer_generals" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Command & Conquer: Generals</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/O.html#opensage">
|
||||
<span class="has-text-weight-semibold">OpenSAGE</span></a>, <a href="../games/T.html#thyme">
|
||||
<span class="has-text-weight-semibold">Thyme</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Command_%26_Conquer:_Generals">Command & Conquer: Generals<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="command_conquer_red_alert" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Command & Conquer: Red Alert</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#chronoshift">
|
||||
<span class="has-text-weight-semibold">Chronoshift</span></a>, <a href="../games/O.html#openra">
|
||||
<span class="has-text-weight-semibold">OpenRA</span></a>, <a href="../games/V.html#vanilla-conquer">
|
||||
<span class="has-text-weight-semibold">Vanilla-Conquer</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Command_%26_Conquer:_Red_Alert_(series)">Command & Conquer: Red Alert<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="commander_keen_series" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Commander Keen Series</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#commander_genius">
|
||||
<span class="has-text-weight-semibold">Commander Genius</span></a>, <a href="../games/K.html#keen_dreams">
|
||||
<span class="has-text-weight-semibold">Keen Dreams</span></a>, <a href="../games/O.html#omnispeak">
|
||||
<span class="has-text-weight-semibold">Omnispeak</span></a>, <a href="../games/R.html#reflection_keen">
|
||||
<span class="has-text-weight-semibold">Reflection Keen</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Commander_Keen">Commander Keen Series<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="commando" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Commando</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#commandojs">
|
||||
<span class="has-text-weight-semibold">CommandoJS</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="company_of_heroes" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Company of Heroes</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#spring_1944">
|
||||
<span class="has-text-weight-semibold">Spring: 1944</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Company_of_Heroes">Company of Heroes<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="company_of_heroes_2" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Company of Heroes 2</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#spring_1944">
|
||||
<span class="has-text-weight-semibold">Spring: 1944</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Company_of_Heroes_2">Company of Heroes 2<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="company_of_heroes_opposing_fronts" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Company of Heroes: Opposing Fronts</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#spring_1944">
|
||||
<span class="has-text-weight-semibold">Spring: 1944</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Company_of_Heroes:_Opposing_Fronts">Company of Heroes: Opposing Fronts<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="company_of_heroes_tales_of_valor" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Company of Heroes: Tales of Valor</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#spring_1944">
|
||||
<span class="has-text-weight-semibold">Spring: 1944</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Company_of_Heroes:_Tales_of_Valor">Company of Heroes: Tales of Valor<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="conflict_in_vietnam" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Conflict in Vietnam</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#command_series_engine">
|
||||
<span class="has-text-weight-semibold">Command Series Engine</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="corsixth" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">CorsixTH</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#project_dollhouse">
|
||||
<span class="has-text-weight-semibold">Project Dollhouse</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cortex_command" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Cortex Command</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cccp">
|
||||
<span class="has-text-weight-semibold">CCCP</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Cortex_Command">Cortex Command<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cosmos_cosmic_adventure" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Cosmo's Cosmic Adventure</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#cosmo-engine">
|
||||
<span class="has-text-weight-semibold">Cosmo-Engine</span></a>, <a href="../games/C.html#cosmore">
|
||||
<span class="has-text-weight-semibold">Cosmore</span></a></div>Media: <a href="https://3drealms.com/catalog/cosmos-cosmic-adventure_37/">3drealms.com/catalog/cosmos-cosmic-adventure_37</a>, <a href="https://en.wikipedia.org/wiki/Cosmo%27s_Cosmic_Adventure">Cosmo's Cosmic Adventure<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="counter-strike" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Counter-Strike</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freecs">
|
||||
<span class="has-text-weight-semibold">FreeCS</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Counter-Strike">Counter-Strike<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="crazy_machines_series" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Crazy Machines series</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the_butterfly_effect">
|
||||
<span class="has-text-weight-semibold">The Butterfly Effect</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Crazy_Machines">Crazy Machines series<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="creatures" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Creatures</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openc2e">
|
||||
<span class="has-text-weight-semibold">openc2e</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Creatures_(video_game_series)">Creatures<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="crimsonland" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Crimsonland</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/G.html#grimsonland">
|
||||
<span class="has-text-weight-semibold">Grimsonland</span></a>, <a href="../games/V.html#violetland">
|
||||
<span class="has-text-weight-semibold">Violetland</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Crimsonland">Crimsonland<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="crossfire" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Crossfire</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#atrinik">
|
||||
<span class="has-text-weight-semibold">Atrinik</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="crusade_in_europe" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Crusade in Europe</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#command_series_engine">
|
||||
<span class="has-text-weight-semibold">Command Series Engine</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="crystal_caves" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Crystal Caves</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opencrystalcaves">
|
||||
<span class="has-text-weight-semibold">OpenCrystalCaves</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Crystal_Caves">Crystal Caves<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="crystal_quest" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Crystal Quest</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#crystalquest">
|
||||
<span class="has-text-weight-semibold">CrystalQuest</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Crystal_Quest">Crystal Quest<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cube_2_sauerbraten" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Cube 2: Sauerbraten</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/I.html#inexor">
|
||||
<span class="has-text-weight-semibold">Inexor</span></a>, <a href="../games/O.html#open_cube">
|
||||
<span class="has-text-weight-semibold">Open Cube</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Cube_2:_Sauerbraten">Cube 2: Sauerbraten<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cube_engine" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">CUBE engine</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#assaultcube">
|
||||
<span class="has-text-weight-semibold">AssaultCube</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cube_world" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Cube World</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/V.html#veloren">
|
||||
<span class="has-text-weight-semibold">Veloren</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Cube_World">Cube World<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="curse_of_the_azure_bonds" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Curse of the Azure Bonds</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#coab">
|
||||
<span class="has-text-weight-semibold">coab</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Curse_of_the_Azure_Bonds">Curse of the Azure Bonds<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cytadela" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Cytadela</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cytadela">
|
||||
<span class="has-text-weight-semibold">Cytadela</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
484
docs/inspirations/D.html
Normal file
484
docs/inspirations/D.html
Normal file
@ -0,0 +1,484 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Inspirations (D)</h1>
|
||||
<div id="daimonin" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Daimonin</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#atrinik">
|
||||
<span class="has-text-weight-semibold">Atrinik</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="dance_dance_revolution" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Dance Dance Revolution</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/P.html#performous">
|
||||
<span class="has-text-weight-semibold">Performous</span></a>, <a href="../games/S.html#stepmania">
|
||||
<span class="has-text-weight-semibold">StepMania</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Dance_Dance_Revolution">Dance Dance Revolution<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="dark_forces" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Dark Forces</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the_force_engine">
|
||||
<span class="has-text-weight-semibold">The Force Engine</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Star_Wars:_Dark_Forces">Dark Forces<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="deadly_rooms_of_death" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Deadly Rooms of Death</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#hyperrogue">
|
||||
<span class="has-text-weight-semibold">HyperRogue</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Deadly_Rooms_of_Death">Deadly Rooms of Death<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="death_rally" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Death Rally</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#drally">
|
||||
<span class="has-text-weight-semibold">dRally</span></a>, <a href="../games/D.html#dreerally">
|
||||
<span class="has-text-weight-semibold">Dreerally</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Death_Rally">Death Rally<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="deathchase" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Deathchase</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#deathchase_3d">
|
||||
<span class="has-text-weight-semibold">Deathchase 3D</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Deathchase">Deathchase<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="decision_in_the_desert" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Decision in the Desert</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#command_series_engine">
|
||||
<span class="has-text-weight-semibold">Command Series Engine</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="defender" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Defender</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#defendguin">
|
||||
<span class="has-text-weight-semibold">Defendguin</span></a>, <a href="../games/W.html#word_war_vi">
|
||||
<span class="has-text-weight-semibold">Word War vi</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="deflektor" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Deflektor</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#mirror_magic">
|
||||
<span class="has-text-weight-semibold">Mirror Magic</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Deflektor">Deflektor<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="delver" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Delver</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#delverengine">
|
||||
<span class="has-text-weight-semibold">DelverEngine</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="descent" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Descent</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#d2x-xl">
|
||||
<span class="has-text-weight-semibold">D2X-XL</span></a>, <a href="../games/D.html#dxx-rebirth">
|
||||
<span class="has-text-weight-semibold">DXX-Rebirth</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="descent_ii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Descent II</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#d2x-xl">
|
||||
<span class="has-text-weight-semibold">D2X-XL</span></a>, <a href="../games/D.html#dxx-rebirth">
|
||||
<span class="has-text-weight-semibold">DXX-Rebirth</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Descent_(1995_video_game)">Descent II<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="destructo" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Destructo</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#return_of_dr_destructo">
|
||||
<span class="has-text-weight-semibold">Return of Dr. Destructo</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="diablo" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Diablo</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#devilution">
|
||||
<span class="has-text-weight-semibold">Devilution</span></a>, <a href="../games/D.html#devilutionx">
|
||||
<span class="has-text-weight-semibold">DevilutionX</span></a>, <a href="../games/D.html#dgengine">
|
||||
<span class="has-text-weight-semibold">DGEngine</span></a>, <a href="../frameworks/framework.html#flare">
|
||||
<span class="has-text-weight-semibold">Flare</span></a>, <a href="../games/F.html#freeablo">
|
||||
<span class="has-text-weight-semibold">freeablo</span></a>, <a href="../games/S.html#summoning_wars">
|
||||
<span class="has-text-weight-semibold">Summoning Wars</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Diablo_(series)">Diablo<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="diablo_ii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Diablo II</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#diablerie">
|
||||
<span class="has-text-weight-semibold">Diablerie</span></a>, <a href="../games/R.html#riiablo">
|
||||
<span class="has-text-weight-semibold">Riiablo</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Diablo_II">Diablo II<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="diabolika_2_the_devils_last_stand" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Diabolika 2: The Devil's Last Stand</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#diabolika">
|
||||
<span class="has-text-weight-semibold">Diabolika</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="digger" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Digger</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#cavez_of_phear">
|
||||
<span class="has-text-weight-semibold">CAVEZ of PHEAR</span></a>, <a href="../games/D.html#digger_remastered">
|
||||
<span class="has-text-weight-semibold">Digger Remastered</span></a>, <a href="../games/X.html#xdigger">
|
||||
<span class="has-text-weight-semibold">xdigger</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="dink_smallwood" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Dink Smallwood</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#gnu_freedink">
|
||||
<span class="has-text-weight-semibold">GNU FreeDink</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Dink_Smallwood">Dink Smallwood<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="dogs_of_war" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Dogs of War</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opendow">
|
||||
<span class="has-text-weight-semibold">openDOW</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Dogs_of_War_(2000_video_game)">Dogs of War<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="dominion" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Dominion</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opendominion">
|
||||
<span class="has-text-weight-semibold">OpenDominion</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="doom" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Doom</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#chocolate_doom">
|
||||
<span class="has-text-weight-semibold">Chocolate Doom</span></a>, <a href="../games/C.html#classic_rbdoom_3_bfg">
|
||||
<span class="has-text-weight-semibold">Classic RBDoom 3 BFG</span></a>, <a href="../games/D.html#do_it_yourself_doom_with_sdl">
|
||||
<span class="has-text-weight-semibold">Do It Yourself Doom With SDL</span></a>, <a href="../games/D.html#doom">
|
||||
<span class="has-text-weight-semibold">DOOM</span></a>, <a href="../games/D.html#doom_legacy">
|
||||
<span class="has-text-weight-semibold">Doom Legacy</span></a>, <a href="../games/D.html#doom_retro">
|
||||
<span class="has-text-weight-semibold">DOOM Retro</span></a>, <a href="../games/D.html#doom-ios">
|
||||
<span class="has-text-weight-semibold">DOOM-iOS</span></a>, <a href="../games/D.html#doomsday_engine">
|
||||
<span class="has-text-weight-semibold">Doomsday Engine</span></a>, <a href="../games/D.html#drl">
|
||||
<span class="has-text-weight-semibold">DRL</span></a>, <a href="../games/F.html#freedoom">
|
||||
<span class="has-text-weight-semibold">Freedoom</span></a>, <a href="../games/G.html#gloomy_dungeons">
|
||||
<span class="has-text-weight-semibold">Gloomy Dungeons</span></a>, <a href="../games/G.html#gloomy_dungeons_2">
|
||||
<span class="has-text-weight-semibold">Gloomy Dungeons 2</span></a>, <a href="../games/G.html#gzdoom">
|
||||
<span class="has-text-weight-semibold">GZDoom</span></a>, <a href="../games/M.html#mocha_doom">
|
||||
<span class="has-text-weight-semibold">Mocha Doom</span></a>, <a href="../games/O.html#odamex">
|
||||
<span class="has-text-weight-semibold">Odamex</span></a>, <a href="../games/P.html#prboom+">
|
||||
<span class="has-text-weight-semibold">PrBoom+</span></a>, <a href="../frameworks/tool.html#slade">
|
||||
<span class="has-text-weight-semibold">SLADE</span></a>, <a href="../games/T.html#the_eternity_engine">
|
||||
<span class="has-text-weight-semibold">The Eternity Engine</span></a>, <a href="../games/Y.html#yet_another_doom_clone">
|
||||
<span class="has-text-weight-semibold">Yet Another Doom Clone</span></a>, <a href="../games/Z.html#zdoom">
|
||||
<span class="has-text-weight-semibold">ZDoom</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="doom_3" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Doom 3</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#classic_rbdoom_3_bfg">
|
||||
<span class="has-text-weight-semibold">Classic RBDoom 3 BFG</span></a>, <a href="../games/D.html#dhewm3">
|
||||
<span class="has-text-weight-semibold">dhewm3</span></a>, <a href="../games/R.html#rbdoom-3-bfg">
|
||||
<span class="has-text-weight-semibold">RBDOOM-3-BFG</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Doom_3">Doom 3<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="doom_64" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Doom 64</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#doom64ex">
|
||||
<span class="has-text-weight-semibold">Doom64EX</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Doom_64">Doom 64<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="doom_ii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Doom II</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#doom_legacy">
|
||||
<span class="has-text-weight-semibold">Doom Legacy</span></a>, <a href="../games/D.html#doom_retro">
|
||||
<span class="has-text-weight-semibold">DOOM Retro</span></a>, <a href="../games/D.html#doom-ios">
|
||||
<span class="has-text-weight-semibold">DOOM-iOS</span></a>, <a href="../games/D.html#doomsday_engine">
|
||||
<span class="has-text-weight-semibold">Doomsday Engine</span></a>, <a href="../games/F.html#freedoom">
|
||||
<span class="has-text-weight-semibold">Freedoom</span></a>, <a href="../games/G.html#gzdoom">
|
||||
<span class="has-text-weight-semibold">GZDoom</span></a>, <a href="../games/M.html#mocha_doom">
|
||||
<span class="has-text-weight-semibold">Mocha Doom</span></a>, <a href="../games/O.html#odamex">
|
||||
<span class="has-text-weight-semibold">Odamex</span></a>, <a href="../games/P.html#prboom+">
|
||||
<span class="has-text-weight-semibold">PrBoom+</span></a>, <a href="../games/Z.html#zdoom">
|
||||
<span class="has-text-weight-semibold">ZDoom</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Doom_II_RPG">Doom II<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="double_dragon" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Double Dragon</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openbor">
|
||||
<span class="has-text-weight-semibold">OpenBOR</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Double_Dragon_(video_game)">Double Dragon<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="dragon_wars" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Dragon Wars</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#turn_of_war">
|
||||
<span class="has-text-weight-semibold">Turn of War</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Dragon_Wars">Dragon Wars<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="driver_2" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Driver 2</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#redriver2">
|
||||
<span class="has-text-weight-semibold">REDriver2</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Driver_2">Driver 2<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="drugwars" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Drugwars</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#dope_wars">
|
||||
<span class="has-text-weight-semibold">Dope Wars</span></a>, <a href="../games/P.html#prescription_wars">
|
||||
<span class="has-text-weight-semibold">Prescription Wars</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Drugwars">Drugwars<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="duke_nukem" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Duke Nukem</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#dave_gnukem">
|
||||
<span class="has-text-weight-semibold">Dave Gnukem</span></a>, <a href="../games/F.html#freenukum">
|
||||
<span class="has-text-weight-semibold">Freenukum</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Duke_Nukem">Duke Nukem<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="duke_nukem_3d" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Duke Nukem 3D</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#chocolate_duke3d">
|
||||
<span class="has-text-weight-semibold">Chocolate Duke3D</span></a>, <a href="../games/D.html#duke3d">
|
||||
<span class="has-text-weight-semibold">Duke3D</span></a>, <a href="../games/D.html#duke3dw32">
|
||||
<span class="has-text-weight-semibold">Duke3d_w32</span></a>, <a href="../games/D.html#dukegdx">
|
||||
<span class="has-text-weight-semibold">DukeGDX</span></a>, <a href="../games/E.html#eduke32">
|
||||
<span class="has-text-weight-semibold">EDuke32</span></a>, <a href="../games/J.html#jfduke3d">
|
||||
<span class="has-text-weight-semibold">JFDuke3D</span></a>, <a href="../games/R.html#rednukem">
|
||||
<span class="has-text-weight-semibold">Rednukem</span></a>, <a href="../games/X.html#xduke">
|
||||
<span class="has-text-weight-semibold">xDuke</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Duke_Nukem_3D">Duke Nukem 3D<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="duke_nukem_ii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Duke Nukem II</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rigel_engine">
|
||||
<span class="has-text-weight-semibold">Rigel Engine</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Duke_Nukem_II">Duke Nukem II<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="dune_2" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Dune 2</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#arrakis">
|
||||
<span class="has-text-weight-semibold">Arrakis</span></a>, <a href="../games/D.html#dune_dynasty">
|
||||
<span class="has-text-weight-semibold">Dune Dynasty</span></a>, <a href="../games/D.html#dune_ii-the_maker">
|
||||
<span class="has-text-weight-semibold">Dune II - The Maker</span></a>, <a href="../games/D.html#dune_legacy">
|
||||
<span class="has-text-weight-semibold">Dune Legacy</span></a>, <a href="../games/O.html#opendune">
|
||||
<span class="has-text-weight-semibold">OpenDUNE</span></a>, <a href="../games/O.html#openhv">
|
||||
<span class="has-text-weight-semibold">OpenHV</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Dune_II">Dune 2<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="dune_2000" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Dune 2000</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openra">
|
||||
<span class="has-text-weight-semibold">OpenRA</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Dune_2000">Dune 2000<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="dungeon_crawl_stone_soup" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Dungeon Crawl Stone Soup</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#javelin">
|
||||
<span class="has-text-weight-semibold">Javelin</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="dungeon_keeper" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Dungeon Keeper</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/G.html#goblin_camp">
|
||||
<span class="has-text-weight-semibold">Goblin Camp</span></a>, <a href="../games/O.html#opendungeons">
|
||||
<span class="has-text-weight-semibold">OpenDungeons</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Dungeon_Keeper">Dungeon Keeper<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="dungeon_keeper_2" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Dungeon Keeper 2</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/K.html#keeperrl">
|
||||
<span class="has-text-weight-semibold">KeeperRL</span></a>, <a href="../games/O.html#openkeeper">
|
||||
<span class="has-text-weight-semibold">OpenKeeper</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Dungeon_Keeper_2">Dungeon Keeper 2<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="dwarf_fortress" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Dwarf Fortress</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#dwarfcorp">
|
||||
<span class="has-text-weight-semibold">DwarfCorp</span></a>, <a href="../games/G.html#goblin_camp">
|
||||
<span class="has-text-weight-semibold">Goblin Camp</span></a>, <a href="../games/V.html#veloren">
|
||||
<span class="has-text-weight-semibold">Veloren</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Dwarf_Fortress">Dwarf Fortress<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
226
docs/inspirations/E.html
Normal file
226
docs/inspirations/E.html
Normal file
@ -0,0 +1,226 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Inspirations (E)</h1>
|
||||
<div id="et_the_extra-terrestrial" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">E.T. the Extra-Terrestrial</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#javascript-et">
|
||||
<span class="has-text-weight-semibold">javascript-E.T.</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/E.T._the_Extra-Terrestrial_(video_game)">E.T. the Extra-Terrestrial<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="eat_the_whistle" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Eat The Whistle</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/E.html#eat_the_whistle">
|
||||
<span class="has-text-weight-semibold">Eat The Whistle</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="echochrome" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Echochrome</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#l-echo">
|
||||
<span class="has-text-weight-semibold">l-echo</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Echochrome">Echochrome<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="elasto_mania" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Elasto Mania</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/X.html#x-moto">
|
||||
<span class="has-text-weight-semibold">X-Moto</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Elasto_Mania">Elasto Mania<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="elements" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Elements</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openetg">
|
||||
<span class="has-text-weight-semibold">OpenEtG</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="elite" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Elite</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/O.html#oolite">
|
||||
<span class="has-text-weight-semibold">Oolite</span></a>, <a href="../frameworks/framework.html#vega_strike">
|
||||
<span class="has-text-weight-semibold">Vega Strike</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="elite_command" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Elite Command</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/Z.html#zetawar">
|
||||
<span class="has-text-weight-semibold">Zetawar</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="elite_ii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Elite II</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#pioneer">
|
||||
<span class="has-text-weight-semibold">Pioneer</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Frontier:_Elite_II">Elite II<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="elona" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Elona</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/E.html#elonafoobar">
|
||||
<span class="has-text-weight-semibold">ElonaFoobar</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="emerald_mine" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Emerald Mine</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rocksndiamonds">
|
||||
<span class="has-text-weight-semibold">Rocks'n'Diamonds</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Emerald_Mine">Emerald Mine<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="empire" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Empire</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/X.html#xconq">
|
||||
<span class="has-text-weight-semibold">Xconq</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="enduro" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Enduro</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/E.html#enduro_tribute">
|
||||
<span class="has-text-weight-semibold">Enduro tribute</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="escape_from_colditz" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Escape from Colditz</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#colditz_escape">
|
||||
<span class="has-text-weight-semibold">Colditz Escape</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Escape_from_Colditz">Escape from Colditz<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="escape_from_monkey_island" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Escape from Monkey Island</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#residualvm">
|
||||
<span class="has-text-weight-semibold">ResidualVM</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Escape_from_Monkey_Island">Escape from Monkey Island<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="escape_velocity" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Escape Velocity</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/E.html#endless_sky">
|
||||
<span class="has-text-weight-semibold">Endless Sky</span></a>, <a href="../games/N.html#naev">
|
||||
<span class="has-text-weight-semibold">Naev</span></a>, <a href="../games/N.html#nox_imperii">
|
||||
<span class="has-text-weight-semibold">Nox Imperii</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Escape_Velocity_(video_game)">Escape Velocity<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="eternal_lands" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Eternal Lands</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#other-life">
|
||||
<span class="has-text-weight-semibold">Other-Life</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="eye_of_the_beholder_ii_the_legend_of_darkmoon" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Eye of the Beholder II: The Legend of Darkmoon</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#dungeon_eye">
|
||||
<span class="has-text-weight-semibold">Dungeon Eye</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
363
docs/inspirations/F.html
Normal file
363
docs/inspirations/F.html
Normal file
@ -0,0 +1,363 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Inspirations (F)</h1>
|
||||
<div id="f-1_spirit" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">F-1 Spirit</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#f-1_spirit">
|
||||
<span class="has-text-weight-semibold">F-1 Spirit</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/F-1_Spirit_(series)">F-1 Spirit<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="factorio" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Factorio</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#jactorio">
|
||||
<span class="has-text-weight-semibold">Jactorio</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="falcons_eye" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Falcon's Eye</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/V.html#vultures_eye">
|
||||
<span class="has-text-weight-semibold">Vulture's Eye</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="fall_down" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Fall Down</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#ativayeban">
|
||||
<span class="has-text-weight-semibold">ativayeban</span></a>, <a href="../games/F.html#falling_time">
|
||||
<span class="has-text-weight-semibold">Falling Time</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="fallout_2" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Fallout 2</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#falltergeist">
|
||||
<span class="has-text-weight-semibold">Falltergeist</span></a>, <a href="../games/J.html#jsfo">
|
||||
<span class="has-text-weight-semibold">jsFO</span></a>, <a href="../games/P.html#parpg">
|
||||
<span class="has-text-weight-semibold">PARPG</span></a>, <a href="../games/S.html#sfall">
|
||||
<span class="has-text-weight-semibold">sfall</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Fallout_2">Fallout 2<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="fallout_online" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Fallout Online</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#fonline">
|
||||
<span class="has-text-weight-semibold">fonline</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Fallout_Online">Fallout Online<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="final_fantasy" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Final Fantasy</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#dmomd">
|
||||
<span class="has-text-weight-semibold">Dmomd</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="final_fantasy_ix" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Final Fantasy IX</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/tool.html#memoria">
|
||||
<span class="has-text-weight-semibold">Memoria</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="final_fantasy_series" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Final Fantasy series</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#javelin">
|
||||
<span class="has-text-weight-semibold">Javelin</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="final_fantasy_vii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Final Fantasy VII</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/Q.html#q-gears">
|
||||
<span class="has-text-weight-semibold">Q-Gears</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Final_Fantasy_VII">Final Fantasy VII<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="final_fantasy_viii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Final Fantasy VIII</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openviii">
|
||||
<span class="has-text-weight-semibold">OpenVIII</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Final_Fantasy_VIII">Final Fantasy VIII<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="final_fight" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Final Fight</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openbor">
|
||||
<span class="has-text-weight-semibold">OpenBOR</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Final_Fight">Final Fight<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="fire_emblem" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Fire Emblem</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#story_of_a_lost_sky">
|
||||
<span class="has-text-weight-semibold">Story of a Lost Sky</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Fire_Emblem_(video_game)">Fire Emblem<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="fire_power" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Fire Power</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openfire">
|
||||
<span class="has-text-weight-semibold">OpenFire</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Fire_Power_(video_game)">Fire Power<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="fish_fillets" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Fish Fillets</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#fish_fillets-next_generation">
|
||||
<span class="has-text-weight-semibold">Fish Fillets - Next Generation</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Fish_Fillets_NG">Fish Fillets<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="five_nights_at_freddys" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Five Nights at Freddy's</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openfnaf">
|
||||
<span class="has-text-weight-semibold">OpenFNaF</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Five_Nights_at_Freddy%27s_(video_game)">Five Nights at Freddy's<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="flag_catcher" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Flag Catcher</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#gift_grabber">
|
||||
<span class="has-text-weight-semibold">Gift Grabber</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="flappy_bird" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Flappy Bird</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#clumsy_bird">
|
||||
<span class="has-text-weight-semibold">Clumsy Bird</span></a>, <a href="../games/C.html#crappybird">
|
||||
<span class="has-text-weight-semibold">CrappyBird</span></a>, <a href="../games/F.html#flappy_cow">
|
||||
<span class="has-text-weight-semibold">Flappy Cow</span></a>, <a href="../frameworks/framework.html#floppy_birb">
|
||||
<span class="has-text-weight-semibold">Floppy Birb</span></a>, <a href="../games/H.html#hocoslamfy">
|
||||
<span class="has-text-weight-semibold">Hocoslamfy</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Flappy_Bird">Flappy Bird<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="flixel" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Flixel</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#flixel-gdx">
|
||||
<span class="has-text-weight-semibold">flixel-gdx</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="flying_shark" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Flying Shark</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#friking_shark">
|
||||
<span class="has-text-weight-semibold">Friking Shark</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Flying_Shark">Flying Shark<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="foobillard" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">FooBillard</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#foobillard++">
|
||||
<span class="has-text-weight-semibold">FooBillard++</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="forgotten_realms_unlimited_adventures" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Forgotten Realms: Unlimited Adventures</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#dungeon_craft">
|
||||
<span class="has-text-weight-semibold">Dungeon Craft</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Forgotten_Realms:_Unlimited_Adventures">Forgotten Realms: Unlimited Adventures<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="forsaken" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Forsaken</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#forsaken">
|
||||
<span class="has-text-weight-semibold">Forsaken</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="freeciv" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Freeciv</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freeciv-web">
|
||||
<span class="has-text-weight-semibold">Freeciv-web</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="freelancer" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Freelancer</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#librelancer">
|
||||
<span class="has-text-weight-semibold">Librelancer</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Freelancer_(video_game)">Freelancer<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="freeserf" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Freeserf</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freeserfnet">
|
||||
<span class="has-text-weight-semibold">Freeserf.net</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="frets_on_fire" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Frets on Fire</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#frets_on_fire_x">
|
||||
<span class="has-text-weight-semibold">Frets on Fire X</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="frogger" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Frogger</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#cross_the_road">
|
||||
<span class="has-text-weight-semibold">Cross The Road</span></a>, <a href="../games/F.html#froggix">
|
||||
<span class="has-text-weight-semibold">Froggix</span></a>, <a href="../games/T.html#termfrogger">
|
||||
<span class="has-text-weight-semibold">TermFrogger</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Frogger">Frogger<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="frogs_and_flies" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Frogs and Flies</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#batrachians">
|
||||
<span class="has-text-weight-semibold">Batrachians</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Frogs_and_Flies">Frogs and Flies<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="fruit_ninja" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Fruit Ninja</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#seafood_berserker">
|
||||
<span class="has-text-weight-semibold">Seafood Berserker!</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
252
docs/inspirations/G.html
Normal file
252
docs/inspirations/G.html
Normal file
@ -0,0 +1,252 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Inspirations (G)</h1>
|
||||
<div id="galactic_civilizations" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Galactic Civilizations</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#space_opera">
|
||||
<span class="has-text-weight-semibold">Space Opera</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Galactic_Civilizations">Galactic Civilizations<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="galaxymage" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">GalaxyMage</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#galaxymage_redux">
|
||||
<span class="has-text-weight-semibold">GalaxyMage Redux</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="game_of_life" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Game of Life</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#cultivation">
|
||||
<span class="has-text-weight-semibold">Cultivation</span></a>, <a href="../games/G.html#golly">
|
||||
<span class="has-text-weight-semibold">Golly</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="gearhead" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">GearHead</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#gearhead_2">
|
||||
<span class="has-text-weight-semibold">GearHead 2</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="gish" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Gish</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freegish">
|
||||
<span class="has-text-weight-semibold">freegish</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="gl-117" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">GL-117</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#redshift">
|
||||
<span class="has-text-weight-semibold">RedShift</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="gladiator" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Gladiator</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openglad">
|
||||
<span class="has-text-weight-semibold">Openglad</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="glest" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Glest</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#megaglest">
|
||||
<span class="has-text-weight-semibold">MegaGlest</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="gltron" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">GLtron</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#gl_tron">
|
||||
<span class="has-text-weight-semibold">GL TRON</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="goldeneye_007" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">GoldenEye 007</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/G.html#ges-code">
|
||||
<span class="has-text-weight-semibold">ges-code</span></a>, <a href="../games/G.html#goldeneye_source">
|
||||
<span class="has-text-weight-semibold">GoldenEye: Source</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/GoldenEye_007_(1997_video_game)">GoldenEye 007<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="gorillas" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Gorillas</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/G.html#gorillas">
|
||||
<span class="has-text-weight-semibold">Gorillas</span></a>, <a href="../games/G.html#gorillas-rs">
|
||||
<span class="has-text-weight-semibold">Gorillas-rs</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="gothic" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Gothic</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/O.html#opengothic">
|
||||
<span class="has-text-weight-semibold">OpenGothic</span></a>, <a href="../games/R.html#regoth">
|
||||
<span class="has-text-weight-semibold">REGoth</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="gothic_ii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Gothic II</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/O.html#opengothic">
|
||||
<span class="has-text-weight-semibold">OpenGothic</span></a>, <a href="../games/R.html#regoth">
|
||||
<span class="has-text-weight-semibold">REGoth</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Gothic_II">Gothic II<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="grand_theft_auto_iii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Grand Theft Auto III</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openrw">
|
||||
<span class="has-text-weight-semibold">OpenRW</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Grand_Theft_Auto_III">Grand Theft Auto III<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="grand_theft_auto_san_andreas" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Grand Theft Auto: San Andreas</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../frameworks/framework.html#grit_game_engine">
|
||||
<span class="has-text-weight-semibold">Grit Game Engine</span></a>, <a href="../games/S.html#sanandreasunity">
|
||||
<span class="has-text-weight-semibold">SanAndreasUnity</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Grand_Theft_Auto:_San_Andreas">Grand Theft Auto: San Andreas<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="gravity_force" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Gravity Force</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/G.html#galaxy_forces_v2">
|
||||
<span class="has-text-weight-semibold">Galaxy Forces V2</span></a>, <a href="../games/M.html#moagg2">
|
||||
<span class="has-text-weight-semibold">Moagg2</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="grim_fandango" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Grim Fandango</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#residualvm">
|
||||
<span class="has-text-weight-semibold">ResidualVM</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Grim_Fandango">Grim Fandango<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="guitar_hero" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Guitar Hero</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#frets_on_fire">
|
||||
<span class="has-text-weight-semibold">Frets on Fire</span></a>, <a href="../games/F.html#frets_on_fire_x">
|
||||
<span class="has-text-weight-semibold">Frets on Fire X</span></a>, <a href="../games/P.html#performous">
|
||||
<span class="has-text-weight-semibold">Performous</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Guitar_Hero">Guitar Hero<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="gunpoint" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Gunpoint</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#clonepoint">
|
||||
<span class="has-text-weight-semibold">Clonepoint</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
213
docs/inspirations/H.html
Normal file
213
docs/inspirations/H.html
Normal file
@ -0,0 +1,213 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Inspirations (H)</h1>
|
||||
<div id="hack" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Hack</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/N.html#nethack">
|
||||
<span class="has-text-weight-semibold">NetHack</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="hammer_of_thyrion" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Hammer of Thyrion</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#hhexen">
|
||||
<span class="has-text-weight-semibold">HHexen</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="hardwar" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Hardwar</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#hardwar">
|
||||
<span class="has-text-weight-semibold">Hardwar</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="head_over_heels" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Head over Heels</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#head_over_heels">
|
||||
<span class="has-text-weight-semibold">Head over Heels</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="hedgewars" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Hedgewars</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#hase">
|
||||
<span class="has-text-weight-semibold">Hase</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="heretic" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Heretic</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#chocolate_doom">
|
||||
<span class="has-text-weight-semibold">Chocolate Doom</span></a>, <a href="../games/D.html#doom_legacy">
|
||||
<span class="has-text-weight-semibold">Doom Legacy</span></a>, <a href="../games/D.html#doom-ios">
|
||||
<span class="has-text-weight-semibold">DOOM-iOS</span></a>, <a href="../games/D.html#doomsday_engine">
|
||||
<span class="has-text-weight-semibold">Doomsday Engine</span></a>, <a href="../games/G.html#gzdoom">
|
||||
<span class="has-text-weight-semibold">GZDoom</span></a>, <a href="../games/M.html#mocha_doom">
|
||||
<span class="has-text-weight-semibold">Mocha Doom</span></a>, <a href="../games/O.html#odamex">
|
||||
<span class="has-text-weight-semibold">Odamex</span></a>, <a href="../games/P.html#prboom+">
|
||||
<span class="has-text-weight-semibold">PrBoom+</span></a>, <a href="../games/T.html#the_eternity_engine">
|
||||
<span class="has-text-weight-semibold">The Eternity Engine</span></a>, <a href="../games/Z.html#zdoom">
|
||||
<span class="has-text-weight-semibold">ZDoom</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="heroes_of_might_and_magic_ii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Heroes of Might and Magic II</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#free_heroes_2">
|
||||
<span class="has-text-weight-semibold">Free Heroes 2</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Heroes_of_Might_and_Magic_II">Heroes of Might and Magic II<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="heroes_of_might_and_magic_iii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Heroes of Might and Magic III</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#ancient_beast">
|
||||
<span class="has-text-weight-semibold">Ancient Beast</span></a>, <a href="../games/O.html#openhomm">
|
||||
<span class="has-text-weight-semibold">OpenHoMM</span></a>, <a href="../games/V.html#vcmi">
|
||||
<span class="has-text-weight-semibold">VCMI</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Heroes_of_Might_and_Magic_III">Heroes of Might and Magic III<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="hexen" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Hexen</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#chocolate_doom">
|
||||
<span class="has-text-weight-semibold">Chocolate Doom</span></a>, <a href="../games/D.html#doom_legacy">
|
||||
<span class="has-text-weight-semibold">Doom Legacy</span></a>, <a href="../games/D.html#doom-ios">
|
||||
<span class="has-text-weight-semibold">DOOM-iOS</span></a>, <a href="../games/D.html#doomsday_engine">
|
||||
<span class="has-text-weight-semibold">Doomsday Engine</span></a>, <a href="../games/G.html#gzdoom">
|
||||
<span class="has-text-weight-semibold">GZDoom</span></a>, <a href="../games/M.html#mocha_doom">
|
||||
<span class="has-text-weight-semibold">Mocha Doom</span></a>, <a href="../games/O.html#odamex">
|
||||
<span class="has-text-weight-semibold">Odamex</span></a>, <a href="../games/P.html#prboom+">
|
||||
<span class="has-text-weight-semibold">PrBoom+</span></a>, <a href="../games/T.html#the_eternity_engine">
|
||||
<span class="has-text-weight-semibold">The Eternity Engine</span></a>, <a href="../games/Z.html#zdoom">
|
||||
<span class="has-text-weight-semibold">ZDoom</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Hexen:_Beyond_Heretic">Hexen<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="hexen_ii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Hexen II</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#hammer_of_thyrion">
|
||||
<span class="has-text-weight-semibold">Hammer of Thyrion</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Hexen_II">Hexen II<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="highway_encounter" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Highway Encounter</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/V.html#vorton">
|
||||
<span class="has-text-weight-semibold">Vorton</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Highway_Encounter">Highway Encounter<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="hogs_of_war" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Hogs of War</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openhow">
|
||||
<span class="has-text-weight-semibold">OpenHoW</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Hogs_of_War">Hogs of War<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="hoverrace" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">HoverRace</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#hoverrace">
|
||||
<span class="has-text-weight-semibold">HoverRace</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/HoverRace">HoverRace<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="hovertank_3d" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Hovertank 3D</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/H.html#hovertank3d">
|
||||
<span class="has-text-weight-semibold">Hovertank3D</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Hovertank_3D">Hovertank 3D<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
142
docs/inspirations/I.html
Normal file
142
docs/inspirations/I.html
Normal file
@ -0,0 +1,142 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Inspirations (I)</h1>
|
||||
<div id="icbm3d" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">ICBM3D</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/X.html#xinvaders_3d">
|
||||
<span class="has-text-weight-semibold">XInvaders 3D</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="icewind_dale" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Icewind Dale</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#gemrb">
|
||||
<span class="has-text-weight-semibold">GemRB</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Icewind_Dale">Icewind Dale<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="imperium_galactica" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Imperium Galactica</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_imperium_galactica">
|
||||
<span class="has-text-weight-semibold">Open Imperium Galactica</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Imperium_Galactica">Imperium Galactica<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="indiana_jones_and_his_desktop_adventures" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Indiana Jones and his Desktop Adventures</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#desktopadventures">
|
||||
<span class="has-text-weight-semibold">DesktopAdventures</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Indiana_Jones_and_His_Desktop_Adventures">Indiana Jones and his Desktop Adventures<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="infinite_mario_bros" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Infinite Mario Bros</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/I.html#infinite_tux">
|
||||
<span class="has-text-weight-semibold">Infinite Tux</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="infinity_loop" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Infinity Loop</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/I.html#io_reboot">
|
||||
<span class="has-text-weight-semibold">IO Reboot</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ioquake3" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">ioquake3</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/Q.html#quakejs">
|
||||
<span class="has-text-weight-semibold">QuakeJS</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="iron_seed" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Iron Seed</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span></div>Media: <a href="https://en.wikipedia.org/wiki/Iron_Seed">Iron Seed<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ironseed" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Ironseed</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/I.html#ironseed">
|
||||
<span class="has-text-weight-semibold">Ironseed</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Ironseed">Ironseed<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
165
docs/inspirations/J.html
Normal file
165
docs/inspirations/J.html
Normal file
@ -0,0 +1,165 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Inspirations (J)</h1>
|
||||
<div id="jagged_alliance" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Jagged Alliance</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#javelin">
|
||||
<span class="has-text-weight-semibold">Javelin</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Jagged_Alliance">Jagged Alliance<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jagged_alliance_2" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Jagged Alliance 2</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#jagged_alliance_2_stracciatella">
|
||||
<span class="has-text-weight-semibold">Jagged Alliance 2 Stracciatella</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Jagged_Alliance_2">Jagged Alliance 2<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jazz_jackrabbit" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Jazz Jackrabbit</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openjazz">
|
||||
<span class="has-text-weight-semibold">OpenJazz</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Jazz_Jackrabbit_(1994_video_game)">Jazz Jackrabbit<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jazz_jackrabbit_2" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Jazz Jackrabbit 2</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/J.html#jazz_resurrection">
|
||||
<span class="has-text-weight-semibold">Jazz² Resurrection</span></a>, <a href="../games/P.html#project_carrot">
|
||||
<span class="has-text-weight-semibold">Project Carrot</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Jazz_Jackrabbit_2">Jazz Jackrabbit 2<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jet-story" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Jet-Story</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#jet-story">
|
||||
<span class="has-text-weight-semibold">Jet-Story</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Jet-Story">Jet-Story<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jewel_thief" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Jewel Thief</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#jewelthief">
|
||||
<span class="has-text-weight-semibold">jewelthief</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jezzball" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">JezzBall</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/I.html#ice_breaker">
|
||||
<span class="has-text-weight-semibold">Ice Breaker</span></a>, <a href="../games/W.html#wallball">
|
||||
<span class="has-text-weight-semibold">WallBall</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/JezzBall">JezzBall<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jezzballx" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Jezzball</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#bobball">
|
||||
<span class="has-text-weight-semibold">BobBall</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="joust" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Joust</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#ostrich_riders">
|
||||
<span class="has-text-weight-semibold">Ostrich Riders</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jump_n_bump" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Jump 'n Bump</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#jumpnbump">
|
||||
<span class="has-text-weight-semibold">Jump'n'Bump</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Bump_%27n%27_Jump">Jump 'n Bump<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jumpgate_the_reconstruction_initiative" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Jumpgate: The Reconstruction Initiative</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_jumpgate">
|
||||
<span class="has-text-weight-semibold">Open Jumpgate</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Jumpgate:_The_Reconstruction_Initiative">Jumpgate: The Reconstruction Initiative<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
156
docs/inspirations/K.html
Normal file
156
docs/inspirations/K.html
Normal file
@ -0,0 +1,156 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Inspirations (K)</h1>
|
||||
<div id="keen_dreams" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Keen Dreams</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#reflection_keen">
|
||||
<span class="has-text-weight-semibold">Reflection Keen</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="kick_off" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Kick Off</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tux_football">
|
||||
<span class="has-text-weight-semibold">Tux Football</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Kick_Off_(series)">Kick Off<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="kknd" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">KKND</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openhv">
|
||||
<span class="has-text-weight-semibold">OpenHV</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="knights" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Knights</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/K.html#knights">
|
||||
<span class="has-text-weight-semibold">Knights</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="knights_and_merchants" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Knights and Merchants</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/K.html#kam_remake">
|
||||
<span class="has-text-weight-semibold">KaM Remake</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Knights_and_Merchants:_The_Shattered_Kingdom">Knights and Merchants<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="kobolds_quest" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Kobold's Quest</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/K.html#kobolds_quest_2">
|
||||
<span class="has-text-weight-semibold">Kobold's Quest 2</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="konquest" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Konquest</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/J.html#jquest">
|
||||
<span class="has-text-weight-semibold">JQuest</span></a>, <a href="../games/S.html#sharpkonquest">
|
||||
<span class="has-text-weight-semibold">SharpKonquest</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="krush_kill_n_destroy" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Krush Kill 'n' Destroy</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openkrush">
|
||||
<span class="has-text-weight-semibold">OpenKrush</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/KKnD_(video_game)">Krush Kill 'n' Destroy<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="kula_world" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Kula World</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#cubosphere">
|
||||
<span class="has-text-weight-semibold">Cubosphere</span></a>, <a href="../games/K.html#kiki_the_nano_bot">
|
||||
<span class="has-text-weight-semibold">kiki the nano bot</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Kula_World">Kula World<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="kye" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Kye</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/P.html#python_kye">
|
||||
<span class="has-text-weight-semibold">Python Kye</span></a>, <a href="../games/X.html#xye">
|
||||
<span class="has-text-weight-semibold">Xye</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
300
docs/inspirations/L.html
Normal file
300
docs/inspirations/L.html
Normal file
@ -0,0 +1,300 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Inspirations (L)</h1>
|
||||
<div id="ladder" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Ladder</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/L.html#ladder">
|
||||
<span class="has-text-weight-semibold">ladder</span></a>, <a href="../games/L.html#ladderx">
|
||||
<span class="has-text-weight-semibold">Ladder</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Ladder_(video_game)">Ladder<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="larn" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Larn</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/N.html#nlarn">
|
||||
<span class="has-text-weight-semibold">NLarn</span></a>, <a href="../games/U.html#ularn">
|
||||
<span class="has-text-weight-semibold">Ularn</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="laser_squad" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Laser Squad</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#moonbase_assault">
|
||||
<span class="has-text-weight-semibold">Moonbase Assault</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Laser_Squad">Laser Squad<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="lbreakout" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">LBreakout</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lbreakout2">
|
||||
<span class="has-text-weight-semibold">LBreakout2</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="lbreakout2" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">LBreakout2</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lbreakouthd">
|
||||
<span class="has-text-weight-semibold">LBreakoutHD</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="legend_of_zelda" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Legend of Zelda</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#fanwor">
|
||||
<span class="has-text-weight-semibold">Fanwor</span></a>, <a href="../games/O.html#open_zelda">
|
||||
<span class="has-text-weight-semibold">Open Zelda</span></a>, <a href="../games/Z.html#zelda_classic">
|
||||
<span class="has-text-weight-semibold">Zelda Classic</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Legend_of_Zelda">Legend of Zelda<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="legend_of_zelda-a_link_to_the_past" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Legend of Zelda - A Link to the Past</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/L.html#lttp-phaser">
|
||||
<span class="has-text-weight-semibold">lttp-phaser</span></a>, <a href="../frameworks/framework.html#solarus">
|
||||
<span class="has-text-weight-semibold">Solarus</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Legend_of_Zelda:_A_Link_to_the_Past">Legend of Zelda - A Link to the Past<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="lego_rock_raiders" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Lego Rock Raiders</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rock-raiders-remake">
|
||||
<span class="has-text-weight-semibold">rock-raiders-remake</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Lego_Rock_Raiders_(video_game)">Lego Rock Raiders<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="lemmings" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Lemmings</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/L.html#lemmingsts">
|
||||
<span class="has-text-weight-semibold">Lemmings.ts</span></a>, <a href="../games/L.html#lemmini">
|
||||
<span class="has-text-weight-semibold">Lemmini</span></a>, <a href="../games/L.html#lix">
|
||||
<span class="has-text-weight-semibold">Lix</span></a>, <a href="../games/N.html#neolemmix">
|
||||
<span class="has-text-weight-semibold">NeoLemmix</span></a>, <a href="../games/P.html#pingus">
|
||||
<span class="has-text-weight-semibold">Pingus</span></a>, <a href="../games/R.html#rabbit_escape">
|
||||
<span class="has-text-weight-semibold">Rabbit Escape</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Lemmings_(video_game)">Lemmings<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="liero" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Liero</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/G.html#gusanos">
|
||||
<span class="has-text-weight-semibold">GUSANOS</span></a>, <a href="../frameworks/library.html#lierolibre">
|
||||
<span class="has-text-weight-semibold">LieroLibre</span></a>, <a href="../games/O.html#openliero">
|
||||
<span class="has-text-weight-semibold">OpenLiero</span></a>, <a href="../games/O.html#openlierox">
|
||||
<span class="has-text-weight-semibold">OpenLieroX</span></a>, <a href="../games/S.html#soldat">
|
||||
<span class="has-text-weight-semibold">Soldat</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Liero">Liero<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="lincity" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">LinCity</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lincity-ng">
|
||||
<span class="has-text-weight-semibold">LinCity-NG</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Lincity">LinCity<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="linleys_dungeon_crawl" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Linley's Dungeon Crawl</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#dungeon_crawl_stone_soup">
|
||||
<span class="has-text-weight-semibold">Dungeon Crawl Stone Soup</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="lionheart" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Lionheart</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lionheart_remake">
|
||||
<span class="has-text-weight-semibold">Lionheart Remake</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="liquid_war" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Liquid War</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#liquid_wars">
|
||||
<span class="has-text-weight-semibold">Liquid Wars</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="little_big_adventure" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Little Big Adventure</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/T.html#twin-e">
|
||||
<span class="has-text-weight-semibold">twin-e</span></a>, <a href="../games/T.html#twinengine">
|
||||
<span class="has-text-weight-semibold">TwinEngine</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Little_Big_Adventure">Little Big Adventure<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="little_big_adventure_2" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Little Big Adventure 2</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lba2_remake">
|
||||
<span class="has-text-weight-semibold">LBA2 Remake</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="little_fighter_2" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Little Fighter 2</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#flf">
|
||||
<span class="has-text-weight-semibold">F.LF</span></a></div>Media: <a href="http://lf2.net/">lf2.net</a>, <a href="https://en.wikipedia.org/wiki/Little_Fighter_2">Little Fighter 2<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="lode_runner" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Lode Runner</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/K.html#kgoldrunner">
|
||||
<span class="has-text-weight-semibold">KGoldrunner</span></a>, <a href="../games/X.html#xscavenger">
|
||||
<span class="has-text-weight-semibold">XScavenger</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Lode_Runner">Lode Runner<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="logcal" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Log!cal</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/O.html#orbium">
|
||||
<span class="has-text-weight-semibold">Orbium</span></a>, <a href="../games/P.html#pathological">
|
||||
<span class="has-text-weight-semibold">Pathological</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="lose_your_marbles" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Lose Your Marbles</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lose_your_marbles">
|
||||
<span class="has-text-weight-semibold">Lose Your Marbles</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Lose_Your_Marbles">Lose Your Marbles<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="lotus_esprit_turbo_challenge" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Lotus Esprit Turbo Challenge</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#racerjs">
|
||||
<span class="has-text-weight-semibold">RacerJS</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="lugaru_the_rabbits_foot" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Lugaru: The Rabbit's Foot</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#lugaru">
|
||||
<span class="has-text-weight-semibold">Lugaru</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="love" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">LÖVE</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#love2dcs">
|
||||
<span class="has-text-weight-semibold">Love2dCS</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
595
docs/inspirations/M.html
Normal file
595
docs/inspirations/M.html
Normal file
@ -0,0 +1,595 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Inspirations (M)</h1>
|
||||
<div id="max" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">M.A.X.</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#mechanized_assault_exploration_reloaded">
|
||||
<span class="has-text-weight-semibold">Mechanized Assault & eXploration Reloaded</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="mule" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">M.U.L.E.</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#mewl">
|
||||
<span class="has-text-weight-semibold">M.E.W.L.</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/M.U.L.E.">M.U.L.E.<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="mad_tv" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Mad TV</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tvtower">
|
||||
<span class="has-text-weight-semibold">TVTower</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="mafia_ii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Mafia II</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/tool.html#mafia_toolkit">
|
||||
<span class="has-text-weight-semibold">Mafia: Toolkit</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Mafia_II">Mafia II<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="magic_the_gathering_online" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Magic: The Gathering Online</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#forge">
|
||||
<span class="has-text-weight-semibold">Forge</span></a>, <a href="../games/M.html#magarena">
|
||||
<span class="has-text-weight-semibold">Magarena</span></a>, <a href="../games/X.html#xmage">
|
||||
<span class="has-text-weight-semibold">XMage</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Magic:_The_Gathering_video_games">Magic: The Gathering Online<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="magical_drop" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Magical Drop</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/K.html#krystal_drop">
|
||||
<span class="has-text-weight-semibold">Krystal Drop</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Magical_Drop">Magical Drop<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="magus" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Magus</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rot_magus">
|
||||
<span class="has-text-weight-semibold">Rot Magus</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="mahjong" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Mahjong</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#mah-jong">
|
||||
<span class="has-text-weight-semibold">Mah-Jong</span></a>, <a href="../games/O.html#ogs_mahjong">
|
||||
<span class="has-text-weight-semibold">OGS Mahjong</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Mahjong">Mahjong<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="marathon" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Marathon</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#aleph_one">
|
||||
<span class="has-text-weight-semibold">Aleph One</span></a></div>Media: <a href="https://marathongame.fandom.com/wiki/Marathon_(Game)">marathongame.fandom.com/wiki/Marathon_(Game)</a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="marathon_2_durandal" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Marathon 2: Durandal</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#aleph_one">
|
||||
<span class="has-text-weight-semibold">Aleph One</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Marathon_2:_Durandal">Marathon 2: Durandal<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="marathon_infinity" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Marathon Infinity</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#aleph_one">
|
||||
<span class="has-text-weight-semibold">Aleph One</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Marathon_Infinity">Marathon Infinity<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="marble_madness" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Marble Madness</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#trackballs">
|
||||
<span class="has-text-weight-semibold">Trackballs</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Marble_Madness">Marble Madness<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="mario_kart" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Mario Kart</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/K.html#kartering">
|
||||
<span class="has-text-weight-semibold">Kartering</span></a>, <a href="../games/S.html#supertuxkart">
|
||||
<span class="has-text-weight-semibold">SuperTuxKart</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Super_Mario_Kart">Mario Kart<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="mario_party" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Mario Party</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#supertuxparty">
|
||||
<span class="has-text-weight-semibold">SuperTuxParty</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Super_Mario_Party">Mario Party<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="mario_world" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Mario World</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#mari0">
|
||||
<span class="has-text-weight-semibold">Mari0</span></a>, <a href="../games/S.html#secret_maryo_chronicles">
|
||||
<span class="has-text-weight-semibold">Secret Maryo Chronicles</span></a>, <a href="../games/T.html#the_secret_chronicles_of_dr_m">
|
||||
<span class="has-text-weight-semibold">The Secret Chronicles of Dr. M.</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Super_Mario_World">Mario World<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="master_of_magic" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Master of Magic</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openmom">
|
||||
<span class="has-text-weight-semibold">OpenMoM</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Master_of_Magic">Master of Magic<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="master_of_monsters" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Master of Monsters</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the_battle_for_wesnoth">
|
||||
<span class="has-text-weight-semibold">The Battle for Wesnoth</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Master_of_Monsters">Master of Monsters<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="master_of_orion" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Master of Orion</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/0.html#1oom">
|
||||
<span class="has-text-weight-semibold">1oom</span></a>, <a href="../games/F.html#freeorion">
|
||||
<span class="has-text-weight-semibold">FreeOrion</span></a>, <a href="../games/S.html#space_opera">
|
||||
<span class="has-text-weight-semibold">Space Opera</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Master_of_Orion">Master of Orion<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="master_of_orion_2" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Master of Orion 2</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#birth_of_the_empires">
|
||||
<span class="has-text-weight-semibold">Birth of the Empires</span></a>, <a href="../games/F.html#freeorion">
|
||||
<span class="has-text-weight-semibold">FreeOrion</span></a>, <a href="../games/O.html#openmoo2">
|
||||
<span class="has-text-weight-semibold">OpenMOO2</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Master_of_Orion_II:_Battle_at_Antares">Master of Orion 2<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="maxit" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Maxit</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/K.html#kittenmaxit">
|
||||
<span class="has-text-weight-semibold">KittenMaxit</span></a>, <a href="../games/M.html#maxit">
|
||||
<span class="has-text-weight-semibold">Maxit</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="mechcommander_2" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">MechCommander 2</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#mc2">
|
||||
<span class="has-text-weight-semibold">mc2</span></a>, <a href="../games/M.html#mechcommander_2_omnitech">
|
||||
<span class="has-text-weight-semibold">MechCommander 2 Omnitech</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/MechCommander_2">MechCommander 2<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="mechwarrior" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">MechWarrior</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#linwarrior_3d">
|
||||
<span class="has-text-weight-semibold">Linwarrior 3D</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/MechWarrior_(1989_video_game)">MechWarrior<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="mega-lo-mania" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Mega-Lo-Mania</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#gigalomania">
|
||||
<span class="has-text-weight-semibold">Gigalomania</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Mega-Lo-Mania">Mega-Lo-Mania<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="megaman" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">MegaMan</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/E.html#executive_man">
|
||||
<span class="has-text-weight-semibold">Executive Man</span></a>, <a href="../games/R.html#rockbot">
|
||||
<span class="has-text-weight-semibold">Rockbot</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Mega_Man">MegaMan<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="meridian_59" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Meridian 59</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_meridian">
|
||||
<span class="has-text-weight-semibold">Open Meridian</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="metroid_prime" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Metroid Prime</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#metaforce">
|
||||
<span class="has-text-weight-semibold">Metaforce</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Metroid_Prime">Metroid Prime<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="metroidvania" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Metroidvania</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#azimuth">
|
||||
<span class="has-text-weight-semibold">Azimuth</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="mice_men" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Mice Men</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#mice_men_remix">
|
||||
<span class="has-text-weight-semibold">Mice Men: Remix</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="micro_machines" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Micro Machines</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#dust_racing_2d">
|
||||
<span class="has-text-weight-semibold">Dust Racing 2D</span></a>, <a href="../games/M.html#microracers">
|
||||
<span class="has-text-weight-semibold">Microracers</span></a>, <a href="../games/Y.html#yorg">
|
||||
<span class="has-text-weight-semibold">Yorg</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Micro_Machines_(video_game)">Micro Machines<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="micropolis" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Micropolis</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/0.html#3dcity">
|
||||
<span class="has-text-weight-semibold">3d.city</span></a>, <a href="../games/D.html#divercity">
|
||||
<span class="has-text-weight-semibold">Divercity</span></a>, <a href="../games/M.html#micropolisjs">
|
||||
<span class="has-text-weight-semibold">micropolisJS</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="microprose_falcon_40_combat_simulator" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Microprose Falcon 4.0 Combat Simulator</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freefalcon">
|
||||
<span class="has-text-weight-semibold">FreeFalcon</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="microsoft_flight_simulator" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Microsoft Flight Simulator</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#flightgear">
|
||||
<span class="has-text-weight-semibold">FlightGear</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Microsoft_Flight_Simulator">Microsoft Flight Simulator<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="microsoft_train_simulator" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Microsoft Train Simulator</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_rails">
|
||||
<span class="has-text-weight-semibold">Open Rails</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Microsoft_Train_Simulator">Microsoft Train Simulator<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="midi_maze" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">MIDI Maze</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/I.html#imaze">
|
||||
<span class="has-text-weight-semibold">IMaze</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="midnight_club_ii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Midnight Club II</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openmc2">
|
||||
<span class="has-text-weight-semibold">OpenMC2</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Midnight_Club_II">Midnight Club II<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="might_and_magic_vi_the_mandate_of_heaven" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Might and Magic VI: The Mandate of Heaven</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/W.html#world_of_might_and_magic">
|
||||
<span class="has-text-weight-semibold">World of Might and Magic</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Might_and_Magic_VI:_The_Mandate_of_Heaven">Might and Magic VI: The Mandate of Heaven<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="might_and_magic_vii_for_blood_and_honor" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Might and Magic VII: For Blood and Honor</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/W.html#world_of_might_and_magic">
|
||||
<span class="has-text-weight-semibold">World of Might and Magic</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Might_and_Magic_VII:_For_Blood_and_Honor">Might and Magic VII: For Blood and Honor<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="might_and_magic_viii_day_of_the_destroyer" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Might and Magic VIII: Day of the Destroyer</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/W.html#world_of_might_and_magic">
|
||||
<span class="has-text-weight-semibold">World of Might and Magic</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Might_and_Magic_VIII:_Day_of_the_Destroyer">Might and Magic VIII: Day of the Destroyer<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="millipede" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Millipede</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#monsters_and_mushrooms">
|
||||
<span class="has-text-weight-semibold">Monsters and Mushrooms</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="minecraft" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Minecraft</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#chunk_stories">
|
||||
<span class="has-text-weight-semibold">Chunk Stories</span></a>, <a href="../games/C.html#classicube">
|
||||
<span class="has-text-weight-semibold">ClassiCube</span></a>, <a href="../games/C.html#craft">
|
||||
<span class="has-text-weight-semibold">Craft</span></a>, <a href="../games/D.html#digbuild">
|
||||
<span class="has-text-weight-semibold">Digbuild</span></a>, <a href="../games/D.html#dwarfcorp">
|
||||
<span class="has-text-weight-semibold">DwarfCorp</span></a>, <a href="../games/F.html#freeminer">
|
||||
<span class="has-text-weight-semibold">Freeminer</span></a>, <a href="../games/G.html#gnomescroll">
|
||||
<span class="has-text-weight-semibold">Gnomescroll</span></a>, <a href="../games/H.html#hematite">
|
||||
<span class="has-text-weight-semibold">Hematite</span></a>, <a href="../games/M.html#manic_digger">
|
||||
<span class="has-text-weight-semibold">Manic Digger</span></a>, <a href="../games/M.html#mineclone_2">
|
||||
<span class="has-text-weight-semibold">MineClone 2</span></a>, <a href="../games/M.html#minecraft-one-week-challenge">
|
||||
<span class="has-text-weight-semibold">MineCraft-One-Week-Challenge</span></a>, <a href="../games/M.html#minecraft-weekend">
|
||||
<span class="has-text-weight-semibold">minecraft-weekend</span></a>, <a href="../frameworks/framework.html#minetest">
|
||||
<span class="has-text-weight-semibold">Minetest</span></a>, <a href="../games/P.html#pycraft">
|
||||
<span class="has-text-weight-semibold">pycraft</span></a>, <a href="../frameworks/framework.html#terasology">
|
||||
<span class="has-text-weight-semibold">Terasology</span></a>, <a href="../games/T.html#truecraft">
|
||||
<span class="has-text-weight-semibold">TrueCraft</span></a>, <a href="../games/V.html#veloren">
|
||||
<span class="has-text-weight-semibold">Veloren</span></a>, <a href="../games/V.html#voxelands">
|
||||
<span class="has-text-weight-semibold">Voxelands</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Minecraft">Minecraft<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="minesweeper" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Minesweeper</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/I.html#isometric-minesweeper">
|
||||
<span class="has-text-weight-semibold">Isometric-Minesweeper</span></a>, <a href="../games/K.html#kmines">
|
||||
<span class="has-text-weight-semibold">KMines</span></a>, <a href="../games/M.html#mines">
|
||||
<span class="has-text-weight-semibold">Mines</span></a>, <a href="../games/M.html#minesweeper_in_c">
|
||||
<span class="has-text-weight-semibold">Minesweeper (in C)</span></a>, <a href="../games/M.html#minesweeper-rs">
|
||||
<span class="has-text-weight-semibold">minesweeper-rs</span></a>, <a href="../games/M.html#minesweeperzone">
|
||||
<span class="has-text-weight-semibold">Minesweeper.Zone</span></a>, <a href="../games/P.html#proxx">
|
||||
<span class="has-text-weight-semibold">proxx</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Minesweeper_(video_game)">Minesweeper<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="minetest" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Minetest</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#minetest_game">
|
||||
<span class="has-text-weight-semibold">Minetest Game</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="missile_command" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Missile Command</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/I.html#icbm3d">
|
||||
<span class="has-text-weight-semibold">ICBM3D</span></a>, <a href="../games/P.html#penguin_command">
|
||||
<span class="has-text-weight-semibold">Penguin Command</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Missile_Command">Missile Command<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="moai" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Moai</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#adventure_engine">
|
||||
<span class="has-text-weight-semibold">adventure engine</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Moai-kun">Moai<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="moon-patrol" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">moon-patrol</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#moon-buggy">
|
||||
<span class="has-text-weight-semibold">Moon-buggy</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Moon_Patrol">moon-patrol<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="moonbase_commander" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Moonbase Commander</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#scorched_moon">
|
||||
<span class="has-text-weight-semibold">Scorched Moon</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/MoonBase_Commander">Moonbase Commander<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="morpheus" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Morpheus</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#morpheus_web_remake">
|
||||
<span class="has-text-weight-semibold">Morpheus Web Remake</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Morpheus_(1998_video_game)">Morpheus<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="mortal_kombat" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Mortal Kombat</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#mkjs">
|
||||
<span class="has-text-weight-semibold">mk.js</span></a>, <a href="../games/O.html#openmortal">
|
||||
<span class="has-text-weight-semibold">OpenMortal</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Mortal_Kombat">Mortal Kombat<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="movie_business" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Movie Business</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#movbizz">
|
||||
<span class="has-text-weight-semibold">movbizz</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="myst_iii_exile" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Myst III: Exile</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#residualvm">
|
||||
<span class="has-text-weight-semibold">ResidualVM</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Myst_III:_Exile">Myst III: Exile<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
197
docs/inspirations/N.html
Normal file
197
docs/inspirations/N.html
Normal file
@ -0,0 +1,197 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Inspirations (N)</h1>
|
||||
<div id="naev" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Naev</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/N.html#nox_imperii">
|
||||
<span class="has-text-weight-semibold">Nox Imperii</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="natural_selection" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Natural Selection</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/T.html#tremulous">
|
||||
<span class="has-text-weight-semibold">Tremulous</span></a>, <a href="../games/U.html#unvanquished">
|
||||
<span class="has-text-weight-semibold">Unvanquished</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="naturalchimie" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">NaturalChimie</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openalchemist">
|
||||
<span class="has-text-weight-semibold">OpenAlchemist</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nebulus" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Nebulus</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#toppler">
|
||||
<span class="has-text-weight-semibold">Toppler</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="need_for_speed_ii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Need For Speed II</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/N.html#nfsiise">
|
||||
<span class="has-text-weight-semibold">NFSIISE</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Need_for_Speed_II">Need For Speed II<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="need_for_speed_iii_hot_pursuit" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Need For Speed III: Hot Pursuit</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opennfs">
|
||||
<span class="has-text-weight-semibold">OpenNFS</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Need_for_Speed:_Hot_Pursuit_(2010_video_game)">Need For Speed III: Hot Pursuit<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nethack" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">NetHack</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#falcons_eye">
|
||||
<span class="has-text-weight-semibold">Falcon's Eye</span></a>, <a href="../games/S.html#slashem">
|
||||
<span class="has-text-weight-semibold">SLASH'EM</span></a>, <a href="../games/U.html#unnethack">
|
||||
<span class="has-text-weight-semibold">UnNetHack</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="neverball" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Neverball</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/N.html#nuncabola">
|
||||
<span class="has-text-weight-semibold">Nuncabola</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nexuiz" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Nexuiz</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/X.html#xonotic">
|
||||
<span class="has-text-weight-semibold">Xonotic</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="night_stalker" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Night Stalker</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#afternoon_stalker">
|
||||
<span class="has-text-weight-semibold">Afternoon Stalker</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="noiz2" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Noiz2</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/N.html#noiz2-droid">
|
||||
<span class="has-text-weight-semibold">noiz2-droid</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="notrium" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Notrium</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opennotrium">
|
||||
<span class="has-text-weight-semibold">OpenNotrium</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Notrium">Notrium<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nscripter" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">NScripter</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#onscripter">
|
||||
<span class="has-text-weight-semibold">ONScripter</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nuclear_reaction" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Nuclear Reaction</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/C.html#c64-nuclearreaction">
|
||||
<span class="has-text-weight-semibold">c64-nuclearreaction</span></a>, <a href="../games/C.html#chainreaction">
|
||||
<span class="has-text-weight-semibold">chainreaction</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
194
docs/inspirations/O.html
Normal file
194
docs/inspirations/O.html
Normal file
@ -0,0 +1,194 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Inspirations (O)</h1>
|
||||
<div id="oddworld_abes_exoddus" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Oddworld: Abe's Exoddus</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#alive">
|
||||
<span class="has-text-weight-semibold">alive</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Oddworld:_Abe%27s_Exoddus">Oddworld: Abe's Exoddus<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="oddworld_abes_oddysee" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Oddworld: Abe's Oddysee</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#alive">
|
||||
<span class="has-text-weight-semibold">alive</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Oddworld:_Abe%27s_Oddysee">Oddworld: Abe's Oddysee<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ogre" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">OGRE</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#alimer">
|
||||
<span class="has-text-weight-semibold">Alimer</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="old_school_runescape" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Old School RuneScape</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#runelite">
|
||||
<span class="has-text-weight-semibold">RuneLite</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Old_School_RuneScape">Old School RuneScape<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="omega_race" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Omega Race</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#torrega_race">
|
||||
<span class="has-text-weight-semibold">Torrega Race</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Omega_Race">Omega Race<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="one_must_fall_2097" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">One Must Fall: 2097</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openomf">
|
||||
<span class="has-text-weight-semibold">OpenOMF</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/One_Must_Fall:_2097">One Must Fall: 2097<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="open_dune" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Open Dune</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#dune_dynasty">
|
||||
<span class="has-text-weight-semibold">Dune Dynasty</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="openmw" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">OpenMW</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tes3mp">
|
||||
<span class="has-text-weight-semibold">TES3MP</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="osu_tatakae_ouendan" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Osu! Tatakae! Ouendan</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../frameworks/tool.html#opsu">
|
||||
<span class="has-text-weight-semibold">opsu!</span></a>, <a href="../games/O.html#osu">
|
||||
<span class="has-text-weight-semibold">osu!</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Osu!_Tatakae!_Ouendan">Osu! Tatakae! Ouendan<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="oubliette" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Oubliette</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/L.html#liberal_crime_squad">
|
||||
<span class="has-text-weight-semibold">Liberal Crime Squad</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="out_run" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Out Run</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cannonball">
|
||||
<span class="has-text-weight-semibold">Cannonball</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Out_Run">Out Run<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outlaws" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Outlaws</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the_force_engine">
|
||||
<span class="has-text-weight-semibold">The Force Engine</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outpost" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Outpost</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#outpost_hd">
|
||||
<span class="has-text-weight-semibold">Outpost HD</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="oxyd" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Oxyd</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/E.html#enigma">
|
||||
<span class="has-text-weight-semibold">Enigma</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Oxyd">Oxyd<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
355
docs/inspirations/P.html
Normal file
355
docs/inspirations/P.html
Normal file
@ -0,0 +1,355 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Inspirations (P)</h1>
|
||||
<div id="pac-man" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Pac-Man</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/E.html#entt_pacman">
|
||||
<span class="has-text-weight-semibold">EnTT Pacman</span></a>, <a href="../games/G.html#ghostly">
|
||||
<span class="has-text-weight-semibold">Ghostly</span></a>, <a href="../games/H.html#help_hannahs_horse">
|
||||
<span class="has-text-weight-semibold">Help Hannah's Horse</span></a>, <a href="../games/H.html#html5_pacman">
|
||||
<span class="has-text-weight-semibold">HTML5 Pacman</span></a>, <a href="../games/M.html#minipacman">
|
||||
<span class="has-text-weight-semibold">MiniPacman</span></a>, <a href="../games/N.html#not_pacman">
|
||||
<span class="has-text-weight-semibold">Not Pacman</span></a>, <a href="../games/P.html#pac_go">
|
||||
<span class="has-text-weight-semibold">Pac Go</span></a>, <a href="../games/P.html#pacman">
|
||||
<span class="has-text-weight-semibold">Pacman</span></a>, <a href="../games/P.html#pacman-canvas">
|
||||
<span class="has-text-weight-semibold">pacman-canvas</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Pac-Man">Pac-Man<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="panzer_general" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Panzer General</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/H.html#hexwar">
|
||||
<span class="has-text-weight-semibold">Hexwar</span></a>, <a href="../games/L.html#lgeneral">
|
||||
<span class="has-text-weight-semibold">LGeneral</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Panzer_General">Panzer General<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="panzer_general_2" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Panzer General 2</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_panzer">
|
||||
<span class="has-text-weight-semibold">Open Panzer</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Panzer_General_II">Panzer General 2<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="paradroid" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Paradroid</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#freedroidrpg">
|
||||
<span class="has-text-weight-semibold">FreedroidRPG</span></a>, <a href="../games/N.html#nighthawk">
|
||||
<span class="has-text-weight-semibold">Nighthawk</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Paradroid">Paradroid<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="parchis" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Parchis</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#glparchis">
|
||||
<span class="has-text-weight-semibold">glParchis</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="pendulous" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Pendulous</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#blitzkrieg">
|
||||
<span class="has-text-weight-semibold">Blitzkrieg</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="pingus" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Pingus</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rabbit_escape">
|
||||
<span class="has-text-weight-semibold">Rabbit Escape</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="pipepanic" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">PipePanic</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#pipepanic">
|
||||
<span class="has-text-weight-semibold">PipePanic</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="pixel_dungeon" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Pixel Dungeon</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/R.html#remixed_dungeon">
|
||||
<span class="has-text-weight-semibold">Remixed Dungeon</span></a>, <a href="../games/S.html#shattered_pixel_dungeon">
|
||||
<span class="has-text-weight-semibold">Shattered Pixel Dungeon</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="pizza_tycoon" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Pizza Tycoon</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#pizza_business">
|
||||
<span class="has-text-weight-semibold">Pizza Business</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Pizza_Tycoon">Pizza Tycoon<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="planescape_torment" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Planescape: Torment</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#gemrb">
|
||||
<span class="has-text-weight-semibold">GemRB</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Planescape:_Torment">Planescape: Torment<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="plasma_pong" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Plasma Pong</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#fluid_table_tennis">
|
||||
<span class="has-text-weight-semibold">Fluid Table Tennis</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Plasma_Pong">Plasma Pong<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="pokemon_uranium" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Pokemon Uranium</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#project-uranium-godot">
|
||||
<span class="has-text-weight-semibold">Project-Uranium-Godot</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="pokmon" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Pokémon</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#dmomd">
|
||||
<span class="has-text-weight-semibold">Dmomd</span></a>, <a href="../games/J.html#javelin">
|
||||
<span class="has-text-weight-semibold">Javelin</span></a>, <a href="../games/O.html#opmon">
|
||||
<span class="has-text-weight-semibold">OPMon</span></a>, <a href="../games/T.html#tangomon">
|
||||
<span class="has-text-weight-semibold">Tangomon</span></a>, <a href="../games/T.html#tuxemon">
|
||||
<span class="has-text-weight-semibold">Tuxemon</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Pok%C3%A9mon_(video_game_series)">Pokémon<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="pong" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Pong</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#mmpong">
|
||||
<span class="has-text-weight-semibold">Mmpong</span></a>, <a href="../games/P.html#psy_pong_3d">
|
||||
<span class="has-text-weight-semibold">PSY PONG 3D</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Pong">Pong<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="portal" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Portal</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#glportal">
|
||||
<span class="has-text-weight-semibold">glPortal</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Portal_(video_game)">Portal<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="postal" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Postal</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#postal_1_open_source">
|
||||
<span class="has-text-weight-semibold">POSTAL 1 Open Source</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="powder_game" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Powder Game</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/S.html#sandspiel">
|
||||
<span class="has-text-weight-semibold">sandspiel</span></a>, <a href="../games/T.html#the_powder_toy">
|
||||
<span class="has-text-weight-semibold">The Powder Toy</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="powermonger" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Powermonger</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/B.html#battles_of_antargis">
|
||||
<span class="has-text-weight-semibold">Battles of Antargis</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Powermonger">Powermonger<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="powerslave" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Powerslave</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/P.html#pcexhumed">
|
||||
<span class="has-text-weight-semibold">PCExhumed</span></a>, <a href="../games/P.html#powerslave_ex">
|
||||
<span class="has-text-weight-semibold">Powerslave EX</span></a>, <a href="../games/P.html#powerslavegdx">
|
||||
<span class="has-text-weight-semibold">PowerslaveGDX</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/PowerSlave">Powerslave<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="powerslide" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Powerslide</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#powerslide_remake">
|
||||
<span class="has-text-weight-semibold">Powerslide remake</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Powerslide_(video_game)">Powerslide<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="prince_of_persia" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Prince of Persia</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#freeprince">
|
||||
<span class="has-text-weight-semibold">FreePrince</span></a>, <a href="../games/M.html#mininim">
|
||||
<span class="has-text-weight-semibold">Mininim</span></a>, <a href="../games/S.html#sdlpop">
|
||||
<span class="has-text-weight-semibold">SDLPoP</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Prince_of_Persia_(1989_video_game)">Prince of Persia<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="prince_of_persia_2" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Prince of Persia 2</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#prince-monogame">
|
||||
<span class="has-text-weight-semibold">Prince-Monogame</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Prince_of_Persia_2:_The_Shadow_and_the_Flame">Prince of Persia 2<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="progress_quest" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Progress Quest</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/P.html#pq2">
|
||||
<span class="has-text-weight-semibold">pq2</span></a>, <a href="../games/P.html#progress-quest">
|
||||
<span class="has-text-weight-semibold">progress-quest</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Progress_Quest">Progress Quest<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="pushover" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Pushover</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#pushover">
|
||||
<span class="has-text-weight-semibold">Pushover</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="puyo_puyo" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Puyo Puyo</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#cuyo">
|
||||
<span class="has-text-weight-semibold">Cuyo</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Puyo_Puyo">Puyo Puyo<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="puzzle_bobble" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Puzzle Bobble</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#frozen_bubble">
|
||||
<span class="has-text-weight-semibold">Frozen Bubble</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Puzzle_Bobble">Puzzle Bobble<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="puzznic" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Puzznic</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/W.html#wizznic">
|
||||
<span class="has-text-weight-semibold">Wizznic!</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Puzznic">Puzznic<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
104
docs/inspirations/Q.html
Normal file
104
docs/inspirations/Q.html
Normal file
@ -0,0 +1,104 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Inspirations (Q)</h1>
|
||||
<div id="qbert" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Q*bert</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#reqbert">
|
||||
<span class="has-text-weight-semibold">ReQbert</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="quake" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Quake</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#darkplaces">
|
||||
<span class="has-text-weight-semibold">DarkPlaces</span></a>, <a href="../games/E.html#ezquake">
|
||||
<span class="has-text-weight-semibold">ezQuake</span></a>, <a href="../games/L.html#librequake">
|
||||
<span class="has-text-weight-semibold">LibreQuake</span></a>, <a href="../games/P.html#proquake_4">
|
||||
<span class="has-text-weight-semibold">ProQuake 4</span></a>, <a href="../games/Q.html#quakespasm">
|
||||
<span class="has-text-weight-semibold">QuakeSpasm</span></a>, <a href="../games/T.html#tyrquake">
|
||||
<span class="has-text-weight-semibold">TyrQuake</span></a>, <a href="../games/V.html#vkquake">
|
||||
<span class="has-text-weight-semibold">vkQuake</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="quake_2" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Quake 2</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/J.html#jake2">
|
||||
<span class="has-text-weight-semibold">Jake2</span></a>, <a href="../games/Y.html#yamagi_quake_ii">
|
||||
<span class="has-text-weight-semibold">Yamagi Quake II</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Quake_II">Quake 2<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="quake_3" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Quake 3</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#fquake3">
|
||||
<span class="has-text-weight-semibold">FQuake3</span></a>, <a href="../games/I.html#ioquake3">
|
||||
<span class="has-text-weight-semibold">ioquake3</span></a>, <a href="../games/O.html#openarena">
|
||||
<span class="has-text-weight-semibold">OpenArena</span></a>, <a href="../games/Q.html#quake3e">
|
||||
<span class="has-text-weight-semibold">Quake3e</span></a>, <a href="../games/Q.html#quakejs">
|
||||
<span class="has-text-weight-semibold">QuakeJS</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
271
docs/inspirations/R.html
Normal file
271
docs/inspirations/R.html
Normal file
@ -0,0 +1,271 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Inspirations (R)</h1>
|
||||
<div id="ragnarok" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Ragnarok</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/N.html#norseworld_ragnarok">
|
||||
<span class="has-text-weight-semibold">NorseWorld: Ragnarok</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="railroad_tycoon" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Railroad Tycoon</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freerails">
|
||||
<span class="has-text-weight-semibold">FreeRails</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Railroad_Tycoon">Railroad Tycoon<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="rampart" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Rampart</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#castle-combat">
|
||||
<span class="has-text-weight-semibold">Castle-Combat</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="raptor_call_of_the_shadows" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Raptor: Call of the Shadows</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/K.html#kraptor">
|
||||
<span class="has-text-weight-semibold">KRaptor</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="rars" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">RARS</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#torcs_the_open_racing_car_simulator">
|
||||
<span class="has-text-weight-semibold">TORCS, The Open Racing Car Simulator</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="redneck_rampage" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Redneck Rampage</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/E.html#erampage">
|
||||
<span class="has-text-weight-semibold">erampage</span></a>, <a href="../games/R.html#redneckgdx">
|
||||
<span class="has-text-weight-semibold">RedneckGDX</span></a>, <a href="../games/R.html#rednukem">
|
||||
<span class="has-text-weight-semibold">Rednukem</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Redneck_Rampage">Redneck Rampage<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="rescue" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Rescue!</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rescue_max">
|
||||
<span class="has-text-weight-semibold">Rescue! Max</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="return_to_castle_wolfenstein" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Return to Castle Wolfenstein</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/I.html#iortcw">
|
||||
<span class="has-text-weight-semibold">iortcw</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Return_to_Castle_Wolfenstein">Return to Castle Wolfenstein<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="revenge_of_the_cats_ethernet" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Revenge Of The Cats: Ethernet</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/framework.html#terminal_overload">
|
||||
<span class="has-text-weight-semibold">Terminal Overload</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="reversi" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Reversi</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#droidzebra">
|
||||
<span class="has-text-weight-semibold">DroidZebra</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="rick_dangerous" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Rick Dangerous</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rickyd">
|
||||
<span class="has-text-weight-semibold">RickyD</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Rick_Dangerous">Rick Dangerous<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="rimworld" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">RimWorld</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#magical_life">
|
||||
<span class="has-text-weight-semibold">Magical Life</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/RimWorld">RimWorld<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="rise_of_the_triad" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Rise of the Triad</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rise_of_the_triad_for_linux">
|
||||
<span class="has-text-weight-semibold">Rise of the Triad for Linux</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Rise_of_the_Triad_(2013_video_game)">Rise of the Triad<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="risk" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Risk</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/D.html#domination">
|
||||
<span class="has-text-weight-semibold">Domination</span></a>, <a href="../games/T.html#tenes_empanadas_graciela">
|
||||
<span class="has-text-weight-semibold">Tenes Empanadas Graciela</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="rodents_revenge" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Rodent's Revenge</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_rodents_revenge">
|
||||
<span class="has-text-weight-semibold">Open Rodent's Revenge</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Rodent%27s_Revenge">Rodent's Revenge<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="rogue" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Rogue</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#rogue_clone_iv">
|
||||
<span class="has-text-weight-semibold">Rogue Clone IV</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="rollercoaster_tycoon" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">RollerCoaster Tycoon</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#freerct">
|
||||
<span class="has-text-weight-semibold">FreeRCT</span></a>, <a href="../games/O.html#openrct2">
|
||||
<span class="has-text-weight-semibold">OpenRCT2</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/RollerCoaster_Tycoon_(video_game)">RollerCoaster Tycoon<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="rollercoaster_tycoon_2" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">RollerCoaster Tycoon 2</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#freerct">
|
||||
<span class="has-text-weight-semibold">FreeRCT</span></a>, <a href="../games/O.html#openrct2">
|
||||
<span class="has-text-weight-semibold">OpenRCT2</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/RollerCoaster_Tycoon_2">RollerCoaster Tycoon 2<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="rpg_maker" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">RPG Maker</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../frameworks/framework.html#easyrpg_player">
|
||||
<span class="has-text-weight-semibold">EasyRPG Player</span></a>, <a href="../frameworks/framework.html#mkxp">
|
||||
<span class="has-text-weight-semibold">mkxp</span></a>, <a href="../games/T.html#tapir">
|
||||
<span class="has-text-weight-semibold">Tapir</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/RPG_Maker">RPG Maker<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="runescape_classic" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Runescape Classic</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/0.html#2006-rebotted">
|
||||
<span class="has-text-weight-semibold">2006-rebotted</span></a>, <a href="../games/O.html#open_rsc">
|
||||
<span class="has-text-weight-semibold">Open RSC</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/RuneScape">Runescape Classic<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a>, <a href="https://runescape.fandom.com/wiki/RuneScape_Classic">runescape.fandom.com/wiki/RuneScape_Classic</a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ryzom" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Ryzom</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/R.html#ryzom_core">
|
||||
<span class="has-text-weight-semibold">Ryzom Core</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Ryzom">Ryzom<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
1091
docs/inspirations/S.html
Normal file
1091
docs/inspirations/S.html
Normal file
File diff suppressed because it is too large
Load Diff
655
docs/inspirations/T.html
Normal file
655
docs/inspirations/T.html
Normal file
@ -0,0 +1,655 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Trilarion">
|
||||
<meta name="description" content="Infos and technical information about many open source games and frameworks.">
|
||||
<title>OSGL</title>
|
||||
<link rel="stylesheet" href="../css/bulma.min.css">
|
||||
<link rel="stylesheet" href="../css/osgl.min.css">
|
||||
</head>
|
||||
<body><nav class="navbar container is-light" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="../index.html"><span class="icon is-large has-text-black" ><i class="icon-home"></i></span><span>Home</span></a>
|
||||
<a class="navbar-item" href="../games/index.html"><span class="icon is-large has-text-black" ><i class="icon-dice"></i></span><span>Games</span></a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link"><span class="icon is-large has-text-black" ><i class="icon-filter"></i></span><span>Filter</span></a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="../games/genres.html"><span class="icon is-large has-text-black" ><i class="icon-price-tag"></i></span><span>By category</span></a>
|
||||
<a class="navbar-item" href="../games/languages.html"><span class="icon is-large has-text-black" ><i class="icon-language"></i></span><span>By code language</span></a>
|
||||
<a class="navbar-item" href="../games/platforms.html"><span class="icon is-large has-text-black" ><i class="icon-laptop"></i></span><span>By OS support</span></a>
|
||||
<a class="navbar-item" href="../games/top50.html"><span class="icon is-large has-text-black" ><i class="icon-star"></i></span><span>GitHub Stars Top 50</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-item" href="../frameworks/index.html"><span class="icon is-large has-text-black" ><i class="icon-wrench"></i></span><span>Frameworks/Tools</span></a>
|
||||
<a class="navbar-item" href="../developers/index.html"><span class="icon is-large has-text-black" ><i class="icon-users"></i></span><span>Developers</span></a>
|
||||
<a class="navbar-item is-active" href="index.html"><span class="icon is-large has-text-black" ><i class="icon-bulb"></i></span><span>Inspirations</span></a>
|
||||
<a class="navbar-item" href="../statistics.html"><span class="icon is-large has-text-black" ><i class="icon-stats-dots"></i></span><span>Statistics</span></a>
|
||||
<a class="navbar-item" href="../contribute.html"><span class="icon is-large has-text-black" ><i class="icon-pencil"></i></span><span>Contribute</span></a>
|
||||
<a class="navbar-item" href="https://github.com/Trilarion/opensourcegames"><span class="icon is-large has-text-black" ><i class="icon-github"></i></span><span>On GitHub</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Inspirations (T)</h1>
|
||||
<div id="taiko_no_tatsujin" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Taiko no Tatsujin</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#osu">
|
||||
<span class="has-text-weight-semibold">osu!</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Taiko_no_Tatsujin">Taiko no Tatsujin<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="team_fortress_2" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Team Fortress 2</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/G.html#gang_garrison_2">
|
||||
<span class="has-text-weight-semibold">Gang Garrison 2</span></a>, <a href="../games/O.html#open_fortress">
|
||||
<span class="has-text-weight-semibold">Open Fortress</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Team_Fortress_Classic">Team Fortress 2<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tekwar" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">TekWar</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tekwargdx">
|
||||
<span class="has-text-weight-semibold">TekwarGDX</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/William_Shatner%27s_TekWar">TekWar<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tempest" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Tempest</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#arashi-js">
|
||||
<span class="has-text-weight-semibold">Arashi-JS</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="terraria" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Terraria</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/L.html#lasttry">
|
||||
<span class="has-text-weight-semibold">LastTry</span></a>, <a href="../games/T.html#terrarium">
|
||||
<span class="has-text-weight-semibold">terrarium</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Terraria">Terraria<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="test_drive" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Test Drive</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opengl_test_drive_remake">
|
||||
<span class="has-text-weight-semibold">OpenGL Test Drive Remake</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Test_Drive_(1987_video_game)">Test Drive<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tetravex" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">TetraVex</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tetravex">
|
||||
<span class="has-text-weight-semibold">TetraVex</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tetris" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Tetris</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/0.html#2h4u">
|
||||
<span class="has-text-weight-semibold">2H4U</span></a>, <a href="../games/0.html#4d-tris">
|
||||
<span class="has-text-weight-semibold">4D-TRIS</span></a>, <a href="../games/B.html#bastet">
|
||||
<span class="has-text-weight-semibold">Bastet</span></a>, <a href="../games/B.html#block_puzzle_stone_wars">
|
||||
<span class="has-text-weight-semibold">Block Puzzle Stone Wars</span></a>, <a href="../games/C.html#cuyo">
|
||||
<span class="has-text-weight-semibold">Cuyo</span></a>, <a href="../games/F.html#freebloks_3d_for_android">
|
||||
<span class="has-text-weight-semibold">Freebloks 3D for Android</span></a>, <a href="../games/G.html#gem_drop_x">
|
||||
<span class="has-text-weight-semibold">Gem Drop X</span></a>, <a href="../games/G.html#gottet">
|
||||
<span class="has-text-weight-semibold">Gottet</span></a>, <a href="../games/H.html#hextris">
|
||||
<span class="has-text-weight-semibold">Hextris</span></a>, <a href="../games/J.html#just_another_tetris_clone">
|
||||
<span class="has-text-weight-semibold">Just another Tetris™ clone</span></a>, <a href="../games/L.html#ltris">
|
||||
<span class="has-text-weight-semibold">LTris</span></a>, <a href="../games/N.html#nullpomino">
|
||||
<span class="has-text-weight-semibold">NullpoMino</span></a>, <a href="../games/O.html#openblok">
|
||||
<span class="has-text-weight-semibold">OpenBlok</span></a>, <a href="../games/Q.html#quadrapassel">
|
||||
<span class="has-text-weight-semibold">Quadrapassel</span></a>, <a href="../games/S.html#spludlow_tetris">
|
||||
<span class="has-text-weight-semibold">Spludlow Tetris</span></a>, <a href="../games/T.html#t3">
|
||||
<span class="has-text-weight-semibold">T^3</span></a>, <a href="../games/T.html#tetris_in_c_and_ncurses">
|
||||
<span class="has-text-weight-semibold">Tetris (in C and NCURSES)</span></a>, <a href="../games/V.html#vitetris">
|
||||
<span class="has-text-weight-semibold">vitetris</span></a>, <a href="../games/X.html#xultris">
|
||||
<span class="has-text-weight-semibold">Xultris</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Tetris">Tetris<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tetris_attack" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Tetris Attack</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/B.html#block_attack-rise_of_the_blocks">
|
||||
<span class="has-text-weight-semibold">Block Attack - Rise of the Blocks</span></a>, <a href="../games/C.html#crack_attack">
|
||||
<span class="has-text-weight-semibold">Crack Attack!</span></a>, <a href="../games/F.html#freeblocks">
|
||||
<span class="has-text-weight-semibold">FreeBlocks</span></a>, <a href="../games/P.html#panel_attack">
|
||||
<span class="has-text-weight-semibold">Panel Attack</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Tetris_Attack">Tetris Attack<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="the_bards_tale_construction_set" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">The Bard's Tale Construction Set</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/tool.html#bt_builder">
|
||||
<span class="has-text-weight-semibold">Bt Builder</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Bard%27s_Tale_Construction_Set">The Bard's Tale Construction Set<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="the_battle_for_wesnoth" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">The Battle for Wesnoth</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/H.html#hexwar">
|
||||
<span class="has-text-weight-semibold">Hexwar</span></a>, <a href="../games/L.html#lords_of_the_fey">
|
||||
<span class="has-text-weight-semibold">Lords of the Fey</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="the_binding_of_isaac" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">The Binding of Isaac</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/P.html#paper_isaac">
|
||||
<span class="has-text-weight-semibold">Paper Isaac</span></a>, <a href="../games/W.html#witch_blast">
|
||||
<span class="has-text-weight-semibold">Witch Blast</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Binding_of_Isaac_(video_game)">The Binding of Isaac<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="the_castles_of_dr_creep" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">The Castles of Dr. Creep</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the_castles_of_dr_creep">
|
||||
<span class="has-text-weight-semibold">The Castles of Dr. Creep</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Castles_of_Dr._Creep">The Castles of Dr. Creep<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="the_clans" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">The Clans</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the_clans">
|
||||
<span class="has-text-weight-semibold">The Clans</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="the_clue" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">The Clue!</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#der_clou">
|
||||
<span class="has-text-weight-semibold">Der Clou!</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Clue!">The Clue!<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="the_elder_scrolls_ii_daggerfall" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">The Elder Scrolls II: Daggerfall</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#daggerfall_unity">
|
||||
<span class="has-text-weight-semibold">Daggerfall Unity</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Elder_Scrolls_II:_Daggerfall">The Elder Scrolls II: Daggerfall<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="the_elder_scrolls_iii_morrowind" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">The Elder Scrolls III: Morrowind</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/O.html#openmw">
|
||||
<span class="has-text-weight-semibold">OpenMW</span></a>, <a href="../games/O.html#openmw_for_android">
|
||||
<span class="has-text-weight-semibold">OpenMW for Android</span></a>, <a href="../games/T.html#tes3mp">
|
||||
<span class="has-text-weight-semibold">TES3MP</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Elder_Scrolls_III:_Morrowind">The Elder Scrolls III: Morrowind<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="the_elder_scrolls_arena" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">The Elder Scrolls: Arena</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opentesarena">
|
||||
<span class="has-text-weight-semibold">OpenTESArena</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Elder_Scrolls:_Arena">The Elder Scrolls: Arena<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="the_great_giana_sisters" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">The Great Giana Sisters</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#openggs">
|
||||
<span class="has-text-weight-semibold">OpenGGS</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Great_Giana_Sisters">The Great Giana Sisters<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="the_incredible_machine_series" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">The Incredible Machine series</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the_butterfly_effect">
|
||||
<span class="has-text-weight-semibold">The Butterfly Effect</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Incredible_Machine_(series)">The Incredible Machine series<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="the_legend_of_zelda_the_wind_waker" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">The Legend of Zelda: The Wind Waker</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../frameworks/tool.html#wind_waker_randomizer">
|
||||
<span class="has-text-weight-semibold">Wind Waker Randomizer</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Legend_of_Zelda:_The_Wind_Waker">The Legend of Zelda: The Wind Waker<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="the_lost_vikings" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">The Lost Vikings</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/F.html#freevikings">
|
||||
<span class="has-text-weight-semibold">freeVikings</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Lost_Vikings">The Lost Vikings<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="the_oregon_trail" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">The Oregon Trail</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the-trail">
|
||||
<span class="has-text-weight-semibold">The-Trail</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Oregon_Trail_(series)">The Oregon Trail<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="the_settlers" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">The Settlers</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#freeserf">
|
||||
<span class="has-text-weight-semibold">Freeserf</span></a>, <a href="../games/F.html#freeserfnet">
|
||||
<span class="has-text-weight-semibold">Freeserf.net</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Settlers">The Settlers<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="the_settlers_ii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">The Settlers II</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/R.html#return_to_the_roots">
|
||||
<span class="has-text-weight-semibold">Return to the Roots</span></a>, <a href="../games/W.html#widelands">
|
||||
<span class="has-text-weight-semibold">Widelands</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Settlers_II_(10th_Anniversary)">The Settlers II<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="the_settlers_iii" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">The Settlers III</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/J.html#jsettlers">
|
||||
<span class="has-text-weight-semibold">JSettlers</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Settlers_III">The Settlers III<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="the_sims" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">The Sims</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#freesims">
|
||||
<span class="has-text-weight-semibold">FreeSims</span></a>, <a href="../games/S.html#simitone">
|
||||
<span class="has-text-weight-semibold">Simitone</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Sims_(video_game)">The Sims<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="the_sims_online" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">The Sims Online</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/F.html#freeso">
|
||||
<span class="has-text-weight-semibold">FreeSO</span></a>, <a href="../games/P.html#project_dollhouse">
|
||||
<span class="has-text-weight-semibold">Project Dollhouse</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/The_Sims_Online">The Sims Online<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="theme_hospital" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Theme Hospital</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/C.html#corsixth">
|
||||
<span class="has-text-weight-semibold">CorsixTH</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Theme_Hospital">Theme Hospital<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="theme_park" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Theme Park</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#theme_park_builder_3d_cad">
|
||||
<span class="has-text-weight-semibold">Theme Park Builder 3D CAD</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="thief" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Thief</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#the_dark_mod">
|
||||
<span class="has-text-weight-semibold">The Dark Mod</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="thimbleweed_park" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Thimbleweed Park</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/E.html#engge">
|
||||
<span class="has-text-weight-semibold">engge</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="thrust" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Thrust</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#thrust">
|
||||
<span class="has-text-weight-semibold">Thrust</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tibia" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Tibia</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#open_tibia">
|
||||
<span class="has-text-weight-semibold">Open Tibia</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tiny_wings" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Tiny Wings</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tiny_wings">
|
||||
<span class="has-text-weight-semibold">Tiny Wings</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Tiny_Wings">Tiny Wings<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="titus_the_fox" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Titus the Fox</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opentitus">
|
||||
<span class="has-text-weight-semibold">OpenTitus</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Titus_the_Fox">Titus the Fox<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tomb_raider" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Tomb Raider</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/E.html#edisonengine">
|
||||
<span class="has-text-weight-semibold">EdisonEngine</span></a>, <a href="../games/O.html#openlara">
|
||||
<span class="has-text-weight-semibold">OpenLara</span></a>, <a href="../games/O.html#openraider">
|
||||
<span class="has-text-weight-semibold">OpenRaider</span></a>, <a href="../games/O.html#opentomb">
|
||||
<span class="has-text-weight-semibold">OpenTomb</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Tomb_Raider_(1996_video_game)">Tomb Raider<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tomb_raider_chronicles" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Tomb Raider Chronicles</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tomb5">
|
||||
<span class="has-text-weight-semibold">TOMB5</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Tomb_Raider_Chronicles">Tomb Raider Chronicles<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="toobz" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Toobz</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/M.html#marblez">
|
||||
<span class="has-text-weight-semibold">Marblez</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="total_annihilation" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Total Annihilation</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/M.html#machinations">
|
||||
<span class="has-text-weight-semibold">Machinations</span></a>, <a href="../games/S.html#spring">
|
||||
<span class="has-text-weight-semibold">Spring</span></a>, <a href="../games/T.html#total_annihilation_3d">
|
||||
<span class="has-text-weight-semibold">Total Annihilation 3D</span></a>, <a href="../games/Z.html#zero-k">
|
||||
<span class="has-text-weight-semibold">Zero-K</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Total_Annihilation">Total Annihilation<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="touhou" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Touhou</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#taisei_project">
|
||||
<span class="has-text-weight-semibold">Taisei Project</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tower_defense" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">tower defense</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/A.html#anuto">
|
||||
<span class="has-text-weight-semibold">Anuto</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="trackmania" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">TrackMania</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../frameworks/framework.html#maniadrive">
|
||||
<span class="has-text-weight-semibold">ManiaDrive</span></a>, <a href="../games/S.html#stunt_rally">
|
||||
<span class="has-text-weight-semibold">Stunt Rally</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/TrackMania_(2003_video_game)">TrackMania<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tradewars" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">TradeWars</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/A.html#alien_assault_traders">
|
||||
<span class="has-text-weight-semibold">Alien Assault Traders</span></a>, <a href="../games/B.html#blacknova_traders">
|
||||
<span class="has-text-weight-semibold">BlackNova Traders</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Trade_Wars">TradeWars<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="transball" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Transball</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/S.html#super_transball_2">
|
||||
<span class="has-text-weight-semibold">Super Transball 2</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="transport_tycoon" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Transport Tycoon</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/O.html#openttd">
|
||||
<span class="has-text-weight-semibold">OpenTTD</span></a>, <a href="../games/S.html#simutrans">
|
||||
<span class="has-text-weight-semibold">Simutrans</span></a>, <a href="../frameworks/tool.html#ttdpatch">
|
||||
<span class="has-text-weight-semibold">TTDPatch</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Transport_Tycoon">Transport Tycoon<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tremulous" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Tremulous</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tremfusion">
|
||||
<span class="has-text-weight-semibold">Tremfusion</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tricky_towers" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Tricky Towers</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tumbly_towers">
|
||||
<span class="has-text-weight-semibold">Tumbly Towers</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Tricky_Towers">Tricky Towers<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="triple_triad" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Triple Triad</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/O.html#opentriad">
|
||||
<span class="has-text-weight-semibold">OpenTriad</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tron" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Tron</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/P.html#pink_pony">
|
||||
<span class="has-text-weight-semibold">Pink Pony</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Tron">Tron<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="turmoil" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Turmoil</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/D.html#data_storm">
|
||||
<span class="has-text-weight-semibold">Data Storm</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Turmoil_(1984_video_game)">Turmoil<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="turok" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Turok</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#turokex">
|
||||
<span class="has-text-weight-semibold">TurokEX</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Turok">Turok<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tux_racer" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Tux Racer</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/T.html#tux_rider">
|
||||
<span class="has-text-weight-semibold">Tux Rider</span></a></div></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tuxmath" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">TuxMath</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/G.html#garith">
|
||||
<span class="has-text-weight-semibold">Garith</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Tux,_of_Math_Command">TuxMath<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tuxracer" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">TuxRacer</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired game: </span><a href="../games/E.html#extreme_tux_racer">
|
||||
<span class="has-text-weight-semibold">Extreme Tux Racer</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Tux_Racer">TuxRacer<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tyrian" class="box">
|
||||
<div class="block">
|
||||
<h2 class="title is-4">Tyrian</h2>
|
||||
<div class="subtitle is-size-6">
|
||||
<span class="has-text-weight-semibold">Inspired games: </span><a href="../games/O.html#opentyrian">
|
||||
<span class="has-text-weight-semibold">OpenTyrian</span></a>, <a href="../games/T.html#tyrian_remake">
|
||||
<span class="has-text-weight-semibold">Tyrian Remake</span></a></div>Media: <a href="https://en.wikipedia.org/wiki/Tyrian_(video_game)">Tyrian<span class="icon is-large has-text-black" ><i class="icon-wikipedia"></i></span></a></div>
|
||||
<div class="block">
|
||||
<a href="../contribute.html#inspirations" title="Contribution guide" class="is-size-7">Improve</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="is-light is-size-7" href="#">Back to top</a>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container content is-size-7">
|
||||
<p>The <a href="https://github.com/Trilarion/opensourcegames">Open source games list (OSGL)</a> is a collection of open source game descriptions focusing on technical aspects.
|
||||
The content on this site is the result of voluntary work and may be outdated or incorrect.<br>
|
||||
For giving feedback or improving the content see the <a href="contribute.html">contribution guidelines</a> or read the <a href="https://trilarion.blogspot.com/search/label/osgames">Blog</a>.</p>
|
||||
<p>The content (games descriptions) is licensed <a href="https://github.com/Trilarion/opensourcegames/blob/master/LICENSE">CC-0</a>.
|
||||
Used icons are licensed under CC BY-SA 3.0 (<a href="https://github.com/somerandomdude/Iconic">Iconic</a> or <a href="http://designmodo.com/linecons-free/">Linecons</a>), CC0 1.0 (<a href="https://simpleicons.org/">Simple Icons</a>),
|
||||
CC BY 4.0 (<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome</a> or <a href="https://icomoon.io/#icons-icomoon">IcoMoon Free</a>), CC BY-SA 4.0 (<a href="http://www.entypo.com/">Entypo+</a>) or Apache License 2.0 (<a href="https://material.io/resources/icons">Material Icons</a>).
|
||||
This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user