additions from backlog

This commit is contained in:
Trilarion
2019-09-16 23:02:58 +02:00
parent 4fab32b287
commit 902fc6640c
50 changed files with 711 additions and 125 deletions

16
games/android-chess.md Normal file
View File

@ -0,0 +1,16 @@
# android-chess
_Chess game._
- Home: https://www.jwtc.nl/
- State: mature
- Download: https://www.jwtc.nl/downloads
- Platform: Android
- Keywords: strategy
- Code repository: https://github.com/jcarolus/android-chess.git
- Code language: Java, C++
- Code license: MIT
## Building
- Build system: Gradle

16
games/arcane-engine.md Normal file
View File

@ -0,0 +1,16 @@
# Arcane-Engine
_Real-time, physically based renderer._
- Home: https://github.com/Ershany/Arcane-Engine
- State: beta
- Platform: Windows
- Keywords: library
- Code repository: https://github.com/Ershany/Arcane-Engine.git
- Code language: C++
- Code license: MIT
- Code dependencies: ImGUI, OpenGL
## Building
- Build system: VisualStudio

16
games/c3de.md Normal file
View File

@ -0,0 +1,16 @@
# C3DE
_3D game engine._
- Home: https://github.com/demonixis/C3DE
- State: beta
- Keywords: game engine
- Code repository: https://github.com/demonixis/C3DE.git
- Code language: C#
- Code license: MIT
- Code dependencies: MonoGame
## Building
- Build system: VisualStudio

14
games/cetech.md Normal file
View File

@ -0,0 +1,14 @@
# CETech
_Data driven game engine._
- Home: http://cyberegoorg.gitlab.io/cetech/
- State: beta
- Platform: Linux, macOS
- Keywords: game engine
- Code repository: https://github.com/cyberegoorg/cetech.git
- Code language: C, C++
- Code license: CC0
## Building

15
games/crown.md Normal file
View File

@ -0,0 +1,15 @@
# Crown
_Data-driven game engine._
- Home: https://github.com/dbartolini/crown
- State: beta
- Platform: Linux
- Keywords: game engine
- Code repository: https://github.com/dbartolini/crown.git
- Code language: C, C++, Vala
- Code license: MIT
## Building
- Build system: Make

View File

@ -9,6 +9,8 @@ _Remake of Indiana Jones and his Desktop Adventures, Star Wars: Yoda Stories._
- Code language: C
- Code license: LGPL-2.1
See also https://github.com/digitall/scummvm-deskadv.
## Building
- Build system: CMake

15
games/dreerally.md Normal file
View File

@ -0,0 +1,15 @@
# DreeRally
_Death Rally engine reimplementation._
- Home: http://dreerally.com/
- State: beta
- Keywords: game engine, commercial content, inspired by Death Rally, remake, requires original content
- Code repository: https://github.com/enriquesomolinos/DreeRally.git
- Code language: C, C++
- Code license: Custom (may only be used with a copy of Death Rally)
- Code dependencies: SDL
Very restrictive license.
## Building

17
games/dwarfcorp.md Normal file
View File

@ -0,0 +1,17 @@
# DwarfCorp
_Manage a corporate colony of dwarves._
- Home: http://www.dwarfcorp.com/
- State: mature
- Platform: Windows, Linux, macOS
- Keywords: strategy, commercial content, game engine
- Code repository: https://github.com/CompletelyFairGames/dwarfcorp.git
- Code language: C#
- Code license: MIT
- Code dependencies: Mono, XNA
- Assets license: Proprietary
## Building
- Build system: VisualStudio

16
games/esenthel_engine.md Normal file
View File

@ -0,0 +1,16 @@
# Esenthel Engine
_Game engine_
- Home: http://esenthel.com/
- State: beta
- Download: https://esenthel.com/?id=store&cat=0&mode=download
- Platform: Windows, Linux, macOS, Android, iOS, Web
- Keywords: game engine
- Code repository: https://github.com/Esenthel/EsenthelEngine.git
- Code language: C, C++
- Code license: Custom (restrictive)
## Building
- Build system: Make

17
games/etterna.md Normal file
View File

@ -0,0 +1,17 @@
# Etterna
_Rhythm game focused on keyboard play._
- Home: https://etternaonline.com/
- State: beta
- Download: https://github.com/etternagame/etterna/releases
- Platform: Windows, macOS
- Keywords: music
- Code repository: https://github.com/etternagame/etterna.git
- Code language: C, C++, Lua
- Code license: MIT
## Building
- Build system: CMake

17
games/falttergeist.md Normal file
View File

@ -0,0 +1,17 @@
# Falltergeist
_Fallout 2 engine._
- Home: https://web.archive.org/web/20190622033445/https://falltergeist.org/
- State: beta
- Download: https://github.com/falltergeist/falltergeist/releases
- Platform: Windows, Linux
- Keywords: role playing, commercial content, game engine, inspired by Fallout 2, remake, requires original content
- Code repository: https://github.com/falltergeist/falltergeist.git
- Code language: C++
- Code license: GPL-3.0
- Code dependencies: GLEW, SDL2
## Building
- Build system: CMake

18
games/flappy_cow.md Normal file
View File

@ -0,0 +1,18 @@
# Flappy Cow
_Flappy Bird style game._
- Home: https://github.com/cubei/FlappyCow
- State: mature
- Download: https://play.google.com/store/apps/details?id=com.quchen.flappycow
- Platform: Android
- Keywords: remake, inspired by Flappy Bird, skill
- Code repository: https://github.com/cubei/FlappyCow.git
- Code language: Java
- Code license: MIT
Renamed to FlutterCow because of a Google policy.
## Building
- Build system: Gradle

View File

@ -7,7 +7,7 @@ _FreeCol is a turn-based strategy game based on the old game Colonization, and s
- State: mature
- Download: http://www.freecol.org/download.html
- Keywords: strategy, inspired by Sid Meier's Colonization, multiplayer, remake, turn-based
- Code repository: https://git.code.sf.net/p/freecol/git
- Code repository: https://github.com/FreeCol/freecol.git, https://git.code.sf.net/p/freecol/git (+)
- Code language: Java
- Code license: GPL-2.0

14
games/gorogue.md Normal file
View File

@ -0,0 +1,14 @@
# GoRogue
_Roguelike/2D game utility library._
- Home: https://github.com/Chris3606/GoRogue
- State: mature
- Download: https://github.com/Chris3606/GoRogue/releases
- Platform: Windows
- Keywords: tool, library
- Code repository: https://github.com/Chris3606/GoRogue.git
- Code language: C#
- Code license: MIT
## Building

View File

@ -7,7 +7,7 @@ _Clone of Worms Series._
- Download: http://hedgewars.org/download.html
- Platform: Windows, Linux, iOS
- Keywords: action, artillery, clone, inspired by Worms Series, turn-based
- Code repository: http://hg.hedgewars.org/hedgewars/ (hg)
- Code repository: http://hg.hedgewars.org/hedgewars/ (hg), https://github.com/hedgewars/hw.git (+)
- Code language: Lua, C, C++, Pascal, Haskell
- Code license: GPL-2.0
- Code dependencies: Qt, SDL

15
games/libre_pinball.md Normal file
View File

@ -0,0 +1,15 @@
# Libre Pinball
_Pinball game._
- Home: https://github.com/Calinou/libre-pinball
- State: beta, inactive since 2015
- Keywords: sports, open content
- Code repository: https://github.com/Calinou/libre-pinball.git
- Code language: GDScript
- Code license: MIT
- Code dependencies: Godot engine
- Assets license: CC0, CC-BY-SA-3.0
## Building

