imports from backlog
This commit is contained in:
15
games/alimer.md
Normal file
15
games/alimer.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Alimer
|
||||
|
||||
_Cross-platform 2D and 3D game engine._
|
||||
|
||||
- Home: https://github.com/amerkoleci/alimer
|
||||
- State: beta
|
||||
- Keywords: game engine, 2D, 3D, inspired by Urho3D + Ogre3D
|
||||
- Code repository: https://github.com/amerkoleci/alimer.git
|
||||
- Code language: C++
|
||||
- Code license: MIT
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: CMake
|
||||
- Build instructions: https://github.com/amerkoleci/alimer/blob/master/docs/compiling.md
|
16
games/assaultcube.md
Normal file
16
games/assaultcube.md
Normal file
@ -0,0 +1,16 @@
|
||||
# AssaultCube
|
||||
|
||||
_Shooter game, based on the CUBE engine._
|
||||
|
||||
- Home: https://assault.cubers.net/, https://sourceforge.net/projects/actiongame/ (old)
|
||||
- State: mature, inactive since 2018
|
||||
- Platform: Windows, Linux, macOS
|
||||
- Keywords: action, first person, inspired by CUBE engine, shooter
|
||||
- Code repository: https://github.com/assaultcube/AC.git
|
||||
- Code language: C, C++
|
||||
- Code license: Custom (zlib like)
|
||||
- Code dependencies: SDL
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: Make
|
@ -11,6 +11,7 @@ _Engine for turn based games._
|
||||
- Code license: MIT
|
||||
|
||||
Notable probjects: https://boardgame.io/documentation/#/notable_projects
|
||||
Platform: https://github.com/freeboardgame/FreeBoardGame.org
|
||||
|
||||
## Building
|
||||
|
||||
|
16
games/chunk_stories.md
Normal file
16
games/chunk_stories.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Chunk Stories
|
||||
|
||||
_Voxel game engine._
|
||||
|
||||
- Home: http://chunkstories.xyz/
|
||||
- State: beta
|
||||
- Download: http://chunkstories.xyz/downloads.php
|
||||
- Platform: Windows, Linux, macOS
|
||||
- Keywords: simulation, game engine, inspired by Minecraft, sandbox, voxel
|
||||
- Code repository: https://github.com/Hugobros3/chunkstories.git
|
||||
- Code language: Kotlin, Java
|
||||
- Code license: LGPL-3.0
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: Gradle
|
@ -1,13 +1,13 @@
|
||||
# Doomsday
|
||||
# Doomsday Engine
|
||||
|
||||
_Remake of Doom, Doom II, Heretic, Hexen._
|
||||
|
||||
- Home: http://dengine.net/
|
||||
- Home: http://dengine.net/, https://sourceforge.net/projects/deng/
|
||||
- State: mature
|
||||
- Download: (see home)
|
||||
- Download: https://sourceforge.net/projects/deng/files/
|
||||
- Platform: Windows, Linux, macOS
|
||||
- Keywords: action, commercial content, inspired by Doom + Doom II + Heretic + Hexen, remake, requires original content
|
||||
- Code repository: https://github.com/skyjake/Doomsday-Engine.git
|
||||
- Code repository: https://github.com/skyjake/Doomsday-Engine.git, https://git.code.sf.net/p/deng/code (+), http://hg.code.sf.net/p/deng/code-0 (hg)
|
||||
- Code language: C, C++
|
||||
- Code license: GPL-2.0 (see source files), GPL-3.0, LGPL-3.0 (core)
|
||||
|
16
games/escape_towards_the_unknown.md
Normal file
16
games/escape_towards_the_unknown.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Escape Towards The Unknown
|
||||
|
||||
_Graphic adventure._
|
||||
|
||||
- Home: https://ettu.sourceforge.io/, https://sourceforge.net/projects/ettu/
|
||||
- State: beta, inactive since 2016
|
||||
- Download: https://sourceforge.net/projects/ettu/files/
|
||||
- Platform: Windows, macOS
|
||||
- Keywords: adventure
|
||||
- Code repository: https://svn.code.sf.net/p/ettu/code/ (svn)
|
||||
- Code language: C
|
||||
- Code license: GPL-2.0
|
||||
- Code dependencies: SDL
|
||||
|
||||
## Building
|
||||
|
16
games/fife.md
Normal file
16
games/fife.md
Normal file
@ -0,0 +1,16 @@
|
||||
# FIFE
|
||||
|
||||
_Isometric game engine._
|
||||
|
||||
- Home: http://www.fifengine.net/, https://sourceforge.net/projects/fife/
|
||||
- State: beta
|
||||
- Download: https://github.com/fifengine/fifengine/wiki/Downloads, https://sourceforge.net/projects/fife/files/
|
||||
- Platform: Windows
|
||||
- Keywords: game engine
|
||||
- Code repository: https://github.com/fifengine/fifengine.git
|
||||
- Code language: C++, Python
|
||||
- Code license: LGPL-2.1
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: CMake
|
19
games/hhexen.md
Normal file
19
games/hhexen.md
Normal file
@ -0,0 +1,19 @@
|
||||
# HHexen
|
||||
|
||||
_Hacked Hexen_
|
||||
|
||||
- Home: http://hhexen.sourceforge.net/hhexen.html, https://sourceforge.net/projects/hhexen/
|
||||
- State: mature, inactive since 2013 (svn activity until 2019)
|
||||
- Download: http://hhexen.sourceforge.net/hhexen.html#s2, https://sourceforge.net/projects/hhexen/files/
|
||||
- Platform: Linux
|
||||
- Keywords: strategy, commercial content, first person, inspired by Hammer of Thyrion, requires original content, shooter
|
||||
- Code repository: https://svn.code.sf.net/p/hhexen/code/ (svn)
|
||||
- Code language: C
|
||||
- Code license: GPL-2.0
|
||||
- Code dependencies: SDL
|
||||
|
||||
Also includes HHeretic
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: Make
|
14
games/libre_the_open_source_card_game.md
Normal file
14
games/libre_the_open_source_card_game.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Libre: The Open Source Card Game
|
||||
|
||||
_Strategic/trading/collectable card game._
|
||||
|
||||
- Home: http://librecardgame.sourceforge.net/dokuwiki/doku.php, https://sourceforge.net/projects/librecardgame/
|
||||
- State: mature, inactive since 2010
|
||||
- Download: https://sourceforge.net/projects/librecardgame/files/
|
||||
- Keywords: card game,
|
||||
- Code repository: http://librecardgame.bzr.sourceforge.net/bzrroot/librecardgame (bzr)
|
||||
- Code language: ??
|
||||
- Code license: ??
|
||||
|
||||
## Building
|
||||
|
15
games/lords_of_the_fey.md
Normal file
15
games/lords_of_the_fey.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Lords of the Fey
|
||||
|
||||
_Strategy game inspired by Battle for Wesnoth_
|
||||
|
||||
- Home: https://github.com/apsillers/lords-of-the-fey
|
||||
- State: beta, inactive since 2018
|
||||
- Platform: Web
|
||||
- Keywords: strategy, inspired by The Battle for Wesnoth, multiplayer, open content, remake, turn-based
|
||||
- Code repository: https://github.com/apsillers/lords-of-the-fey.git
|
||||
- Code language: JavaScript
|
||||
- Code license: AGPL-3.0
|
||||
- Assets license: GPL-3.0 (taken from Wesnoth)
|
||||
|
||||
## Building
|
||||
|
15
games/noiz2sa.md
Normal file
15
games/noiz2sa.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Noiz2sa
|
||||
|
||||
_Abstract shootem up._
|
||||
|
||||
- Home: http://www.asahi-net.or.jp/~cs8k-cyu/windows/noiz2sa_e.html, http://noiz2sa.sourceforge.net/, https://sourceforge.net/projects/noiz2sa/
|
||||
- State: beta, inactive since 2004
|
||||
- Platform: Windows, Linux
|
||||
- Keywords: arcade, shootem
|
||||
- Code repository: (see home)
|
||||
- Code language: C, C++
|
||||
- Code license: 2-clause BSD
|
||||
- Code dependencies: SDL
|
||||
|
||||
## Building
|
||||
|
@ -7,9 +7,11 @@ _Unofficial open source engine reimplementation of the game Morrowind._
|
||||
- State: mature
|
||||
- Download: https://openmw.org/downloads/
|
||||
- Keywords: role playing, game engine, inspired by The Elder Scrolls III: Morrowing, remake, requires original content (Morrowind)
|
||||
- Code repository: https://github.com/OpenMW/openmw.git
|
||||
- Code repository: https://github.com/OpenMW/openmw.git, https://github.com/xyzz/openmw-android.git
|
||||
- Code language: C++
|
||||
- Code license: GPL-3.0
|
||||
|
||||
See also [OpenMW on Android](https://omw.xyz.is/) and https://github.com/xyzz/openmw-android
|
||||
|
||||
## Building
|
||||
|
||||
|
15
games/parsec47.md
Normal file
15
games/parsec47.md
Normal file
@ -0,0 +1,15 @@
|
||||
# PARSEC47
|
||||
|
||||
_Retromodern hispeed shmashup._
|
||||
|
||||
- Home: http://www.asahi-net.or.jp/~cs8k-cyu/windows/p47_e.html, http://parsec47.sourceforge.net/, https://sourceforge.net/projects/parsec47/
|
||||
- State: beta, inactive since 2003
|
||||
- Platform: Windows, Linux
|
||||
- Keywords: arcade, smashup
|
||||
- Code repository: (see home)
|
||||
- Code language: D
|
||||
- Code license: 2-clause BSD
|
||||
- Code dependencies: SDL
|
||||
|
||||
## Building
|
||||
|
16
games/pixellight.md
Normal file
16
games/pixellight.md
Normal file
@ -0,0 +1,16 @@
|
||||
# PixelLight
|
||||
|
||||
_3D engine and application framework for any kind of 3D applications._
|
||||
|
||||
- Home: https://www.pixellight.org/, https://sourceforge.net/projects/pixellight/
|
||||
- State: mature, inactive since 2012
|
||||
- Download: https://sourceforge.net/projects/pixellight/files/, https://github.com/PixelLightFoundation/pixellight/releases
|
||||
- Platform: Windows, Linux
|
||||
- Keywords: game engine, 3D
|
||||
- Code repository: https://github.com/PixelLightFoundation/pixellight.git, https://git.code.sf.net/p/pixellight/code (+), https://git.code.sf.net/p/pixellight/pixellight2 (+)
|
||||
- Code language: C, C++
|
||||
- Code license: MIT
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: CMake
|
14
games/rrootage.md
Normal file
14
games/rrootage.md
Normal file
@ -0,0 +1,14 @@
|
||||
# rRootage
|
||||
|
||||
_Abstract shooter._
|
||||
|
||||
- Home: http://www.asahi-net.or.jp/~cs8k-cyu/windows/rr_e.html, http://rrootage.sourceforge.net/, https://sourceforge.net/projects/rrootage/
|
||||
- State: beta, inactive since 2004
|
||||
- Platform: Windows, Linux
|
||||
- Keywords: game engine, smashem
|
||||
- Code repository: (see home)
|
||||
- Code language: C
|
||||
- Code license: 2-clause BSD
|
||||
- Code dependencies: SDL
|
||||
|
||||
## Building
|
14
games/taggem.md
Normal file
14
games/taggem.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Taggem
|
||||
|
||||
_Browser based roguelike._
|
||||
|
||||
- Home: https://github.com/apsillers/Taggem
|
||||
- State: beta, inactive since 2014
|
||||
- Platform: Web
|
||||
- Keywords: role playing, multiplayer, roguelike
|
||||
- Code repository: https://github.com/apsillers/Taggem.git
|
||||
- Code language: JavaScript
|
||||
- Code license: AGPL-3.0
|
||||
|
||||
## Building
|
||||
|
@ -13,6 +13,7 @@
|
||||
- **[Armor Alley](../armor_alley.md)** (JavaScript, CC-BY-NC, beta)
|
||||
- **[Artillery Duel Reloaded](../artillery_duel_reloaded.md)** (Python, GPL-3.0, beta, inactive since 2012)
|
||||
- **[asdf](../asdf.md)** (JavaScript, MIT, mature)
|
||||
- **[AssaultCube](../assaultcube.md)** (C, C++, Custom, mature, inactive since 2018)
|
||||
- **[AstroMenace](../astromenace.md)** (C++, C, GPL-3.0, mature)
|
||||
- **[ativayeban](../ativayeban.md)** (C, C++, GPL-2.0, mature, inactive since 2015)
|
||||
- **[Atomic Tanks](../atomic_tanks.md)** (C++, GPL-2.0, mature, inactive since 2016)
|
||||
@ -66,7 +67,7 @@
|
||||
- **[DOOM Retro](../doom_retro.md)** (C, C++, GPL-3.0, mature)
|
||||
- **[DOOM-iOS](../doom-ios.md)** (C++, GPL-2.0, mature, inactive since 2012)
|
||||
- **[Doom64EX](../doom64ex.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Doomsday](../doomsday.md)** (C, C++, GPL-2.0, GPL-3.0, LGPL-3.0, mature)
|
||||
- **[Doomsday Engine](../doomsday_engine.md)** (C, C++, GPL-2.0, GPL-3.0, LGPL-3.0, mature)
|
||||
- **[Duke3D](../duke3d.md)** (C, GPL-2.0, beta, inactive since 2009)
|
||||
- **[Duke3d_w32](../duke3dw32.md)** (C, GPL-2.0, beta, inactive since 2008)
|
||||
- **[EDuke32](../eduke32.md)** (C, C++, GPL-2.0, mature)
|
||||
|
@ -8,6 +8,7 @@
|
||||
- **[Der Clou!](../der_clou.md)** (C, Custom, beta, inactive since 2017)
|
||||
- **[Digital: A Love Story](../digital_a_love_story.md)** (Ren'py, CC-BY-NC-SA, mature)
|
||||
- **[Dragon History - Dračí Historie](../dragon_history-dra_historie.md)** (Pascal, Script, GPL-2.0, mature, inactive since 2010)
|
||||
- **[Escape Towards The Unknown](../escape_towards_the_unknown.md)** (C, GPL-2.0, beta, inactive since 2016)
|
||||
- **[Fanwor](../fanwor.md)** (C, GPL-2.0, mature)
|
||||
- **[Free in the Dark (engine)](../free_in_the_dark_engine.md)** (C, C++, GPL-2.0, beta)
|
||||
- **[GameLV](../gamelv.md)** (C++, GPL-2.0, beta)
|
||||
|
@ -29,6 +29,7 @@
|
||||
- **[Aleph One](../aleph_one.md)** (C++, Lua, GPL-3.0, mature, inactive since 2015)
|
||||
- **[Alex the Allegator 4](../alex_the_allegator_4.md)** (C, GPL-2.0, mature, inactive since 2003)
|
||||
- **[Alien Assault Traders](../alien_assault_traders.md)** (PHP, GPL-2.0, beta, inactive since 2009)
|
||||
- **[Alimer](../alimer.md)** (C++, MIT, beta)
|
||||
- **[alive](../alive.md)** (C++, MIT, beta, inactive since 2017)
|
||||
- **[Allegro](../allegro.md)** (C, zlib, mature)
|
||||
- **[Allure of the Stars](../allure_of_the_stars.md)** (Haskell, AGPL-3.0, beta)
|
||||
@ -57,6 +58,7 @@
|
||||
- **[Artillery Duel Reloaded](../artillery_duel_reloaded.md)** (Python, GPL-3.0, beta, inactive since 2012)
|
||||
- **[Arx Libertatis](../arx_libertatis.md)** (C++, GPL-3.0, mature)
|
||||
- **[asdf](../asdf.md)** (JavaScript, MIT, mature)
|
||||
- **[AssaultCube](../assaultcube.md)** (C, C++, Custom, mature, inactive since 2018)
|
||||
- **[AstroMenace](../astromenace.md)** (C++, C, GPL-3.0, mature)
|
||||
- **[Athenaeum](../athenaeum.md)** (Python, GPL-3.0, beta)
|
||||
- **[ativayeban](../ativayeban.md)** (C, C++, GPL-2.0, mature, inactive since 2015)
|
||||
@ -156,6 +158,7 @@
|
||||
- **[Choria](../choria.md)** (C++, C, Lua, GPL-3.0, mature)
|
||||
- **[Chromium B.S.U.](../chromium_bsu.md)** (C++, Artistic License, mature)
|
||||
- **[Chronoshift](../chronoshift.md)** (C++, GPL-2.0, beta)
|
||||
- **[Chunk Stories](../chunk_stories.md)** (Kotlin, Java, LGPL-3.0, beta)
|
||||
- **[Circus Linux!](../circus_linux.md)** (C, GPL-2.0, mature, inactive since 2000)
|
||||
- **[Civil](../civil.md)** (Python, GPL-2.0, beta, inactive since 2003)
|
||||
- **[Civilization: Call To Power 2 Source Project](../civilization_call_to_power_2_source_project.md)** (C, C++, Custom, mature)
|
||||
@ -231,7 +234,7 @@
|
||||
- **[DOOM Retro](../doom_retro.md)** (C, C++, GPL-3.0, mature)
|
||||
- **[DOOM-iOS](../doom-ios.md)** (C++, GPL-2.0, mature, inactive since 2012)
|
||||
- **[Doom64EX](../doom64ex.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Doomsday](../doomsday.md)** (C, C++, GPL-2.0, GPL-3.0, LGPL-3.0, mature)
|
||||
- **[Doomsday Engine](../doomsday_engine.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)
|
||||
- **[Doxygen](../doxygen.md)** (C++, GPL-2.0, mature)
|
||||
- **[Dragon History - Dračí Historie](../dragon_history-dra_historie.md)** (Pascal, Script, GPL-2.0, mature, inactive since 2010)
|
||||
@ -275,6 +278,7 @@
|
||||
- **[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)
|
||||
- **[Escape Towards The Unknown](../escape_towards_the_unknown.md)** (C, GPL-2.0, beta, inactive since 2016)
|
||||
- **[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)
|
||||
@ -293,6 +297,7 @@
|
||||
- **[Falltergeist](../falltergeist.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)
|
||||
- **[FIFE](../fife.md)** (C++, Python, LGPL-2.1, beta)
|
||||
- **[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)
|
||||
@ -406,6 +411,7 @@
|
||||
- **[Hexoshi](../hexoshi.md)** (Python, GPL-3.0, beta, inactive since 2016)
|
||||
- **[Hextris](../hextris.md)** (JavaScript, GPL-3.0, mature)
|
||||
- **[Hexwar](../hexwar.md)** (Ruby, JavaScript, MIT, beta, inactive since 2012)
|
||||
- **[HHexen](../hhexen.md)** (C, GPL-2.0, mature, inactive since 2013)
|
||||
- **[Hocoslamfy](../hocoslamfy.md)** (C, C++, GPL-2.0, beta, inactive since 2016)
|
||||
- **[HoDoKu](../hodoku.md)** (Java, GPL-3.0, mature, inactive since 2013)
|
||||
- **[HolySpirit](../holyspirit.md)** (C++, GPL-3.0, beta, inactive since 2013)
|
||||
@ -476,6 +482,7 @@
|
||||
- **[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)
|
||||
- **[Libre: The Open Source Card Game](../libre_the_open_source_card_game.md)** (??, ??, mature, inactive since 2010)
|
||||
- **[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)
|
||||
@ -489,6 +496,7 @@
|
||||
- **[Lips of Suna](../lips_of_suna.md)** (C, GPL-3.0, beta, inactive since 2014)
|
||||
- **[Liquid War](../liquid_war.md)** (C, GPL-3.0, mature, inactive since 2015)
|
||||
- **[Lix](../lix.md)** (D, C++, CC0, beta)
|
||||
- **[Lords of the Fey](../lords_of_the_fey.md)** (JavaScript, AGPL-3.0, beta, inactive since 2018)
|
||||
- **[LordsAWar!](../lordsawar.md)** (C++, GPL-3.0, mature)
|
||||
- **[Lose Your Marbles](../lose_your_marbles.md)** (JavaScript, MIT, mature, inactive since 2014)
|
||||
- **[lttp-phaser](../lttp-phaser.md)** (TypeScript, JavaScript, MIT, beta, inactive since 2016)
|
||||
@ -559,6 +567,7 @@
|
||||
- **[NFSIISE](../nfsiise.md)** (C, MIT, mature)
|
||||
- **[Nighthawk](../nighthawk.md)** (C++, GPL-2.0, mature, inactive since 2004)
|
||||
- **[NLarn](../nlarn.md)** (C, Lua, GPL-3.0, mature)
|
||||
- **[Noiz2sa](../noiz2sa.md)** (C, C++, 2-clause BSD, beta, inactive since 2004)
|
||||
- **[NStars!](../nstars.md)** (C#, GPL-2.0, beta, inactive since 2004)
|
||||
- **[NullpoMino](../nullpomino.md)** (Java, 3-clause BSD, mature)
|
||||
- **[Nuncabola](../nuncabola.md)** (Java, GPL-2.0, beta)
|
||||
@ -680,6 +689,7 @@
|
||||
- **[Pang Zero](../pang_zero.md)** (Perl, GPL-2.0, beta, inactive since 2007)
|
||||
- **[Paper Isaac](../paper_isaac.md)** (ooc, MIT, beta, inactive since 2015)
|
||||
- **[PARPG](../parpg.md)** (Python, GPL-3.0, beta, inactive since 2012)
|
||||
- **[PARSEC47](../parsec47.md)** (D, 2-clause BSD, beta, inactive since 2003)
|
||||
- **[Pasang Emas](../pasang_emas.md)** (Vala, GPL-3.0, mature)
|
||||
- **[Pathological](../pathological.md)** (Python, GPL-2.0, beta, inactive since 2003)
|
||||
- **[Pax Britannica](../pax_britannica.md)** (Lua, C, MIT, mature)
|
||||
@ -692,6 +702,7 @@
|
||||
- **[Pink Pony](../pink_pony.md)** (C++, GPL-3.0, mature, inactive since 2017)
|
||||
- **[Pioneer](../pioneer.md)** (C, C++, Lua, Apache-2.0, GPL-3.0, mature)
|
||||
- **[Pioneers](../pioneers.md)** (C, GPL-2.0, mature)
|
||||
- **[PixelLight](../pixellight.md)** (C, C++, MIT, mature, inactive since 2012)
|
||||
- **[Pizza Business](../pizza_business.md)** (C++, GPL-2.0, mature, inactive since 2003)
|
||||
- **[pkg-config](../pkg-config.md)** (C, GPL-2.0, mature)
|
||||
- **[PlaneShift](../planeshift.md)** (C++, GPL-2.0, mature)
|
||||
@ -764,6 +775,7 @@
|
||||
- **[RPG-X](../rpg-x.md)** (C, GPL-2.0, mature, inactive since 2015)
|
||||
- **[rpgboss](../rpgboss.md)** (Scala, JavaScript, AGPL-3.0, beta, inactive since 2017)
|
||||
- **[rpge](../rpge.md)** (C, GPL-3.0, beta, inactive since 2014)
|
||||
- **[rRootage](../rrootage.md)** (C, 2-clause BSD, beta, inactive since 2004)
|
||||
- **[Ryzom Core](../ryzom_core.md)** (C++, AGPL-3.0, mature)
|
||||
- **[S.C.O.U.R.G.E.](../scourge.md)** (C++, GPL-2.0, beta, inactive since 2008)
|
||||
- **[SanAndreasUnity](../sanandreasunity.md)** (C#, MIT, mature)
|
||||
@ -868,6 +880,7 @@
|
||||
- **[SWP](../swp.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Syndicate Wars Port](../syndicate_wars_port.md)** (C, GPL-3.0, beta, inactive since 2010)
|
||||
- **[T-Bots](../t-bots.md)** (C, GPL-2.0, beta, inactive since 2004)
|
||||
- **[Taggem](../taggem.md)** (JavaScript, AGPL-3.0, beta, inactive since 2014)
|
||||
- **[Taisei Project](../taisei_project.md)** (C, Python, MIT, mature)
|
||||
- **[Tales of Maj'Eyal](../tales_of_majeyal.md)** (C, Lua, GPL-3.0, mature)
|
||||
- **[Tank: Zone of Death](../tank_zone_of_death.md)** (C++, Lua, GPL-3.0, beta, inactive since 2017)
|
||||
@ -955,6 +968,7 @@
|
||||
- **[urde](../urde.md)** (C, C++, MIT, beta)
|
||||
- **[Urho3D](../urho3d.md)** (C++, AngelScript, MIT, mature)
|
||||
- **[Valyria Tear](../valyria_tear.md)** (Lua, C++, C, GPL-2.0, mature)
|
||||
- **[Vamos](../vamos.md)** (C++, Python, GPL-3.0, beta, inactive since 2014)
|
||||
- **[VASSAL](../vassal.md)** (Java, LGPL-2.1, mature)
|
||||
- **[VCMI](../vcmi.md)** (C++, GPL-2.0, mature)
|
||||
- **[VDrift](../vdrift.md)** (C++, GPL-3.0, mature, inactive since 2014)
|
||||
@ -968,6 +982,7 @@
|
||||
- **[vitetris](../vitetris.md)** (C, 2-clause BSD, beta)
|
||||
- **[vkQuake](../vkquake.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Vocaluxe](../vocaluxe.md)** (C#, C++, GPL-3.0, beta, inactive since 2018)
|
||||
- **[Vortice](../vortice.md)** (C#, MIT, mature)
|
||||
- **[Vorton](../vorton.md)** (C, GPL-3.0, beta, inactive since 2004)
|
||||
- **[Voxelands](../voxelands.md)** (C++, GPL-3.0, beta)
|
||||
- **[VQEngine](../vqengine.md)** (C++, GPL-3.0, beta)
|
||||
@ -981,6 +996,7 @@
|
||||
- **[Warzone 2100](../warzone_2100.md)** (C++, GPL-2.0, mature)
|
||||
- **[Waste's Edge](../wastes_edge.md)** (Python, GPL-2.0, beta)
|
||||
- **[WAtomic](../watomic.md)** (Pascal, GPL-2.0, mature, inactive since 2005)
|
||||
- **[WebChess](../webchess.md)** (PHP, GPL-3.0, mature, inactive since 2010)
|
||||
- **[WebFun](../webfun.md)** (TypeScript, MIT, beta)
|
||||
- **[Widelands](../widelands.md)** (C, C++, Lua, Python, GPL-2.0, mature)
|
||||
- **[Witch Blast](../witch_blast.md)** (C++, GPL-3.0, beta, inactive since 2015)
|
||||
@ -1023,6 +1039,7 @@
|
||||
- **[Zatacka X](../zatacka_x.md)** (C, GPL-3.0, beta)
|
||||
- **[Zaz](../zaz.md)** (C++, GPL-3.0, beta, inactive since 2010)
|
||||
- **[ZDoom](../zdoom.md)** (C, C++, ZenScript, GPL-3.0, mature)
|
||||
- **[Zelda Classic](../zelda_classic.md)** (C, C++, GPL-3.0, mature)
|
||||
- **[Zelda: Mystery of Solarus DX](../zelda_mystery_of_solarus_dx.md)** (Lua, GPL-3.0, mature)
|
||||
- **[Zero Ballistics](../zero_ballistics.md)** (C++, MIT, mature, inactive since 2013)
|
||||
- **[Zero-K](../zero-k.md)** (Lua, GPL-2.0, mature)
|
||||
|
@ -32,6 +32,7 @@
|
||||
- **[Marblez](../marblez.md)** (C#, MIT, beta, inactive since 2017)
|
||||
- **[Monsters and Mushrooms](../monsters_and_mushrooms.md)** (Python, GPL-2.0, mature, inactive since 2010)
|
||||
- **[Nighthawk](../nighthawk.md)** (C++, GPL-2.0, mature, inactive since 2004)
|
||||
- **[Noiz2sa](../noiz2sa.md)** (C, C++, 2-clause BSD, beta, inactive since 2004)
|
||||
- **[OpenJazz](../openjazz.md)** (C++, GPL-2.0, beta)
|
||||
- **[OpenLiero](../openliero.md)** (C++, Custom, mature, inactive since 2015)
|
||||
- **[OpenLieroX](../openlierox.md)** (C++, LGPL-2.0, mature)
|
||||
@ -41,6 +42,7 @@
|
||||
- **[Ostrich Riders](../ostrich_riders.md)** (C++, GPL-3.0, beta)
|
||||
- **[PainTown](../paintown.md)** (C++, Java, Python, 3-clause BSD, mature)
|
||||
- **[Pang Zero](../pang_zero.md)** (Perl, GPL-2.0, beta, inactive since 2007)
|
||||
- **[PARSEC47](../parsec47.md)** (D, 2-clause BSD, beta, inactive since 2003)
|
||||
- **[Powerslide remake](../powerslide_remake.md)** (C++, MIT, beta)
|
||||
- **[RacerJS](../racerjs.md)** (JavaScript, MIT, mature, inactive since 2010)
|
||||
- **[Rockbot](../rockbot.md)** (C++, GPL-2.0, mature)
|
||||
|
@ -1,4 +1,5 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# Card game
|
||||
|
||||
- **[Libre: The Open Source Card Game](../libre_the_open_source_card_game.md)** (??, ??, mature, inactive since 2010)
|
||||
- **[Tressette](../tressette.md)** (C++, GPL-2.0, mature, inactive since 2017)
|
@ -1,10 +1,12 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# Game engine
|
||||
|
||||
- **[Alimer](../alimer.md)** (C++, MIT, beta)
|
||||
- **[boardgame.io](../boardgameio.md)** (JavaScript, TypeScript, MIT, beta)
|
||||
- **[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)
|
||||
- **[Chunk Stories](../chunk_stories.md)** (Kotlin, Java, LGPL-3.0, beta)
|
||||
- **[ClanLib](../clanlib.md)** (C, C++, zlib, mature)
|
||||
- **[Classic RBDOOM-3-BFG](../classic_rbdoom-3-bfg.md)** (C, C++, GPL-3.0, mature)
|
||||
- **[Crown](../crown.md)** (C, C++, Vala, MIT, beta)
|
||||
@ -16,6 +18,7 @@
|
||||
- **[erampage](../erampage.md)** (C, GPL-2.0, beta, inactive since 2015)
|
||||
- **[Esenthel Engine](../esenthel_engine.md)** (C, C++, Custom, beta)
|
||||
- **[Falltergeist](../falltergeist.md)** (C++, GPL-3.0, beta)
|
||||
- **[FIFE](../fife.md)** (C++, Python, LGPL-2.1, 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)
|
||||
@ -46,6 +49,7 @@
|
||||
- **[OpenVIII](../openviii.md)** (C#, MIT, beta)
|
||||
- **[PainTown](../paintown.md)** (C++, Java, Python, 3-clause BSD, mature)
|
||||
- **[Pentagram](../pentagram.md)** (C++, GPL-2.0, beta, inactive since 2018)
|
||||
- **[PixelLight](../pixellight.md)** (C, C++, MIT, mature, inactive since 2012)
|
||||
- **[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)
|
||||
@ -53,6 +57,7 @@
|
||||
- **[Rigel Engine](../rigel_engine.md)** (C++, GPL-2.0, beta)
|
||||
- **[RPG Paper Maker](../rpg_paper_maker.md)** (C++, ?, mature)
|
||||
- **[rpgboss](../rpgboss.md)** (Scala, JavaScript, AGPL-3.0, beta, inactive since 2017)
|
||||
- **[rRootage](../rrootage.md)** (C, 2-clause BSD, beta, inactive since 2004)
|
||||
- **[ScummVM](../scummvm.md)** (C++, GPL-2.0, mature)
|
||||
- **[sfall](../sfall.md)** (C++, C, GPL-3.0, mature)
|
||||
- **[Spartan Engine](../spartan_engine.md)** (C, C++, MIT, beta)
|
||||
|
@ -14,6 +14,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)
|
||||
- **[AssaultCube](../assaultcube.md)** (C, C++, Custom, mature, inactive since 2018)
|
||||
- **[Athenaeum](../athenaeum.md)** (Python, GPL-3.0, beta)
|
||||
- **[Atomic Tanks](../atomic_tanks.md)** (C++, GPL-2.0, mature, inactive since 2016)
|
||||
- **[Aussenposten](../aussenposten.md)** (JavaScript, MIT, beta, inactive since 2015)
|
||||
@ -42,6 +43,7 @@
|
||||
- **[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)
|
||||
- **[Chunk Stories](../chunk_stories.md)** (Kotlin, Java, LGPL-3.0, beta)
|
||||
- **[ClanLib](../clanlib.md)** (C, C++, zlib, mature)
|
||||
- **[Classic RBDOOM-3-BFG](../classic_rbdoom-3-bfg.md)** (C, C++, GPL-3.0, mature)
|
||||
- **[Clonepoint](../clonepoint.md)** (C++, GPL-3.0, beta)
|
||||
@ -62,7 +64,7 @@
|
||||
- **[Digital: A Love Story](../digital_a_love_story.md)** (Ren'py, CC-BY-NC-SA, mature)
|
||||
- **[Domination](../domination.md)** (Java, GPL-3.0, mature)
|
||||
- **[Doom Legacy](../doom_legacy.md)** (C++, GPL-2.0, mature)
|
||||
- **[Doomsday](../doomsday.md)** (C, C++, GPL-2.0, GPL-3.0, LGPL-3.0, mature)
|
||||
- **[Doomsday Engine](../doomsday_engine.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)
|
||||
- **[DreamChess](../dreamchess.md)** (C, GPL-3.0, beta)
|
||||
- **[DRL](../drl.md)** (Lua, Pascal, GPL-2.0, mature)
|
||||
@ -101,6 +103,7 @@
|
||||
- **[Head over Heels](../head_over_heels.md)** (C++, GPL-3.0, mature)
|
||||
- **[Hedgewars](../hedgewars.md)** (Lua, C, C++, Pascal, Haskell, GPL-2.0, mature)
|
||||
- **[Hexoshi](../hexoshi.md)** (Python, GPL-3.0, beta, inactive since 2016)
|
||||
- **[HHexen](../hhexen.md)** (C, GPL-2.0, mature, inactive since 2013)
|
||||
- **[HoDoKu](../hodoku.md)** (Java, GPL-3.0, mature, inactive since 2013)
|
||||
- **[HyperRogue](../hyperrogue.md)** (C++, GPL-2.0, mature)
|
||||
- **[I Have No Tomatoes](../i_have_no_tomatoes.md)** (C++, zlib, mature, inactive since 2004)
|
||||
@ -129,6 +132,7 @@
|
||||
- **[Nazara Engine](../nazara_engine.md)** (C, C++, MIT, beta)
|
||||
- **[Netrek](../netrek.md)** (C, Custom, mature, inactive since 2009)
|
||||
- **[NFSIISE](../nfsiise.md)** (C, MIT, mature)
|
||||
- **[Noiz2sa](../noiz2sa.md)** (C, C++, 2-clause BSD, beta, inactive since 2004)
|
||||
- **[NullpoMino](../nullpomino.md)** (Java, 3-clause BSD, mature)
|
||||
- **[Oolite](../oolite.md)** (Objective-C, C, JavaScript, GPL-2.0, mature)
|
||||
- **[Open Fodder](../open_fodder.md)** (C, C++, GPL-3.0, mature)
|
||||
@ -155,11 +159,13 @@
|
||||
- **[OPMon](../opmon.md)** (C++, GPL-3.0, beta)
|
||||
- **[PainTown](../paintown.md)** (C++, Java, Python, 3-clause BSD, mature)
|
||||
- **[Pang Zero](../pang_zero.md)** (Perl, GPL-2.0, beta, inactive since 2007)
|
||||
- **[PARSEC47](../parsec47.md)** (D, 2-clause BSD, beta, inactive since 2003)
|
||||
- **[Pasang Emas](../pasang_emas.md)** (Vala, GPL-3.0, mature)
|
||||
- **[Pentagram](../pentagram.md)** (C++, GPL-2.0, beta, inactive since 2018)
|
||||
- **[Performous](../performous.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Pingus](../pingus.md)** (C++, GPL-3.0, mature)
|
||||
- **[Pink Pony](../pink_pony.md)** (C++, GPL-3.0, mature, inactive since 2017)
|
||||
- **[PixelLight](../pixellight.md)** (C, C++, MIT, mature, inactive since 2012)
|
||||
- **[PokerTH](../pokerth.md)** (C++, AGPL-3.0, mature, inactive since 2017)
|
||||
- **[Powerslide remake](../powerslide_remake.md)** (C++, MIT, beta)
|
||||
- **[Privateer - Gemini Gold](../privateer-gemini_gold.md)** (C++, GPL-2.0, mature, inactive since 2012)
|
||||
@ -173,6 +179,7 @@
|
||||
- **[RPG Paper Maker](../rpg_paper_maker.md)** (C++, ?, mature)
|
||||
- **[RPG-X](../rpg-x.md)** (C, GPL-2.0, mature, inactive since 2015)
|
||||
- **[rpgboss](../rpgboss.md)** (Scala, JavaScript, AGPL-3.0, beta, inactive since 2017)
|
||||
- **[rRootage](../rrootage.md)** (C, 2-clause BSD, beta, inactive since 2004)
|
||||
- **[SanAndreasUnity](../sanandreasunity.md)** (C#, MIT, mature)
|
||||
- **[Scorched3D](../scorched3d.md)** (C++, GPL-2.0, mature, inactive since 2014)
|
||||
- **[Scrabble3D](../scrabble3d.md)** (Pascal, GPL-3.0, mature, inactive since 2015)
|
||||
@ -214,12 +221,14 @@
|
||||
- **[Trackballs](../trackballs.md)** (C++, Scheme, GPL-2.0, mature)
|
||||
- **[Tremulous](../tremulous.md)** (C, GPL-2.0, mature, inactive since 2016)
|
||||
- **[TROPHY](../trophy.md)** (C++, GPL-2.0, mature, inactive since 2012)
|
||||
- **[Tumiki Fighters](../tumiki_fighters.md)** (D, C++, 2-clause BSD, mature, inactive since 2005)
|
||||
- **[TUSSLE](../tussle.md)** (Python, GPL-3.0, mature, inactive since 2017)
|
||||
- **[Tux Football](../tux_football.md)** (C++, GPL-2.0, beta, inactive since 2012)
|
||||
- **[Tux of Math Command](../tux_of_math_command.md)** (C, GPL-3.0, mature, inactive since 2011)
|
||||
- **[Ultimate Stunts](../ultimate_stunts.md)** (C++, GPL-2.0, beta, inactive since 2013)
|
||||
- **[UltraStar Deluxe](../ultrastar_deluxe.md)** (Pascal, GPL-2.0, mature)
|
||||
- **[Unvanquished](../unvanquished.md)** (C, C++, GPL-3.0, mature)
|
||||
- **[Vamos](../vamos.md)** (C++, Python, GPL-3.0, beta, inactive since 2014)
|
||||
- **[VASSAL](../vassal.md)** (Java, LGPL-2.1, mature)
|
||||
- **[VDrift](../vdrift.md)** (C++, GPL-3.0, mature, inactive since 2014)
|
||||
- **[Vectoroids](../vectoroids.md)** (C, GPL-2.0, mature, inactive since 2002)
|
||||
|
@ -6,6 +6,7 @@
|
||||
- **[Abe's Amazing Adventure](../abes_amazing_adventure.md)** (C, GPL-2.0, mature, inactive since 2005)
|
||||
- **[Aleph One](../aleph_one.md)** (C++, Lua, GPL-3.0, mature, inactive since 2015)
|
||||
- **[Alex the Allegator 4](../alex_the_allegator_4.md)** (C, GPL-2.0, mature, inactive since 2003)
|
||||
- **[AssaultCube](../assaultcube.md)** (C, C++, Custom, mature, inactive since 2018)
|
||||
- **[Azimuth](../azimuth.md)** (C, GPL-3.0, mature)
|
||||
- **[Battle Tanks](../battle_tanks.md)** (C++, GPL-2.0, mature, inactive since 2009)
|
||||
- **[Biniax](../biniax.md)** (C, zlib, mature, inactive since 2012)
|
||||
@ -17,6 +18,7 @@
|
||||
- **[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)
|
||||
- **[Chunk Stories](../chunk_stories.md)** (Kotlin, Java, LGPL-3.0, beta)
|
||||
- **[Circus Linux!](../circus_linux.md)** (C, GPL-2.0, mature, inactive since 2000)
|
||||
- **[Colditz Escape](../colditz_escape.md)** (C, GPL-3.0, mature)
|
||||
- **[Craft](../craft.md)** (C, Python, MIT, mature, inactive since 2017)
|
||||
@ -32,7 +34,7 @@
|
||||
- **[Domination](../domination.md)** (Java, GPL-3.0, mature)
|
||||
- **[Doom Legacy](../doom_legacy.md)** (C++, GPL-2.0, mature)
|
||||
- **[Doom64EX](../doom64ex.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Doomsday](../doomsday.md)** (C, C++, GPL-2.0, GPL-3.0, LGPL-3.0, mature)
|
||||
- **[Doomsday Engine](../doomsday_engine.md)** (C, C++, GPL-2.0, GPL-3.0, LGPL-3.0, mature)
|
||||
- **[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)
|
||||
@ -41,6 +43,7 @@
|
||||
- **[ECWolf](../ecwolf.md)** (C++, GPL-2.0, BSD, LGPL-2.1, Libpng, zlib, bzip2, MIT, IJG, Public domain, mature)
|
||||
- **[Emilia Pinball](../emilia_pinball.md)** (C++, GPL-2.0, beta)
|
||||
- **[Enigma](../enigma.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Escape Towards The Unknown](../escape_towards_the_unknown.md)** (C, GPL-2.0, beta, inactive since 2016)
|
||||
- **[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)
|
||||
|
@ -9,4 +9,5 @@
|
||||
- **[PyKaraoke](../pykaraoke.md)** (Python, LGPL-2.1, beta, inactive since 2011)
|
||||
- **[StepMania](../stepmania.md)** (C, C++, Lua, MIT, mature)
|
||||
- **[UltraStar Deluxe](../ultrastar_deluxe.md)** (Pascal, GPL-2.0, mature)
|
||||
- **[Vocaluxe](../vocaluxe.md)** (C#, C++, GPL-3.0, beta, inactive since 2018)
|
||||
- **[Vocaluxe](../vocaluxe.md)** (C#, C++, GPL-3.0, beta, inactive since 2018)
|
||||
- **[Vortice](../vortice.md)** (C#, MIT, mature)
|
@ -83,7 +83,7 @@
|
||||
- **[DOOM Retro](../doom_retro.md)** (C, C++, GPL-3.0, mature)
|
||||
- **[DOOM-iOS](../doom-ios.md)** (C++, GPL-2.0, mature, inactive since 2012)
|
||||
- **[Doom64EX](../doom64ex.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Doomsday](../doomsday.md)** (C, C++, GPL-2.0, GPL-3.0, LGPL-3.0, mature)
|
||||
- **[Doomsday Engine](../doomsday_engine.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)
|
||||
@ -202,6 +202,7 @@
|
||||
- **[LGeneral](../lgeneral.md)** (C, GPL-2.0, mature, inactive since 2017)
|
||||
- **[Librelancer](../librelancer.md)** (C, C#, MIT, beta)
|
||||
- **[Lionheart Remake](../lionheart_remake.md)** (Java, GPL-3.0, beta, inactive since 2018)
|
||||
- **[Lords of the Fey](../lords_of_the_fey.md)** (JavaScript, AGPL-3.0, beta, inactive since 2018)
|
||||
- **[Lose Your Marbles](../lose_your_marbles.md)** (JavaScript, MIT, mature, inactive since 2014)
|
||||
- **[lttp-phaser](../lttp-phaser.md)** (TypeScript, JavaScript, MIT, beta, inactive since 2016)
|
||||
- **[Lugaru](../lugaru.md)** (C++, GPL-2.0, mature)
|
||||
|
@ -127,6 +127,7 @@
|
||||
- **[Summoning Wars](../summoning_wars.md)** (C, C++, Lua, GPL-3.0, beta, inactive since 2014)
|
||||
- **[SunDog Resurrection](../sundog_resurrection.md)** (Java, Python, ?, beta)
|
||||
- **[sundog](../sundog.md)** (C, C++, Python, MIT, beta)
|
||||
- **[Taggem](../taggem.md)** (JavaScript, AGPL-3.0, beta, inactive since 2014)
|
||||
- **[Tales of Maj'Eyal](../tales_of_majeyal.md)** (C, Lua, GPL-3.0, mature)
|
||||
- **[The Clans](../the_clans.md)** (C, GPL-2.0, beta, inactive since 2003)
|
||||
- **[The Dark Mod](../the_dark_mod.md)** (C++, GPL-3.0, mature)
|
||||
@ -147,4 +148,5 @@
|
||||
- **[World of Phaos](../world_of_phaos.md)** (PHP, GPL-2.0, mature, inactive since 2011)
|
||||
- **[xu4](../xu4.md)** (C++, GPL-2.0, mature, inactive since 2016)
|
||||
- **[ZAngband](../zangband.md)** (C, Custom, mature, inactive since 2005)
|
||||
- **[Zelda Classic](../zelda_classic.md)** (C, C++, GPL-3.0, mature)
|
||||
- **[Zelda: Mystery of Solarus DX](../zelda_mystery_of_solarus_dx.md)** (Lua, GPL-3.0, mature)
|
@ -5,6 +5,7 @@
|
||||
- **[Billiards](../billiards.md)** (Lua, Objective-C, GPL-3.0, beta, inactive since 2012)
|
||||
- **[Bridge Command](../bridge_command.md)** (C++, GPL-2.0, mature)
|
||||
- **[Cart Life](../cart_life.md)** (AGS Script, Custom, mature, inactive since 2014)
|
||||
- **[Chunk Stories](../chunk_stories.md)** (Kotlin, Java, LGPL-3.0, beta)
|
||||
- **[Core War](../core_war.md)** (C, Java, GPL-2.0, 2-clause BSD, mature)
|
||||
- **[Danger from the Deep](../danger_from_the_deep.md)** (C++, GPL-2.0, beta, inactive since 2011)
|
||||
- **[Dope Wars](../dope_wars.md)** (C, GPL-2.0, mature, inactive since 2013)
|
||||
@ -72,6 +73,7 @@
|
||||
- **[TrueCraft](../truecraft.md)** (C#, MIT, beta, inactive since 2018)
|
||||
- **[TTDPatch](../ttdpatch.md)** (Assembly, C, C++, GPL-2.0, mature, inactive since 2013)
|
||||
- **[Tux Football](../tux_football.md)** (C++, GPL-2.0, beta, inactive since 2012)
|
||||
- **[Vamos](../vamos.md)** (C++, Python, GPL-3.0, beta, inactive since 2014)
|
||||
- **[VDrift](../vdrift.md)** (C++, GPL-3.0, mature, inactive since 2014)
|
||||
- **[Voxelands](../voxelands.md)** (C++, GPL-3.0, beta)
|
||||
- **[WallBall](../wallball.md)** (Haxe, JavaScript, GPL-3.0, mature)
|
||||
|
@ -92,6 +92,7 @@
|
||||
- **[Heroes of Wing Commander](../heroes_of_wing_commander.md)** (Python, GPL-3.0, beta, inactive since 2014)
|
||||
- **[Hex Game](../hex_game.md)** (C++, MIT, beta)
|
||||
- **[Hexwar](../hexwar.md)** (Ruby, JavaScript, MIT, beta, inactive since 2012)
|
||||
- **[HHexen](../hhexen.md)** (C, GPL-2.0, mature, inactive since 2013)
|
||||
- **[Isometric Turn-Based Strategy](../isometric_turn-based_strategy.md)** (Python, MIT, beta)
|
||||
- **[Jagged Alliance 2 Stracciatella](../jagged_alliance_2_stracciatella.md)** (C, C++, Custom, mature)
|
||||
- **[JQuest](../jquest.md)** (Java, GPL-2.0, beta, inactive since 2006)
|
||||
@ -100,6 +101,7 @@
|
||||
- **[Kingdoms](../kingdoms.md)** (C++, GPL-3.0, beta, inactive since 2014)
|
||||
- **[KittenMaxit](../kittenmaxit.md)** (Java, MIT, beta)
|
||||
- **[LGeneral](../lgeneral.md)** (C, GPL-2.0, mature, inactive since 2017)
|
||||
- **[Lords of the Fey](../lords_of_the_fey.md)** (JavaScript, AGPL-3.0, beta, inactive since 2018)
|
||||
- **[LordsAWar!](../lordsawar.md)** (C++, GPL-3.0, mature)
|
||||
- **[M.E.W.L.](../mewl.md)** (C++, GPL-2.0, beta, inactive since 2015)
|
||||
- **[Machinations](../machinations.md)** (C++, GPL-2.0, beta, inactive since 2003)
|
||||
@ -202,6 +204,7 @@
|
||||
- **[Wargus](../wargus.md)** (C++, Lua, GPL-2.0, mature)
|
||||
- **[Warzone 2100](../warzone_2100.md)** (C++, GPL-2.0, mature)
|
||||
- **[WAtomic](../watomic.md)** (Pascal, GPL-2.0, mature, inactive since 2005)
|
||||
- **[WebChess](../webchess.md)** (PHP, GPL-3.0, mature, inactive since 2010)
|
||||
- **[Widelands](../widelands.md)** (C, C++, Lua, Python, GPL-2.0, mature)
|
||||
- **[Wizards Magic](../wizards_magic.md)** (Python, GPL-2.0, mature, inactive since 2012)
|
||||
- **[wkbre](../wkbre.md)** (C++, C, GPL-3.0, beta)
|
||||
|
@ -23,6 +23,7 @@
|
||||
- **[Jazz² Resurrection](../jazz_resurrection.md)** (C#, JavaScript, GPL-3.0, mature)
|
||||
- **[LambdaHack](../lambdahack.md)** (Haskell, 3-clause BSD, beta)
|
||||
- **[Lemmings.ts](../lemmingsts.md)** (TypeScript, MIT, mature)
|
||||
- **[Lords of the Fey](../lords_of_the_fey.md)** (JavaScript, AGPL-3.0, beta, inactive since 2018)
|
||||
- **[Lose Your Marbles](../lose_your_marbles.md)** (JavaScript, MIT, mature, inactive since 2014)
|
||||
- **[mk.js](../mkjs.md)** (JavaScript, MIT, beta)
|
||||
- **[OpenDominion](../opendominion.md)** (PHP, AGPL-3.0, beta)
|
||||
@ -43,6 +44,8 @@
|
||||
- **[Skifree-HTML5-clone](../skifree-html5-clone.md)** (JavaScript, GPL-3.0, beta, inactive since 2011)
|
||||
- **[skifree.js](../skifreejs.md)** (JavaScript, MIT, mature, inactive since 2016)
|
||||
- **[Survivor](../survivor.md)** (JavaScript, CC-BY-NC-3.0, mature)
|
||||
- **[Taggem](../taggem.md)** (JavaScript, AGPL-3.0, beta, inactive since 2014)
|
||||
- **[Taisei Project](../taisei_project.md)** (C, Python, MIT, mature)
|
||||
- **[WebChess](../webchess.md)** (PHP, GPL-3.0, mature, inactive since 2010)
|
||||
- **[WebFun](../webfun.md)** (TypeScript, MIT, beta)
|
||||
- **[WWW](../www.md)** (JavaScript, GPL-3.0, beta, inactive since 2014)
|
@ -10,6 +10,7 @@
|
||||
- **[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)
|
||||
- **[AssaultCube](../assaultcube.md)** (C, C++, Custom, mature, inactive since 2018)
|
||||
- **[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)
|
||||
@ -33,6 +34,7 @@
|
||||
- **[Childsplay](../childsplay.md)** (Python, GPL-3.0, mature)
|
||||
- **[Chocolate Doom](../chocolate_doom.md)** (C, GPL-2.0, mature)
|
||||
- **[Chronoshift](../chronoshift.md)** (C++, GPL-2.0, beta)
|
||||
- **[Chunk Stories](../chunk_stories.md)** (Kotlin, Java, LGPL-3.0, beta)
|
||||
- **[Circus Linux!](../circus_linux.md)** (C, GPL-2.0, mature, inactive since 2000)
|
||||
- **[ClanLib](../clanlib.md)** (C, C++, zlib, mature)
|
||||
- **[Classic RBDOOM-3-BFG](../classic_rbdoom-3-bfg.md)** (C, C++, GPL-3.0, mature)
|
||||
@ -56,7 +58,7 @@
|
||||
- **[Doom Legacy](../doom_legacy.md)** (C++, GPL-2.0, mature)
|
||||
- **[DOOM Retro](../doom_retro.md)** (C, C++, GPL-3.0, mature)
|
||||
- **[Doom64EX](../doom64ex.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Doomsday](../doomsday.md)** (C, C++, GPL-2.0, GPL-3.0, LGPL-3.0, mature)
|
||||
- **[Doomsday Engine](../doomsday_engine.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)
|
||||
- **[DreamChess](../dreamchess.md)** (C, GPL-3.0, beta)
|
||||
- **[DRL](../drl.md)** (Lua, Pascal, GPL-2.0, mature)
|
||||
@ -69,12 +71,14 @@
|
||||
- **[Emilia Pinball](../emilia_pinball.md)** (C++, GPL-2.0, beta)
|
||||
- **[EmptyEpsilon](../emptyepsilon.md)** (C, C++, Lua, GPL-2.0, mature)
|
||||
- **[Enigma](../enigma.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Escape Towards The Unknown](../escape_towards_the_unknown.md)** (C, GPL-2.0, beta, inactive since 2016)
|
||||
- **[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](../falltergeist.md)** (C++, GPL-3.0, beta)
|
||||
- **[FIFE](../fife.md)** (C++, Python, LGPL-2.1, 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)
|
||||
@ -137,6 +141,7 @@
|
||||
- **[Neverball](../neverball.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Nexuiz](../nexuiz.md)** (C++, GPL-2.0, mature)
|
||||
- **[NFSIISE](../nfsiise.md)** (C, MIT, mature)
|
||||
- **[Noiz2sa](../noiz2sa.md)** (C, C++, 2-clause BSD, beta, inactive since 2004)
|
||||
- **[NStars!](../nstars.md)** (C#, GPL-2.0, beta, inactive since 2004)
|
||||
- **[NullpoMino](../nullpomino.md)** (Java, 3-clause BSD, mature)
|
||||
- **[nXtank](../nxtank.md)** (Python, GPL-3.0, beta, inactive since 2010)
|
||||
@ -173,10 +178,12 @@
|
||||
- **[OpenVIII](../openviii.md)** (C#, MIT, beta)
|
||||
- **[OPMon](../opmon.md)** (C++, GPL-3.0, beta)
|
||||
- **[PainTown](../paintown.md)** (C++, Java, Python, 3-clause BSD, mature)
|
||||
- **[PARSEC47](../parsec47.md)** (D, 2-clause BSD, beta, inactive since 2003)
|
||||
- **[Pentagram](../pentagram.md)** (C++, GPL-2.0, beta, inactive since 2018)
|
||||
- **[Performous](../performous.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Pingus](../pingus.md)** (C++, GPL-3.0, mature)
|
||||
- **[Pink Pony](../pink_pony.md)** (C++, GPL-3.0, mature, inactive since 2017)
|
||||
- **[PixelLight](../pixellight.md)** (C, C++, MIT, mature, inactive since 2012)
|
||||
- **[PokerTH](../pokerth.md)** (C++, AGPL-3.0, mature, inactive since 2017)
|
||||
- **[Powerslide remake](../powerslide_remake.md)** (C++, MIT, beta)
|
||||
- **[Privateer - Gemini Gold](../privateer-gemini_gold.md)** (C++, GPL-2.0, mature, inactive since 2012)
|
||||
@ -193,6 +200,7 @@
|
||||
- **[RPG Paper Maker](../rpg_paper_maker.md)** (C++, ?, mature)
|
||||
- **[RPG-X](../rpg-x.md)** (C, GPL-2.0, mature, inactive since 2015)
|
||||
- **[rpgboss](../rpgboss.md)** (Scala, JavaScript, AGPL-3.0, beta, inactive since 2017)
|
||||
- **[rRootage](../rrootage.md)** (C, 2-clause BSD, beta, inactive since 2004)
|
||||
- **[SanAndreasUnity](../sanandreasunity.md)** (C#, MIT, mature)
|
||||
- **[Scorched3D](../scorched3d.md)** (C++, GPL-2.0, mature, inactive since 2014)
|
||||
- **[Scrabble3D](../scrabble3d.md)** (Pascal, GPL-3.0, mature, inactive since 2015)
|
||||
@ -234,6 +242,7 @@
|
||||
- **[Tressette](../tressette.md)** (C++, GPL-2.0, mature, inactive since 2017)
|
||||
- **[TROPHY](../trophy.md)** (C++, GPL-2.0, mature, inactive since 2012)
|
||||
- **[TTDPatch](../ttdpatch.md)** (Assembly, C, C++, GPL-2.0, mature, inactive since 2013)
|
||||
- **[Tumiki Fighters](../tumiki_fighters.md)** (D, C++, 2-clause BSD, mature, inactive since 2005)
|
||||
- **[TUSSLE](../tussle.md)** (Python, GPL-3.0, mature, inactive since 2017)
|
||||
- **[Tux Football](../tux_football.md)** (C++, GPL-2.0, beta, inactive since 2012)
|
||||
- **[Uebergame](../uebergame.md)** (TorqueScript, C#, MIT, mature)
|
||||
@ -265,5 +274,6 @@
|
||||
- **[YSoccer](../ysoccer.md)** (Java, GPL-2.0, mature)
|
||||
- **[Zaz](../zaz.md)** (C++, GPL-3.0, beta, inactive since 2010)
|
||||
- **[ZDoom](../zdoom.md)** (C, C++, ZenScript, GPL-3.0, mature)
|
||||
- **[Zelda Classic](../zelda_classic.md)** (C, C++, GPL-3.0, mature)
|
||||
- **[Zero Ballistics](../zero_ballistics.md)** (C++, MIT, mature, inactive since 2013)
|
||||
- **[Zod Engine](../zod_engine.md)** (C++, ?, mature, inactive since 2018)
|
@ -2,10 +2,11 @@
|
||||
|
||||
_Side-scrolling shooter._
|
||||
|
||||
- Home: https://sourceforge.net/projects/tumiki/
|
||||
- Home: http://www.asahi-net.or.jp/~cs8k-cyu/windows/tf_e.html, http://tumiki.sourceforge.net/, https://sourceforge.net/projects/tumiki/
|
||||
- Media: https://en.wikipedia.org/wiki/ABA_Games#Tumiki_Fighters
|
||||
- State: mature, inactive since 2005
|
||||
- Download: https://sourceforge.net/projects/tumiki/files/tumiki/
|
||||
- Platform: Windows, Linux
|
||||
- Keywords: action, shooter
|
||||
- Code repository: https://gitlab.com/osgames/tumiki.git (import of source releases)
|
||||
- Code language: D, C++
|
||||
|
17
games/vamos.md
Normal file
17
games/vamos.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Vamos
|
||||
|
||||
_Automotive simulation framework._
|
||||
|
||||
- Home: http://vamos.sourceforge.net/, https://sourceforge.net/projects/vamos/
|
||||
- State: beta, inactive since 2014
|
||||
- Download: https://sourceforge.net/projects/vamos/files/
|
||||
- Platform: Linux
|
||||
- Keywords: simulation, cars
|
||||
- Code repository: https://git.code.sf.net/p/vamos/git, http://vamos.cvs.sourceforge.net:/cvsroot/vamos (cvs)
|
||||
- Code language: C++, Python
|
||||
- Code license: GPL-3.0
|
||||
- Code dependencies: OpenAL, OpenGL, SDL
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: Autoconf
|
14
games/vortice.md
Normal file
14
games/vortice.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Vortice
|
||||
|
||||
_Cross platform 2D and 3D .NET framework._
|
||||
|
||||
- Home: https://github.com/amerkoleci/vortice
|
||||
- State: mature
|
||||
- Download: https://www.nuget.org/packages?q=Tags%3A%22Vortice%22
|
||||
- Keywords: music, graphics framework
|
||||
- Code repository: https://github.com/amerkoleci/vortice.git
|
||||
- Code language: C#
|
||||
- Code license: MIT
|
||||
|
||||
## Building
|
||||
|
16
games/webchess.md
Normal file
16
games/webchess.md
Normal file
@ -0,0 +1,16 @@
|
||||
# WebChess
|
||||
|
||||
_Allows you to play chess with other users._
|
||||
|
||||
- Home: https://sourceforge.net/p/webchess/wiki/Home/, https://sourceforge.net/projects/webchess/
|
||||
- State: mature, inactive since 2010
|
||||
- Download: https://sourceforge.net/projects/webchess/files/
|
||||
- Platform: Web
|
||||
- Keywords: strategy
|
||||
- Code repository: http://webchess.bzr.sourceforge.net/bzrroot/webchess (bzr), http://webchess.cvs.sourceforge.net:/cvsroot/webchess (cvs)
|
||||
- Code language: PHP
|
||||
- Code license: GPL-3.0
|
||||
|
||||
## Building
|
||||
|
||||
|
15
games/zelda_classic.md
Normal file
15
games/zelda_classic.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Zelda Classic
|
||||
|
||||
_Game and editing tool for creating custom Legend of Zelda quests._
|
||||
|
||||
- Home: https://www.zeldaclassic.com/
|
||||
- State: mature
|
||||
- Download: https://www.zeldaclassic.com/downloads/
|
||||
- Platform: Windows
|
||||
- Keywords: role playing, inspired by Legend of Zelda
|
||||
- Code repository: https://github.com/ArmageddonGames/ZeldaClassic.git
|
||||
- Code language: C, C++
|
||||
- Code license: GPL-3.0
|
||||
|
||||
## Building
|
||||
|
Reference in New Issue
Block a user