additions from backlog

This commit is contained in:
Trilarion
2019-10-04 15:18:09 +02:00
parent a4529af611
commit 99b3eb5e74
38 changed files with 459 additions and 194 deletions

14
entries/anura.md Normal file
View File

@ -0,0 +1,14 @@
# Anura
_Engine for Frogatto and Friends._
- Home: https://github.com/anura-engine/anura
- State: mature
- Platform: Windows
- Keywords: arcade, game engine
- Code repository: https://github.com/anura-engine/anura.git
- Code language: C, C++
- Code license: zlib (src folder)
## Building

18
entries/crossuo.md Normal file
View File

@ -0,0 +1,18 @@
# CrossUO
_ Ultima Online client._
- Home: https://crossuo.com/
- Media: https://en.wikipedia.org/wiki/Ultima_Online
- State: mature
- Platform: Windows, Linux, macOS
- Keywords: role playing, requires online access
- Code repository: https://github.com/crossuo/crossuo.git
- Code language: C, C++
- Code license: GPL-3.0
Fork of OrionUO
## Building
- Build system: CMake

View File

@ -5,8 +5,9 @@ _Remake of 3D Deathchase._
- Home: https://web.archive.org/web/20070711231311/http://www.robsons.org.uk/archive/www.autismuk.freeserve.co.uk/index.htm
- State: mature, inactive since 2002
- Keywords: remake, inspired by 3D Deathchase, shooter
- Code repository: https://web.archive.org/web/20070711231311/http://www.robsons.org.uk/archive/www.autismuk.freeserve.co.uk/deathchase3d-0.9.tar.gz
- Code language: C
- Code repository: https://gitlab.com/osgames/deathchase3d.git (import of source release at https://web.archive.org/web/20070711231311/http://www.robsons.org.uk/archive/www.autismuk.freeserve.co.uk/deathchase3d-0.9.tar.gz)
- Code language: C, Perl
- Code license: GPL-2.0
- Code dependencies: SDL
## Building

14
entries/flixel-gdx.md Normal file
View File

@ -0,0 +1,14 @@
# flixel-gdx
_2D game engine in Java based on Flixel._
- Home: https://web.archive.org/web/20190623151758/http://flixel-gdx.com/
- State: beta, inactive since 2017
- Platform: Windows, Linux, macOS, Android, iOS, Web
- Keywords: framework, 2D
- Code repository: https://github.com/flixel-gdx/flixel-gdx.git
- Code language: Java
- Code license: 3-clause BSD
- Code dependencies: libGDX
## Building

View File

@ -11,4 +11,6 @@ _Remake of Jump 'n Bump._
- Code license: GPL-2.0
- Code dependencies: SDL
See also https://gitlab.com/LibreGames/jumpnbump (same game?)
## Building

17
entries/mindustry.md Normal file
View File

@ -0,0 +1,17 @@
# Mindustry
_Sandbox tower defense game._
- Home: https://mindustrygame.github.io/
- State: mature
- Download: https://play.google.com/store/apps/details?id=io.anuke.mindustry, https://f-droid.org/packages/io.anuke.mindustry/, https://anuke.itch.io/mindustry
- Platform: Windows, Linux, Android
- Keywords: action, sandbox, tower defense
- Code repository: https://github.com/Anuken/Mindustry.git
- Code language: Java
- Code license: GPL-3.0
- Code dependencies: libGDX
## Building
- Build system: Gradle

16
entries/plib.md Normal file
View File

@ -0,0 +1,16 @@
# PLIB
_Game framework._
- Home: http://plib.sourceforge.net/, https://sourceforge.net/projects/plib/
- State: mature, inactive since 2012
- Download: http://plib.sourceforge.net/download.html
- Platform: Windows, Linux, macOS
- Keywords: framework, library
- Code repository: https://svn.code.sf.net/p/plib/code/ (svn)
- Code language: C++
- Code license: LGPL-2.0
## Building
- Build system: Autoconf

View File

@ -10,4 +10,6 @@ _Remake of Quake._
- Code language: C
- Code license: GPL-2.0
See also: http://quakeone.com/markv/
## Building

16
entries/psyco.md Normal file
View File