View File

@ -6,7 +6,7 @@ _3D Game Engine_
- State: beta
- Download: https://github.com/nem0/LumixEngine/releases
- Keywords: framework, 3D
- Code repository: https://github.com/nem0/lumixengine.git, https://github.com/nem0/lumixengine_data.git (related)
- Code repository: https://github.com/nem0/LumixEngine.git, https://github.com/nem0/lumixengine_data.git (related)
- Code language: C++
- Code license: MIT

16
games/nazara_engine.md Normal file
View File

@ -0,0 +1,16 @@
# Nazara Engine
_General purpose game framework._
- Home: https://github.com/DigitalPulseSoftware/NazaraEngine
- State: beta
- Platform: Windows, Linux
- Keywords: framework
- Code repository: https://github.com/DigitalPulseSoftware/NazaraEngine.git
- Code language: C, C++
- Code license: MIT
## Building
- Build system: premake
- Build instructions: https://github.com/DigitalPulseSoftware/NazaraEngine/blob/master/INSTALL.md

16
games/open_flood.md Normal file
View File

@ -0,0 +1,16 @@
# Open Flood
_Flood fill puzzle game._
- Home: https://github.com/GunshipPenguin/open_flood
- State: mature, inactive since 2018
- Download: https://play.google.com/store/apps/details?id=com.gunshippenguin.openflood, https://f-droid.org/packages/com.gunshippenguin.openflood/
- Platform: Android
- Keywords: puzzle
- Code repository: https://github.com/GunshipPenguin/open_flood.git
- Code language: Java
- Code license: MIT
## Building
- Build system: Gradle

16
games/openkeeper.md Normal file
View File

@ -0,0 +1,16 @@
# OpenKeeper
_Remake of the Dungeon Keeper II engine._
- Home: https://github.com/tonihele/OpenKeeper
- State: beta
- Keywords: game engine, commercial content, inspired by Dungeon Keeper II, remake, requires original content
- Code repository: https://github.com/tonihele/OpenKeeper.git
- Code language: Java
- Code license: GPL-3.0
- Code dependencies: jMonkeyEngine
## Building
- Build system: Gradle

14
games/penumbra.md Normal file
View File

@ -0,0 +1,14 @@
# Penumbra
_Library that adds 2D lighting with shadowing effects._
- Home: https://github.com/discosultan/penumbra
- State: mature
- Keywords: library
- Code repository: https://github.com/discosultan/penumbra.git
- Code language: C#
- Code license: MIT
- Code dependencies: MonoGame
## Building

15
games/quartz_engine.md Normal file
View File

@ -0,0 +1,15 @@
# Quartz Engine
_Game engine with focus on adding content._
- Home: https://github.com/GentenStudios/quartz-engine/wiki
- State: beta
- Keywords: game engine
- Code repository: https://github.com/GentenStudios/quartz-engine.git
- Code language: C++
- Code license: 3-clause BSD
- Code dependencies: OpenGL
## Building
- Build system: CMake

16
games/raylib.md Normal file
View File

@ -0,0 +1,16 @@
# raylib
_Games framework inspired by Borland BGI graphics lib and by XNA framework._
- Home: https://www.raylib.com/
- State: mature
- Download: https://raysan5.itch.io/raylib
- Platform: Windows, Linux, macOS, Android, Web
- Keywords: framework
- Code repository: https://github.com/raysan5/raylib.git, https://github.com/ChrisDill/Raylib-cs.git (+)
- Code language: C, C++
- Code license: zlib
## Building
- Build system: CMake, Make

View File

@ -6,7 +6,7 @@ _Multiplayer online adventure game with an old school feel._
- State: mature
- Download: (see home)
- Keywords: role playing, multiplayer, online
- Code repository: https://git.code.sf.net/p/arianne/stendhal
- Code repository: https://github.com/arianne/stendhal.git, https://git.code.sf.net/p/arianne/stendhal (+)
- Code language: Java
- Code license: GPL-2.0

16
games/thunder_engine.md Normal file
View File

@ -0,0 +1,16 @@
# Thunder Engine
_Lightweight game engine for creating 2D and 3D games._
- Home: https://github.com/eprikazchikov/thunder
- State: beta
- Keywords: game engine
- Code repository: https://github.com/eprikazchikov/thunder.git
- Code language: C++
- Code license: Apache-2.0
- Code dependencies: Qt
## Building
- Build system: QMake

View File

