added new entries

This commit is contained in:
Trilarion
2019-07-04 14:03:32 +02:00
parent abb8143dc3
commit aa997f86b7
26 changed files with 541 additions and 95 deletions

View File

@@ -56,7 +56,9 @@
- **[Smash Battle](smash_battle.md)** (C++, ?, beta, inactive since 2011)
- **[Speed Dreams](speed_dreams.md)** (C++, GPL-2.0, mature)
- **[StarBlastrix ](starblastrix.md)** (C++, GPL-2.0, beta, inactive since 2006)
- **[Stunt Rally](stunt_rally.md)** (C++, GPL-3.0, mature)
- **[SuperTuxKart](supertuxkart.md)** (C++, C, GPL-3.0, mature)
- **[The Legend of Edgar](the_legend_of_edgar.md)** (C, GPL-2.0, mature)
- **[Tremulous](tremulous.md)** (C, GPL-2.0, mature, inactive since 2016)
- **[Tumiki Fighters](tumiki_fighters.md)** (D, 2-clause BSD, mature, inactive since 2005)
- **[Tux Racer](tux_racer.md)** (C, GPL-2.0, beta, inactive since 2001)

View File

@@ -0,0 +1,18 @@
# Stunt Rally
_Racing game with rally style of driving._
- Home: http://stuntrally.tuxfamily.org/, https://sourceforge.net/projects/stuntrally/
- State: mature
- Download: http://stuntrally.tuxfamily.org/downloads, https://sourceforge.net/projects/stuntrally/files/
- Platform: Windows, Linux
- Keywords: racing
- Code repository: https://github.com/stuntrally/stuntrally.git
- Code language: C++
- Code license: GPL-3.0
- Code dependencies: Ogre, SDL 2
## Building
- Build system: CMake
- Build instructions: http://stuntrally.tuxfamily.org/wiki/doku.php?id=compile

View File

@@ -0,0 +1,15 @@
# The Legend of Edgar
_2D platform game._
- Home: https://www.parallelrealities.co.uk/games/edgar/, https://sourceforge.net/projects/legendofedgar/
- State: mature
- Download: https://www.parallelrealities.co.uk/games/edgar/#downloads-/-releases, https://github.com/riksweeney/edgar/releases
- Platform: Windows, Linux
- Keywords: platform, 2D
- Code repository: https://github.com/riksweeney/edgar.git
- Code language: C
- Code license: GPL-2.0
## Building