@ -0,0 +1,16 @@
# Psyco
_Python specializing compiler._
- Home: http://psyco.sourceforge.net/, https://sourceforge.net/projects/psyco/
- State: mature, inactive since 2008
- Download: http://psyco.sourceforge.net/download.html
- Platform: Windows, Linux
- Keywords: tool
- Code repository: (see download)
- Code language: C
- Code license: MIT
Unmaintained, refers to pypy.org
## Building

15
entries/pyscroll.md Normal file
View File

@ -0,0 +1,15 @@
# pyscroll
_Animated scrolling maps in pygame library._
- Home: https://pypi.org/project/pyscroll/
- State: mature, inactive since 2018
- Platform: Windows, Linux, macOS (all that pygame supports)
- Keywords: library
- Code repository: https://github.com/bitcraft/pyscroll.git
- Code language: Python
- Code license: LGPL-3.0
- Code dependencies: pygame
## Building

13
entries/pytmx.md Normal file
View File

@ -0,0 +1,13 @@
# PyTMX
_Read Tiled Map Editor's TMX maps._
- Home: https://pypi.org/project/PyTMX/
- State: mature
- Platform: Windows, Linux, macOS (all supported by pygame)
- Keywords: tool, library
- Code repository: https://github.com/bitcraft/PyTMX.git
- Code language: Python
- Code license: LGPL-3.0
## Building

17
entries/reshade.md Normal file
View File

@ -0,0 +1,17 @@
# ReShade
_Post-processing graphics injector._
- Home: https://reshade.me/
- State: mature
- Download: https://reshade.me/releases
- Platform: Windows
- Keywords: tool
- Code repository: https://github.com/crosire/reshade.git
- Code language: C++
- Code license: 3-clause BSD
## Building
- Build system: VisualStudio

View File

@ -6,10 +6,14 @@ _Remake of Solar Fox._
- State: mature, inactive since 2004
- Download: https://www.pygame.org/shredwheat/solarwolf/index.shtml#download
- Platform: Windows, Linux, macOS
- Keywords: action, arcade, inspired by Solar Fox, remake
- Code repository: http://pygame.org/shredwheat/solarwolf/solarwolf-1.5.tar.gz
- Keywords: action, arcade, inspired by Solar Fox, open content, remake
- Code repository: https://gitlab.com/osgames/solarwolf.git (import of source releases)
- Code language: Python
- Code license: LGPL-2.1
- Code dependencies: pygame
Developer: Pete Shinners, Eero Tamminen
## Building
- Build system: Make

View File

@ -111,6 +111,7 @@
- **[Mega Mario](../mega_mario.md)** (C++, LGPL-2.1, mature, inactive since 2012)
- **[Memory Game](../memory_game.md)** (Java, Apache-2.0, mature)
- **[MicroWar 2.0](../microwar_20.md)** (Python, 3-clause BSD, mature, inactive since 2009)
- **[Mindustry](../mindustry.md)** (Java, GPL-3.0, mature)
- **[Mininim](../mininim.md)** (C, GPL-3.0, beta, inactive since 2017)
- **[mk.js](../mkjs.md)** (JavaScript, MIT, beta)
- **[Mr.Boom](../mrboom.md)** (C++, MIT, mature)

View File

