rename fields to improve understanding, adapting maintenance.py (intermediate)
This commit is contained in:
@ -1,22 +1,21 @@
|
||||
# Action/Arcade games
|
||||
|
||||
[comment]: # (start of autogenerated content, do not edit)
|
||||
- **[Astromenace](atromenace.md)** (C++, C, GPL-3.0, mature)
|
||||
- **[Cat Mother Dead Justice](catmother.md)** (C++, BSD, beta, inactive since 2003)
|
||||
- **[CommandoJS](commando_js.md)** (Javascript, Coffeescript, MIT, beta, inactive since 2012)
|
||||
- **[Epiar](epiar.md)** (C, C++, Lua, beta)
|
||||
- **[GDash](gdash.md)** (C++, MIT, beta)
|
||||
- **[Linwarrior 3D](linwarrior.md)** (C++, Apache-2.0, mature, inactive since 2010)
|
||||
- **[MechCommander 2 Omnitech](mechcommander2_omnitech.md)** (C++, MPL, beta, inactive since 2013)
|
||||
- **[Open Sonic](open_sonic.md)** (C, GPL-2.0, beta)
|
||||
- **[Open Zelda](open_zelda.md)** (C++, zlib, beta)
|
||||
- **[Red Eclipse](red_eclipse.md)** (C++, Zlib, mature)
|
||||
- **[Rocks'n'Diamonds ](rocks_and_diamonds.md)** (C, GPL-2.0, mature)
|
||||
- **[Secret Mario Chronicles](secret_mario_chronicles.md)** (C++, GPL-3.0, mature, inactive since 2009)
|
||||
- **[Smash](smash.md)** (Javascript, MIT, mature)
|
||||
- **[Speed Dreams](speed_dreams.md)** (C++, GPL-2.0, mature)
|
||||
- **[SuperTuxKart](super_tux_kart.md)** (C++, C, GPL-3.0, mature)
|
||||
- **[Tux Racer](tuxracer.md)** (C, GPL-2.0, beta, inactive since 2001)
|
||||
- **[Xonotic](xonotic.md)** (C, GPL-3.0 (Darkplace engine is GPL-2.0), mature)
|
||||
|
||||
- **[Astromenace](atromenace.md)** (mature)
|
||||
- **[Cat Mother Dead Justice](catmother.md)** (beta, inactive since 2003)
|
||||
- **[CommandoJS](commando_js.md)** (beta, inactive since 2012)
|
||||
- **[Epiar](epiar.md)** (beta)
|
||||
- **[GDash](gdash.md)** (beta)
|
||||
- **[Linwarrior 3D](linwarrior.md)** (mature, inactive since 2010)
|
||||
- **[MechCommander 2 Omnitech](mechcommander2_omnitech.md)** (beta, inactive since 2013)
|
||||
- **[Open Sonic](open_sonic.md)** (beta)
|
||||
- **[Open Zelda](open_zelda.md)** (beta)
|
||||
- **[Red Eclipse](red_eclipse.md)** (mature)
|
||||
- **[Rocks'n'Diamonds ](rocks_and_diamonds.md)** (mature)
|
||||
- **[Secret Mario Chronicles](secret_mario_chronicles.md)** (mature, inactive since 2009)
|
||||
- **[Smash](smash.md)** (mature)
|
||||
- **[Speed Dreams](speed_dreams.md)** (mature)
|
||||
- **[SuperTuxKart](super_tux_kart.md)** (mature)
|
||||
- **[Tux Racer](tuxracer.md)** (beta, inactive since 2001)
|
||||
- **[Xonotic](xonotic.md)** (mature)
|
||||
[comment]: # (end of autogenerated content)
|
@ -6,10 +6,10 @@ _3D space scroll-shooter with spaceship upgrade possibilities._
|
||||
- Download: https://www.viewizard.com/download.html
|
||||
- State: mature
|
||||
- Keywords: shooter
|
||||
- Code: https://github.com/viewizard/astromenace
|
||||
- Language(s): C++, C
|
||||
- License: GPL-3.0
|
||||
- Code repository: https://github.com/viewizard/astromenace
|
||||
- Code language: C++, C
|
||||
- Code license: GPL-3.0
|
||||
|
||||
## Building
|
||||
|
||||
Uses CMake
|
||||
- Build system: CMake
|
@ -5,9 +5,9 @@ _3D-engine (C++/DirectX9) and a fully playable prototype of a 3rd person action/
|
||||
- Home: http://catmother.sourceforge.net/, https://sourceforge.net/projects/catmother/
|
||||
- Download: https://sourceforge.net/projects/catmother/files/
|
||||
- State: beta, inactive since 2003
|
||||
- Code: https://sourceforge.net/p/catmother/code/HEAD/tree/ (svn)
|
||||
- Language(s): C++
|
||||
- License: BSD
|
||||
- Code repository: https://sourceforge.net/p/catmother/code/HEAD/tree/ (svn)
|
||||
- Code language: C++
|
||||
- Code license: BSD
|
||||
|
||||
## Building
|
||||
|
||||
|
@ -5,9 +5,9 @@ _Nostalgic glimpse in the past in a form of Commodore 64 game "Commando"._
|
||||
- Home: http://commandojs.org/
|
||||
- State: beta, inactive since 2012
|
||||
- Keywords: web
|
||||
- Code: https://github.com/commandojs/CommandoJS
|
||||
- Language(s): Javascript, Coffeescript
|
||||
- License: MIT
|
||||
- Code repository: https://github.com/commandojs/CommandoJS
|
||||
- Code language: Javascript, Coffeescript
|
||||
- Code license: MIT
|
||||
|
||||
## Building
|
||||
|
||||
|
@ -5,8 +5,8 @@ _Open-ended space action/trading game._
|
||||
- Home: <https://web.archive.org/web/20170123082605/http://epiar.net/>
|
||||
- Download: <https://web.archive.org/web/20161106210633/http://epiar.net/download>
|
||||
- State: beta
|
||||
- Code: https://github.com/cthielen/Epiar
|
||||
- Language(s): C, C++, Lua
|
||||
- Code repository: https://github.com/cthielen/Epiar
|
||||
- Code language: C, C++, Lua
|
||||
- Code license: GPL-2.0
|
||||
|
||||
## Building
|
||||
|
@ -5,9 +5,9 @@ _A Boulder Dash clone which is as close to the original as possible._
|
||||
- Home: https://bitbucket.org/czirkoszoltan/gdash
|
||||
- Download: https://bitbucket.org/czirkoszoltan/gdash/downloads/
|
||||
- State: beta
|
||||
- Code: https://bitbucket.org/czirkoszoltan/gdash/src
|
||||
- Language(s): C++
|
||||
- License: MIT
|
||||
- Code repository: https://bitbucket.org/czirkoszoltan/gdash/src
|
||||
- Code language: C++
|
||||
- Code license: MIT
|
||||
|
||||
## Building
|
||||
|
||||
|
@ -5,9 +5,9 @@ _Mech Simulation Game - since 1999._
|
||||
- Home: http://www.hackcraft.de/games/linwarrior_3d/index.htm
|
||||
- Download: http://www.hackcraft.de/games/linwarrior_3d/downloads.htm
|
||||
- State: mature, inactive since 2010
|
||||
- Code: https://github.com/hackcraft-de/linwarrior
|
||||
- Language(s): C++
|
||||
- License: Apache-2.0
|
||||
- Code repository: https://github.com/hackcraft-de/linwarrior
|
||||
- Code language: C++
|
||||
- Code license: Apache-2.0
|
||||
|
||||
## Building
|
||||
|
||||
|
@ -5,10 +5,9 @@ _Upgraded and more easily moddable version of the good old Mechcommander 2._
|
||||
- Home: https://github.com/Echelon9/mechcommander2-open, http://www.hard-light.net/forums/index.php?board=210.0
|
||||
- Media: https://en.wikipedia.org/wiki/MechCommander_2
|
||||
- State: beta, inactive since 2013
|
||||
- Keywords: {XX}
|
||||
- Code: http://www.hard-light.net/forums/index.php?board=210.0
|
||||
- Language(s): C++
|
||||
- License: MPL
|
||||
- Code repository: http://www.hard-light.net/forums/index.php?board=210.0
|
||||
- Code language: C++
|
||||
- Code license: MPL
|
||||
|
||||
## Building
|
||||
|
||||
|
@ -5,9 +5,9 @@ _Game based on the "Sonic the Hedgehog" universe._
|
||||
- Home: http://opensnc.sourceforge.net/home/index.php, http://opensnc.sourceforge.net/forum/index.php
|
||||
- Download: http://opensnc.sourceforge.net/home/download.php
|
||||
- State: beta
|
||||
- Code: https://sourceforge.net/p/opensnc/code/HEAD/tree/
|
||||
- Language(s): C
|
||||
- License: GPL-2.0
|
||||
- Code repository: https://sourceforge.net/p/opensnc/code/HEAD/tree/
|
||||
- Code language: C
|
||||
- Code license: GPL-2.0
|
||||
|
||||
Renamed to Open Surge.
|
||||
|
||||
|
@ -5,9 +5,9 @@ _Open Zelda Game Development Software._
|
||||
- Home: https://github.com/openzelda/openzelda-source
|
||||
- State: beta
|
||||
- Keywords: requires original content
|
||||
- Code: https://github.com/openzelda/openzelda-source
|
||||
- Language(s): C++
|
||||
- License: zlib
|
||||
- Code repository: https://github.com/openzelda/openzelda-source
|
||||
- Code language: C++
|
||||
- Code license: zlib
|
||||
|
||||
## Building
|
||||
|
||||
|
@ -6,9 +6,9 @@ _First person arena shooter, featuring parkour, impulse boosts, and more._
|
||||
- Download: https://www.redeclipse.net/download
|
||||
- State: mature
|
||||
- Keywords: shooter
|
||||
- Code: https://github.com/red-eclipse
|
||||
- Language(s): C++
|
||||
- License: Zlib
|
||||
- Code repository: https://github.com/red-eclipse
|
||||
- Code language: C++
|
||||
- Code license: Zlib
|
||||
|
||||
## Building
|
||||
|
||||
|
@ -5,9 +5,9 @@ _Arcade style game for “Boulder Dash” (C 64), “Emerald Mine” (Amiga),
|
||||
- Home: http://www.artsoft.org/rocksndiamonds/
|
||||
- Download: http://www.artsoft.org/rocksndiamonds/download/
|
||||
- State: mature
|
||||
- Code: http://git.artsoft.org/rocksndiamonds.git/
|
||||
- Language(s): C
|
||||
- License: GPL-2.0
|
||||
- Code repository: http://git.artsoft.org/rocksndiamonds.git/
|
||||
- Code language: C
|
||||
- Code license: GPL-2.0
|
||||
|
||||
## Building
|
||||
|
||||
|
@ -7,9 +7,9 @@ _Jump and Run game like Super Mario World with an advanced Editor._
|
||||
- Download: https://sourceforge.net/projects/smclone/files
|
||||
- State: mature, inactive since 2009
|
||||
- Keywords: platform
|
||||
- Code: see download
|
||||
- Language(s): C++
|
||||
- License: GPL-3.0
|
||||
- Code repository: (see download)
|
||||
- Code language: C++
|
||||
- Code license: GPL-3.0
|
||||
|
||||
## Building
|
||||
|
||||
|
@ -5,9 +5,9 @@ _Super Smash Bros-like in HTML5._
|
||||
- Home: http://smash.gouchon.com/
|
||||
- State: mature
|
||||
- Keywords: web
|
||||
- Code: https://github.com/guillaume-gouchon/smash.js
|
||||
- Language(s): Javascript
|
||||
- License: MIT
|
||||
- Code repository: https://github.com/guillaume-gouchon/smash.js
|
||||
- Code language: Javascript
|
||||
- Code license: MIT
|
||||
|
||||
## Building
|
||||
|
||||
|
@ -6,10 +6,10 @@ _Motorsport Simulator featuring high-quality 3D graphics and an accurate physics
|
||||
- Download: http://www.speed-dreams.org/#download
|
||||
- State: mature
|
||||
- Keywords: racing
|
||||
- Code: https://sourceforge.net/p/speed-dreams/code/HEAD/tree/ (svn)
|
||||
- Language(s): C++
|
||||
- License: GPL-2.0
|
||||
- Code repository: https://sourceforge.net/p/speed-dreams/code/HEAD/tree/ (svn)
|
||||
- Code language: C++
|
||||
- Code license: GPL-2.0
|
||||
|
||||
## Building
|
||||
|
||||
Uses CMake
|
||||
- Build system: CMake
|
@ -6,9 +6,9 @@ _Kart racing game._
|
||||
- Download: https://supertuxkart.net/Download
|
||||
- State: mature
|
||||
- Keywords: racing
|
||||
- Code: https://sourceforge.net/p/supertuxkart/code/HEAD/tree/ (svn), https://github.com/supertuxkart/stk-code
|
||||
- Language(s): C++, C
|
||||
- License: GPL-3.0
|
||||
- Code repository: https://sourceforge.net/p/supertuxkart/code/HEAD/tree/ (svn), https://github.com/supertuxkart/stk-code
|
||||
- Code language: C++, C
|
||||
- Code license: GPL-3.0
|
||||
|
||||
## Building
|
||||
|
||||
|
@ -7,9 +7,9 @@ _Racing game featuring Tux, the Linux Penguin._
|
||||
- Download: https://sourceforge.net/projects/tuxracer/files/
|
||||
- State: beta, inactive since 2001
|
||||
- Keywords: racing
|
||||
- Code: https://sourceforge.net/p/tuxracer/code/ (cvs)
|
||||
- Language(s): C
|
||||
- License: GPL-2.0
|
||||
- Code repository: https://sourceforge.net/p/tuxracer/code/ (cvs)
|
||||
- Code language: C
|
||||
- Code license: GPL-2.0
|
||||
|
||||
## Building
|
||||
|
||||
|
@ -7,9 +7,9 @@ _Arena-style first person shooter._
|
||||
- Download: http://www.xonotic.org/download/
|
||||
- State: mature
|
||||
- Keywords: shooter
|
||||
- Code: https://gitlab.com/xonotic
|
||||
- Language(s): C
|
||||
- License: GPL-3.0 (Darkplace engine is GPL-2.0)
|
||||
- Code repository: https://gitlab.com/xonotic
|
||||
- Code language: C
|
||||
- Code license: GPL-3.0 (Darkplace engine is GPL-2.0)
|
||||
|
||||
## Building
|
||||
|
||||
|
Reference in New Issue
Block a user