@ -36,6 +36,7 @@
- **[Anagramarama](../anagramarama.md)** (C, GPL-2.0, beta, inactive since 2002)
- **[Ancient Beast](../ancient_beast.md)** (JavaScript, AGPL-3.0, mature)
- **[Andor's Trail](../andors_trail.md)** (Java, GPL-2.0, beta)
- **[android-chess](../android-chess.md)** (Java, C++, MIT, mature)
- **[Angband](../angband.md)** (C, GPL-2.0, mature)
- **[Angry Birds in Python](../angry_birds_in_python.md)** (Python, MIT, mature, inactive since 2017)
- **[Annchienta](../annchienta.md)** (C++, GPL-3.0, mature, inactive since 2009)
@ -45,6 +46,7 @@
- **[Apricots](../apricots.md)** (C++, GPL-2.0, beta, inactive since 2003)
- **[aquastax](../aquastax.md)** (JavaScript, MIT, beta)
- **[Arashi-JS](../arashi-js.md)** (JavaScript, GPL-2.0, beta, inactive since 2010)
- **[Arcane-Engine](../arcane-engine.md)** (C++, MIT, beta)
- **[Ardentryst](../ardentryst.md)** (Python, GPL-3.0, mature, inactive since 2009)
- **[Argentum Online](../argentum_online.md)** (Visual Basic, GPL-2.0, beta, inactive since 2014)
- **[Arianne / Marauroa](../arianne_marauroa.md)** (Java, GPL-2.0, mature)
@ -120,6 +122,7 @@
- **[BZFlag](../bzflag.md)** (C++, LGPL-2.1, MPL-2.0, mature)
- **[C-Dogs SDL](../c-dogs_sdl.md)** (C, GPL-2.0, mature)
- **[C-evo](../c-evo.md)** (Pascal, Public domain, GPL-3.0, mature, inactive since 2013)
- **[C3DE](../c3de.md)** (C#, MIT, beta)
- **[c64-nuclearreaction](../c64-nuclearreaction.md)** (C, Assembly, GPL-3.0, mature, inactive since 2014)
- **[Cabbages and Kings](../cabbages_and_kings.md)** (Python, MIT, mature)
- **[Cadaver](../cadaver.md)** (C++, GPL-2.0, beta, inactive since 2009)
@ -141,6 +144,7 @@
- **[cc94](../cc94.md)** (C++, Python, AGPL-3.0, beta)
- **[CCCP](../cccp.md)** (C++, AGPL-3.0, beta)
- **[Celestron](../celestron.md)** (Python, GPL-3.0, beta, inactive since 2012)
- **[CETech](../cetech.md)** (C, C++, CC0, beta)
- **[chainreaction](../chainreaction.md)** (Java, LGPL-3.0, mature, inactive since 2017)
- **[Childsplay](../childsplay.md)** (Python, GPL-3.0, mature)
- **[Chocolate Doom](../chocolate_doom.md)** (C, GPL-2.0, mature)
@ -173,6 +177,7 @@
- **[Crimson Fields](../crimson_fields.md)** (C++, GPL-2.0, mature, inactive since 2010)
- **[Crossfire](../crossfire.md)** (C, Java, GPL-2.0, mature)
- **[Crown and Cutlass](../crown_and_cutlass.md)** (C++, Custom, beta, inactive since 2009)
- **[Crown](../crown.md)** (C, C++, Vala, MIT, beta)
- **[Crypto++](../crypto.md)** (C++, Boost-1.0, mature)
- **[CrystalQuest](../crystalquest.md)** (JavaScript, MIT, mature, inactive since 2017)
- **[Cubosphere](../cubosphere.md)** (C, C++, GPL-3.0, beta)
@ -224,6 +229,7 @@
- **[Dragon History - Dračí Historie](../dragon_history-dra_historie.md)** (Pascal, Script, GPL-2.0, mature, inactive since 2010)
- **[Dragon Hunt](../dragon_hunt.md)** (Python, GPL-2.0, mature)
- **[DreamChess](../dreamchess.md)** (C, GPL-3.0, beta)
- **[DreeRally](../dreerally.md)** (C, C++, Custom, beta)
- **[DRL](../drl.md)** (Lua, Pascal, GPL-2.0, mature)
- **[Duck Marines](../duck_marines.md)** (Lua, zlib, mature, inactive since 2016)
- **[Duel Commander](../duel_commander.md)** (C, GPL-3.0, beta, inactive since 2009)
@ -240,6 +246,7 @@
- **[Dungeon Monkey Eternal](../dungeon_monkey_eternal.md)** (Python, GPL-2.0, mature, inactive since 2016)
- **[Dungeon Quest](../dungeon_quest.md)** (Java, MIT, mature)
- **[Dust Racing 2D](../dust_racing_2d.md)** (C, C++, GPL-3.0, mature)
- **[DwarfCorp](../dwarfcorp.md)** (C#, MIT, mature)
- **[DXX-Rebirth](../dxx-rebirth.md)** (C, C++, Python, GPL-3.0, Custom, mature)
- **[EasyRPG Player](../easyrpg_player.md)** (C++, GPL-3.0, mature)
- **[Eat The Whistle](../eat_the_whistle.md)** (C, ?, mature, inactive since 2017)
@ -259,9 +266,11 @@
- **[EPOH](../epoh.md)** (JavaScript, MIT, beta)
- **[erampage](../erampage.md)** (C, GPL-2.0, beta, inactive since 2015)
- **[Erebus](../erebus.md)** (C++, GPL-3.0, beta)
- **[Esenthel Engine](../esenthel_engine.md)** (C, C++, Custom, beta)
- **[ET: Legacy](../et_legacy.md)** (C, C++, Lua, GPL-3.0, mature)
- **[Eternal Lands](../eternal_lands.md)** (C, C++, Custom, mature)
- **[EternalWinterWars](../eternalwinterwars.md)** (Java, MIT, beta, inactive since 2014)
- **[Etterna](../etterna.md)** (C, C++, Lua, MIT, beta)
- **[Evil Cult](../evil_cult.md)** (Haxe, JavaScript, GPL-3.0, mature)
- **[Evol Online](../evol_online.md)** (C, GPL-3.0, mature)
- **[Executive Man](../executive_man.md)** (JavaScript, Custom, mature, inactive since 2017)
@ -272,10 +281,12 @@
- **[Fall of Imiryn](../fall_of_imiryn.md)** (C++, Python, GPL-3.0, beta, inactive since 2009)
- **[Fallen Spire](../fallen_spire.md)** (Python, GPL-3.0, beta, inactive since 2009)
- **[Falling Time](../falling_time.md)** (C, C++, GPL-2.0, mature)
- **[Falltergeist](../falttergeist.md)** (C++, GPL-3.0, beta)
- **[Fanwor](../fanwor.md)** (C, GPL-2.0, mature)
- **[FAR Colony](../far_colony.md)** (Pascal, GPL-3.0, beta, inactive since 2014)
- **[First Strike](../first_strike.md)** (Java, MIT, mature)
- **[Fish Fillets - Next Generation](../fish_fillets-next_generation.md)** (C++, GPL-2.0, mature)
- **[Flappy Cow](../flappy_cow.md)** (Java, MIT, mature)
- **[Flare](../flare.md)** (C++, Java, GPL-3.0, mature)
- **[Flex Engine](../flex_engine.md)** (C++, MIT, beta)
- **[FlightGear](../flightgear.md)** (C++, GPL-2.0, mature)
@ -350,6 +361,7 @@
- **[Gorc](../gorc.md)** (C++, Apache-2.0, beta)
- **[Gorillas-rs](../gorillas-rs.md)** (Rust, MIT, beta)
- **[Gorillas](../gorillas.md)** (Objective-C, JavaScript, Java Research License, mature, inactive since 2014)
- **[GoRogue](../gorogue.md)** (C#, MIT, mature)
- **[GPL Arcade Volleyball](../gpl_arcade_volleyball.md)** (C++, GPL-2.0, beta, inactive since 2006)
- **[Grabble](../grabble.md)** (Java, ?, mature, inactive since 2006)
- **[Greenius' Civil War](../greenius_civil_war.md)** (C++, GPL-2.0, beta, inactive since 2001)
@ -448,6 +460,7 @@
- **[LGeneral](../lgeneral.md)** (C, GPL-2.0, mature, inactive since 2017)
- **[libGDX](../libgdx.md)** (Java, C++, C, Apache-2.0, mature)
- **[libpng](../libpng.md)** (C, Custom, mature)
- **[Libre Pinball](../libre_pinball.md)** (GDScript, MIT, beta, inactive since 2015)
- **[Librelancer](../librelancer.md)** (C, C#, MIT, beta)
- **[Libxml2](../libxml2.md)** (C, MIT, mature)
- **[Lightweight Java Game Library](../lightweight_java_game_library.md)** (Kotlin, C, 3-clause BSD, mature)
@ -515,6 +528,7 @@
- **[Mr.Boom](../mrboom.md)** (C++, MIT, mature)
- **[Murder In The Public Domain](../murder_in_the_public_domain.md)** (C++, GPL-3.0, mature, inactive since 2013)
- **[Naev](../naev.md)** (C, Lua, GPL-3.0, mature)
- **[Nazara Engine](../nazara_engine.md)** (C, C++, MIT, beta)
- **[NBlood](../nblood.md)** (C, C++, Lua, GPL-2.0, mature)
- **[Netacka](../netacka.md)** (C, MIT, mature)
- **[NetHack](../nethack.md)** (C, Custom, mature)
@ -545,6 +559,7 @@
- **[Open Apocalypse](../open_apocalypse.md)** (C++, MIT, mature)
- **[Open Creatures](../open_creatures.md)** (C, C++, Python, LGPL-2.1, beta, inactive since 2010)
- **[Open Cube](../open_cube.md)** (C++, zlib, beta, inactive since 2017)
- **[Open Flood](../open_flood.md)** (Java, MIT, mature, inactive since 2018)
- **[Open Fodder](../open_fodder.md)** (C, C++, GPL-3.0, mature)
- **[Open Game Engine](../open_game_engine.md)** (C++, LGPL-2.1, beta, inactive since 2008)
- **[Open Hexagon](../open_hexagon.md)** (C++, AFL-3.0, mature)
@ -587,6 +602,7 @@
- **[OpenHoMM](../openhomm.md)** (C++, GPL-3.0, beta, inactive since 2010)
- **[OpenJazz](../openjazz.md)** (C++, GPL-2.0, beta)
- **[OpenJK](../openjk.md)** (C, C++, GPL-2.0, beta)
- **[OpenKeeper](../openkeeper.md)** (Java, GPL-3.0, beta)
- **[OpenLara](../openlara.md)** (C++, 2-clause BSD, mature)
- **[OpenLiero](../openliero.md)** (C++, Custom, mature, inactive since 2015)
- **[OpenLieroX](../openlierox.md)** (C++, LGPL-2.0, mature)
@ -646,6 +662,7 @@
- **[Pax Britannica](../pax_britannica.md)** (Lua, C, MIT, mature)
- **[PCGen](../pcgen.md)** (Java, LGPL-2.1, mature)
- **[Pentagram](../pentagram.md)** (C++, GPL-2.0, beta, inactive since 2018)
- **[Penumbra](../penumbra.md)** (C#, MIT, mature)
- **[Performous](../performous.md)** (C, C++, GPL-2.0, mature)
- **[Phantasy Star Rebirth](../phantasy_star_rebirth.md)** (C++, GPL-3.0, beta, inactive since 2013)
- **[Pingus](../pingus.md)** (C++, GPL-3.0, mature)
@ -685,6 +702,7 @@
- **[Quad-engine](../quad-engine.md)** (Pascal, MIT, beta)
- **[QuakeJS](../quakejs.md)** (JavaScript, MIT, mature)
- **[QuakeSpasm](../quakespasm.md)** (C, GPL-2.0, mature)
- **[Quartz Engine](../quartz_engine.md)** (C++, 3-clause BSD, beta)
- **[Rabbit Escape](../rabbit_escape.md)** (Java, GPL-2.0, mature)
- **[Race Into Space](../race_into_space.md)** (C, C++, GPL-2.0, mature)
- **[RacerJS](../racerjs.md)** (JavaScript, MIT, mature, inactive since 2010)
@ -692,6 +710,7 @@
- **[Ragel](../ragel.md)** (C++, MIT, mature)
- **[Rails: an 18xx game system](../rails_an_18xx_game_system.md)** (Java, GPL-2.0, mature)
- **[ransack](../ransack.md)** (Python, MIT, mature, inactive since 2016)
- **[raylib](../raylib.md)** (C, C++, zlib, mature)
- **[RBDOOM-3-BFG](../rbdoom-3-bfg.md)** (C, C++, GPL-3.0, mature)
- **[Red Eclipse](../red_eclipse.md)** (C++, zlib, mature)
- **[Reflection Keen](../reflection_keen.md)** (C, Lua, GPL-2.0, mature)
@ -850,6 +869,7 @@
- **[Thousand Parsec](../thousand_parsec.md)** (C++, Python, GPL-2.0, beta, inactive since 2012)
- **[Thrive](../thrive.md)** (C++, AngelScript, JavaScript, GPL-3.0, beta)
- **[Thrust](../thrust.md)** (C, GPL-2.0, beta, inactive since 2006)
- **[Thunder Engine](../thunder_engine.md)** (C++, Apache-2.0, beta)
- **[Thyme](../thyme.md)** (C, C++, GPL-2.0, beta)
- **[Tile World](../tile_world.md)** (C, GPL-2.0, mature, inactive since 2015)
- **[TinTin++](../tintin.md)** (C, GPL-3.0, mature)
@ -859,6 +879,7 @@
- **[TORCS, The Open Racing Car Simulator](../torcs_the_open_racing_car_simulator.md)** (C++, GPL-2.0, mature, inactive since 2016)
- **[Torrega Race](../torrega_race.md)** (Lua, GPL-3.0, mature, inactive since 2015)
- **[Total Annihilation 3D](../total_annihilation_3d.md)** (C++, C, Lua, GPL-2.0, beta, inactive since 2017)
- **[TowerJumper](../towerjumper.md)** (C++, GDScript, GPL-3.0, mature)
- **[Trackballs](../trackballs.md)** (C++, Scheme, GPL-2.0, mature)
- **[Train](../train.md)** (Java, 3-clause BSD, beta)
- **[Transfusion](../transfusion.md)** (C, GPL-2.0, beta, inactive since 2007)

View File

@ -2,6 +2,7 @@
# Android
- **[Andor's Trail](../andors_trail.md)** (Java, GPL-2.0, beta)
- **[android-chess](../android-chess.md)** (Java, C++, MIT, mature)
- **[Battleround](../battleround.md)** (Java, Apache-2.0, beta, inactive since 2015)
- **[Biniax](../biniax.md)** (C, zlib, mature, inactive since 2012)
- **[DemiGod](../demigod.md)** (Java, GPL-3.0, beta, inactive since 2013)
@ -9,7 +10,9 @@
- **[Dungeon Hero](../dungeon_hero.md)** (Java, MIT, mature)
- **[Dungeon Quest](../dungeon_quest.md)** (Java, MIT, mature)
- **[ECWolf](../ecwolf.md)** (C++, GPL-2.0, BSD, LGPL-2.1, Libpng, zlib, bzip2, MIT, IJG, Public domain, mature)
- **[Esenthel Engine](../esenthel_engine.md)** (C, C++, Custom, beta)
- **[EternalWinterWars](../eternalwinterwars.md)** (Java, MIT, beta, inactive since 2014)
- **[Flappy Cow](../flappy_cow.md)** (Java, MIT, mature)
- **[FreeBlocks](../freeblocks.md)** (C, Java, GPL-3.0, beta, inactive since 2015)
- **[Golly](../golly.md)** (C++, Java, GPL-2.0, mature)
- **[HyperRogue](../hyperrogue.md)** (C++, GPL-2.0, mature)
@ -21,6 +24,7 @@
- **[Mercenary Commander](../mercenary_commander.md)** (Java, 3-clause BSD, beta, inactive since 2010)
- **[Minetest](../minetest.md)** (C, C++, Lua, LGPL-2.1, mature)
- **[Morpheus Web Remake](../morpheus_web_remake.md)** (Javascript, MIT, beta)
- **[Open Flood](../open_flood.md)** (Java, MIT, mature, inactive since 2018)
- **[Open RSC](../open_rsc.md)** (Java, GPL-3.0, mature)
- **[OpenLara](../openlara.md)** (C++, 2-clause BSD, mature)
- **[openMSX](../openmsx.md)** (C++, GPL-2.0, mature)
@ -28,10 +32,12 @@
- **[PokerTH](../pokerth.md)** (C++, AGPL-3.0, mature, inactive since 2017)
- **[Powerslide remake](../powerslide_remake.md)** (C++, MIT, beta)
- **[Rabbit Escape](../rabbit_escape.md)** (Java, GPL-2.0, mature)
- **[raylib](../raylib.md)** (C, C++, zlib, mature)
- **[SanAndreasUnity](../sanandreasunity.md)** (C#, MIT, mature)
- **[Simple-Solitaire](../simple-solitaire.md)** (Java, GPL-3.0, mature)
- **[The Powder Toy](../the_powder_toy.md)** (C++, C, Lua, Python, GPL-3.0, mature)
- **[TinTin++](../tintin.md)** (C, GPL-3.0, mature)
- **[TowerJumper](../towerjumper.md)** (C++, GDScript, GPL-3.0, mature)
- **[Turn of War](../turn_of_war.md)** (Java, GPL-3.0, beta, inactive since 2014)
- **[UnCiv](../unciv.md)** (Kotlin, MPL-2.0, beta)
- **[warcraft-remake](../warcraft-remake.md)** (Java, GPL-2.0, beta)

View File

@ -34,6 +34,7 @@
- **[Minetest](../minetest.md)** (C, C++, Lua, LGPL-2.1, mature)
- **[mkxp](../mkxp.md)** (C++, C, GPL-2.0, mature)
- **[MonoGame](../monogame.md)** (C#, Ms-PL, MIT, mature)
- **[Nazara Engine](../nazara_engine.md)** (C, C++, MIT, beta)
- **[O.H.R.RPG.C.E.](../ohrrpgce.md)** (Basic, GPL-2.0, mature)
- **[Octaforge](../octaforge.md)** (C++, Custom, mature)
- **[OGRE3D](../ogre3d.md)** (C++, MIT, mature)
@ -48,6 +49,7 @@
- **[pyORPG](../pyorpg.md)** (Python, MIT, beta, inactive since 2015)
- **[Qt](../qt.md)** (C++, LGPL-3.0, mature)
- **[Quad-engine](../quad-engine.md)** (Pascal, MIT, beta)
- **[raylib](../raylib.md)** (C, C++, zlib, mature)
- **[rpge](../rpge.md)** (C, GPL-3.0, beta, inactive since 2014)
- **[sandbox Game Maker](../sandbox_game_maker.md)** (C++, C, Custom, mature, inactive since 2014)
- **[Scrolling Game Development Kit 2](../scrolling_game_development_kit_2.md)** (C#, GPL-2.0, mature, inactive since 2017)

View File

@ -1,11 +1,18 @@
[comment]: # (autogenerated content, do not edit)
# Game engine
- **[C3DE](../c3de.md)** (C#, MIT, beta)
- **[Castle Game Engine](../castle_game_engine.md)** (Pascal, LGPL-2.0, mature)
- **[CETech](../cetech.md)** (C, C++, CC0, beta)
- **[Crown](../crown.md)** (C, C++, Vala, MIT, beta)
- **[DelverEngine](../delverengine.md)** (Java, Custom, beta)
- **[DesktopAdventures](../desktopadventures.md)** (C, LGPL-2.1, beta)
- **[Do It Yourself Doom With SDL](../do_it_yourself_doom_with_sdl.md)** (C++, MIT, beta)
- **[DreeRally](../dreerally.md)** (C, C++, Custom, beta)
- **[DwarfCorp](../dwarfcorp.md)** (C#, MIT, mature)
- **[erampage](../erampage.md)** (C, GPL-2.0, beta, inactive since 2015)
- **[Esenthel Engine](../esenthel_engine.md)** (C, C++, Custom, beta)
- **[Falltergeist](../falttergeist.md)** (C++, GPL-3.0, beta)
- **[Flare](../flare.md)** (C++, Java, GPL-3.0, mature)
- **[Free in the Dark (engine)](../free_in_the_dark_engine.md)** (C, C++, GPL-2.0, beta)
- **[FreeSO](../freeso.md)** (C#, MPL-2.0, beta)
@ -23,6 +30,7 @@
- **[openage](../openage.md)** (C++, Python, GPL-3.0, beta)
- **[OpenGothic](../opengothic.md)** (C++, MIT, beta)
- **[OpenJK](../openjk.md)** (C, C++, GPL-2.0, beta)
- **[OpenKeeper](../openkeeper.md)** (Java, GPL-3.0, beta)
- **[OpenMW](../openmw.md)** (C++, GPL-3.0, mature)
- **[OpenNFS](../opennfs.md)** (C, C++, MIT, beta)
- **[OpenRW](../openrw.md)** (C, C++, GPL-3.0, beta)
@ -32,6 +40,7 @@
- **[PainTown](../paintown.md)** (C++, Java, Python, 3-clause BSD, mature)
- **[Pentagram](../pentagram.md)** (C++, GPL-2.0, beta, inactive since 2018)
- **[Q-Gears](../q-gears.md)** (C, C++, GPL-2.0, beta, inactive since 2015)
- **[Quartz Engine](../quartz_engine.md)** (C++, 3-clause BSD, beta)
- **[RBDOOM-3-BFG](../rbdoom-3-bfg.md)** (C, C++, GPL-3.0, mature)
- **[ResidualVM](../residualvm.md)** (C++, GPL-2.0, beta)
- **[Rigel Engine](../rigel_engine.md)** (C++, GPL-2.0, beta)
@ -40,6 +49,7 @@
- **[Spring](../spring.md)** (C++, C, Lua, GPL-2.0, mature)
- **[sundog](../sundog.md)** (C, C++, Python, MIT, beta)
- **[Tapir](../tapir.md)** (C, Ruby, Apache-2.0, MIT, beta, inactive since 2017)
- **[Thunder Engine](../thunder_engine.md)** (C++, Apache-2.0, beta)
- **[twin-e](../twin-e.md)** (C, GPL-2.0, beta, inactive since 2015)
- **[TwinEngine](../twinengine.md)** (C, GPL-2.0, mature, inactive since 2015)
- **[urde](../urde.md)** (C, C++, MIT, beta)

View File

@ -2,6 +2,7 @@
# iOS
- **[DOOM-iOS](../doom-ios.md)** (C++, GPL-2.0, mature, inactive since 2012)
- **[Esenthel Engine](../esenthel_engine.md)** (C, C++, Custom, beta)
- **[Gorillas](../gorillas.md)** (Objective-C, JavaScript, Java Research License, mature, inactive since 2014)
- **[Hedgewars](../hedgewars.md)** (Lua, C, C++, Pascal, Haskell, GPL-2.0, mature)
- **[OpenLara](../openlara.md)** (C++, 2-clause BSD, mature)

View File

@ -1,10 +1,12 @@
[comment]: # (autogenerated content, do not edit)
# Library
- **[Arcane-Engine](../arcane-engine.md)** (C++, MIT, beta)
- **[Boost (C++ Libraries)](../boost_c_libraries.md)** (C++, Boost-1.0, mature)
- **[Crypto++](../crypto.md)** (C++, Boost-1.0, mature)
- **[Doxygen](../doxygen.md)** (C++, GPL-2.0, mature)
- **[FreeType](../freetype.md)** (C, GPL-2.0, Custom, mature)
- **[GoRogue](../gorogue.md)** (C#, MIT, mature)
- **[HarfBuzz](../harfbuzz.md)** (C++, MIT, mature)
- **[libpng](../libpng.md)** (C, Custom, mature)
- **[Libxml2](../libxml2.md)** (C, MIT, mature)
@ -13,6 +15,7 @@
- **[Open AL Soft](../open_al_soft.md)** (C, LGPL-2.0, mature)
- **[Open AL](../open_al.md)** (C, Proprietary, mature)
- **[OpenSSL](../openssl.md)** (C, Custom, mature)
- **[Penumbra](../penumbra.md)** (C#, MIT, mature)
- **[pkg-config](../pkg-config.md)** (C, GPL-2.0, mature)
- **[Pthreads-win32](../pthreads-win32.md)** (C, LGPL-2.1, mature)
- **[Ragel](../ragel.md)** (C++, MIT, mature)

View File

@ -38,6 +38,7 @@
- **[CaesarIA](../caesaria.md)** (C++, JavaScript, GPL-3.0, beta)
- **[Cart Life](../cart_life.md)** (AGS Script, Custom, mature, inactive since 2014)
- **[Cataclysm: Dark Days Ahead](../cataclysm_dark_days_ahead.md)** (C++, CC-BY-SA-3.0, mature)
- **[CETech](../cetech.md)** (C, C++, CC0, beta)
- **[Childsplay](../childsplay.md)** (Python, GPL-3.0, mature)
- **[Chocolate Doom](../chocolate_doom.md)** (C, GPL-2.0, mature)
- **[Clonepoint](../clonepoint.md)** (C++, GPL-3.0, beta)
@ -45,6 +46,7 @@
- **[Cosmosmash](../cosmosmash.md)** (C++, GPL-2.0, mature, inactive since 2013)
- **[Crack Attack!](../crack_attack.md)** (C++, GPL-2.0, mature, inactive since 2005)
- **[Craft](../craft.md)** (C, Python, MIT, mature, inactive since 2017)
- **[Crown](../crown.md)** (C, C++, Vala, MIT, beta)
- **[Curse of War](../curse_of_war.md)** (C, C++, GPL-3.0, mature, inactive since 2014)
- **[Cytadela](../cytadela.md)** (C++, GPL-3.0, beta, inactive since 2013)
- **[D2X-XL](../d2x-xl.md)** (C++, Custom, GPL-2.0, mature, inactive since 2015)
@ -62,13 +64,16 @@
- **[DRL](../drl.md)** (Lua, Pascal, GPL-2.0, mature)
- **[Duck Marines](../duck_marines.md)** (Lua, zlib, mature, inactive since 2016)
- **[Dust Racing 2D](../dust_racing_2d.md)** (C, C++, GPL-3.0, mature)
- **[DwarfCorp](../dwarfcorp.md)** (C#, MIT, mature)
- **[DXX-Rebirth](../dxx-rebirth.md)** (C, C++, Python, GPL-3.0, Custom, mature)
- **[Eat The Whistle](../eat_the_whistle.md)** (C, ?, mature, inactive since 2017)
- **[ECWolf](../ecwolf.md)** (C++, GPL-2.0, BSD, LGPL-2.1, Libpng, zlib, bzip2, MIT, IJG, Public domain, mature)
- **[Enigma](../enigma.md)** (C, C++, GPL-2.0, mature)
- **[Esenthel Engine](../esenthel_engine.md)** (C, C++, Custom, beta)
- **[ET: Legacy](../et_legacy.md)** (C, C++, Lua, GPL-3.0, mature)
- **[ezQuake](../ezquake.md)** (C, C++, GPL-2.0, mature)
- **[F-1 Spirit](../f-1_spirit.md)** (C++, ??, beta, inactive since 2009)
- **[Falltergeist](../falttergeist.md)** (C++, GPL-3.0, beta)
- **[Fish Fillets - Next Generation](../fish_fillets-next_generation.md)** (C++, GPL-2.0, mature)
- **[Flare](../flare.md)** (C++, Java, GPL-3.0, mature)
- **[Free Mars](../free_mars.md)** (Java, GPL-3.0, mature)
@ -112,6 +117,7 @@
- **[Mininim](../mininim.md)** (C, GPL-3.0, beta, inactive since 2017)
- **[Morpheus Web Remake](../morpheus_web_remake.md)** (Javascript, MIT, beta)
- **[Murder In The Public Domain](../murder_in_the_public_domain.md)** (C++, GPL-3.0, mature, inactive since 2013)
- **[Nazara Engine](../nazara_engine.md)** (C, C++, MIT, beta)
- **[Netrek](../netrek.md)** (C, Custom, mature, inactive since 2009)
- **[NFSIISE](../nfsiise.md)** (C, MIT, mature)
- **[NullpoMino](../nullpomino.md)** (Java, 3-clause BSD, mature)
@ -150,6 +156,7 @@
- **[QuakeSpasm](../quakespasm.md)** (C, GPL-2.0, mature)
- **[Rabbit Escape](../rabbit_escape.md)** (Java, GPL-2.0, mature)
- **[Race Into Space](../race_into_space.md)** (C, C++, GPL-2.0, mature)
- **[raylib](../raylib.md)** (C, C++, zlib, mature)
- **[RPG-X](../rpg-x.md)** (C, GPL-2.0, mature, inactive since 2015)
- **[SanAndreasUnity](../sanandreasunity.md)** (C#, MIT, mature)
- **[Scorched3D](../scorched3d.md)** (C++, GPL-2.0, mature, inactive since 2014)

View File

@ -15,6 +15,7 @@
- **[C-Dogs SDL](../c-dogs_sdl.md)** (C, GPL-2.0, mature)
- **[CaesarIA](../caesaria.md)** (C++, JavaScript, GPL-3.0, beta)
- **[Cataclysm: Dark Days Ahead](../cataclysm_dark_days_ahead.md)** (C++, CC-BY-SA-3.0, mature)
- **[CETech](../cetech.md)** (C, C++, CC0, beta)
- **[Chocolate Doom](../chocolate_doom.md)** (C, GPL-2.0, mature)
- **[Circus Linux!](../circus_linux.md)** (C, GPL-2.0, mature, inactive since 2000)
- **[Colditz Escape](../colditz_escape.md)** (C, GPL-3.0, mature)
@ -34,10 +35,13 @@
- **[DreamChess](../dreamchess.md)** (C, GPL-3.0, beta)
- **[DRL](../drl.md)** (Lua, Pascal, GPL-2.0, mature)
- **[Duck Marines](../duck_marines.md)** (Lua, zlib, mature, inactive since 2016)
- **[DwarfCorp](../dwarfcorp.md)** (C#, MIT, mature)
- **[Eat The Whistle](../eat_the_whistle.md)** (C, ?, mature, inactive since 2017)
- **[ECWolf](../ecwolf.md)** (C++, GPL-2.0, BSD, LGPL-2.1, Libpng, zlib, bzip2, MIT, IJG, Public domain, mature)
- **[Enigma](../enigma.md)** (C, C++, GPL-2.0, mature)
- **[Esenthel Engine](../esenthel_engine.md)** (C, C++, Custom, beta)
- **[ET: Legacy](../et_legacy.md)** (C, C++, Lua, GPL-3.0, mature)
- **[Etterna](../etterna.md)** (C, C++, Lua, MIT, beta)
- **[ezQuake](../ezquake.md)** (C, C++, GPL-2.0, mature)
- **[F-1 Spirit](../f-1_spirit.md)** (C++, ??, beta, inactive since 2009)
- **[Fish Fillets - Next Generation](../fish_fillets-next_generation.md)** (C++, GPL-2.0, mature)
@ -100,6 +104,7 @@
- **[QuakeSpasm](../quakespasm.md)** (C, GPL-2.0, mature)
- **[Rabbit Escape](../rabbit_escape.md)** (Java, GPL-2.0, mature)
- **[Race Into Space](../race_into_space.md)** (C, C++, GPL-2.0, mature)
- **[raylib](../raylib.md)** (C, C++, zlib, mature)
- **[ResidualVM](../residualvm.md)** (C++, GPL-2.0, beta)
- **[Scrabble3D](../scrabble3d.md)** (Pascal, GPL-3.0, mature, inactive since 2015)
- **[Shockolate](../shockolate.md)** (C, GPL-3.0, beta)

View File

@ -1,6 +1,7 @@
[comment]: # (autogenerated content, do not edit)
# Music
- **[Etterna](../etterna.md)** (C, C++, Lua, MIT, beta)
- **[Frets on Fire X](../frets_on_fire_x.md)** (Python, GPL-2.0, mature)
- **[Frets on Fire](../frets_on_fire.md)** (Python, GPL-2.0, mature, inactive since 2008)
- **[Performous](../performous.md)** (C, C++, GPL-2.0, mature)

View File

@ -52,6 +52,7 @@
- **[Mirror Magic](../mirror_magic.md)** (C, GPL-2.0, mature)
- **[Nighthawk](../nighthawk.md)** (C++, GPL-2.0, mature, inactive since 2004)
- **[One Way To Go](../one_way_to_go.md)** (Lua, GPL-3.0, mature, inactive since 2011)
- **[Open Flood](../open_flood.md)** (Java, MIT, mature, inactive since 2018)
- **[Open Hexagon](../open_hexagon.md)** (C++, AFL-3.0, mature)
- **[OpenBlok](../openblok.md)** (C++, GPL-3.0, beta)
- **[OpenNotrium](../opennotrium.md)** (C++, GPL-3.0, beta)

View File

@ -84,6 +84,7 @@
- **[Doom64EX](../doom64ex.md)** (C, C++, GPL-2.0, mature)
- **[Doomsday](../doomsday.md)** (C, C++, GPL-2.0, GPL-3.0, LGPL-3.0, mature)
- **[Dope Wars](../dope_wars.md)** (C, GPL-2.0, mature, inactive since 2013)
- **[DreeRally](../dreerally.md)** (C, C++, Custom, beta)
- **[Duck Marines](../duck_marines.md)** (Lua, zlib, mature, inactive since 2016)
- **[Duke3D](../duke3d.md)** (C, GPL-2.0, beta, inactive since 2009)
- **[Duke3d_w32](../duke3dw32.md)** (C, GPL-2.0, beta, inactive since 2008)
@ -105,7 +106,9 @@
- **[Exult](../exult.md)** (C++, GPL-2.0, mature)
- **[ezQuake](../ezquake.md)** (C, C++, GPL-2.0, mature)
- **[F-1 Spirit](../f-1_spirit.md)** (C++, ??, beta, inactive since 2009)
- **[Falltergeist](../falttergeist.md)** (C++, GPL-3.0, beta)
- **[Fanwor](../fanwor.md)** (C, GPL-2.0, mature)
- **[Flappy Cow](../flappy_cow.md)** (Java, MIT, mature)
- **[Fluid Table Tennis](../fluid_table_tennis.md)** (JavaScript, MIT, mature, inactive since 2013)
- **[fonline](../fonline.md)** (C, C++, GPL-3.0, beta)
- **[Forsaken](../forsaken.md)** (C, C++, GPL-2.0, Proprietary, beta, inactive since 2013)
@ -260,6 +263,7 @@
- **[OpenGothic](../opengothic.md)** (C++, MIT, beta)
- **[OpenJazz](../openjazz.md)** (C++, GPL-2.0, beta)
- **[OpenJK](../openjk.md)** (C, C++, GPL-2.0, beta)
- **[OpenKeeper](../openkeeper.md)** (Java, GPL-3.0, beta)
- **[OpenLara](../openlara.md)** (C++, 2-clause BSD, mature)
- **[OpenLiero](../openliero.md)** (C++, Custom, mature, inactive since 2015)
- **[OpenLieroX](../openlierox.md)** (C++, LGPL-2.0, mature)

View File

@ -52,6 +52,7 @@
- **[Fall of Imiryn](../fall_of_imiryn.md)** (C++, Python, GPL-3.0, beta, inactive since 2009)
- **[Fallen Spire](../fallen_spire.md)** (Python, GPL-3.0, beta, inactive since 2009)
- **[Falling Time](../falling_time.md)** (C, C++, GPL-2.0, mature)
- **[Falltergeist](../falttergeist.md)** (C++, GPL-3.0, beta)
- **[freeablo](../freeablo.md)** (C++, GPL-3.0, beta)
- **[FreedroidRPG](../freedroidrpg.md)** (C, C++, Lua, GPL-2.0, mature)
- **[Fujo](../fujo.md)** (Python, CC-BY-SA-4.0, mature, inactive since 2014)

View File

@ -8,6 +8,7 @@
- **[GPL Arcade Volleyball](../gpl_arcade_volleyball.md)** (C++, GPL-2.0, beta, inactive since 2006)
- **[H-Craft Championship](../h-craft_championship.md)** (C++, zlib, mature, inactive since 2015)
- **[HoverRace](../hoverrace.md)** (C++, Custom NC, mature, inactive since 2016)
- **[Libre Pinball](../libre_pinball.md)** (GDScript, MIT, beta, inactive since 2015)
- **[NetStatsBaseball](../netstatsbaseball.md)** (C, Public domain, mature)
- **[Open Soccer Star](../open_soccer_star.md)** (PHP, GPL-3.0, beta)
- **[OpenSoccer](../opensoccer.md)** (PHP, GPL-3.0, beta)

View File

@ -9,6 +9,7 @@
- **[Alien Assault Traders](../alien_assault_traders.md)** (PHP, GPL-2.0, beta, inactive since 2009)
- **[Allure of the Stars](../allure_of_the_stars.md)** (Haskell, AGPL-3.0, beta)
- **[Ancient Beast](../ancient_beast.md)** (JavaScript, AGPL-3.0, mature)
- **[android-chess](../android-chess.md)** (Java, C++, MIT, mature)
- **[Annex: Conquer the World](../annex_conquer_the_world.md)** (MegaGlest Script, GPL-3.0, mature, inactive since 2014)
- **[Antares](../antares.md)** (C++, LGPL-3.0, beta)
- **[AntiChess](../antichess.md)** (Java, MIT, mature, inactive since 2003)
@ -55,6 +56,7 @@
- **[Dune Dynasty](../dune_dynasty.md)** (C, GPL-2.0, mature, inactive since 2014)
- **[Dune II - The Maker](../dune_ii-the_maker.md)** (Java, MIT, beta)
- **[Dune Legacy](../dune_legacy.md)** (C++, GPL-2.0, mature)
- **[DwarfCorp](../dwarfcorp.md)** (C#, MIT, mature)
- **[Endgame: Singularity](../endgame_singularity.md)** (Python, GPL-2.0, beta)
- **[EPOH](../epoh.md)** (JavaScript, MIT, beta)
- **[EternalWinterWars](../eternalwinterwars.md)** (Java, MIT, beta, inactive since 2014)
@ -182,6 +184,7 @@
- **[Thrive](../thrive.md)** (C++, AngelScript, JavaScript, GPL-3.0, beta)
- **[Thyme](../thyme.md)** (C, C++, GPL-2.0, beta)
- **[Total Annihilation 3D](../total_annihilation_3d.md)** (C++, C, Lua, GPL-2.0, beta, inactive since 2017)
- **[TowerJumper](../towerjumper.md)** (C++, GDScript, GPL-3.0, mature)
- **[TripleA](../triplea.md)** (Java, GPL-2.0, mature)
- **[Turious](../turious.md)** (C, GPL-3.0, beta, inactive since 2014)
- **[Turn of War](../turn_of_war.md)** (Java, GPL-3.0, beta, inactive since 2014)

View File

@ -8,6 +8,7 @@
- **[Doxygen](../doxygen.md)** (C++, GPL-2.0, mature)
- **[Dungeon Mapper](../dungeon_mapper.md)** (C++, GPL-3.0, beta, inactive since 2013)
- **[GM Tools](../gm_tools.md)** (C++, GPL-2.0, beta, inactive since 2004)
- **[GoRogue](../gorogue.md)** (C#, MIT, mature)
- **[JaNaG - Java Name Generator](../janag-java_name_generator.md)** (Java, GPL-3.0, mature, inactive since 2016)
- **[Monster Generator](../monster_generator.md)** (Java, MIT, mature)
- **[PCGen](../pcgen.md)** (Java, LGPL-2.1, mature)

View File

@ -12,6 +12,7 @@
- **[cc94](../cc94.md)** (C++, Python, AGPL-3.0, beta)
- **[Clumsy Bird](../clumsy_bird.md)** (JavaScript, MIT, mature, inactive since 2017)
- **[Devana](../devana.md)** (PHP, zlib, beta)
- **[Esenthel Engine](../esenthel_engine.md)** (C, C++, Custom, beta)
- **[Executive Man](../executive_man.md)** (JavaScript, Custom, mature, inactive since 2017)
- **[F.LF](../flf.md)** (JavaScript, ?, mature)
- **[Grimsonland](../grimsonland.md)** (JavaScript, ?, mature, inactive since 2017)
@ -33,6 +34,7 @@
- **[proxx](../proxx.md)** (TypeScript, JavaScript, Apache-2.0, mature)
- **[QuakeJS](../quakejs.md)** (JavaScript, MIT, mature)
- **[RacerJS](../racerjs.md)** (JavaScript, MIT, mature, inactive since 2010)
- **[raylib](../raylib.md)** (C, C++, zlib, mature)
- **[rock-raiders-remake](../rock-raiders-remake.md)** (JavaScript, MIT, beta)
- **[sensitive-js](../sensitive-js.md)** (JavaScript, ?, beta, inactive since 2017)
- **[shadow-of-the-beast-html5](../shadow-of-the-beast-html5.md)** (JavaScript, Apache-2.0, beta, inactive since 2017)

View File

@ -9,6 +9,7 @@
- **[Alex the Allegator 4](../alex_the_allegator_4.md)** (C, GPL-2.0, mature, inactive since 2003)
- **[alive](../alive.md)** (C++, MIT, beta, inactive since 2017)
- **[Annex: Conquer the World](../annex_conquer_the_world.md)** (MegaGlest Script, GPL-3.0, mature, inactive since 2014)
- **[Arcane-Engine](../arcane-engine.md)** (C++, MIT, beta)
- **[Atomic Tanks](../atomic_tanks.md)** (C++, GPL-2.0, mature, inactive since 2016)
- **[Aussenposten](../aussenposten.md)** (JavaScript, MIT, beta, inactive since 2015)
- **[Azimuth](../azimuth.md)** (C, GPL-3.0, mature)
@ -58,14 +59,18 @@
- **[DRL](../drl.md)** (Lua, Pascal, GPL-2.0, mature)
- **[Duck Marines](../duck_marines.md)** (Lua, zlib, mature, inactive since 2016)
- **[Dust Racing 2D](../dust_racing_2d.md)** (C, C++, GPL-3.0, mature)
- **[DwarfCorp](../dwarfcorp.md)** (C#, MIT, mature)
- **[DXX-Rebirth](../dxx-rebirth.md)** (C, C++, Python, GPL-3.0, Custom, mature)
- **[Eat The Whistle](../eat_the_whistle.md)** (C, ?, mature, inactive since 2017)
- **[ECWolf](../ecwolf.md)** (C++, GPL-2.0, BSD, LGPL-2.1, Libpng, zlib, bzip2, MIT, IJG, Public domain, mature)
- **[EmptyEpsilon](../emptyepsilon.md)** (C, C++, Lua, GPL-2.0, mature)
- **[Enigma](../enigma.md)** (C, C++, GPL-2.0, mature)
- **[Esenthel Engine](../esenthel_engine.md)** (C, C++, Custom, beta)
- **[ET: Legacy](../et_legacy.md)** (C, C++, Lua, GPL-3.0, mature)
- **[Etterna](../etterna.md)** (C, C++, Lua, MIT, beta)
- **[ezQuake](../ezquake.md)** (C, C++, GPL-2.0, mature)
- **[F-1 Spirit](../f-1_spirit.md)** (C++, ??, beta, inactive since 2009)
- **[Falltergeist](../falttergeist.md)** (C++, GPL-3.0, beta)
- **[Fish Fillets - Next Generation](../fish_fillets-next_generation.md)** (C++, GPL-2.0, mature)
- **[Flare](../flare.md)** (C++, Java, GPL-3.0, mature)
- **[FlightGear](../flightgear.md)** (C++, GPL-2.0, mature)
@ -77,6 +82,7 @@
- **[Gang Garrison 2](../gang_garrison_2.md)** (Game Maker Script, MPL, mature)
- **[GLtron](../gltron.md)** (C, GPL, beta, inactive since 2017)
- **[Golly](../golly.md)** (C++, Java, GPL-2.0, mature)
- **[GoRogue](../gorogue.md)** (C#, MIT, mature)
- **[GPL Arcade Volleyball](../gpl_arcade_volleyball.md)** (C++, GPL-2.0, beta, inactive since 2006)
- **[Grobots](../grobots.md)** (C++, GPL-2.0, mature, inactive since 2014)
- **[GUSANOS](../gusanos.md)** (C++, GPL-2.0, beta, inactive since 2006)
@ -116,6 +122,7 @@
- **[Mininim](../mininim.md)** (C, GPL-3.0, beta, inactive since 2017)
- **[Morpheus Web Remake](../morpheus_web_remake.md)** (Javascript, MIT, beta)
- **[Murder In The Public Domain](../murder_in_the_public_domain.md)** (C++, GPL-3.0, mature, inactive since 2013)
- **[Nazara Engine](../nazara_engine.md)** (C, C++, MIT, beta)
- **[Netrek](../netrek.md)** (C, Custom, mature, inactive since 2009)
- **[Neverball](../neverball.md)** (C, C++, GPL-2.0, mature)
- **[Nexuiz](../nexuiz.md)** (C++, GPL-2.0, mature)
@ -165,6 +172,7 @@
- **[QuakeSpasm](../quakespasm.md)** (C, GPL-2.0, mature)
- **[Rabbit Escape](../rabbit_escape.md)** (Java, GPL-2.0, mature)
- **[Race Into Space](../race_into_space.md)** (C, C++, GPL-2.0, mature)
- **[raylib](../raylib.md)** (C, C++, zlib, mature)
- **[ResidualVM](../residualvm.md)** (C++, GPL-2.0, beta)
- **[Rigs of Rods](../rigs_of_rods.md)** (C, C++, AngelScript, GPL-3.0, mature)
- **[RPG-X](../rpg-x.md)** (C, GPL-2.0, mature, inactive since 2015)

16
games/towerjumper.md Normal file
View File

@ -0,0 +1,16 @@
# TowerJumper
_Move a jumping ball and try to reach the end of a tower avoiding the obstacles._
- Home: https://github.com/Dariasteam/TowerJumper
- State: mature
- Download: https://play.google.com/store/apps/details?id=org.pipoypipagames.towerjumper
- Platform: Android
- Keywords: strategy, casual, skill
- Code repository: https://github.com/Dariasteam/TowerJumper.git
- Code language: C++, GDScript
- Code license: GPL-3.0
- Code dependencies: Godot engine
## Building

View File

@ -8,9 +8,10 @@ _FPS/RTS hybrid game powered by the Daemon engine (a combination of ioq3 and Xre
- Download: https://unvanquished.net/?page_id=318
- Platform: Windows, Linux, macOS
- Keywords: action, shooter
- Code repository: https://github.com/Unvanquished/Unvanquished.git
- Code repository: https://github.com/Unvanquished/Unvanquished.git, https://github.com/DaemonEngine/Daemon.git (+)
- Code language: C, C++
- Code license: GPL-3.0
- Code license: GPL-3.0
- Code dependencies: Dæmon engine
- Assets license: CC-BY-SA-2.5
## Building