@ -48,6 +48,7 @@
- **[Antares](../antares.md)** (C++, LGPL-3.0, beta)
- **[AntiChess](../antichess.md)** (Java, MIT, mature, inactive since 2003)
- **[antiyoy](../antiyoy.md)** (Java, GPL-3.0, beta)
- **[Anura](../anura.md)** (C, C++, zlib, mature)
- **[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)
@ -193,6 +194,7 @@
- **[CrappyBird](../crappybird.md)** (JavaScript, MIT, mature, inactive since 2017)
- **[Crimson Fields](../crimson_fields.md)** (C++, GPL-2.0, mature, inactive since 2010)
- **[Crossfire](../crossfire.md)** (C, Java, GPL-2.0, mature)
- **[CrossUO](../crossuo.md)** (C, C++, GPL-3.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)
@ -214,7 +216,7 @@
- **[Dave Gnukem](../dave_gnukem.md)** (C++, GPL-2.0, mature)
- **[Dawn](../dawn.md)** (C++, GPL-3.0, beta, inactive since 2011)
- **[Dear ImGui](../dear_imgui.md)** (C, C++, MIT, mature)
- **[Deathchase 3D](../deathchase_3d.md)** (C, GPL-2.0, mature, inactive since 2002)
- **[Deathchase 3D](../deathchase_3d.md)** (C, Perl, GPL-2.0, mature, inactive since 2002)
- **[Decker](../decker.md)** (Java, GPL-2.0, beta, inactive since 2013)
- **[Dedalus](../dedalus.md)** (JavaScript, GPL-2.0, beta, inactive since 2018)
- **[Defendguin](../defendguin.md)** (C, GPL-2.0, mature, inactive since 2009)
@ -317,6 +319,7 @@
- **[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)
- **[flixel-gdx](../flixel-gdx.md)** (Java, 3-clause BSD, beta, inactive since 2017)
- **[Flixel](../flixel.md)** (ActionScript, MIT, mature)
- **[Fluid Table Tennis](../fluid_table_tennis.md)** (JavaScript, MIT, mature, inactive since 2013)
- **[fonline](../fonline.md)** (C, C++, GPL-3.0, beta)
@ -556,6 +559,7 @@
- **[micropolisJS](../micropolisjs.md)** (JavaScript, GPL-3.0, mature)
- **[Microracers](../microracers.md)** (C, C++, GPL-2.0, beta, inactive since 2005)
- **[MicroWar 2.0](../microwar_20.md)** (Python, 3-clause BSD, mature, inactive since 2009)
- **[Mindustry](../mindustry.md)** (Java, GPL-3.0, mature)
- **[MineCraft-One-Week-Challenge](../minecraft-one-week-challenge.md)** (C++, MIT, beta)
- **[Minesweeper (in C)](../minesweeper_in_c.md)** (C, 3-clause BSD, beta, inactive since 2015)
- **[Minesweeper.Zone](../minesweeperzone.md)** (JavaScript, PHP, MIT, mature)
@ -731,6 +735,7 @@
- **[pkg-config](../pkg-config.md)** (C, GPL-2.0, mature)
- **[PlaneShift](../planeshift.md)** (C++, GPL-2.0, mature)
- **[Planetary Hoppers](../planetary_hoppers.md)** (Java, GPL-2.0, beta, inactive since 2003)
- **[PLIB](../plib.md)** (C++, LGPL-2.0, mature, inactive since 2012)
- **[PokerTH](../pokerth.md)** (C++, AGPL-3.0, mature, inactive since 2017)
- **[Polis](../polis.md)** (Java, GPL-3.0, mature, inactive since 2016)
- **[Polycode](../polycode.md)** (C, C++, MIT, beta)
@ -746,6 +751,7 @@
- **[Project Helena](../project_helena.md)** (Pascal, GPL-3.0, beta)
- **[ProQuake 4](../proquake_4.md)** (C, GPL-2.0, mature, inactive since 2018)
- **[proxx](../proxx.md)** (TypeScript, JavaScript, Apache-2.0, mature)
- **[Psyco](../psyco.md)** (C, MIT, mature, inactive since 2008)
- **[Pthreads-win32](../pthreads-win32.md)** (C, LGPL-2.1, mature)
- **[Pushover](../pushover.md)** (C++, C, Lua, GPL-3.0, beta, inactive since 2018)
- **[PyBreak360](../pybreak360.md)** (Python, GPL-3.0, mature, inactive since 2015)
@ -755,8 +761,10 @@
- **[PyKaraoke](../pykaraoke.md)** (Python, LGPL-2.1, beta, inactive since 2011)
- **[Pymapper](../pymapper.md)** (Python, GPL-3.0, mature)
- **[pyORPG](../pyorpg.md)** (Python, MIT, beta, inactive since 2015)
- **[pyscroll](../pyscroll.md)** (Python, LGPL-3.0, mature, inactive since 2018)
- **[pyskool](../pyskool.md)** (Python, GPL-3.0, mature)
- **[PySol](../pysol.md)** (Python, GPL-2.0, mature, inactive since 2004)
- **[PyTMX](../pytmx.md)** (Python, LGPL-3.0, mature)
- **[Q-Gears](../q-gears.md)** (C, C++, GPL-2.0, beta, inactive since 2015)
- **[Qt](../qt.md)** (C++, LGPL-3.0, mature)
- **[Quad-engine](../quad-engine.md)** (Pascal, MIT, beta)
@ -778,6 +786,7 @@
- **[Remixed Dungeon](../remixed_dungeon.md)** (Java, GPL-3.0, mature)
- **[ReQbert](../reqbert.md)** (JavaScript, GPL-3.0, beta)
- **[Rescue! Max](../rescue_max.md)** (Java, GPL-3.0, beta, inactive since 2013)
- **[ReShade](../reshade.md)** (C++, 3-clause BSD, mature)
- **[ResidualVM](../residualvm.md)** (C++, GPL-2.0, beta)
- **[Return of Dr. Destructo](../return_of_dr_destructo.md)** (C++, MIT, mature, inactive since 2015)
- **[Return to the Roots](../return_to_the_roots.md)** (C++, GPL-3.0, mature)

