added new entries

This commit is contained in:
Trilarion
2019-07-02 10:55:06 +02:00
parent e411ae8db8
commit a22c46097d
25 changed files with 399 additions and 77 deletions

View File

@ -5,9 +5,12 @@
- **[Cart Life](cart_life.md)** (AGS Script, Custom, mature, inactive since 2014)
- **[Core War](corewar.md)** (?, mature)
- **[Danger from the Deep](danger_from_the_deep.md)** (C++, GPL-2.0, beta, inactive since 2011)
- **[Eat The Whistle](eat_the_whistle.md)** (C, ?, mature, inactive since 2017)
- **[FlightGear](flightgear.md)** (C++, GPL-2.0, mature)
- **[FreeTrain](freetrain.md)** (C#, LGPL-2.1, beta, inactive since 2009)
- **[Freeminer](freeminer.md)** (C++, Lua, GPL-3.0, beta)
- **[Golly ](golly.md)** (C++, Java, GPL-2.0, mature)
- **[Grobots](grobots.md)** (C++, GPL-2.0, mature, inactive since 2014)
- **[Infiniminer](infiniminer.md)** (C#, MIT, mature, inactive since 2016)
- **[LinCity](lincity.md)** (C, GPL-2.0, mature, inactive since 2005)
- **[LinCity-NG](lincity_ng.md)** (C++, GPL, mature)

View File

@ -0,0 +1,17 @@
# Eat The Whistle
_Football simulation game_
- Home: http://www.ggsoft.org/etw/, https://sourceforge.net/projects/etw/
- State: mature, inactive since 2017
- Download: https://sourceforge.net/projects/etw/files/
- Platform: Windows, Linux, macOS
- Keywords: football
- Code repository: https://svn.code.sf.net/p/etw/code/ (svn), http://etw.cvs.sourceforge.net/viewvc/ (cvs)
- Code language: C
- Code license: ?
- Code dependencies: SDL
## Building
- Build system: CMake

14
games/simulation/golly.md Normal file
View File

@ -0,0 +1,14 @@
# Golly
_Conway's Game of Life and many other types of cellular automata._
- Home: http://golly.sourceforge.net/, https://sourceforge.net/projects/golly/
- State: mature
- Download: https://sourceforge.net/projects/golly/files/, https://play.google.com/store/apps/details?id=net.sf.golly
- Platform: Windows, Linux, macOS, Android
- Keywords: game of life
- Code repository: https://git.code.sf.net/p/golly/code
- Code language: C++, Java
- Code license: GPL-2.0
## Building

View File

@ -0,0 +1,16 @@
# Grobots
_A real-time strategy programming game, in which you control teams of robots as they forage, reproduce and fight._
- Home: http://grobots.sourceforge.net/, https://sourceforge.net/projects/grobots/
- State: mature, inactive since 2014
- Download: (see home)
- Platform: Windows, Linux, macOS
- Keywords: programming
- Code repository: http://hg.code.sf.net/p/grobots/trunk (hg)
- Code language: C++
- Code license: GPL-2.0
See also the [Java Port](https://github.com/manofsteel76667/Grobots_Java).
## Building