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

@ -27,6 +27,12 @@
- **[Pioneer](pioneer.md)** (C++, C, Apache-2.0, GPL-3.0, mature)
- **[Rigs of Rods](rigs_of_rods.md)** (C++, GPL-3.0, mature)
- **[SimuTrans](simutrans.md)** (C++, Artistic License, mature)
- **[TORCS, The Open Racing Car Simulator](torcs.md)** (C++, GPL-2.0, mature, inactive since 2016)
- **[TROPHY](trophy.md)** (C++, GPL-2.0, mature, inactive since 2012)
- **[The Butterfly Effect](the_butterfly_effect.md)** (C++, GPL-2.0, beta)
- **[Tux Football](tux_football.md)** (C++, GPL-2.0, beta, inactive since 2012)
- **[VDrift](vdrift.md)** (C++, GPL-3.0, mature, inactive since 2014)
- **[YSoccer](ysoccer.md)** (Java, ?, mature, inactive since 2017)
- **[micropolisJS](micropolis_js.md)** (C++, Java, Python, GPL-3.0, mature)
[comment]: # (end of autogenerated content)

View File

@ -0,0 +1,17 @@
# The Butterfly Effect
_Realistic physics simulations._
- Home: http://the-butterfly-effect.org/, https://sourceforge.net/projects/tbe/
- State: beta
- Download: http://the-butterfly-effect.org/#download, https://github.com/the-butterfly-effect/tbe/releases
- Platform: Windows, Linux, macOS
- Keywords: simulation, physics
- Code repository: https://github.com/the-butterfly-effect/tbe.git
- Code language: C++
- Code license: GPL-2.0
- Code dependencies: Qt, Box2D
## Building
- Build system: CMake

15
games/simulation/torcs.md Normal file
View File

@ -0,0 +1,15 @@
# TORCS, The Open Racing Car Simulator
_Car racing simulation._
- Home: http://torcs.sourceforge.net/, https://sourceforge.net/projects/torcs/
- State: mature, inactive since 2016
- Download: http://torcs.sourceforge.net/index.php?name=Sections&op=viewarticle&artid=3, https://sourceforge.net/projects/torcs/files/
- Platform: Windows, Linux
- Keywords: racing
- Code repository: https://git.code.sf.net/p/torcs/code
- Code language: C++
- Code license: GPL-2.0
## Building

View File

@ -0,0 +1,17 @@
# TROPHY
_Car racing game with features such as shooting at other players, buying new cars._
- Home: http://trophy.sourceforge.net/, https://sourceforge.net/projects/trophy/
- State: mature, inactive since 2012
- Download: http://trophy.sourceforge.net/index.php?body=download, https://sourceforge.net/projects/trophy/files/
- Platform: Windows, Linux
- Keywords: car, racing, 2D
- Code repository: https://svn.code.sf.net/p/trophy/code/ (svn)
- Code language: C++
- Code license: GPL-2.0
- Code dependencies: Clanlib
## Building
- Build system: Autoconf

View File

@ -0,0 +1,17 @@
# Tux Football
_Arcade-style 2D football game reminiscent of Sensible Soccer and Kick Off._
- Home: http://tuxfootball.sourceforge.net/, https://sourceforge.net/projects/tuxfootball/
- State: beta, inactive since 2012
- Download: http://tuxfootball.sourceforge.net/index.php?plugin=EnticorePluginStaticContent&config=idx%3A3, https://sourceforge.net/projects/tuxfootball/files/
- Platform: Windows, Linux
- Keywords: arcade, 2D, sports
- Code repository: https://git.code.sf.net/p/tuxfootball/code
- Code language: C++
- Code license: GPL-2.0
- Code dependencies: SDL
## Building
- Build system: CMake

View File

@ -0,0 +1,16 @@
# VDrift
_Driving simulation made with drift racing in mind._
- Home: http://vdrift.net/, https://sourceforge.net/projects/vdrift/
- State: mature, inactive since 2014
- Download: (see home)
- Platform: Windows, Linux, macOS
- Keywords: racing, cars
- Code repository: https://github.com/VDrift/vdrift.git, https://svn.code.sf.net/p/vdrift/code/ (svn)
- Code language: C++
- Code license: GPL-3.0
## Building
- Build system: Scons

View File

@ -0,0 +1,18 @@
# YSoccer
_Soccer game; continuation to Sensible World of Soccer._
- Home: http://ysoccer.sourceforge.net/, https://sourceforge.net/projects/ysoccer/
- State: mature, inactive since 2017
- Download: http://ysoccer.sourceforge.net/dloads.htm, https://sourceforge.net/projects/ysoccer/files/
- Platform: Windows, Linux, macOS
- Keywords: sports, soccer
- Code repository: https://git.code.sf.net/p/ysoccer/code
- Code language: Java
- Code license: ?
Successor of [Yoda Soccer](https://sourceforge.net/projects/yodasoccer/).
## Building
- Build system: Gradle