View File

@ -17,6 +17,7 @@
- **[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)
- **[flixel-gdx](../flixel-gdx.md)** (Java, 3-clause BSD, beta, inactive since 2017)
- **[FreeBlocks](../freeblocks.md)** (C, Java, GPL-3.0, beta, inactive since 2015)
- **[GL4ES](../gl4es.md)** (C, MIT, mature)
- **[Golly](../golly.md)** (C++, Java, GPL-2.0, mature)
@ -32,6 +33,7 @@
- **[LÖVE](../love.md)** (C++, zlib, mature)
- **[Memory Game](../memory_game.md)** (Java, Apache-2.0, mature)
- **[Mercenary Commander](../mercenary_commander.md)** (Java, 3-clause BSD, beta, inactive since 2010)
- **[Mindustry](../mindustry.md)** (Java, GPL-3.0, mature)
- **[Minetest](../minetest.md)** (C, C++, Lua, LGPL-2.1, mature)
- **[Morpheus Web Remake](../morpheus_web_remake.md)** (Javascript, MIT, beta)
- **[NOVA PINBALL](../nova_pinball.md)** (Lua, GPL-3.0, beta, inactive since 2017)

View File

@ -6,6 +6,7 @@
- **[Airstrike](../airstrike.md)** (C, GPL-2.0, beta, inactive since 2014)
- **[Aisleriot](../aisleriot.md)** (C, Scheme, GPL-3.0, mature)
- **[antiyoy](../antiyoy.md)** (Java, GPL-3.0, beta)
- **[Anura](../anura.md)** (C, C++, zlib, mature)
- **[Apricots](../apricots.md)** (C++, GPL-2.0, beta, inactive since 2003)
- **[Batalla Naval](../batalla_naval.md)** (C, GPL-2.0, mature, inactive since 2002)
- **[Battery](../battery.md)** (Java, EPL-2.0, Custom, mature, inactive since 2009)

View File

@ -17,6 +17,7 @@
- **[F.LF](../flf.md)** (JavaScript, ?, mature)
- **[Flare](../flare.md)** (C++, Java, GPL-3.0, mature)
- **[Flex Engine](../flex_engine.md)** (C++, MIT, beta)
- **[flixel-gdx](../flixel-gdx.md)** (Java, 3-clause BSD, beta, inactive since 2017)
- **[Flixel](../flixel.md)** (ActionScript, MIT, mature)
- **[GemRB](../gemrb.md)** (C++, Python, GPL-2.0, mature)
- **[Godot](../godot.md)** (C, C++, MIT, mature)
@ -46,6 +47,7 @@
- **[OpenRPG](../openrpg.md)** (Python, GPL-2.0, mature, inactive since 2013)
- **[Orx](../orx.md)** (C, zlib, mature)
- **[Panda 3D](../panda_3d.md)** (C++, C, 3-clause BSD, mature)
- **[PLIB](../plib.md)** (C++, LGPL-2.0, mature, inactive since 2012)
- **[Polycode](../polycode.md)** (C, C++, MIT, beta)
- **[pygame](../pygame.md)** (C, Python, LGPL-2.1, mature)
- **[pyORPG](../pyorpg.md)** (Python, MIT, beta, inactive since 2015)

