additions from backlog and conversions to git
This commit is contained in:
17
entries/a2x.md
Normal file
17
entries/a2x.md
Normal file
@ -0,0 +1,17 @@
|
||||
# a2x
|
||||
|
||||
_C game framework._
|
||||
|
||||
- Home: https://github.com/alxm/a2x
|
||||
- State: beta
|
||||
- Platform: Windows, Linux
|
||||
- Keywords: puzzle, game framework
|
||||
- Code repository: https://github.com/alxm/a2x.git
|
||||
- Code language: C, Python, C++
|
||||
- Code license: GPL-3.0
|
||||
|
||||
Developer: Alex Margarit
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: Make
|
@ -7,7 +7,7 @@ _Remake of Zarch._
|
||||
- Download: https://sourceforge.net/projects/ajax3d/files/ajax3d/
|
||||
- Platform: Web
|
||||
- Keywords: action, inspired by Zarch, remake
|
||||
- Code repository: http://ajax3d.cvs.sourceforge.net (cvs)
|
||||
- Code repository: https://gitlab.com/osgames/ajax3d.git (conversion of cvs), http://ajax3d.cvs.sourceforge.net (cvs)
|
||||
- Code language: JavaScript
|
||||
- Code license: GPL-2.0
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
_Quest-driven Roguelike fantasy dungeon crawler RPG with a powerful story._
|
||||
|
||||
- Home: https://www.andorstrail.com/
|
||||
- Home: https://www.andorstrail.com/, https://code.google.com/archive/p/andors-trail/
|
||||
- State: beta
|
||||
- Download: https://f-droid.org/packages/com.gpl.rpg.AndorsTrail/
|
||||
- Platform: Android
|
||||
|
@ -8,7 +8,7 @@ _2D arcade platform game._
|
||||
- Download: https://sourceforge.net/projects/blobwars/files/
|
||||
- Platform: Windows
|
||||
- Keywords: action
|
||||
- Code repository: https://git.code.sf.net/p/blobwars/code, https://gitlab.com/osgames/blobwars.git (+), https://src.fedoraproject.org/rpms/blobwars.git (+)
|
||||
- Code repository: https://git.code.sf.net/p/blobwars/code, https://gitlab.com/osgames/blobwars.git (+), https://src.fedoraproject.org/rpms/blobwars.git (+), https://github.com/OSSGames/GAME-SDL-ACTION-Blobwars_Metal_Blob_Solid.git
|
||||
- Code language: C++
|
||||
- Code license: GPL-2.0
|
||||
|
||||
|
@ -5,10 +5,13 @@ _Remake of Bomberman, another Dynablaster clone._
|
||||
- Home: http://bombic.sourceforge.net/, https://sourceforge.net/projects/bombic/
|
||||
- State: beta, inactive since 2005
|
||||
- Download: https://sourceforge.net/projects/bombic/files/bombic/
|
||||
- Platform: Linux
|
||||
- Platform: Linux, macOS
|
||||
- Keywords: action, inspired by Bomberman, remake
|
||||
- Code repository: https://svn.code.sf.net/p/bombic/code/ (svn)
|
||||
- Code language: C++
|
||||
- Code repository: https://gitlab.com/osgames/bombic.git (clone of svn), https://svn.code.sf.net/p/bombic/code/ (svn)
|
||||
- Code language: C++, Objective-C
|
||||
- Code license: GPL-2.0
|
||||
- Code dependencies: SDL
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: Make
|
@ -7,6 +7,7 @@ _Remake of Bomberman._
|
||||
- Keywords: action, inspired by Bomberman, remake
|
||||
- Code repository: https://svn.code.sf.net/p/bombic2/code/ (svn)
|
||||
- Code language: C++
|
||||
- Code license: GPL-2.0
|
||||
- Code license: ?
|
||||
- Code dependencies: SDL
|
||||
|
||||
## Building
|
||||
|
14
entries/box2d.md
Normal file
14
entries/box2d.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Box2D
|
||||
|
||||
_2D physics engine for games._
|
||||
|
||||
- Home: http://box2d.org/
|
||||
- State: mature
|
||||
- Keywords: library
|
||||
- Code repository: https://github.com/erincatto/Box2D.git
|
||||
- Code language: C, C++, Objective-C
|
||||
- Code license: zlib
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: premake
|
13
entries/corengine.md
Normal file
13
entries/corengine.md
Normal file
@ -0,0 +1,13 @@
|
||||
# CorEngine
|
||||
|
||||
_3D game engine._
|
||||
|
||||
- Home: http://corengine.sourceforge.net/, https://sourceforge.net/projects/corengine/
|
||||
- State: beta, inactive since 2015
|
||||
- Download: https://sourceforge.net/projects/corengine/files/
|
||||
- Keywords: game engine, 3D
|
||||
- Code repository: (see download)
|
||||
- Code language: C
|
||||
- Code license: zlib
|
||||
|
||||
## Building
|
14
entries/dedalus.md
Normal file
14
entries/dedalus.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Dedalus
|
||||
|
||||
_Authoring system for generating adventure narratives._
|
||||
|
||||
- Home: https://github.com/pistacchio/Dedalus
|
||||
- State: beta, inactive since 2018
|
||||
- Platform: Web
|
||||
- Keywords: adventure, game engine, text-based, tool
|
||||
- Code repository: https://github.com/pistacchio/Dedalus.git
|
||||
- Code language: JavaScript
|
||||
- Code license: GPL-2.0
|
||||
- Code dependencies: jQuery
|
||||
|
||||
## Building
|
15
entries/directx12gameengine.md
Normal file
15
entries/directx12gameengine.md
Normal file
@ -0,0 +1,15 @@
|
||||
# DirectX12GameEngine
|
||||
|
||||
_Game engine utilizing the Direct3D 12 API._
|
||||
|
||||
- Home: https://github.com/Aminator/DirectX12GameEngine
|
||||
- State: beta
|
||||
- Platform: Windows
|
||||
- Keywords: game engine
|
||||
- Code repository: https://github.com/Aminator/DirectX12GameEngine.git
|
||||
- Code language: C#
|
||||
- Code license: MIT
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: VisualStudio
|
@ -2,12 +2,12 @@
|
||||
|
||||
_Remake of Drug Wars._
|
||||
|
||||
- Home: https://dopewars.sourceforge.io/
|
||||
- Home: https://dopewars.sourceforge.io/, https://sourceforge.net/projects/dopewars/
|
||||
- State: mature, inactive since 2013
|
||||
- Download: https://dopewars.sourceforge.io/download.html
|
||||
- Platform: Windows, Linux
|
||||
- Keywords: simulation, inspired by Drug Wars, remake
|
||||
- Code repository: https://sourceforge.net/projects/dopewars/
|
||||
- Code repository: https://svn.code.sf.net/p/dopewars/code/ (svn)
|
||||
- Code language: C
|
||||
- Code license: GPL-2.0
|
||||
|
||||
|
14
entries/fantasy_map_generator.md
Normal file
14
entries/fantasy_map_generator.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Fantasy Map Generator
|
||||
|
||||
_Generate interactive and highly customizable svg maps based on voronoi diagrams._
|
||||
|
||||
- Home: https://azgaar.github.io/Fantasy-Map-Generator/
|
||||
- State: mature
|
||||
- Platform: Web
|
||||
- Keywords: tool
|
||||
- Code repository: https://github.com/Azgaar/Fantasy-Map-Generator.git
|
||||
- Code language: JavaScript
|
||||
- Code license: MIT
|
||||
|
||||
## Building
|
||||
|
@ -3,10 +3,10 @@
|
||||
_Game of colonization, research, diplomacy and trade. A 4X approach.It is played on randomly generated maps, the aim is to build an empire and rule most of the galaxy._
|
||||
|
||||
- Home: http://fsc.sourceforge.net/, https://sourceforge.net/projects/fsc/
|
||||
- State: beta
|
||||
- State: beta, inactive since 2017
|
||||
- Download: https://sourceforge.net/projects/fsc/files
|
||||
- Keywords: strategy
|
||||
- Code repository: https://svn.code.sf.net/p/fsc/code/ (svn)
|
||||
- Code repository: https://gitlab.com/osgames/fsc.git (clone of svn), https://svn.code.sf.net/p/fsc/code/ (svn)
|
||||
- Code language: C
|
||||
- Code license: GPL-2.0
|
||||
|
||||
|
@ -6,7 +6,7 @@ _Remake of Sid Meier's Alpha Centauri._
|
||||
- State: beta, inactive since 2003
|
||||
- Download: https://sourceforge.net/projects/freecivac/files/Stable%20Releases/
|
||||
- Keywords: strategy, fork of Freeciv, inspired by Sid Meier's Alpha Centauri, remake
|
||||
- Code repository: http://freecivac.cvs.sourceforge.net (cvs)
|
||||
- Code repository: https://gitlab.com/osgames/freecivac.git (conversion to cvs), http://freecivac.cvs.sourceforge.net (cvs)
|
||||
- Code language: C
|
||||
- Code license: GPL-2.0
|
||||
|
||||
|
@ -7,7 +7,7 @@ _Remake of Guitar Hero._
|
||||
- Download: https://sourceforge.net/projects/fretsonfire/files/
|
||||
- Platform: Windows, Linux, macOS
|
||||
- Keywords: music, inspired by Guitar Hero, remake
|
||||
- Code repository: https://svn.code.sf.net/p/fretsonfire/code (svn)
|
||||
- Code repository: https://github.com/skyostil/fretsonfire.git, https://svn.code.sf.net/p/fretsonfire/code (svn)
|
||||
- Code language: Python
|
||||
- Code license: GPL-2.0
|
||||
|
||||
|
@ -6,7 +6,7 @@ _Remake of Frogger._
|
||||
- State: beta, inactive since 2009
|
||||
- Download: https://sourceforge.net/projects/froggix/files/
|
||||
- Keywords: arcade, inspired by Frogger, remake, side-scrolling, skill
|
||||
- Code repository: https://svn.code.sf.net/p/froggix/code/ (svn)
|
||||
- Code repository: https://gitlab.com/osgames/froggix.git (clone of svn), https://svn.code.sf.net/p/froggix/code/ (svn)
|
||||
- Code language: Python
|
||||
- Code license: GPL-3.0
|
||||
- Code dependencies: pygame
|
||||
|
15
entries/gamecake.md
Normal file
15
entries/gamecake.md
Normal file
@ -0,0 +1,15 @@
|
||||
# GameCake
|
||||
|
||||
_Single exe cross platform game engine using Lua._
|
||||
|
||||
- Home: https://xriss.github.io/gamecake/, http://cake.4lfa.com/gamecake
|
||||
- State: mature
|
||||
- Platform: Windows, Linux, macOS
|
||||
- Keywords: game engine
|
||||
- Code repository: https://github.com/xriss/gamecake.git, https://bitbucket.org/xixs/lua (hg outdated), https://bitbucket.org/xixs/bin (hg)
|
||||
- Code language: C, C++, Lua
|
||||
- Code license: MIT
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: Make
|
14
entries/gist-txt.md
Normal file
14
entries/gist-txt.md
Normal file
@ -0,0 +1,14 @@
|
||||
# gist-txt
|
||||
|
||||
_A minimal text adventure engine._
|
||||
|
||||
- Home: http://potomak.github.io/gist-txt/#acebd8fe14942fab4e8e
|
||||
- State: mature, inactive since 2018
|
||||
- Platform: Web
|
||||
- Keywords: adventure, game engine, text-based
|
||||
- Code repository: https://github.com/potomak/gist-txt.git
|
||||
- Code language: JavaScript
|
||||
- Code license: MIT
|
||||
|
||||
## Building
|
||||
|
@ -2,13 +2,14 @@
|
||||
|
||||
_Remake of Another World 2: Heart of the Alien._
|
||||
|
||||
- Home: http://hota.sourceforge.net/
|
||||
- Home: http://hota.sourceforge.net/, https://sourceforge.net/projects/hota/
|
||||
- State: beta, inactive since 2005
|
||||
- Download: https://sourceforge.net/projects/hota/files/ (see home)
|
||||
- Download: https://sourceforge.net/projects/hota/files/
|
||||
- Platform: Windows
|
||||
- Keywords: adventure, inspired by Another World 2: Heart of the Alien, remake
|
||||
- Code repository: http://hota.cvs.sourceforge.net (cvs)
|
||||
- Keywords: adventure, commercial content, inspired by Another World 2: Heart of the Alien, remake, requires original content
|
||||
- Code repository: https://gitlab.com/osgames/hota.git (conversion of cvs), http://hota.cvs.sourceforge.net (cvs)
|
||||
- Code language: C
|
||||
- Code license: GPL-2.0
|
||||
- Code dependencies: SDL
|
||||
|
||||
## Building
|
||||
|
17
entries/hexon.md
Normal file
17
entries/hexon.md
Normal file
@ -0,0 +1,17 @@
|
||||
# heXon
|
||||
|
||||
_Twin-stick shooter_
|
||||
|
||||
- Home: https://luckeyproductions.itch.io/hexon
|
||||
- State: beta
|
||||
- Platform: Linux
|
||||
- Keywords: role playing, shooter
|
||||
- Code repository: https://gitlab.com/luckeyproductions/heXon.git, https://github.com/LucKeyProductions/heXon.git (outdated)
|
||||
- Code language: C++
|
||||
- Code license: GPL-2.0
|
||||
- Code dependencies: Urho3D
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: CMake
|
||||
|
13
entries/hypatia.md
Normal file
13
entries/hypatia.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Hypatia
|
||||
|
||||
_2D action adventure game engine._
|
||||
|
||||
- Home: https://github.com/hypatia-software-org/hypatia-engine
|
||||
- State: beta, inactive since 2016
|
||||
- Keywords: adventure, 2D, game engine
|
||||
- Code repository: https://github.com/hypatia-software-org/hypatia-engine.git
|
||||
- Code language: Python
|
||||
- Code license: MIT
|
||||
|
||||
## Building
|
||||
|
17
entries/klooni_1010.md
Normal file
17
entries/klooni_1010.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Klooni 1010!
|
||||
|
||||
_Clone of the puzzle game 1010!_
|
||||
|
||||
- Home: https://lonami.dev/klooni/
|
||||
- State: beta
|
||||
- Download: https://f-droid.org/de/packages/io.github.lonamiwebs.klooni/
|
||||
- Platform: Android
|
||||
- Keywords: puzzle, inspired by 1010!
|
||||
- Code repository: https://github.com/LonamiWebs/Klooni1010.git
|
||||
- Code language: Java
|
||||
- Code license: GPL-3.0
|
||||
- Code dependencies: libGDX
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: Gradle
|
@ -2,13 +2,14 @@
|
||||
|
||||
_Remake of Magical Drop._
|
||||
|
||||
- Home: http://krystaldrop.sourceforge.net/
|
||||
- Home: http://krystaldrop.sourceforge.net/, https://sourceforge.net/projects/krystaldrop/
|
||||
- State: beta, inactive since 2004
|
||||
- Download: http://krystaldrop.sourceforge.net/downloads.html
|
||||
- Download: http://krystaldrop.sourceforge.net/downloads.html, https://sourceforge.net/projects/krystaldrop/files/krystaldrop/
|
||||
- Platform: Linux
|
||||
- Keywords: puzzle, inspired by Magical Drop, remake
|
||||
- Code repository: https://krystaldrop.cvs.sourceforge.net
|
||||
- Code repository: https://gitlab.com/osgames/krystaldrop.git (conversion of cvs), https://krystaldrop.cvs.sourceforge.net (cvs)
|
||||
- Code language: C++
|
||||
- Code license: GPL-2.0
|
||||
- Code dependencies: SDL
|
||||
|
||||
## Building
|
||||
|
@ -2,14 +2,16 @@
|
||||
|
||||
_Remake of Micro Machines._
|
||||
|
||||
- Home: http://microracers.sourceforge.net/
|
||||
- Home: http://microracers.sourceforge.net/, https://sourceforge.net/projects/microracers/
|
||||
- State: beta, inactive since 2005
|
||||
- Download: https://sourceforge.net/projects/microracers/files/microracers/
|
||||
- Keywords: remake, 2D, inspired by Micro Machines, racing
|
||||
- Code repository: http://microracers.cvs.sourceforge.net (cvs)
|
||||
- Code language: C++
|
||||
- Code repository: https://gitlab.com/osgames/microracers.git (conversion of cvs), http://microracers.cvs.sourceforge.net (cvs)
|
||||
- Code language: C, C++
|
||||
- Code license: GPL-2.0
|
||||
|
||||
Not really beta?
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: Make
|
||||
|
17
entries/mini2dx.md
Normal file
17
entries/mini2dx.md
Normal file
@ -0,0 +1,17 @@
|
||||
# mini2Dx
|
||||
|
||||
_Framework for prototyping and building 2D games in Java._
|
||||
|
||||
- Home: https://mini2dx.org/
|
||||
- State: mature
|
||||
- Download: https://mini2dx.org/downloads.html, https://github.com/mini2Dx/mini2Dx/releases
|
||||
- Platform: Windows, Linux, macOS
|
||||
- Keywords: game engine
|
||||
- Code repository: https://github.com/mini2Dx/mini2Dx.git
|
||||
- Code language: Java, C#
|
||||
- Code license: Apache-2.0
|
||||
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: Gradle
|
@ -8,6 +8,6 @@ _Remake of Doom, Doom II, Heretic, Hexen._
|
||||
- Keywords: remake, first-person, inspired by Doom + Doom II + Heretic + Hexen, shooter
|
||||
- Code repository: http://mochadoom.cvs.sourceforge.net (cvs)
|
||||
- Code language: Java
|
||||
- Code license: GPL-3.0
|
||||
- Code license: ?
|
||||
|
||||
## Building
|
||||
|
@ -2,12 +2,12 @@
|
||||
|
||||
_Remake of Paradroid._
|
||||
|
||||
- Home: http://night-hawk.sourceforge.net/
|
||||
- Home: http://night-hawk.sourceforge.net/, https://sourceforge.net/projects/night-hawk/
|
||||
- Media: https://en.wikipedia.org/wiki/Paradroid#Other_clones_and_games_inspired_by_Paradroid
|
||||
- State: mature, inactive since 2004
|
||||
- Download: http://night-hawk.sourceforge.net/dl.php
|
||||
- Keywords: arcade, inspired by Paradroid, puzzle, remake, shoot-em
|
||||
- Code repository: https://night-hawk.cvs.sourceforge.net (cvs)
|
||||
- Code repository: https://gitlab.com/osgames/night-hawk.git (conversion of cvs), https://night-hawk.cvs.sourceforge.net (cvs)
|
||||
- Code language: C++
|
||||
- Code license: GPL-2.0
|
||||
|
||||
|
@ -9,6 +9,6 @@ _Remake of Stars!._
|
||||
- Keywords: strategy, inspired by Stars!, remake
|
||||
- Code repository: http://nstars.cvs.sourceforge.net (cvs)
|
||||
- Code language: C#
|
||||
- Code license: GPL-2.0
|
||||
- Code license: ?
|
||||
|
||||
## Building
|
||||
|
@ -7,8 +7,10 @@ _Clone of Mortal Kombat._
|
||||
- Download: http://openmortal.sourceforge.net/download.html
|
||||
- Platform: Windows, Linux, macOS
|
||||
- Keywords: action, clone, inspired by Mortal Kombat
|
||||
- Code repository: http://openmortal.cvs.sourceforge.net (cvs)
|
||||
- Code language: C++
|
||||
- Code repository: https://gitlab.com/osgames/openmortal.git (conversion of cvs), http://openmortal.cvs.sourceforge.net (cvs)
|
||||
- Code language: C++, Perl
|
||||
- Code license: GPL-2.0
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: Make
|
@ -5,9 +5,11 @@ _Remake of Log!cal._
|
||||
- Home: http://pathological.sourceforge.net/, https://sourceforge.net/projects/pathological/
|
||||
- State: beta, inactive since 2003
|
||||
- Keywords: puzzle, inspired by Log!cal, remake
|
||||
- Code repository: http://pathological.cvs.sourceforge.net (cvs)
|
||||
- Code repository: https://gitlab.com/osgames/pathological.git (conversion of cvs), http://pathological.cvs.sourceforge.net (cvs)
|
||||
- Code language: Python
|
||||
- Code license: GPL-2.0
|
||||
- Code dependencies: pygame
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: Make
|
@ -2,7 +2,7 @@
|
||||
|
||||
_Remake of Wing Commander: Privateer._
|
||||
|
||||
- Home: http://privateer.sourceforge.net/
|
||||
- Home: http://privateer.sourceforge.net/, https://sourceforge.net/projects/privateer/
|
||||
- State: mature, inactive since 2012
|
||||
- Download: http://privateer.sourceforge.net/files.shtml, https://sourceforge.net/projects/privateer/files/
|
||||
- Platform: Windows, Linux, macOS
|
||||
|
16
entries/pygame-alien-invasion.md
Normal file
16
entries/pygame-alien-invasion.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Pygame---Alien-Invasion
|
||||
|
||||
_Space craft game to shoot down incoming aliens._
|
||||
|
||||
- Home: https://github.com/Anthonymcqueen21/Pygame---Alien-Invasion
|
||||
- State: beta, inactive since 2018
|
||||
- Platform: Windows, Linux, macOS
|
||||
- Keywords: arcade
|
||||
- Code repository: https://github.com/Anthonymcqueen21/Pygame---Alien-Invasion.git
|
||||
- Code language: Python
|
||||
- Code license: GPL-3.0
|
||||
- Code dependencies: pygame
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: None
|
@ -6,8 +6,8 @@ _Remake of Rescue!._
|
||||
- State: beta, inactive since 2013
|
||||
- Download: https://sourceforge.net/projects/rescue/files/
|
||||
- Keywords: action, inspired by Rescue!, real time, remake, space, strategy
|
||||
- Code repository: http://svn.code.sf.net/p/rescue/code/ (svn)
|
||||
- Code repository: https://gitlab.com/osgames/rescue.git (clone of svn), http://svn.code.sf.net/p/rescue/code/ (svn)
|
||||
- Code language: Java
|
||||
- Code license: GPL-2.0
|
||||
- Code license: GPL-3.0
|
||||
|
||||
## Building
|
||||
|
@ -8,13 +8,13 @@ _Variant of the roguelike game NetHack that offers extra features, monsters, and
|
||||
- Download: http://slashem.sourceforge.net/stable.html, https://sourceforge.net/projects/slashem/files/
|
||||
- Keywords: role playing, clone, inspired by NetHack, roguelike
|
||||
- Code repository: https://github.com/osgamearchive/slashem.git (archived conversion of cvs), https://sourceforge.net/p/slashem/code (cvs)
|
||||
- Code language: C
|
||||
- Code language: C, R, C++
|
||||
- Code license: Custom (NetHack license)
|
||||
|
||||
Based on NetHack
|
||||
|
||||
See also https://github.com/dirkz/slashem-iphone, https://github.com/Elronnd/slashem-next, https://code.google.com/archive/p/slashem-macosx/, https://github.com/blitz/slashem, https://github.com/mistydemeo/slashem,
|
||||
https://github.com/SLASHEM-Extended/SLASHEM-Extended, https://github.com/BarclayII/slashem-up
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: Make
|
||||
|
||||
|
17
entries/sludge.md
Normal file
17
entries/sludge.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Sludge
|
||||
|
||||
_Adventure game engine._
|
||||
|
||||
- Home: https://opensludge.github.io/
|
||||
- State: mature
|
||||
- Download: https://opensludge.github.io/download.html, https://github.com/opensludge/opensludge/releases
|
||||
- Platform: Windows, Linux, macOS
|
||||
- Keywords: game engine, adventue
|
||||
- Code repository: https://github.com/opensludge/opensludge.git
|
||||
- Code language: C, C++, Objective-C
|
||||
- Code license: LGPL-2.1
|
||||
- Code dependencies: GTK
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: Make
|
@ -7,8 +7,10 @@ _Remake of Sopwith._
|
||||
- State: beta, inactive since 2003
|
||||
- Download: http://www.wingkong.net/sopwith2b/files-games.html, https://sourceforge.net/projects/sopwith3/files/
|
||||
- Keywords: simulation, flight, inspired by Sopwith, remake
|
||||
- Code repository: http://sopwith3.cvs.sourceforge.net (cvs)
|
||||
- Code language: C++
|
||||
- Code repository: https://gitlab.com/osgames/sopwith3.git (conversion of cvs), http://sopwith3.cvs.sourceforge.net (cvs)
|
||||
- Code language: C, C++, Objective-C
|
||||
- Code license: GPL-2.0
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: Make
|
||||
|
14
entries/squiffy.md
Normal file
14
entries/squiffy.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Squiffy
|
||||
|
||||
_Tool for creating multiple choice interactive fiction._
|
||||
|
||||
- Home: https://github.com/textadventures/squiffy
|
||||
- State: mature
|
||||
- Download: https://github.com/textadventures/squiffy/releases
|
||||
- Platform: Web
|
||||
- Keywords: tool, game engine, interactive fiction
|
||||
- Code repository: https://github.com/textadventures/squiffy.git
|
||||
- Code language: JavaScript
|
||||
- Code license: MIT
|
||||
|
||||
## Building
|
@ -31,8 +31,8 @@
|
||||
- **[Blobby Volley 2](../blobby_volley_2.md)** (C++, GPL-2.0, mature, inactive since 2017)
|
||||
- **[Blobwars: Metal Blob Solid](../blobwars_metal_blob_solid.md)** (C++, GPL-2.0, mature)
|
||||
- **[Bombermaaan](../bombermaaan.md)** (C++, GPL-3.0, mature, inactive since 2010)
|
||||
- **[Bombic2](../bombic2.md)** (C++, GPL-2.0, beta, inactive since 2010)
|
||||
- **[Bombic](../bombic.md)** (C++, GPL-2.0, beta, inactive since 2005)
|
||||
- **[Bombic2](../bombic2.md)** (C++, ?, beta, inactive since 2010)
|
||||
- **[Bombic](../bombic.md)** (C++, Objective-C, GPL-2.0, beta, inactive since 2005)
|
||||
- **[Bombman](../bombman.md)** (Python, CC0, mature)
|
||||
- **[BOOM: Remake](../boom_remake.md)** (C++, Custom, mature)
|
||||
- **[Boulder Dash](../boulder_dash.md)** (Java, MIT, mature, inactive since 2015)
|
||||
@ -128,7 +128,7 @@
|
||||
- **[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)
|
||||
- **[OpenMortal](../openmortal.md)** (C++, GPL-2.0, beta, inactive since 2006)
|
||||
- **[OpenMortal](../openmortal.md)** (C++, Perl, GPL-2.0, beta, inactive since 2006)
|
||||
- **[openMSX](../openmsx.md)** (C++, GPL-2.0, mature)
|
||||
- **[OpenNotrium](../opennotrium.md)** (C++, GPL-3.0, beta)
|
||||
- **[OpenOMF](../openomf.md)** (C, C++, MIT, beta)
|
||||
@ -141,7 +141,7 @@
|
||||
- **[QuakeSpasm](../quakespasm.md)** (C, GPL-2.0, mature)
|
||||
- **[Rabbit Escape](../rabbit_escape.md)** (Java, GPL-2.0, mature)
|
||||
- **[Red Eclipse](../red_eclipse.md)** (C++, zlib, mature)
|
||||
- **[Rescue! Max](../rescue_max.md)** (Java, GPL-2.0, beta, inactive since 2013)
|
||||
- **[Rescue! Max](../rescue_max.md)** (Java, GPL-3.0, beta, inactive since 2013)
|
||||
- **[Return of Dr. Destructo](../return_of_dr_destructo.md)** (C++, MIT, mature, inactive since 2015)
|
||||
- **[Rigel Engine](../rigel_engine.md)** (C++, GPL-2.0, beta)
|
||||
- **[Rise of the Triad for Linux](../rise_of_the_triad_for_linux.md)** (C, GPL-2.0, mature, inactive since 2012)
|
||||
|
@ -7,6 +7,7 @@
|
||||
- **[Bladecoder Adventure Engine](../bladecoder_adventure_engine.md)** (Java, Apache-2.0, mature)
|
||||
- **[Childsplay](../childsplay.md)** (Python, GPL-3.0, mature)
|
||||
- **[Colossal Cave Adventure](../colossal_cave_adventure.md)** (Python, Apache-2.0, mature)
|
||||
- **[Dedalus](../dedalus.md)** (JavaScript, GPL-2.0, beta, inactive since 2018)
|
||||
- **[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)
|
||||
@ -14,9 +15,11 @@
|
||||
- **[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)
|
||||
- **[gist-txt](../gist-txt.md)** (JavaScript, MIT, mature, inactive since 2018)
|
||||
- **[Grail](../grail.md)** (C++, Lua, GPL-3.0, beta, inactive since 2013)
|
||||
- **[Head over Heels](../head_over_heels.md)** (C++, GPL-3.0, mature)
|
||||
- **[Heart of the Alien](../heart_of_the_alien.md)** (C, GPL-2.0, beta, inactive since 2005)
|
||||
- **[Hypatia](../hypatia.md)** (Python, MIT, beta, inactive since 2016)
|
||||
- **[javascript-E.T.](../javascript-et.md)** (JavaScript, Assembly, MIT, 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)
|
||||
|
@ -13,6 +13,7 @@
|
||||
- **[4D-TRIS](../4d-tris.md)** (C, GPL-2.0, mature, inactive since 2012)
|
||||
- **[54321](../54321.md)** (C++, Custom, mature, inactive since 2001)
|
||||
- **[A Planet's Revenge](../a_planets_revenge.md)** (Python, GPL-3.0, beta, inactive since 2008)
|
||||
- **[a2x](../a2x.md)** (C, Python, C++, GPL-3.0, beta)
|
||||
- **[A7Xpg](../a7xpg.md)** (D, 2-clause BSD, beta, inactive since 2005)
|
||||
- **[Abe's Amazing Adventure](../abes_amazing_adventure.md)** (C, GPL-2.0, mature, inactive since 2005)
|
||||
- **[Abuse](../abuse.md)** (C++, Lisp, Public domain, GPL-2.0, WTFPL, mature, inactive since 2011)
|
||||
@ -111,14 +112,15 @@
|
||||
- **[BlockOut II](../blockout_ii.md)** (C++, GPL-2.0, mature, inactive since 2014)
|
||||
- **[boardgame.io](../boardgameio.md)** (JavaScript, TypeScript, MIT, beta)
|
||||
- **[Bombermaaan](../bombermaaan.md)** (C++, GPL-3.0, mature, inactive since 2010)
|
||||
- **[Bombic2](../bombic2.md)** (C++, GPL-2.0, beta, inactive since 2010)
|
||||
- **[Bombic](../bombic.md)** (C++, GPL-2.0, beta, inactive since 2005)
|
||||
- **[Bombic2](../bombic2.md)** (C++, ?, beta, inactive since 2010)
|
||||
- **[Bombic](../bombic.md)** (C++, Objective-C, GPL-2.0, beta, inactive since 2005)
|
||||
- **[Bombman](../bombman.md)** (Python, CC0, mature)
|
||||
- **[BOOM: Remake](../boom_remake.md)** (C++, Custom, mature)
|
||||
- **[Boost (C++ Libraries)](../boost_c_libraries.md)** (C++, Boost-1.0, mature)
|
||||
- **[Bos Wars](../bos_wars.md)** (C++, GPL-2.0, mature, inactive since 2013)
|
||||
- **[Boson](../boson.md)** (C++, GPL-2.0, beta, inactive since 2006)
|
||||
- **[Boulder Dash](../boulder_dash.md)** (Java, MIT, mature, inactive since 2015)
|
||||
- **[Box2D](../box2d.md)** (C, C++, Objective-C, zlib, mature)
|
||||
- **[Brain Workshop](../brain_workshop.md)** (Python, GPL-2.0, mature, inactive since 2011)
|
||||
- **[bratwurst](../bratwurst.md)** (Lisp, GPL-2.0, mature, inactive since 2009)
|
||||
- **[Breakout-VR](../breakout-vr.md)** (C#, MIT, beta, inactive since 2017)
|
||||
@ -183,6 +185,7 @@
|
||||
- **[CommandoJS](../commandojs.md)** (JavaScript, CoffeeScript, MIT, beta, inactive since 2012)
|
||||
- **[Conquests](../conquests.md)** (C++, GPL-2.0, mature, inactive since 2012)
|
||||
- **[Core War](../core_war.md)** (C, Java, GPL-2.0, 2-clause BSD, mature)
|
||||
- **[CorEngine](../corengine.md)** (C, zlib, beta, inactive since 2015)
|
||||
- **[CorsixTH](../corsixth.md)** (Lua, C++, MIT, mature)
|
||||
- **[Cosmosmash](../cosmosmash.md)** (C++, GPL-2.0, mature, inactive since 2013)
|
||||
- **[Crack Attack!](../crack_attack.md)** (C++, GPL-2.0, mature, inactive since 2005)
|
||||
@ -213,6 +216,7 @@
|
||||
- **[Dear ImGui](../dear_imgui.md)** (C, C++, MIT, mature)
|
||||
- **[Deathchase 3D](../deathchase_3d.md)** (C, 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)
|
||||
- **[Deity](../deity.md)** (Python, GPL-2.0, mature, inactive since 2014)
|
||||
- **[Deliantra](../deliantra.md)** (C, GPL-2.0, mature)
|
||||
@ -233,6 +237,7 @@
|
||||
- **[Digger Remastered](../digger_remastered.md)** (C, GPL-2.0, mature, inactive since 2004)
|
||||
- **[Digital: A Love Story](../digital_a_love_story.md)** (Ren'py, CC-BY-NC-SA, mature)
|
||||
- **[Dingo-Engine](../dingo-engine.md)** (Java, 3-clause BSD, beta, inactive since 2016)
|
||||
- **[DirectX12GameEngine](../directx12gameengine.md)** (C#, MIT, beta)
|
||||
- **[DNT](../dnt.md)** (C++, GPL-3.0, beta, inactive since 2016)
|
||||
- **[Do It Yourself Doom With SDL](../do_it_yourself_doom_with_sdl.md)** (C++, MIT, beta)
|
||||
- **[Domination](../domination.md)** (Java, GPL-3.0, mature)
|
||||
@ -302,6 +307,7 @@
|
||||
- **[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](../falltergeist.md)** (C++, GPL-3.0, beta)
|
||||
- **[Fantasy Map Generator](../fantasy_map_generator.md)** (JavaScript, MIT, mature)
|
||||
- **[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)
|
||||
@ -319,7 +325,7 @@
|
||||
- **[Free Heroes 2](../free_heroes_2.md)** (C++, GPL-2.0, beta, inactive since 2015)
|
||||
- **[Free in the Dark (engine)](../free_in_the_dark_engine.md)** (C, C++, GPL-2.0, beta)
|
||||
- **[Free Mars](../free_mars.md)** (Java, GPL-3.0, mature)
|
||||
- **[Free Space Colonization](../free_space_colonization.md)** (C, GPL-2.0, beta)
|
||||
- **[Free Space Colonization](../free_space_colonization.md)** (C, GPL-2.0, beta, inactive since 2017)
|
||||
- **[freeablo](../freeablo.md)** (C++, GPL-3.0, beta)
|
||||
- **[freeaoe](../freeaoe.md)** (C++, GPL-3.0, beta)
|
||||
- **[FreeBlocks](../freeblocks.md)** (C, Java, GPL-3.0, beta, inactive since 2015)
|
||||
@ -358,6 +364,7 @@
|
||||
- **[Galaxy Forces V2](../galaxy_forces_v2.md)** (C++, ?, mature)
|
||||
- **[GalaxyMage Redux](../galaxymage_redux.md)** (Python, GPL-2.0, beta, inactive since 2011)
|
||||
- **[GalaxyNG](../galaxyng.md)** (C, GPL-2.0, mature, inactive since 2005)
|
||||
- **[GameCake](../gamecake.md)** (C, C++, Lua, MIT, mature)
|
||||
- **[GameLV](../gamelv.md)** (C++, GPL-2.0, beta)
|
||||
- **[Gang Garrison 2](../gang_garrison_2.md)** (Game Maker Script, MPL, mature)
|
||||
- **[GDash](../gdash.md)** (C++, MIT, beta)
|
||||
@ -369,6 +376,7 @@
|
||||
- **[ges-code](../ges-code.md)** (C, C++, GPL-3.0, mature)
|
||||
- **[Gift Grabber](../gift_grabber.md)** (JavaScript, Apache-2.0, mature)
|
||||
- **[Gigalomania](../gigalomania.md)** (C++, GPL-2.0, mature)
|
||||
- **[gist-txt](../gist-txt.md)** (JavaScript, MIT, mature, inactive since 2018)
|
||||
- **[GL4ES](../gl4es.md)** (C, MIT, mature)
|
||||
- **[Glest](../glest.md)** (C++, GPL-2.0, mature, inactive since 2009)
|
||||
- **[Globulation 2](../globulation_2.md)** (C++, GPL-3.0, mature)
|
||||
@ -416,6 +424,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)
|
||||
- **[HexGL](../hexgl.md)** (JavaScript, CoffeeScript, MIT, mature, inactive since 2016)
|
||||
- **[heXon](../hexon.md)** (C++, GPL-2.0, beta)
|
||||
- **[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)
|
||||
@ -426,6 +435,7 @@
|
||||
- **[HoverRace](../hoverrace.md)** (C++, Custom NC, mature, inactive since 2016)
|
||||
- **[Hovertank3D](../hovertank3d.md)** (C++, Assembly, GPL-2.0, mature, inactive since 2014)
|
||||
- **[HTML5 Pacman](../html5_pacman.md)** (JavaScript, WTFPL, mature, inactive since 2013)
|
||||
- **[Hypatia](../hypatia.md)** (Python, MIT, beta, inactive since 2016)
|
||||
- **[HyperRogue](../hyperrogue.md)** (C++, GPL-2.0, mature)
|
||||
- **[I Have No Tomatoes](../i_have_no_tomatoes.md)** (C++, zlib, mature, inactive since 2004)
|
||||
- **[ICBM3D](../icbm3d.md)** (C, ?, beta, inactive since 1998)
|
||||
@ -472,6 +482,7 @@
|
||||
- **[Kingdoms](../kingdoms.md)** (C++, GPL-3.0, beta, inactive since 2014)
|
||||
- **[KittenMaxit](../kittenmaxit.md)** (Java, MIT, beta)
|
||||
- **[KKnD](../kknd.md)** (C#, GPL-3.0, beta)
|
||||
- **[Klooni 1010!](../klooni_1010.md)** (Java, GPL-3.0, beta)
|
||||
- **[KnightOfWor](../knightofwor.md)** (Java, GPL-3.0, beta, inactive since 2015)
|
||||
- **[Knights](../knights.md)** (C++, GPL-3.0, beta, inactive since 2014)
|
||||
- **[Kobold's Quest 2](../kobolds_quest_2.md)** (Python, LGPL-3.0, beta, inactive since 2011)
|
||||
@ -543,17 +554,18 @@
|
||||
- **[Mice Men: Remix](../mice_men_remix.md)** (Java, LGPL-3.0, mature, inactive since 2016)
|
||||
- **[Micropolis](../micropolis.md)** (C++, Java, Python, GPL-3.0, mature, inactive since 2015)
|
||||
- **[micropolisJS](../micropolisjs.md)** (JavaScript, GPL-3.0, mature)
|
||||
- **[Microracers](../microracers.md)** (C++, GPL-2.0, beta, inactive since 2005)
|
||||
- **[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)
|
||||
- **[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)
|
||||
- **[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)
|
||||
- **[Mirror Magic](../mirror_magic.md)** (C, GPL-2.0, mature)
|
||||
- **[mk.js](../mkjs.md)** (JavaScript, MIT, beta)
|
||||
- **[mkxp](../mkxp.md)** (C++, C, GPL-2.0, mature)
|
||||
- **[Mocha Doom](../mocha_doom.md)** (Java, GPL-3.0, beta, inactive since 2012)
|
||||
- **[Mocha Doom](../mocha_doom.md)** (Java, ?, beta, inactive since 2012)
|
||||
- **[MonoGame](../monogame.md)** (C#, Ms-PL, MIT, mature)
|
||||
- **[Monster Generator](../monster_generator.md)** (Java, MIT, mature)
|
||||
- **[Monsters and Mushrooms](../monsters_and_mushrooms.md)** (Python, GPL-2.0, mature, inactive since 2010)
|
||||
@ -579,7 +591,7 @@
|
||||
- **[NLarn](../nlarn.md)** (C, Lua, GPL-3.0, mature)
|
||||
- **[Noiz2sa](../noiz2sa.md)** (C, C++, 2-clause BSD, beta, inactive since 2004)
|
||||
- **[NOVA PINBALL](../nova_pinball.md)** (Lua, GPL-3.0, beta, inactive since 2017)
|
||||
- **[NStars!](../nstars.md)** (C#, GPL-2.0, beta, inactive since 2004)
|
||||
- **[NStars!](../nstars.md)** (C#, ?, beta, inactive since 2004)
|
||||
- **[NullpoMino](../nullpomino.md)** (Java, 3-clause BSD, mature)
|
||||
- **[Nuncabola](../nuncabola.md)** (Java, GPL-2.0, beta)
|
||||
- **[Nuvie](../nuvie.md)** (C, C++, Lua, GPL-2.0, beta, inactive since 2018)
|
||||
@ -652,7 +664,7 @@
|
||||
- **[OpenMC2](../openmc2.md)** (C++, GPL-3.0, beta, inactive since 2018)
|
||||
- **[OpenMoM](../openmom.md)** (C, C++, GPL-3.0, beta)
|
||||
- **[OpenMOO2](../openmoo2.md)** (Python, GPL-2.0, beta, inactive since 2011)
|
||||
- **[OpenMortal](../openmortal.md)** (C++, GPL-2.0, beta, inactive since 2006)
|
||||
- **[OpenMortal](../openmortal.md)** (C++, Perl, GPL-2.0, beta, inactive since 2006)
|
||||
- **[openMSX](../openmsx.md)** (C++, GPL-2.0, mature)
|
||||
- **[OpenMW](../openmw.md)** (C++, GPL-3.0, mature)
|
||||
- **[OpenNFS](../opennfs.md)** (C, C++, MIT, beta)
|
||||
@ -738,6 +750,7 @@
|
||||
- **[Pushover](../pushover.md)** (C++, C, Lua, GPL-3.0, beta, inactive since 2018)
|
||||
- **[PyBreak360](../pybreak360.md)** (Python, GPL-3.0, mature, inactive since 2015)
|
||||
- **[pycraft](../pycraft.md)** (C, Python, GPL-2.0, mature, inactive since 2018)
|
||||
- **[Pygame---Alien-Invasion](../pygame-alien-invasion.md)** (Python, GPL-3.0, beta, inactive since 2018)
|
||||
- **[pygame](../pygame.md)** (C, Python, LGPL-2.1, mature)
|
||||
- **[PyKaraoke](../pykaraoke.md)** (Python, LGPL-2.1, beta, inactive since 2011)
|
||||
- **[Pymapper](../pymapper.md)** (Python, GPL-3.0, mature)
|
||||
@ -764,7 +777,7 @@
|
||||
- **[REGoth](../regoth.md)** (C++, GPL-3.0, mature)
|
||||
- **[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-2.0, beta, inactive since 2013)
|
||||
- **[Rescue! Max](../rescue_max.md)** (Java, GPL-3.0, beta, inactive since 2013)
|
||||
- **[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)
|
||||
@ -825,10 +838,11 @@
|
||||
- **[skifree.js](../skifreejs.md)** (JavaScript, MIT, mature, inactive since 2016)
|
||||
- **[Skrupel - Tribute Compilation](../skrupel-tribute_compilation.md)** (PHP, JavaScript, GPL-2.0, mature, inactive since 2011)
|
||||
- **[SLADE](../slade.md)** (C++, GPL-2.0, mature)
|
||||
- **[SLASH'EM](../slashem.md)** (C, Custom, beta, inactive since 2007)
|
||||
- **[SLASH'EM](../slashem.md)** (C, R, C++, Custom, beta, inactive since 2007)
|
||||
- **[Slay](../slay.md)** (Java, GPL-3.0, beta, inactive since 2010)
|
||||
- **[Slime Volleyball](../slime_volleyball.md)** (C++, 3-clause BSD, beta)
|
||||
- **[Slot-Racers](../slot-racers.md)** (C, GPL-3.0, mature, inactive since 2008)
|
||||
- **[Sludge](../sludge.md)** (C, C++, Objective-C, LGPL-2.1, mature)
|
||||
- **[Smash Battle](../smash_battle.md)** (C++, ?, beta, inactive since 2011)
|
||||
- **[Smash](../smash.md)** (JavaScript, MIT, mature)
|
||||
- **[snake](../snake.md)** (Java, WTFPL, mature, inactive since 2017)
|
||||
@ -837,7 +851,7 @@
|
||||
- **[SolarWolf](../solarwolf.md)** (Python, LGPL-2.1, mature, inactive since 2004)
|
||||
- **[Song of Albion](../song_of_albion.md)** (C, C++, Apache-2.0, mature, inactive since 2011)
|
||||
- **[Sonic Robo Blast 2](../sonic_robo_blast_2.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Sopwith 3](../sopwith_3.md)** (C++, GPL-2.0, beta, inactive since 2003)
|
||||
- **[Sopwith 3](../sopwith_3.md)** (C, C++, Objective-C, GPL-2.0, beta, inactive since 2003)
|
||||
- **[Source of Tales](../source_of_tales.md)** (Lua, GPL-3.0, mature, inactive since 2013)
|
||||
- **[Sourcehold](../sourcehold.md)** (C++, MIT, beta)
|
||||
- **[Space Faring](../space_faring.md)** (Java, GPL-3.0, beta)
|
||||
@ -857,6 +871,7 @@
|
||||
- **[Spooker Framework](../spooker_framework.md)** (C#, MIT, beta, inactive since 2014)
|
||||
- **[Spring: 1944](../spring_1944.md)** (Lua, GPL-2.0, CC-BY-NC, mature)
|
||||
- **[Spring](../spring.md)** (C++, C, Lua, GPL-2.0, mature)
|
||||
- **[Squiffy](../squiffy.md)** (JavaScript, MIT, mature)
|
||||
- **[SS13 Remake](../ss13_remake.md)** (C#, GPL-3.0, beta, inactive since 2015)
|
||||
- **[Star Maiden Astraea Rio](../star_maiden_astraea_rio.md)** (Ren'py, CC-BY-NC, mature)
|
||||
- **[Star Ruler 2](../star_ruler_2.md)** (C, C++, MIT, mature)
|
||||
@ -959,6 +974,7 @@
|
||||
- **[Tuxemon](../tuxemon.md)** (Python, GPL-3.0, mature)
|
||||
- **[TVTower](../tvtower.md)** (BlitzMax, Lua, Custom, mature)
|
||||
- **[twin-e](../twin-e.md)** (C, GPL-2.0, beta, inactive since 2015)
|
||||
- **[Twine](../twine.md)** (JavaScript, GPL-3.0, mature)
|
||||
- **[TwinEngine](../twinengine.md)** (C, GPL-2.0, mature, inactive since 2015)
|
||||
- **[Tyrian Remake](../tyrian_remake.md)** (Java, GPL-2.0, beta)
|
||||
- **[TyrQuake](../tyrquake.md)** (C, GPL-2.0, beta)
|
||||
@ -1047,6 +1063,7 @@
|
||||
- **[XZ Utils](../xz_utils.md)** (C, Custom, mature)
|
||||
- **[Yamagi Quake II](../yamagi_quake_ii.md)** (C, GPL-2.0, mature)
|
||||
- **[yaml-cpp](../yaml-cpp.md)** (C++, MIT, mature)
|
||||
- **[Yet Another Engine](../yet_another_engine.md)** (MoonScript, Java, Lua, MIT, beta, inactive since 2016)
|
||||
- **[Yo Frankie!](../yo_frankie.md)** (Blender Script, ?, mature, inactive since 2009)
|
||||
- **[YSoccer](../ysoccer.md)** (Java, GPL-2.0, mature)
|
||||
- **[ZAngband](../zangband.md)** (C, Custom, mature, inactive since 2005)
|
||||
|
@ -24,6 +24,7 @@
|
||||
- **[Jazz² Resurrection](../jazz_resurrection.md)** (C#, JavaScript, GPL-3.0, mature)
|
||||
- **[jewelthief](../jewelthief.md)** (Java, GPL-3.0, mature, inactive since 2016)
|
||||
- **[KittenMaxit](../kittenmaxit.md)** (Java, MIT, beta)
|
||||
- **[Klooni 1010!](../klooni_1010.md)** (Java, GPL-3.0, beta)
|
||||
- **[Lexica](../lexica.md)** (Java, GPL-3.0, mature)
|
||||
- **[LGeneral](../lgeneral.md)** (C, GPL-2.0, mature, inactive since 2017)
|
||||
- **[LIKO-12](../liko-12.md)** (Lua, MIT, mature)
|
||||
@ -52,4 +53,5 @@
|
||||
- **[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)
|
||||
- **[warcraft-remake](../warcraft-remake.md)** (Java, GPL-2.0, beta)
|
||||
- **[Yet Another Engine](../yet_another_engine.md)** (MoonScript, Java, Lua, MIT, beta, inactive since 2016)
|
@ -44,6 +44,7 @@
|
||||
- **[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)
|
||||
- **[Pygame---Alien-Invasion](../pygame-alien-invasion.md)** (Python, GPL-3.0, beta, inactive since 2018)
|
||||
- **[RacerJS](../racerjs.md)** (JavaScript, MIT, mature, inactive since 2010)
|
||||
- **[Rockbot](../rockbot.md)** (C++, GPL-2.0, mature)
|
||||
- **[SDL Asylum](../sdl_asylum.md)** (C, GPL-3.0, mature, inactive since 2009)
|
||||
|
@ -13,10 +13,13 @@
|
||||
- **[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)
|
||||
- **[CorEngine](../corengine.md)** (C, zlib, beta, inactive since 2015)
|
||||
- **[Crown](../crown.md)** (C, C++, Vala, MIT, beta)
|
||||
- **[Dedalus](../dedalus.md)** (JavaScript, GPL-2.0, beta, inactive since 2018)
|
||||
- **[DelverEngine](../delverengine.md)** (Java, Custom, beta)
|
||||
- **[DesktopAdventures](../desktopadventures.md)** (C, LGPL-2.1, beta)
|
||||
- **[Dingo-Engine](../dingo-engine.md)** (Java, 3-clause BSD, beta, inactive since 2016)
|
||||
- **[DirectX12GameEngine](../directx12gameengine.md)** (C#, MIT, beta)
|
||||
- **[Do It Yourself Doom With SDL](../do_it_yourself_doom_with_sdl.md)** (C++, MIT, beta)
|
||||
- **[DOOM](../doom.md)** (C, Custom, mature, inactive since 2012)
|
||||
- **[DreeRally](../dreerally.md)** (C, C++, Custom, beta)
|
||||
@ -28,8 +31,11 @@
|
||||
- **[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)
|
||||
- **[GameCake](../gamecake.md)** (C, C++, Lua, MIT, mature)
|
||||
- **[gist-txt](../gist-txt.md)** (JavaScript, MIT, mature, inactive since 2018)
|
||||
- **[Grail](../grail.md)** (C++, Lua, GPL-3.0, beta, inactive since 2013)
|
||||
- **[Grit Game Engine](../grit_game_engine.md)** (C++, Python, MIT, beta)
|
||||
- **[Hypatia](../hypatia.md)** (Python, MIT, beta, inactive since 2016)
|
||||
- **[ika](../ika.md)** (C++, Python, PHP, C#, GPL-2.0, beta, inactive since 2007)
|
||||
- **[ioquake3](../ioquake3.md)** (C, GPL-2.0, mature)
|
||||
- **[Jake2](../jake2.md)** (Java, GPL-2.0, beta, inactive since 2006)
|
||||
@ -40,6 +46,7 @@
|
||||
- **[Librelancer](../librelancer.md)** (C, C#, MIT, beta)
|
||||
- **[LionEngine](../lionengine.md)** (Java, GPL-3.0, mature)
|
||||
- **[MAGE - Matthias Advanced Game Engine](../mage-matthias_advanced_game_engine.md)** (C++, GPL-3.0, beta)
|
||||
- **[mini2Dx](../mini2dx.md)** (Java, C#, Apache-2.0, mature)
|
||||
- **[Nuvie](../nuvie.md)** (C, C++, Lua, GPL-2.0, beta, inactive since 2018)
|
||||
- **[Odamex](../odamex.md)** (C, C++, GPL-2.0, beta)
|
||||
- **[Open Cube](../open_cube.md)** (C++, zlib, beta, inactive since 2017)
|
||||
@ -69,15 +76,19 @@
|
||||
- **[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)
|
||||
- **[Sludge](../sludge.md)** (C, C++, Objective-C, LGPL-2.1, mature)
|
||||
- **[Spartan Engine](../spartan_engine.md)** (C, C++, MIT, beta)
|
||||
- **[Spring](../spring.md)** (C++, C, Lua, GPL-2.0, mature)
|
||||
- **[Squiffy](../squiffy.md)** (JavaScript, MIT, mature)
|
||||
- **[sundog](../sundog.md)** (C, C++, Python, MIT, beta)
|
||||
- **[Tapir](../tapir.md)** (C, Ruby, Apache-2.0, MIT, beta, inactive since 2017)
|
||||
- **[The Eternity Engine](../the_eternity_engine.md)** (C, C++, GPL-3.0, mature)
|
||||
- **[Thunder Engine](../thunder_engine.md)** (C++, Apache-2.0, beta)
|
||||
- **[twin-e](../twin-e.md)** (C, GPL-2.0, beta, inactive since 2015)
|
||||
- **[Twine](../twine.md)** (JavaScript, GPL-3.0, mature)
|
||||
- **[TwinEngine](../twinengine.md)** (C, GPL-2.0, mature, inactive since 2015)
|
||||
- **[urde](../urde.md)** (C, C++, MIT, beta)
|
||||
- **[VASSAL](../vassal.md)** (Java, LGPL-2.1, mature)
|
||||
- **[WebFun](../webfun.md)** (TypeScript, MIT, beta)
|
||||
- **[Yet Another Engine](../yet_another_engine.md)** (MoonScript, Java, Lua, MIT, beta, inactive since 2016)
|
||||
- **[Zod Engine](../zod_engine.md)** (C++, ?, mature, inactive since 2018)
|
@ -8,4 +8,5 @@
|
||||
- **[LÖVE](../love.md)** (C++, zlib, mature)
|
||||
- **[NOVA PINBALL](../nova_pinball.md)** (Lua, GPL-3.0, beta, inactive since 2017)
|
||||
- **[OpenLara](../openlara.md)** (C++, 2-clause BSD, mature)
|
||||
- **[ouzel](../ouzel.md)** (C, C++, Objective-C, 2-clause BSD, beta)
|
||||
- **[ouzel](../ouzel.md)** (C, C++, Objective-C, 2-clause BSD, beta)
|
||||
- **[Yet Another Engine](../yet_another_engine.md)** (MoonScript, Java, Lua, MIT, beta, inactive since 2016)
|
@ -3,6 +3,7 @@
|
||||
|
||||
- **[Arcane-Engine](../arcane-engine.md)** (C++, MIT, beta)
|
||||
- **[Boost (C++ Libraries)](../boost_c_libraries.md)** (C++, Boost-1.0, mature)
|
||||
- **[Box2D](../box2d.md)** (C, C++, Objective-C, zlib, mature)
|
||||
- **[Crypto++](../crypto.md)** (C++, Boost-1.0, mature)
|
||||
- **[Dear ImGui](../dear_imgui.md)** (C, C++, MIT, mature)
|
||||
- **[Doxygen](../doxygen.md)** (C++, GPL-2.0, mature)
|
||||
|
@ -5,6 +5,7 @@
|
||||
- **[1oom](../1oom.md)** (C, GPL-2.0, mature)
|
||||
- **[3D Pong](../3d_pong.md)** (C, GPL-2.0, beta, inactive since 2004)
|
||||
- **[4D-TRIS](../4d-tris.md)** (C, GPL-2.0, mature, inactive since 2012)
|
||||
- **[a2x](../a2x.md)** (C, Python, C++, GPL-3.0, beta)
|
||||
- **[Abe's Amazing Adventure](../abes_amazing_adventure.md)** (C, GPL-2.0, mature, inactive since 2005)
|
||||
- **[Abuse](../abuse.md)** (C++, Lisp, Public domain, GPL-2.0, WTFPL, mature, inactive since 2011)
|
||||
- **[Afternoon Stalker](../afternoon_stalker.md)** (C++, GPL-2.0, mature, inactive since 2012)
|
||||
@ -32,7 +33,7 @@
|
||||
- **[Block Attack - Rise of the Blocks](../block_attack-rise_of_the_blocks.md)** (C++, GPL-2.0, mature)
|
||||
- **[BlockOut II](../blockout_ii.md)** (C++, GPL-2.0, mature, inactive since 2014)
|
||||
- **[Bombermaaan](../bombermaaan.md)** (C++, GPL-3.0, mature, inactive since 2010)
|
||||
- **[Bombic](../bombic.md)** (C++, GPL-2.0, beta, inactive since 2005)
|
||||
- **[Bombic](../bombic.md)** (C++, Objective-C, GPL-2.0, beta, inactive since 2005)
|
||||
- **[Brain Workshop](../brain_workshop.md)** (Python, GPL-2.0, mature, inactive since 2011)
|
||||
- **[BRIQUOLO](../briquolo.md)** (C++, GPL-3.0, mature, inactive since 2008)
|
||||
- **[Brutal Chess](../brutal_chess.md)** (C++, GPL-2.0, beta, inactive since 2007)
|
||||
@ -93,6 +94,7 @@
|
||||
- **[Frets on Fire](../frets_on_fire.md)** (Python, GPL-2.0, mature, inactive since 2008)
|
||||
- **[Friking Shark](../friking_shark.md)** (C++, GPL-3.0, mature)
|
||||
- **[Frozen Bubble](../frozen_bubble.md)** (Perl, GPL-2.0, mature, inactive since 2012)
|
||||
- **[GameCake](../gamecake.md)** (C, C++, Lua, MIT, mature)
|
||||
- **[GeonBit.UI](../geonbitui.md)** (C#, MIT, mature)
|
||||
- **[GL4ES](../gl4es.md)** (C, MIT, mature)
|
||||
- **[GLtron](../gltron.md)** (C, GPL, beta, inactive since 2017)
|
||||
@ -106,6 +108,7 @@
|
||||
- **[Hammer of Thyrion](../hammer_of_thyrion.md)** (C, GPL-2.0, mature)
|
||||
- **[Head over Heels](../head_over_heels.md)** (C++, GPL-3.0, mature)
|
||||
- **[Hedgewars](../hedgewars.md)** (Lua, C, C++, Pascal, Haskell, GPL-2.0, mature)
|
||||
- **[heXon](../hexon.md)** (C++, GPL-2.0, beta)
|
||||
- **[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)
|
||||
@ -132,6 +135,7 @@
|
||||
- **[Maxit](../maxit.md)** (C++, ?, mature, inactive since 2014)
|
||||
- **[Me and My Shadow](../me_and_my_shadow.md)** (C++, GPL-3.0, beta)
|
||||
- **[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)
|
||||
- **[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)
|
||||
@ -156,7 +160,7 @@
|
||||
- **[OpenHoW](../openhow.md)** (C, C++, GPL-3.0, beta)
|
||||
- **[OpenITG](../openitg.md)** (C, C++, MIT, beta, inactive since 2017)
|
||||
- **[OpenLara](../openlara.md)** (C++, 2-clause BSD, mature)
|
||||
- **[OpenMortal](../openmortal.md)** (C++, GPL-2.0, beta, inactive since 2006)
|
||||
- **[OpenMortal](../openmortal.md)** (C++, Perl, GPL-2.0, beta, inactive since 2006)
|
||||
- **[OpenOMF](../openomf.md)** (C, C++, MIT, beta)
|
||||
- **[OpenRCT2](../openrct2.md)** (C++, GPL-3.0, mature)
|
||||
- **[OpenRW](../openrw.md)** (C, C++, GPL-3.0, beta)
|
||||
@ -177,6 +181,7 @@
|
||||
- **[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)
|
||||
- **[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)
|
||||
- **[pyskool](../pyskool.md)** (Python, GPL-3.0, mature)
|
||||
- **[PySol](../pysol.md)** (Python, GPL-2.0, mature, inactive since 2004)
|
||||
@ -196,6 +201,7 @@
|
||||
- **[SDL Sopwith](../sdl_sopwith.md)** (C, GPL-2.0, mature, inactive since 2014)
|
||||
- **[Seven Kingdoms: Ancient Adversaries](../seven_kingdoms_ancient_adversaries.md)** (C++, GPL-2.0, mature)
|
||||
- **[Shockolate](../shockolate.md)** (C, GPL-3.0, beta)
|
||||
- **[Sludge](../sludge.md)** (C, C++, Objective-C, LGPL-2.1, mature)
|
||||
- **[Smash Battle](../smash_battle.md)** (C++, ?, beta, inactive since 2011)
|
||||
- **[SoftPixel Engine](../softpixel_engine.md)** (C++, zlib, mature, inactive since 2013)
|
||||
- **[SolarWolf](../solarwolf.md)** (Python, LGPL-2.1, mature, inactive since 2004)
|
||||
@ -256,6 +262,7 @@
|
||||
- **[XPilot NG](../xpilot_ng.md)** (C, GPL-2.0, mature, inactive since 2010)
|
||||
- **[XPilot](../xpilot.md)** (C, GPL-2.0, mature, inactive since 2010)
|
||||
- **[Yamagi Quake II](../yamagi_quake_ii.md)** (C, GPL-2.0, mature)
|
||||
- **[Yet Another Engine](../yet_another_engine.md)** (MoonScript, Java, Lua, MIT, beta, inactive since 2016)
|
||||
- **[Yo Frankie!](../yo_frankie.md)** (Blender Script, ?, mature, inactive since 2009)
|
||||
- **[YSoccer](../ysoccer.md)** (Java, GPL-2.0, mature)
|
||||
- **[Zaz](../zaz.md)** (C++, GPL-3.0, beta, inactive since 2010)
|
||||
|
@ -13,6 +13,7 @@
|
||||
- **[Bladecoder Adventure Engine](../bladecoder_adventure_engine.md)** (Java, Apache-2.0, mature)
|
||||
- **[Blitwizard](../blitwizard.md)** (C, C++, Lua, zlib, beta, inactive since 2015)
|
||||
- **[Blobby Volley 2](../blobby_volley_2.md)** (C++, GPL-2.0, mature, inactive since 2017)
|
||||
- **[Bombic](../bombic.md)** (C++, Objective-C, GPL-2.0, beta, inactive since 2005)
|
||||
- **[Brain Workshop](../brain_workshop.md)** (Python, GPL-2.0, mature, inactive since 2011)
|
||||
- **[BZFlag](../bzflag.md)** (C++, LGPL-2.1, MPL-2.0, mature)
|
||||
- **[C-Dogs SDL](../c-dogs_sdl.md)** (C, GPL-2.0, mature)
|
||||
@ -59,6 +60,7 @@
|
||||
- **[Freedoom](../freedoom.md)** (Not applicable, Not applicable, beta)
|
||||
- **[Frets on Fire](../frets_on_fire.md)** (Python, GPL-2.0, mature, inactive since 2008)
|
||||
- **[Frozen Bubble](../frozen_bubble.md)** (Perl, GPL-2.0, mature, inactive since 2012)
|
||||
- **[GameCake](../gamecake.md)** (C, C++, Lua, MIT, mature)
|
||||
- **[GLtron](../gltron.md)** (C, GPL, beta, inactive since 2017)
|
||||
- **[Golly](../golly.md)** (C++, Java, GPL-2.0, mature)
|
||||
- **[GPL Arcade Volleyball](../gpl_arcade_volleyball.md)** (C++, GPL-2.0, beta, inactive since 2006)
|
||||
@ -83,6 +85,7 @@
|
||||
- **[Me and My Shadow](../me_and_my_shadow.md)** (C++, GPL-3.0, beta)
|
||||
- **[MicroWar 2.0](../microwar_20.md)** (Python, 3-clause BSD, mature, inactive since 2009)
|
||||
- **[Minetest](../minetest.md)** (C, C++, Lua, LGPL-2.1, mature)
|
||||
- **[mini2Dx](../mini2dx.md)** (Java, C#, Apache-2.0, mature)
|
||||
- **[Netrek](../netrek.md)** (C, Custom, mature, inactive since 2009)
|
||||
- **[Neverball](../neverball.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[NOVA PINBALL](../nova_pinball.md)** (Lua, GPL-3.0, beta, inactive since 2017)
|
||||
@ -95,7 +98,7 @@
|
||||
- **[OpenJazz](../openjazz.md)** (C++, GPL-2.0, beta)
|
||||
- **[OpenLara](../openlara.md)** (C++, 2-clause BSD, mature)
|
||||
- **[OpenLoco](../openloco.md)** (C++, MIT, mature)
|
||||
- **[OpenMortal](../openmortal.md)** (C++, GPL-2.0, beta, inactive since 2006)
|
||||
- **[OpenMortal](../openmortal.md)** (C++, Perl, GPL-2.0, beta, inactive since 2006)
|
||||
- **[openMSX](../openmsx.md)** (C++, GPL-2.0, mature)
|
||||
- **[OpenRaider](../openraider.md)** (C, C++, GPL-2.0, beta, inactive since 2015)
|
||||
- **[OpenRCT2](../openrct2.md)** (C++, GPL-3.0, mature)
|
||||
@ -111,6 +114,7 @@
|
||||
- **[Pingus](../pingus.md)** (C++, GPL-3.0, mature)
|
||||
- **[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)
|
||||
- **[PySol](../pysol.md)** (Python, GPL-2.0, mature, inactive since 2004)
|
||||
- **[QuakeSpasm](../quakespasm.md)** (C, GPL-2.0, mature)
|
||||
@ -123,6 +127,7 @@
|
||||
- **[Scrabble3D](../scrabble3d.md)** (Pascal, GPL-3.0, mature, inactive since 2015)
|
||||
- **[Shockolate](../shockolate.md)** (C, GPL-3.0, beta)
|
||||
- **[SLADE](../slade.md)** (C++, GPL-2.0, mature)
|
||||
- **[Sludge](../sludge.md)** (C, C++, Objective-C, LGPL-2.1, mature)
|
||||
- **[SolarWolf](../solarwolf.md)** (Python, LGPL-2.1, mature, inactive since 2004)
|
||||
- **[Sonic Robo Blast 2](../sonic_robo_blast_2.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Stareater](../stareater.md)** (C#, GPL-3.0, beta)
|
||||
@ -150,6 +155,7 @@
|
||||
- **[vkQuake](../vkquake.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[X-Moto](../x-moto.md)** (C++, GPL-2.0, mature, inactive since 2014)
|
||||
- **[XPilot NG](../xpilot_ng.md)** (C, GPL-2.0, mature, inactive since 2010)
|
||||
- **[Yet Another Engine](../yet_another_engine.md)** (MoonScript, Java, Lua, MIT, beta, inactive since 2016)
|
||||
- **[Yo Frankie!](../yo_frankie.md)** (Blender Script, ?, mature, inactive since 2009)
|
||||
- **[YSoccer](../ysoccer.md)** (Java, GPL-2.0, mature)
|
||||
- **[Zaz](../zaz.md)** (C++, GPL-3.0, beta, inactive since 2010)
|
||||
|
@ -7,6 +7,7 @@
|
||||
- **[4D Maze Game](../4d_maze_game.md)** (Java, Public domain, mature, inactive since 2008)
|
||||
- **[4D-TRIS](../4d-tris.md)** (C, GPL-2.0, mature, inactive since 2012)
|
||||
- **[54321](../54321.md)** (C++, Custom, mature, inactive since 2001)
|
||||
- **[a2x](../a2x.md)** (C, Python, C++, GPL-3.0, beta)
|
||||
- **[Anagramarama](../anagramarama.md)** (C, GPL-2.0, beta, inactive since 2002)
|
||||
- **[aquastax](../aquastax.md)** (JavaScript, MIT, beta)
|
||||
- **[Atomiks](../atomiks.md)** (C, GPL-3.0, mature, inactive since 2015)
|
||||
@ -39,6 +40,7 @@
|
||||
- **[IO Reboot](../io_reboot.md)** (C#, MIT, mature, inactive since 2017)
|
||||
- **[KAtomic](../katomic.md)** (C++, GPL-2.0, mature)
|
||||
- **[kiki the nano bot](../kiki_the_nano_bot.md)** (C++, Public domain, mature, inactive since 2007)
|
||||
- **[Klooni 1010!](../klooni_1010.md)** (Java, GPL-3.0, beta)
|
||||
- **[Krystal Drop](../krystal_drop.md)** (C++, GPL-2.0, beta, inactive since 2004)
|
||||
- **[l-echo](../l-echo.md)** (C++, GPL-3.0, beta, inactive since 2016)
|
||||
- **[Lemmings.ts](../lemmingsts.md)** (TypeScript, MIT, mature)
|
||||
|
@ -22,8 +22,8 @@
|
||||
- **[Battle City](../battle_city.md)** (C, C++, Pascal, GPL-3.0, mature, inactive since 2013)
|
||||
- **[BlakedAwesomenaughts](../blakedawesomenaughts.md)** (JavaScript, PHP, MIT, beta, inactive since 2015)
|
||||
- **[BlockOut II](../blockout_ii.md)** (C++, GPL-2.0, mature, inactive since 2014)
|
||||
- **[Bombic2](../bombic2.md)** (C++, GPL-2.0, beta, inactive since 2010)
|
||||
- **[Bombic](../bombic.md)** (C++, GPL-2.0, beta, inactive since 2005)
|
||||
- **[Bombic2](../bombic2.md)** (C++, ?, beta, inactive since 2010)
|
||||
- **[Bombic](../bombic.md)** (C++, Objective-C, GPL-2.0, beta, inactive since 2005)
|
||||
- **[Bombman](../bombman.md)** (Python, CC0, mature)
|
||||
- **[BOOM: Remake](../boom_remake.md)** (C++, Custom, mature)
|
||||
- **[Boulder Dash](../boulder_dash.md)** (Java, MIT, mature, inactive since 2015)
|
||||
@ -216,14 +216,14 @@
|
||||
- **[MechCommander 2 Omnitech](../mechcommander_2_omnitech.md)** (C++, Ms-PL, beta, inactive since 2013)
|
||||
- **[Mega Mario](../mega_mario.md)** (C++, LGPL-2.1, mature, inactive since 2012)
|
||||
- **[Mice Men: Remix](../mice_men_remix.md)** (Java, LGPL-3.0, mature, inactive since 2016)
|
||||
- **[Microracers](../microracers.md)** (C++, GPL-2.0, beta, inactive since 2005)
|
||||
- **[Microracers](../microracers.md)** (C, C++, GPL-2.0, beta, inactive since 2005)
|
||||
- **[Minesweeper (in C)](../minesweeper_in_c.md)** (C, 3-clause BSD, beta, inactive since 2015)
|
||||
- **[Minesweeper.Zone](../minesweeperzone.md)** (JavaScript, PHP, MIT, mature)
|
||||
- **[Minetest](../minetest.md)** (C, C++, Lua, LGPL-2.1, mature)
|
||||
- **[Mininim](../mininim.md)** (C, GPL-3.0, beta, inactive since 2017)
|
||||
- **[Mirror Magic](../mirror_magic.md)** (C, GPL-2.0, mature)
|
||||
- **[mk.js](../mkjs.md)** (JavaScript, MIT, beta)
|
||||
- **[Mocha Doom](../mocha_doom.md)** (Java, GPL-3.0, beta, inactive since 2012)
|
||||
- **[Mocha Doom](../mocha_doom.md)** (Java, ?, beta, inactive since 2012)
|
||||
- **[Monsters and Mushrooms](../monsters_and_mushrooms.md)** (Python, GPL-2.0, mature, inactive since 2010)
|
||||
- **[Morpheus Web Remake](../morpheus_web_remake.md)** (Javascript, MIT, beta)
|
||||
- **[movbizz](../movbizz.md)** (PHP, JavaScript, MIT, beta, inactive since 2015)
|
||||
@ -233,7 +233,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)
|
||||
- **[NStars!](../nstars.md)** (C#, GPL-2.0, beta, inactive since 2004)
|
||||
- **[NStars!](../nstars.md)** (C#, ?, beta, inactive since 2004)
|
||||
- **[NullpoMino](../nullpomino.md)** (Java, 3-clause BSD, mature)
|
||||
- **[Nuvie](../nuvie.md)** (C, C++, Lua, GPL-2.0, beta, inactive since 2018)
|
||||
- **[NXEngine-evo](../nxengine-evo.md)** (C++, GPL-3.0, mature)
|
||||
@ -330,7 +330,7 @@
|
||||
- **[REGoth](../regoth.md)** (C++, GPL-3.0, mature)
|
||||
- **[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-2.0, beta, inactive since 2013)
|
||||
- **[Rescue! Max](../rescue_max.md)** (Java, GPL-3.0, beta, inactive since 2013)
|
||||
- **[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)
|
||||
@ -367,7 +367,7 @@
|
||||
- **[snake](../snake.md)** (Java, WTFPL, mature, inactive since 2017)
|
||||
- **[Solarus](../solarus.md)** (C, C++, Lua, GPL-3.0, mature)
|
||||
- **[SolarWolf](../solarwolf.md)** (Python, LGPL-2.1, mature, inactive since 2004)
|
||||
- **[Sopwith 3](../sopwith_3.md)** (C++, GPL-2.0, beta, inactive since 2003)
|
||||
- **[Sopwith 3](../sopwith_3.md)** (C, C++, Objective-C, GPL-2.0, beta, inactive since 2003)
|
||||
- **[Sourcehold](../sourcehold.md)** (C++, MIT, beta)
|
||||
- **[splexhd](../splexhd.md)** (C++, GPL-2.0, beta, inactive since 2012)
|
||||
- **[Spring](../spring.md)** (C++, C, Lua, GPL-2.0, mature)
|
||||
|
@ -66,6 +66,7 @@
|
||||
- **[Haxima](../haxima.md)** (C++, GPL-3.0, beta)
|
||||
- **[Hero of Allacrost](../hero_of_allacrost.md)** (C++, Lua, GPL-2.0, mature)
|
||||
- **[HexGL](../hexgl.md)** (JavaScript, CoffeeScript, MIT, mature, inactive since 2016)
|
||||
- **[heXon](../hexon.md)** (C++, GPL-2.0, beta)
|
||||
- **[HolySpirit](../holyspirit.md)** (C++, GPL-3.0, beta, inactive since 2013)
|
||||
- **[HyperRogue](../hyperrogue.md)** (C++, GPL-2.0, mature)
|
||||
- **[ika](../ika.md)** (C++, Python, PHP, C#, GPL-2.0, beta, inactive since 2007)
|
||||
@ -118,7 +119,7 @@
|
||||
- **[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)
|
||||
- **[SilverTree](../silvertree.md)** (C++, GPL-3.0, beta, inactive since 2007)
|
||||
- **[SLASH'EM](../slashem.md)** (C, Custom, beta, inactive since 2007)
|
||||
- **[SLASH'EM](../slashem.md)** (C, R, C++, Custom, beta, inactive since 2007)
|
||||
- **[Source of Tales](../source_of_tales.md)** (Lua, GPL-3.0, mature, inactive since 2013)
|
||||
- **[Space Station 13](../space_station_13.md)** (DM, AGPL-3.0, mature)
|
||||
- **[Spice Trade](../spice_trade.md)** (Java, LGPL-2.0, mature, inactive since 2005)
|
||||
|
@ -61,7 +61,7 @@
|
||||
- **[Race Into Space](../race_into_space.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Rigs of Rods](../rigs_of_rods.md)** (C, C++, AngelScript, GPL-3.0, mature)
|
||||
- **[Simutrans](../simutrans.md)** (C++, Artistic License, mature)
|
||||
- **[Sopwith 3](../sopwith_3.md)** (C++, GPL-2.0, beta, inactive since 2003)
|
||||
- **[Sopwith 3](../sopwith_3.md)** (C, C++, Objective-C, GPL-2.0, beta, inactive since 2003)
|
||||
- **[Stunt Car Racer Remake](../stunt_car_racer_remake.md)** (C++, BSD, beta, inactive since 2012)
|
||||
- **[SunDog Resurrection](../sundog_resurrection.md)** (Java, Python, ?, beta)
|
||||
- **[sundog](../sundog.md)** (C, C++, Python, MIT, beta)
|
||||
|
@ -68,7 +68,7 @@
|
||||
- **[fonline](../fonline.md)** (C, C++, GPL-3.0, beta)
|
||||
- **[Free Heroes 2](../free_heroes_2.md)** (C++, GPL-2.0, beta, inactive since 2015)
|
||||
- **[Free Mars](../free_mars.md)** (Java, GPL-3.0, mature)
|
||||
- **[Free Space Colonization](../free_space_colonization.md)** (C, GPL-2.0, beta)
|
||||
- **[Free Space Colonization](../free_space_colonization.md)** (C, GPL-2.0, beta, inactive since 2017)
|
||||
- **[freeaoe](../freeaoe.md)** (C++, GPL-3.0, beta)
|
||||
- **[Freeciv Alpha Centauri project](../freeciv_alpha_centauri_project.md)** (C, GPL-2.0, beta, inactive since 2003)
|
||||
- **[Freeciv-web](../freeciv-web.md)** (JavaScript, Java, Python, AGPL-3.0, mature)
|
||||
@ -115,7 +115,7 @@
|
||||
- **[Metal Mech](../metal_mech.md)** (PHP, GPL-2.0, beta, inactive since 2006)
|
||||
- **[Mpango](../mpango.md)** (Java, GPL-2.0, beta, inactive since 2013)
|
||||
- **[NetPanzer](../netpanzer.md)** (C++, GPL-2.0, beta)
|
||||
- **[NStars!](../nstars.md)** (C#, GPL-2.0, beta, inactive since 2004)
|
||||
- **[NStars!](../nstars.md)** (C#, ?, beta, inactive since 2004)
|
||||
- **[Open Apocalypse](../open_apocalypse.md)** (C++, MIT, mature)
|
||||
- **[Open Imperium Galactica](../open_imperium_galactica.md)** (Java, LGPL-3.0, mature)
|
||||
- **[Open Panzer](../open_panzer.md)** (JavaScript, GPL-2.0, mature)
|
||||
@ -151,7 +151,7 @@
|
||||
- **[PySol](../pysol.md)** (Python, GPL-2.0, mature, inactive since 2004)
|
||||
- **[Race Into Space](../race_into_space.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Rails: an 18xx game system](../rails_an_18xx_game_system.md)** (Java, GPL-2.0, mature)
|
||||
- **[Rescue! Max](../rescue_max.md)** (Java, GPL-2.0, beta, inactive since 2013)
|
||||
- **[Rescue! Max](../rescue_max.md)** (Java, GPL-3.0, beta, inactive since 2013)
|
||||
- **[Return to the Roots](../return_to_the_roots.md)** (C++, GPL-3.0, mature)
|
||||
- **[Scorched Moon](../scorched_moon.md)** (Python, GPL-3.0, beta)
|
||||
- **[Scrabble3D](../scrabble3d.md)** (Pascal, GPL-3.0, mature, inactive since 2015)
|
||||
|
@ -5,9 +5,11 @@
|
||||
- **[AutoREALM](../autorealm.md)** (C++, GPL-3.0, mature)
|
||||
- **[Bt Builder](../bt_builder.md)** (C, C++, GPL-3.0, beta)
|
||||
- **[D-Fend Reloaded](../d-fend_reloaded.md)** (Pascal, GPL-3.0, mature, inactive since 2015)
|
||||
- **[Dedalus](../dedalus.md)** (JavaScript, GPL-2.0, beta, inactive since 2018)
|
||||
- **[Deity](../deity.md)** (Python, GPL-2.0, mature, inactive since 2014)
|
||||
- **[Doxygen](../doxygen.md)** (C++, GPL-2.0, mature)
|
||||
- **[Dungeon Mapper](../dungeon_mapper.md)** (C++, GPL-3.0, beta, inactive since 2013)
|
||||
- **[Fantasy Map Generator](../fantasy_map_generator.md)** (JavaScript, MIT, mature)
|
||||
- **[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)
|
||||
@ -21,5 +23,7 @@
|
||||
- **[Rolisteam](../rolisteam.md)** (C++, JavaScript, GPL-2.0, mature)
|
||||
- **[RPDungeon - computer aided role playing](../rpdungeon-computer_aided_role_playing.md)** (Pascal, GPL-2.0, beta, inactive since 2006)
|
||||
- **[SLADE](../slade.md)** (C++, GPL-2.0, mature)
|
||||
- **[Squiffy](../squiffy.md)** (JavaScript, MIT, mature)
|
||||
- **[Twine](../twine.md)** (JavaScript, GPL-3.0, mature)
|
||||
- **[VGC](../vgc.md)** (C++, Apache-2.0, beta)
|
||||
- **[World Builder](../world_builder.md)** (Visual Basic, GPL-2.0, mature, inactive since 2007)
|
@ -13,10 +13,13 @@
|
||||
- **[Candy Box 2](../candy_box_2.md)** (TypeScript, JavaScript, GPL-3.0, mature, inactive since 2013)
|
||||
- **[cc94](../cc94.md)** (C++, Python, AGPL-3.0, beta)
|
||||
- **[Clumsy Bird](../clumsy_bird.md)** (JavaScript, MIT, mature, inactive since 2017)
|
||||
- **[Dedalus](../dedalus.md)** (JavaScript, GPL-2.0, beta, inactive since 2018)
|
||||
- **[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)
|
||||
- **[Fantasy Map Generator](../fantasy_map_generator.md)** (JavaScript, MIT, mature)
|
||||
- **[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)
|
||||
- **[HTML5 Pacman](../html5_pacman.md)** (JavaScript, WTFPL, mature, inactive since 2013)
|
||||
@ -45,9 +48,11 @@
|
||||
- **[shadow-of-the-beast-html5](../shadow-of-the-beast-html5.md)** (JavaScript, Apache-2.0, beta, inactive since 2017)
|
||||
- **[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)
|
||||
- **[Squiffy](../squiffy.md)** (JavaScript, MIT, mature)
|
||||
- **[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)
|
||||
- **[Twine](../twine.md)** (JavaScript, GPL-3.0, mature)
|
||||
- **[Undum](../undum.md)** (JavaScript, MIT, mature, inactive since 2018)
|
||||
- **[WebChess](../webchess.md)** (PHP, GPL-3.0, mature, inactive since 2010)
|
||||
- **[WebFun](../webfun.md)** (TypeScript, MIT, beta)
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
- **[0 A.D.](../0_ad.md)** (C, C++, GPL-2.0, beta)
|
||||
- **[1oom](../1oom.md)** (C, GPL-2.0, mature)
|
||||
- **[a2x](../a2x.md)** (C, Python, C++, GPL-3.0, beta)
|
||||
- **[Abe's Amazing Adventure](../abes_amazing_adventure.md)** (C, GPL-2.0, mature, inactive since 2005)
|
||||
- **[Airstrike](../airstrike.md)** (C, GPL-2.0, beta, inactive since 2014)
|
||||
- **[Aleph One](../aleph_one.md)** (C++, Lua, GPL-3.0, mature, inactive since 2015)
|
||||
@ -55,6 +56,7 @@
|
||||
- **[Destination Sol](../destination_sol.md)** (Java, Apache-2.0, mature)
|
||||
- **[dhewm3](../dhewm3.md)** (C, C++, GPL-3.0, mature)
|
||||
- **[Digital: A Love Story](../digital_a_love_story.md)** (Ren'py, CC-BY-NC-SA, mature)
|
||||
- **[DirectX12GameEngine](../directx12gameengine.md)** (C#, MIT, beta)
|
||||
- **[Do It Yourself Doom With SDL](../do_it_yourself_doom_with_sdl.md)** (C++, MIT, beta)
|
||||
- **[Domination](../domination.md)** (Java, GPL-3.0, mature)
|
||||
- **[Doom Legacy](../doom_legacy.md)** (C++, GPL-2.0, mature)
|
||||
@ -89,6 +91,7 @@
|
||||
- **[Freedoom](../freedoom.md)** (Not applicable, Not applicable, beta)
|
||||
- **[FreeSims](../freesims.md)** (C#, MPL-2.0, beta)
|
||||
- **[Frets on Fire](../frets_on_fire.md)** (Python, GPL-2.0, mature, inactive since 2008)
|
||||
- **[GameCake](../gamecake.md)** (C, C++, Lua, MIT, mature)
|
||||
- **[Gang Garrison 2](../gang_garrison_2.md)** (Game Maker Script, MPL, mature)
|
||||
- **[GeonBit.UI](../geonbitui.md)** (C#, MIT, mature)
|
||||
- **[GLtron](../gltron.md)** (C, GPL, beta, inactive since 2017)
|
||||
@ -138,6 +141,7 @@
|
||||
- **[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)
|
||||
- **[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)
|
||||
- **[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)
|
||||
@ -148,7 +152,7 @@
|
||||
- **[NFSIISE](../nfsiise.md)** (C, MIT, mature)
|
||||
- **[Noiz2sa](../noiz2sa.md)** (C, C++, 2-clause BSD, beta, inactive since 2004)
|
||||
- **[NOVA PINBALL](../nova_pinball.md)** (Lua, GPL-3.0, beta, inactive since 2017)
|
||||
- **[NStars!](../nstars.md)** (C#, GPL-2.0, beta, inactive since 2004)
|
||||
- **[NStars!](../nstars.md)** (C#, ?, beta, inactive since 2004)
|
||||
- **[NullpoMino](../nullpomino.md)** (Java, 3-clause BSD, mature)
|
||||
- **[nXtank](../nxtank.md)** (Python, GPL-3.0, beta, inactive since 2010)
|
||||
- **[Oolite](../oolite.md)** (Objective-C, C, JavaScript, GPL-2.0, mature)
|
||||
@ -171,7 +175,7 @@
|
||||
- **[OpenLara](../openlara.md)** (C++, 2-clause BSD, mature)
|
||||
- **[OpenLieroX](../openlierox.md)** (C++, LGPL-2.0, mature)
|
||||
- **[OpenLoco](../openloco.md)** (C++, MIT, mature)
|
||||
- **[OpenMortal](../openmortal.md)** (C++, GPL-2.0, beta, inactive since 2006)
|
||||
- **[OpenMortal](../openmortal.md)** (C++, Perl, GPL-2.0, beta, inactive since 2006)
|
||||
- **[openMSX](../openmsx.md)** (C++, GPL-2.0, mature)
|
||||
- **[OpenOMF](../openomf.md)** (C, C++, MIT, beta)
|
||||
- **[OpenRCT2](../openrct2.md)** (C++, GPL-3.0, mature)
|
||||
@ -195,6 +199,7 @@
|
||||
- **[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)
|
||||
- **[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)
|
||||
- **[PySol](../pysol.md)** (Python, GPL-2.0, mature, inactive since 2004)
|
||||
- **[QuakeSpasm](../quakespasm.md)** (C, GPL-2.0, mature)
|
||||
@ -215,6 +220,7 @@
|
||||
- **[Seven Kingdoms: Ancient Adversaries](../seven_kingdoms_ancient_adversaries.md)** (C++, GPL-2.0, mature)
|
||||
- **[Shockolate](../shockolate.md)** (C, GPL-3.0, beta)
|
||||
- **[SLADE](../slade.md)** (C++, GPL-2.0, mature)
|
||||
- **[Sludge](../sludge.md)** (C, C++, Objective-C, LGPL-2.1, mature)
|
||||
- **[Smash Battle](../smash_battle.md)** (C++, ?, beta, inactive since 2011)
|
||||
- **[SoftPixel Engine](../softpixel_engine.md)** (C++, zlib, mature, inactive since 2013)
|
||||
- **[SolarWolf](../solarwolf.md)** (Python, LGPL-2.1, mature, inactive since 2004)
|
||||
@ -277,6 +283,7 @@
|
||||
- **[XPilot NG](../xpilot_ng.md)** (C, GPL-2.0, mature, inactive since 2010)
|
||||
- **[XPilot](../xpilot.md)** (C, GPL-2.0, mature, inactive since 2010)
|
||||
- **[Yamagi Quake II](../yamagi_quake_ii.md)** (C, GPL-2.0, mature)
|
||||
- **[Yet Another Engine](../yet_another_engine.md)** (MoonScript, Java, Lua, MIT, beta, inactive since 2016)
|
||||
- **[Yo Frankie!](../yo_frankie.md)** (Blender Script, ?, mature, inactive since 2009)
|
||||
- **[YSoccer](../ysoccer.md)** (Java, GPL-2.0, mature)
|
||||
- **[Zaz](../zaz.md)** (C++, GPL-3.0, beta, inactive since 2010)
|
||||
|
14
entries/twine.md
Normal file
14
entries/twine.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Twine
|
||||
|
||||
_Tool for telling interactive, nonlinear stories._
|
||||
|
||||
- Home: http://twinery.org/
|
||||
- State: mature
|
||||
- Platform: Web
|
||||
- Keywords: tool, game engine, interactive fiction, text-based
|
||||
- Code repository: https://github.com/klembot/twinejs.git
|
||||
- Code language: JavaScript
|
||||
- Code license: GPL-3.0
|
||||
|
||||
## Building
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
_Client-side framework for narrative hypertext interactive fiction._
|
||||
|
||||
- Home: http://idmillington.github.io/undum/
|
||||
- Home: http://idmillington.github.io/undum/, https://web.archive.org/web/20161202210632/http://undum.com/
|
||||
- State: mature, inactive since 2018
|
||||
- Platform: Web
|
||||
- Keywords: framework, interactive fiction, text based
|
||||
|
15
entries/yet_another_engine.md
Normal file
15
entries/yet_another_engine.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Yet Another Engine
|
||||
|
||||
_Game engine_
|
||||
|
||||
- Home: https://web.archive.org/web/20160315200651/https://yae.io/, https://github.com/deathbeam/yae/wiki
|
||||
- State: beta, inactive since 2016
|
||||
- Platform: Windows, Linux, macOS, Android, iOS
|
||||
- Keywords: game engine
|
||||
- Code repository: https://github.com/deathbeam/yae.git
|
||||
- Code language: MoonScript, Java, Lua
|
||||
- Code license: MIT
|
||||
- Code dependencies: libGDX
|
||||
|
||||
## Building
|
||||
|
Reference in New Issue
Block a user