View File

@ -3,6 +3,7 @@
- **[adventure engine](../adventure_engine.md)** (Lua, MIT, mature, inactive since 2013)
- **[Alimer](../alimer.md)** (C++, MIT, beta)
- **[Anura](../anura.md)** (C, C++, zlib, mature)
- **[Bacon2D](../bacon2d.md)** (C++, MIT, beta, inactive since 2018)
- **[Bladecoder Adventure Engine](../bladecoder_adventure_engine.md)** (Java, Apache-2.0, mature)
- **[Blitwizard](../blitwizard.md)** (C, C++, Lua, zlib, beta, inactive since 2015)

View File

@ -3,6 +3,7 @@
- **[DOOM-iOS](../doom-ios.md)** (C++, GPL-2.0, mature, inactive since 2012)
- **[Esenthel Engine](../esenthel_engine.md)** (C, C++, Custom, beta)
- **[flixel-gdx](../flixel-gdx.md)** (Java, 3-clause BSD, beta, inactive since 2017)
- **[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)
- **[LÖVE](../love.md)** (C++, zlib, mature)

View File

@ -21,7 +21,10 @@
- **[OpenSSL](../openssl.md)** (C, Custom, mature)
- **[Penumbra](../penumbra.md)** (C#, MIT, mature)
- **[pkg-config](../pkg-config.md)** (C, GPL-2.0, mature)
- **[PLIB](../plib.md)** (C++, LGPL-2.0, mature, inactive since 2012)
- **[Pthreads-win32](../pthreads-win32.md)** (C, LGPL-2.1, mature)
- **[pyscroll](../pyscroll.md)** (Python, LGPL-3.0, mature, inactive since 2018)
- **[PyTMX](../pytmx.md)** (Python, LGPL-3.0, mature)
- **[Ragel](../ragel.md)** (C++, MIT, mature)
- **[Simple and Fast Multimedia Library](../simple_and_fast_multimedia_library.md)** (C++, zlib, mature)
- **[Simple DirectMedia Layer](../simple_directmedia_layer.md)** (C, zlib, mature)

View File

@ -54,6 +54,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)
- **[CrossUO](../crossuo.md)** (C, C++, GPL-3.0, mature)
- **[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)
@ -87,6 +88,7 @@
- **[Falltergeist](../falltergeist.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)
- **[flixel-gdx](../flixel-gdx.md)** (Java, 3-clause BSD, beta, inactive since 2017)
- **[Free Mars](../free_mars.md)** (Java, GPL-3.0, mature)
- **[freeablo](../freeablo.md)** (C++, GPL-3.0, beta)
- **[FreeBlocks](../freeblocks.md)** (C, Java, GPL-3.0, beta, inactive since 2015)
@ -134,6 +136,7 @@
- **[Mari0](../mari0.md)** (Lua, MIT, mature, inactive since 2012)
- **[Maxit](../maxit.md)** (C++, ?, mature, inactive since 2014)
- **[Me and My Shadow](../me_and_my_shadow.md)** (C++, GPL-3.0, beta)
- **[Mindustry](../mindustry.md)** (Java, GPL-3.0, mature)
- **[Minetest](../minetest.md)** (C, C++, Lua, LGPL-2.1, mature)
- **[mini2Dx](../mini2dx.md)** (Java, C#, Apache-2.0, mature)
- **[Mininim](../mininim.md)** (C, GPL-3.0, beta, inactive since 2017)
@ -178,13 +181,17 @@
- **[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)
- **[PLIB](../plib.md)** (C++, LGPL-2.0, 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)
- **[Psyco](../psyco.md)** (C, MIT, mature, inactive since 2008)
- **[Pygame---Alien-Invasion](../pygame-alien-invasion.md)** (Python, GPL-3.0, beta, inactive since 2018)
- **[PyKaraoke](../pykaraoke.md)** (Python, LGPL-2.1, beta, inactive since 2011)
- **[pyscroll](../pyscroll.md)** (Python, LGPL-3.0, mature, inactive since 2018)
- **[pyskool](../pyskool.md)** (Python, GPL-3.0, mature)
- **[PySol](../pysol.md)** (Python, GPL-2.0, mature, inactive since 2004)
- **[PyTMX](../pytmx.md)** (Python, LGPL-3.0, mature)
- **[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)

View File

@ -25,6 +25,7 @@
- **[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)
- **[CrossUO](../crossuo.md)** (C, C++, GPL-3.0, mature)
- **[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)
- **[Daggerfall Unity](../daggerfall_unity.md)** (C#, MIT, mature)
@ -55,6 +56,7 @@
- **[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)
- **[flixel-gdx](../flixel-gdx.md)** (Java, 3-clause BSD, beta, inactive since 2017)
- **[Free Mars](../free_mars.md)** (Java, GPL-3.0, mature)
- **[freeablo](../freeablo.md)** (C++, GPL-3.0, beta)
- **[Freedoom](../freedoom.md)** (Not applicable, Not applicable, beta)
@ -112,11 +114,14 @@
- **[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)
- **[PLIB](../plib.md)** (C++, LGPL-2.0, mature, inactive since 2012)
- **[PokerTH](../pokerth.md)** (C++, AGPL-3.0, mature, inactive since 2017)
- **[Privateer - Gemini Gold](../privateer-gemini_gold.md)** (C++, GPL-2.0, mature, inactive since 2012)
- **[Pygame---Alien-Invasion](../pygame-alien-invasion.md)** (Python, GPL-3.0, beta, inactive since 2018)
- **[PyKaraoke](../pykaraoke.md)** (Python, LGPL-2.1, beta, inactive since 2011)
- **[pyscroll](../pyscroll.md)** (Python, LGPL-3.0, mature, inactive since 2018)
- **[PySol](../pysol.md)** (Python, GPL-2.0, mature, inactive since 2004)
- **[PyTMX](../pytmx.md)** (Python, LGPL-3.0, mature)
- **[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)

View File

@ -68,7 +68,7 @@
- **[Danger from the Deep](../danger_from_the_deep.md)** (C++, GPL-2.0, beta, inactive since 2011)
- **[DarkPlaces](../darkplaces.md)** (C, GPL-2.0, mature, inactive since 2014)
- **[Data Storm](../data_storm.md)** (C, Apache-2.0, mature, inactive since 2017)
- **[Deathchase 3D](../deathchase_3d.md)** (C, GPL-2.0, mature, inactive since 2002)
- **[Deathchase 3D](../deathchase_3d.md)** (C, Perl, GPL-2.0, mature, inactive since 2002)
- **[Defendguin](../defendguin.md)** (C, GPL-2.0, mature, inactive since 2009)
- **[DelverEngine](../delverengine.md)** (Java, Custom, beta)
- **[DesktopAdventures](../desktopadventures.md)** (C, LGPL-2.1, beta)

View File

@ -25,6 +25,7 @@
- **[Classic Blades of Exile](../classic_blades_of_exile.md)** (C++, GPL-2.0, mature)
- **[coab](../coab.md)** (C#, ???, mature)
- **[Crossfire](../crossfire.md)** (C, Java, GPL-2.0, mature)
- **[CrossUO](../crossuo.md)** (C, C++, GPL-3.0, mature)
- **[Daggerfall Unity](../daggerfall_unity.md)** (C#, MIT, mature)
- **[Daimonin](../daimonin.md)** (C, GPL-2.0, mature)
- **[DarkCity](../darkcity.md)** (PHP, GPL-3.0, mature, inactive since 2012)

View File

@ -17,7 +17,10 @@
- **[PCGen](../pcgen.md)** (Java, LGPL-2.1, mature)
- **[pkg-config](../pkg-config.md)** (C, GPL-2.0, mature)
- **[Procedural Map Generator](../procedural_map_generator.md)** (C++, MIT, mature, inactive since 2018)
- **[Psyco](../psyco.md)** (C, MIT, mature, inactive since 2008)
- **[Pymapper](../pymapper.md)** (Python, GPL-3.0, mature)
- **[PyTMX](../pytmx.md)** (Python, LGPL-3.0, mature)
- **[ReShade](../reshade.md)** (C++, 3-clause BSD, mature)
- **[rFXGen](../rfxgen.md)** (C, zlib, mature)
- **[Rolemaster Office](../rolemaster_office.md)** (Java, Apache-2.0, mature)
- **[Rolisteam](../rolisteam.md)** (C++, JavaScript, GPL-2.0, mature)

View File

@ -19,6 +19,7 @@
- **[Executive Man](../executive_man.md)** (JavaScript, Custom, mature, inactive since 2017)
- **[F.LF](../flf.md)** (JavaScript, ?, mature)
- **[Fantasy Map Generator](../fantasy_map_generator.md)** (JavaScript, MIT, mature)
- **[flixel-gdx](../flixel-gdx.md)** (Java, 3-clause BSD, beta, inactive since 2017)
- **[gist-txt](../gist-txt.md)** (JavaScript, MIT, mature, inactive since 2018)
- **[Grimsonland](../grimsonland.md)** (JavaScript, ?, mature, inactive since 2017)
- **[HexGL](../hexgl.md)** (JavaScript, CoffeeScript, MIT, mature, inactive since 2016)

View File

@ -10,6 +10,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)
- **[Anura](../anura.md)** (C, C++, zlib, mature)
- **[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)
@ -45,6 +46,7 @@
- **[Colditz Escape](../colditz_escape.md)** (C, GPL-3.0, mature)
- **[Crack Attack!](../crack_attack.md)** (C++, GPL-2.0, mature, inactive since 2005)
- **[Craft](../craft.md)** (C, Python, MIT, mature, inactive since 2017)
- **[CrossUO](../crossuo.md)** (C, C++, GPL-3.0, mature)
- **[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)
- **[D-Fend Reloaded](../d-fend_reloaded.md)** (Pascal, GPL-3.0, mature, inactive since 2015)
@ -86,6 +88,7 @@
- **[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)
- **[flixel-gdx](../flixel-gdx.md)** (Java, 3-clause BSD, beta, inactive since 2017)
- **[Free Mars](../free_mars.md)** (Java, GPL-3.0, mature)
- **[freeablo](../freeablo.md)** (C++, GPL-3.0, beta)
- **[Freedoom](../freedoom.md)** (Not applicable, Not applicable, beta)
@ -140,6 +143,7 @@
- **[Me and My Shadow](../me_and_my_shadow.md)** (C++, GPL-3.0, beta)
- **[Mega Mario](../mega_mario.md)** (C++, LGPL-2.1, mature, inactive since 2012)
- **[MicroWar 2.0](../microwar_20.md)** (Python, 3-clause BSD, mature, inactive since 2009)
- **[Mindustry](../mindustry.md)** (Java, GPL-3.0, mature)
- **[Minetest](../minetest.md)** (C, C++, Lua, LGPL-2.1, mature)
- **[mini2Dx](../mini2dx.md)** (Java, C#, Apache-2.0, mature)
- **[Mininim](../mininim.md)** (C, GPL-3.0, beta, inactive since 2017)
@ -195,17 +199,22 @@
- **[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)
- **[PLIB](../plib.md)** (C++, LGPL-2.0, 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)
- **[Procedural Map Generator](../procedural_map_generator.md)** (C++, MIT, mature, inactive since 2018)
- **[Psyco](../psyco.md)** (C, MIT, mature, inactive since 2008)
- **[Pygame---Alien-Invasion](../pygame-alien-invasion.md)** (Python, GPL-3.0, beta, inactive since 2018)
- **[PyKaraoke](../pykaraoke.md)** (Python, LGPL-2.1, beta, inactive since 2011)
- **[pyscroll](../pyscroll.md)** (Python, LGPL-3.0, mature, inactive since 2018)
- **[PySol](../pysol.md)** (Python, GPL-2.0, mature, inactive since 2004)
- **[PyTMX](../pytmx.md)** (Python, LGPL-3.0, mature)
- **[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)
- **[ReShade](../reshade.md)** (C++, 3-clause BSD, mature)
- **[ResidualVM](../residualvm.md)** (C++, GPL-2.0, beta)
- **[rFXGen](../rfxgen.md)** (C, zlib, mature)
- **[Rigs of Rods](../rigs_of_rods.md)** (C, C++, AngelScript, GPL-3.0, mature)