cleanup of keywords and code dependencies

This commit is contained in:
Trilarion 2019-11-21 13:06:00 +01:00
parent 523c0ca55a
commit 7b3c31160a
241 changed files with 601 additions and 595 deletions

View File

@ -5,9 +5,9 @@
[comment]: # (start of autogenerated content, do not edit)
**[All entries](entries/tocs/_all.md#All)** (1373)
By category: **[Action](entries/tocs/_action.md#action)** (215), **[Adventure](entries/tocs/_adventure.md#adventure)** (47), **[Arcade](entries/tocs/_arcade.md#arcade)** (115), **[Board game](entries/tocs/_board-game.md#board-game)** (10), **[Card game](entries/tocs/_card-game.md#card-game)** (3), **[Educational](entries/tocs/_educational.md#educational)** (12), **[Framework](entries/tocs/_framework.md#framework)** (78), **[Game engine](entries/tocs/_game-engine.md#game-engine)** (107), **[Library](entries/tocs/_library.md#library)** (39), **[Music](entries/tocs/_music.md#music)** (14), **[Platform](entries/tocs/_platform.md#platform)** (49), **[Puzzle](entries/tocs/_puzzle.md#puzzle)** (137), **[Remake](entries/tocs/_remake.md#remake)** (491), **[Role playing](entries/tocs/_role-playing.md#role-playing)** (179), **[Simulation](entries/tocs/_simulation.md#simulation)** (101), **[Sports](entries/tocs/_sports.md#sports)** (20), **[Strategy](entries/tocs/_strategy.md#strategy)** (260), **[Tool](entries/tocs/_tool.md#tool)** (35), **[Visual novel](entries/tocs/_visual-novel.md#visual-novel)** (5)
By category: **[Action](entries/tocs/_action.md#action)** (221), **[Adventure](entries/tocs/_adventure.md#adventure)** (48), **[Arcade](entries/tocs/_arcade.md#arcade)** (115), **[Board game](entries/tocs/_board-game.md#board-game)** (0), **[Card game](entries/tocs/_card-game.md#card-game)** (0), **[Educational](entries/tocs/_educational.md#educational)** (12), **[Framework](entries/tocs/_framework.md#framework)** (78), **[Game engine](entries/tocs/_game-engine.md#game-engine)** (108), **[Library](entries/tocs/_library.md#library)** (39), **[Music](entries/tocs/_music.md#music)** (14), **[Platform](entries/tocs/_platform.md#platform)** (54), **[Puzzle](entries/tocs/_puzzle.md#puzzle)** (136), **[Remake](entries/tocs/_remake.md#remake)** (492), **[Role playing](entries/tocs/_role-playing.md#role-playing)** (181), **[Simulation](entries/tocs/_simulation.md#simulation)** (106), **[Sports](entries/tocs/_sports.md#sports)** (23), **[Strategy](entries/tocs/_strategy.md#strategy)** (260), **[Tool](entries/tocs/_tool.md#tool)** (35), **[Visual novel](entries/tocs/_visual-novel.md#visual-novel)** (5)
By platform: **[Windows](entries/tocs/_windows.md#windows)** (418), **[Linux](entries/tocs/_linux.md#linux)** (405), **[macOS](entries/tocs/_macos.md#macos)** (224), **[Android](entries/tocs/_android.md#android)** (65), **[iOS](entries/tocs/_ios.md#ios)** (13), **[Web](entries/tocs/_web.md#web)** (73)
By platform: **[Windows](entries/tocs/_windows.md#windows)** (419), **[Linux](entries/tocs/_linux.md#linux)** (405), **[macOS](entries/tocs/_macos.md#macos)** (225), **[Android](entries/tocs/_android.md#android)** (65), **[iOS](entries/tocs/_ios.md#ios)** (13), **[Web](entries/tocs/_web.md#web)** (73)
[comment]: # (end of autogenerated content)

File diff suppressed because it is too large Load Diff

View File

@ -8,12 +8,14 @@ _0 A.D. is a free, open-source, cross-platform real-time strategy game._
- Download: https://play0ad.com/download/
- Platform: Windows, Linux, macOS
- Keywords: strategy, clone, inspired by Age of Empires, multiplayer online + LAN, open content, real time
- Code repository: https://github.com/0ad/0ad.git (mirror), https://svn.wildfiregames.com/public/ps/trunk/ (svn)
- Code repository: https://github.com/0ad/0ad.git (mirror), https://svn.wildfiregames.com/public/ps/ (svn)
- Code language: C++ (https://github.com/0ad/0ad/tree/master/source)
- Code license: GPL-2.0
- Code dependencies: libogg, libvorbis, libxml2, OpenAL, SDL2, zlib
- Assets license: CC-BY-SA-3.0
Engine part is called Pyrogenesis.
## Building
- Build system: Custom

View File

@ -10,7 +10,7 @@ _Master of Orion (1993) game engine recreation._
- Code repository: https://gitlab.com/KilgoreTroutMaskReplicant/1oom.git
- Code language: C
- Code license: GPL-2.0
- Code dependencies: Allegro4, SDL, SDL2
- Code dependencies: Allegro, SDL, SDL2
## Building

View File

@ -10,6 +10,7 @@ _Sliding block puzzle game._
- Code repository: https://github.com/gabrielecirulli/2048.git, https://github.com/tpcstld/2048.git (+)
- Code language: JavaScript
- Code license: MIT
- Assets license: MIT (very few assets)
Port to Android: https://github.com/tpcstld/2048

View File

@ -8,7 +8,7 @@ _Chess game on 3 boards._
- Code repository: (see home)
- Code language: C
- Code license: GPL-2.0
- Code dependencies: libdx, Xaw3d, Xpm lib
- Code dependencies: libx, libxpm, xaw3dg
- Assets license: GPL-2.0
Developer: Paul Hicks, Bernard Kennedy

View File

@ -4,7 +4,7 @@ _Tetris game extended to 4 dimension._
- Home: https://sourceforge.net/projects/dtris/
- State: mature, inactive since 2012
- Platform: Linux
- Platform: Windows, Linux, macOS
- Keywords: puzzle, clone, inspired by Tetris, open content
- Code repository: https://code.launchpad.net/4dtris (bzr)
- Code language: C

View File

@ -6,7 +6,7 @@ _Side scrolling platform game._
- State: mature, inactive since 2005
- Download: https://sourceforge.net/projects/abe/files/
- Platform: Windows, Linux, macOS
- Keywords: platform, side scrolling
- Keywords: platform, side-scrolling
- Code repository: https://gitlab.com/osgames/abe.git (import of cvs), http://abe.cvs.sourceforge.net (cvs)
- Code language: C
- Code license: GPL-2.0

View File

@ -4,7 +4,7 @@ _Multiplayer flight simulator._
- Home: https://packages.debian.org/sid/acm, https://web.archive.org/web/20130114223737/http://www.websimulations.com/
- State: mature, inactive since 2000
- Keywords: action, flight simulation, open content
- Keywords: action, flight, open content, simulation
- Code repository: (see home)
- Code language: C
- Code license: GPL-2.0

View File

@ -4,10 +4,10 @@ _Deep space first-person shooter._
- Home: https://web.archive.org/web/20180818173613/http://www.mushware.com/, https://packages.qa.debian.org/a/adanaxisgpl.html
- State: mature, inactive since 2007
- Keywords: action, 4D, first person, open content, shooter, single-player, space
- Keywords: action, 4D, first-person, open content, shooter, single-player, space
- Code repository: (see home)
- Code language: C++
- Code license: GPL-2.0
- Code license: GPL-2.0 (non-free file in the commercial version)
- Code dependencies: GLUT
- Assets license: GPL-2.0

View File

@ -6,7 +6,7 @@ _Collection of patience games._
- State: mature
- Download: https://github.com/GNOME/aisleriot/releases
- Platform: Linux
- Keywords: arcade, card, open content
- Keywords: arcade, cards, open content
- Code repository: https://github.com/GNOME/aisleriot.git
- Code language: C, Scheme
- Code license: GPL-3.0

View File

@ -13,7 +13,7 @@ _Retro-style platformer._
- Code dependencies: Allegro
- Assets license: GPL-2.0
Developer: Johan Peitz, Anders Svensson
Developer: Johan Peitz (design source code and graphics), Anders Svensson (music and sound effects)
## Building

View File

@ -6,7 +6,7 @@ _Fast paced combat with a diverse arsenal._
- State: mature, inactive since 2014
- Download: http://annexconquer.com/downloads/
- Platform: Windows, Linux
- Keywords: strategy, open content, real-time
- Keywords: strategy, open content, real time
- Code repository: https://bitbucket.org/annexctw/annex.git
- Code language: MegaGlest Script (?)
- Code license: GPL-3.0

View File

@ -4,7 +4,7 @@ _Fly an airplane, fire missiles, drop bombs, destroy enemy buildings and planes.
- Home: https://web.archive.org/web/20110819212117/http://www.fishies.org.uk/apricots.html
- State: beta, inactive since 2003
- Keywords: arcade, 2D, open content, side-scroller
- Keywords: arcade, 2D, open content, side-scrolling
- Code repository: (see home)
- Code language: C++
- Code license: GPL-2.0

View File

@ -6,7 +6,7 @@ _3D Space Combat Game._
- State: beta, inactive since 2016
- Download: https://stephensmith.itch.io/aresdogfighter
- Platform: Windows, Linux
- Keywords: action, 3D, space combat
- Keywords: action, 3D, space
- Code repository: https://github.com/SteveSmith16384/AresDogfighter.git
- Code language: Java
- Code license: GPL-3.0

View File

@ -6,7 +6,7 @@ _Shooter game, based on the CUBE engine._
- Media: https://en.wikipedia.org/wiki/AssaultCube
- State: mature, inactive since 2018
- Platform: Windows, Linux, macOS
- Keywords: action, first person, inspired by CUBE engine, shooter
- Keywords: action, first-person, inspired by CUBE engine, shooter
- Code repository: https://github.com/assaultcube/AC.git
- Code language: C, C++
- Code license: Custom (zlib like)

View File

@ -4,7 +4,7 @@ _Simple ncurses-based Tetris clone using a special algorithm to give you the wor
- Home: http://fph.altervista.org/prog/bastet.html
- State: beta, inactive since 2018
- Keywords: puzzle, open content, skill, tetris
- Keywords: puzzle, open content, skill, tetris-like
- Code repository: https://github.com/fph/bastet.git
- Code language: C++
- Code license: GPL-2.0

View File

@ -5,7 +5,7 @@ _Control an airplane in a top-down view and shoot down enemy planes, helicopters
- Home: https://web.archive.org/web/20120213105444/http://btrgame.com/, https://sourceforge.net/projects/battery/
- State: mature, inactive since 2009
- Download: https://sourceforge.net/projects/battery/files/battery/
- Keywords: arcade, side scroller
- Keywords: arcade, side-scrolling
- Code repository: https://github.com/GaidamakUA/BatteryReborn.git (new approach)
- Code language: Java
- Code license: EPL-2.0 (new approach), Custom (old see _README.txt)

View File

@ -4,7 +4,7 @@ _Black Shades Elite is a fork of the game Black Shades, originally written by Da
- Home: https://web.archive.org/web/20150412072649/http://home.gna.org/blackshadeselite/, https://web.archive.org/web/20150412083319/https://gna.org/projects/blackshadeselite
- State: beta, inactive since 2007
- Keywords: simulation, first person, open content, shooter
- Keywords: simulation, first-person, open content, shooter
- Code repository: (none)
- Code language: ?
- Code license: ? (GPL-2.0)

View File

@ -5,7 +5,7 @@ _Blasphemer is an FPS project whose initial goal is to serve as a Free data pack
- Home: https://www.doomworld.com/vb/freedoom/70732-blasphemer-discussion/, https://code.google.com/p/blasphemer/
- Media: http://www.indiedb.com/games/blasphemer
- State: mature, inactive since 2017
- Keywords: action, first person, open content, shooter
- Keywords: action, first-person, open content, shooter
- Code repository: https://github.com/Blasphemer/blasphemer.git
- Code language: None (only assets)
- Code license: None (only assets)

View File

@ -6,7 +6,7 @@ _Bloodmasters is a top-down Arcade shooter written by Pascal vd Heiden. The late
- State: mature, inactive since 2008
- Download: http://www.bloodmasters.com/index.php?p=downloads
- Keywords: arcade, shooter, top-down
- Code repository: https://svn.code.sf.net/p/bloodmasters/code/trunk (svn)
- Code repository: https://svn.code.sf.net/p/bloodmasters/code (svn)
- Code language: C#
- Code license: GPL
- Code dependencies: DirectX, Microsoft .NET

View File

@ -4,7 +4,7 @@ _Card Stories is an online multiplayer HTML5 based game of cards that promotes c
- Home: https://web.archive.org/web/20190126033549/https://cardstories.org/
- State: beta, inactive since 2012
- Keywords: puzzle, card, open content
- Keywords: puzzle, cards, open content
- Code repository: https://github.com/farsides/cardstories.git, https://gitorious.org/cardstories/cardstories (defunct)
- Code language: JavaScript, Python
- Code license: AGPL-3.0

View File

@ -6,7 +6,7 @@ _3D-engine (C++/DirectX9) and a fully playable prototype of a 3rd person action/
- State: beta, inactive since 2003
- Download: https://sourceforge.net/projects/catmother/files/
- Platform: Windows
- Keywords: action, open content (?)
- Keywords: action, adventure, open content (?)
- Code repository: https://gitlab.com/osgames/catmother.git (import of svn), https://svn.code.sf.net/p/catmother/code/ (svn)
- Code language: C++
- Code license: 3-clause BSD, GPL-2.0 (not sure which of them actually)

View File

@ -4,7 +4,7 @@ _CBoard is a text-mode chess game front-end and editor for PGN (Portable Game No
- Home: http://benkibbey.wordpress.com/cboard/, https://gitlab.com/bjk/cboard/wikis/home
- State: beta, inactive since 2018
- Keywords: tool, chess, open content, text-mode
- Keywords: tool, chess, open content, text-based
- Code repository: https://gitlab.com/bjk/cboard.git, https://repo.or.cz/w/cboard.git
- Code language: C
- Code license: GPL-2.0

View File

@ -4,7 +4,7 @@ _Remake of Cortex Command._
- Home: https://github.com/DataRealms/CCOSS
- State: beta
- Keywords: strategy, commercial content, inspired by Cortex Command, multiplayer Split-screen + Online + LAN, real-time, remake
- Keywords: strategy, commercial content, inspired by Cortex Command, multiplayer Split-screen + Online + LAN, real time, remake
- Code repository: https://github.com/cortex-command-community/Cortex-Command-Community-Project-Source.git, https://github.com/DataRealms/CCOSS.git (+)
- Code language: C++
- Code license: AGPL-3.0

View File

@ -5,7 +5,7 @@ _Chaos Esque Anthology is a first-person shooter fork of Xonotic including new w
- Home: https://sourceforge.net/projects/chaosesqueanthology/
- State: mature
- Download: https://sourceforge.net/projects/chaosesqueanthology/files/
- Keywords: strategy, first person, open content, shooter
- Keywords: strategy, first-person, open content, shooter
- Code repository: (see download)
- Code language: ?
- Code license: ? (GPL did not download the iso)

View File

@ -6,7 +6,7 @@ _Civitas is a city building game for kids._
- State: beta, inactive since 2017
- Download: https://sourceforge.net/projects/civitas/files/
- Keywords: simulation, city building, for kids, online
- Code repository: https://git.code.sf.net/p/civitas/code, https://svn.code.sf.net/p/civitas/svn/trunk (svn)
- Code repository: https://git.code.sf.net/p/civitas/code, https://svn.code.sf.net/p/civitas/svn (svn)
- Code language: Java, Blender Script
- Code license: GPL-2.0
- Code dependencies: Blender game engine

View File

@ -7,7 +7,7 @@ _Combat Simulator Project aka CSP is an aerial combat simulator._
- Download: https://sourceforge.net/projects/csp/files/
- Platform: Windows
- Keywords: simulation, flight
- Code repository: https://git.code.sf.net/p/csp/git, https://svn.code.sf.net/p/csp/svn/trunk (svn)
- Code repository: https://git.code.sf.net/p/csp/git, https://svn.code.sf.net/p/csp/svn (svn)
- Code language: C++
- Code license: GPL-2.0

View File

@ -6,7 +6,7 @@ _Fun puzzle games that run on any terminal._
- State: mature
- Download: https://github.com/fastrgv/CoTerminalApps/releases
- Platform: Windows, Linux, macOS
- Keywords: puzzle, open content, text-only
- Keywords: puzzle, open content, text-based
- Code repository: (see download)
- Code language: Ada
- Code license: GPL-3.0

View File

@ -4,7 +4,7 @@ _Multiplayer tower defense game._
- Home: https://web.archive.org/web/20120414174119/http://towerdefence.hft-stuttgart.de/, https://sourceforge.net/projects/creepsmash/
- State: beta, inactive since 2011
- Keywords: action, online multiplayer, open content, tower defense
- Keywords: action, multiplayer online, open content, tower defense
- Code repository: https://github.com/khakulov/CreepTD.git, https://svn.code.sf.net/p/creepsmash/code/ (svn)
- Code language: Java
- Code license: GPL-3.0

View File

@ -5,7 +5,7 @@ _Life and evolution simulator._
- Home: http://critterding.sourceforge.net/, https://sourceforge.net/projects/critterding/
- State: beta, inactive since 2013
- Download: https://sourceforge.net/projects/critterding/files/critterding/
- Keywords: strategy, life simulation, open content
- Keywords: simulation, evolution, open content, strategy
- Code repository: (see download)
- Code language: C++
- Code license: GPL-2.0

View File

@ -7,7 +7,7 @@ _Based on the rules of Scrabble._
- Download: https://sourceforge.net/projects/xwords/files/
- Platform: Android
- Keywords: role playing, board, open content
- Code repository: https://git.code.sf.net/p/xwords/git, https://svn.code.sf.net/p/xwords/svn/trunk (svn)
- Code repository: https://git.code.sf.net/p/xwords/git, https://svn.code.sf.net/p/xwords/svn (svn)
- Code language: Java
- Code license: GPL-2.0

View File

@ -5,7 +5,7 @@ _Remake of Kula World._
- Home: https://github.com/cubosphere/cubosphere-code/projects, http://sourceforge.net/projects/cubosphere/
- State: beta
- Keywords: puzzle, inspired by Kula World, remake
- Code repository: https://github.com/cubosphere/cubosphere-code.git, https://sourceforge.net/p/cubosphere/code/ (bzr, outdated)
- Code repository: https://github.com/cubosphere/cubosphere-code.git, https://github.com/cubosphere/cubosphere-data.git (+), bzr://cubosphere.bzr.sourceforge.net/bzrroot/cubosphere (bzr, outdated)
- Code language: C, C++
- Code license: GPL-3.0
- Code dependencies: SDL2

View File

@ -6,7 +6,7 @@ _Text-based game player and game generator. The games are structured as decision
- State: beta, inactive since 2012
- Download: https://sourceforge.net/projects/cyoadventures/files/
- Keywords: tool, text-based
- Code repository: https://svn.code.sf.net/p/cyoadventures/code/trunk (svn)
- Code repository: https://svn.code.sf.net/p/cyoadventures/code (svn)
- Code language: Ada
- Code license: GPL-2.0

View File

@ -7,7 +7,7 @@ _Remake of Descent, Descent II._
- Download: (see home)
- Platform: Windows, Linux, macOS
- Keywords: remake, inspired by Descent + Descent II, non-free content, shooter
- Code repository: https://svn.code.sf.net/p/d2x-xl/code/trunk (svn)
- Code repository: https://svn.code.sf.net/p/d2x-xl/code (svn)
- Code language: C++
- Code license: Custom (see http://svn.code.sf.net/p/d2x-xl/code/trunk/LICENSE), GPL-2.0

View File

@ -6,7 +6,7 @@ _Cyberspace hacking RPG where you hack into corporate systems to perform mission
- State: beta, inactive since 2013
- Download: https://sourceforge.net/projects/decker/files
- Keywords: role playing
- Code repository: https://github.com/jpmalkiewicz/decker.git (import), https://sourceforge.net/p/decker/code/HEAD/tree/ (svn)
- Code repository: https://github.com/jpmalkiewicz/decker.git (import), https://svn.code.sf.net/p/decker/code/ (svn)
- Code language: Java
- Code license: GPL-2.0

View File

@ -5,7 +5,7 @@ _Deer Portal is a hybrid board/card game for four players driven by the four cla
- Home: https://devcarpet.net/deerportal/
- State: beta
- Platform: Windows, Linux
- Keywords: adventure, board, card, open content
- Keywords: adventure, board, cards, open content
- Code repository: https://github.com/deerportal/deerportal.git
- Code language: C++
- Code license: zlib

View File

@ -6,8 +6,8 @@ _Remake of the 1986 game They Stole a Million / The Clue!._
- Media: https://en.wikipedia.org/wiki/The_Clue!
- State: beta, inactive since 2017
- Download: https://sourceforge.net/projects/cosp/files/
- Keywords: adventure, action/adventure, clone, inspired by The Clue!
- Code repository: https://github.com/vcosta/derclou.git, https://sourceforge.net/p/cosp/code/ (cvs)
- Keywords: action, adventure, clone, inspired by The Clue!
- Code repository: https://github.com/vcosta/derclou.git, http://cosp.cvs.sourceforge.net (cvs)
- Code language: C
- Code license: Custom (Der Clou! Public License)
- Code dependencies: SDL

View File

@ -6,7 +6,7 @@ _Is a bit like the well known board game of Risk or RisiKo._
- State: mature
- Download: http://domination.sourceforge.net/download.shtml, https://sourceforge.net/projects/domination/files/
- Platform: Windows, Linux, macOS, Android
- Keywords: strategy, board game, risklike
- Keywords: strategy, board, risklike
- Code repository: https://svn.code.sf.net/p/domination/code/ (svn active)
- Code language: Java
- Code license: GPL-3.0

View File

@ -6,7 +6,7 @@ _3D chess game._
- State: beta
- Download: https://www.dreamchess.org/downloads, https://sourceforge.net/projects/dreamchess/files/
- Platform: Windows, Linux, macOS
- Keywords: strategy, board game, chess
- Keywords: strategy, board, chess
- Code repository: https://github.com/dreamchess/dreamchess.git
- Code language: C
- Code license: GPL-3.0

View File

@ -5,7 +5,7 @@ _Remake of Duke Nukem 3D._
- Home: http://icculus.org/duke3d/
- State: beta, inactive since 2009
- Keywords: action, commercial content, inspired by Duke Nukem 3D, multiplayer LAN, remake, requires original content, shooter
- Code repository: http://svn.icculus.org/duke3d/trunk/ (svn)
- Code repository: http://svn.icculus.org/duke3d/ (svn)
- Code language: C
- Code license: GPL-2.0
- Code dependencies: SDL

View File

@ -6,7 +6,7 @@ _Map your dungeons for your next role playing adventure._
- State: beta, inactive since 2013
- Download: https://sourceforge.net/projects/dungeonmap/files
- Keywords: tool
- Code repository: https://gitlab.com/osgames/dungeonmap.git (backup of svn), https://svn.code.sf.net/p/dungeonmap/code/trunk (svn)
- Code repository: https://gitlab.com/osgames/dungeonmap.git (backup of svn), https://svn.code.sf.net/p/dungeonmap/code (svn)
- Code language: C++
- Code license: GPL-3.0

View File

@ -6,7 +6,7 @@ _A turn based combat-oriented tactics RPG. _
- State: mature, inactive since 2010
- Download: https://sourceforge.net/projects/dmonkey/files/
- Keywords: action, role playing, turn-based
- Code repository: (see download) https://svn.code.sf.net/p/dmonkey/code/trunk (svn)
- Code repository: (see download) https://svn.code.sf.net/p/dmonkey/code (svn)
- Code language: Pascal
- Code license: LGPL-2.1

View File

@ -5,7 +5,7 @@ _Dunnet is a text adventure game included in Emacs._
- Home: http://www.driver-aces.com/ronnie.html#dunnet
- Media: https://en.wikipedia.org/wiki/Dunnet_(video_game)
- State: mature, inactive since 1992
- Keywords: adventure, text based
- Keywords: adventure, text-based
- Code repository: http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/play/dunnet.el?h=emacs-25
- Code language: Emacs Lisp
- Code license: GPL-3.0

View File

@ -9,7 +9,7 @@ _Manage a corporate colony of dwarves._
- Code repository: https://github.com/CompletelyFairGames/dwarfcorp.git
- Code language: C#
- Code license: MIT
- Code dependencies: Mono, XNA
- Code dependencies: MonoGame, XNA
- Assets license: Proprietary
## Building

View File

@ -6,7 +6,7 @@ _Authoring tool for the creation of point-and-click games._
- State: mature, inactive since 2014
- Download: https://sourceforge.net/projects/e-adventure/files/
- Keywords: adventure, game engine
- Code repository: https://svn.code.sf.net/p/e-adventure/code/trunk (svn)
- Code repository: https://svn.code.sf.net/p/e-adventure/code (svn)
- Code language: Java
- Code license: GPL-3.0

View File

@ -9,7 +9,7 @@ _Remake of Wolfenstein 3D, Spear of Destiny._
- Keywords: remake, first-person, inspired by Wolfenstein 3D + Spear of Destiny, shooter
- Code repository: https://bitbucket.org/ecwolf/ecwolf (hg)
- Code language: C++
- Code license: GPL-2.0, BSD, LGPL-2.1, Libpng, zlib, bzip2, MIT, IJG, Public domain
- Code license: GPL-2.0, BSD, LGPL-2.1, libpng, zlib, bzip2, MIT, IJG, Public domain
## Building

View File

@ -7,7 +7,7 @@ _A three-dimensional dungeon crawling adventure that borrows a lot of elements f
- State: mature, inactive since 2015
- Download: http://egoboo.sourceforge.net/download.html
- Keywords: role playing
- Code repository: https://github.com/egoboo/egoboo.git, https://sourceforge.net/p/egoboo/svn/HEAD/tree/ (svn)
- Code repository: https://github.com/egoboo/egoboo.git, https://svn.code.sf.net/p/egoboo/svn (svn)
- Code language: C++, C
- Code license: GPL-3.0

View File

@ -4,7 +4,7 @@ _Excellent Bifurcation is an abstract vertical shooter with two sides to play on
- Home: https://archive.org/details/ExcellentFix, https://packages.debian.org/source/excellent-bifurcation
- State: mature, inactive since 2007
- Keywords: action, open content, shootemup, shooter, top-down
- Keywords: action, open content, shootem, shooter, top-down
- Code repository: https://sources.debian.org/src/excellent-bifurcation
- Code language: C
- Code license: GPL-2.0

View File

@ -6,7 +6,7 @@ _Racing game which forked off Tux Racer._
- State: beta, inactive since 2018
- Download: https://sourceforge.net/projects/extremetuxracer/files/
- Keywords: platform, 3D, inspired by TuxRacer, open content, racing
- Code repository: https://svn.code.sf.net/p/extremetuxracer/code/trunk (svn)
- Code repository: https://svn.code.sf.net/p/extremetuxracer/code (svn)
- Code language: C++
- Code license: GPL-2.0
- Assets license: GPL-2.0

View File

@ -9,7 +9,7 @@ _The first serious game using the Annchienta engine._
- Code repository: https://github.com/sago007/annchienta.git, https://svn.code.sf.net/p/annchienta/code/ (svn)
- Code language: C++, Python
- Code license: GPL-3.0
- Code dependencies: pygtk, PyQt4
- Code dependencies: pygtk, PyQt
See also entry fo Annchienta.

View File

@ -8,7 +8,7 @@ _Role-playing adventure game._
- Code repository: https://github.com/BGCX067/fallenspire-svn-to-git.git, https://code.google.com/archive/p/fallenspire/source/default/source
- Code language: Python
- Code license: GPL-3.0
- Code dependencies: Blender game engine, cairo, numpy, pgu (https://code.google.com/archive/p/pgu/), pillow, pygame
- Code dependencies: Blender game engine, cairo, numpy, PGU (https://code.google.com/archive/p/pgu/), pillow, pygame
## Building

View File

@ -5,7 +5,7 @@ _Flight simulator that does not simulate real aircraft or historical war scenari
- Home: http://facsimulation.sourceforge.net/index.html, https://sourceforge.net/projects/facsimulation/
- State: beta, inactive since 2012
- Keywords: simulation, flight
- Code repository: https://svn.code.sf.net/p/facsimulation/code/trunk (svn)
- Code repository: https://svn.code.sf.net/p/facsimulation/code (svn)
- Code language: C, C++
- Code license: GPL-3.0

View File

@ -6,7 +6,7 @@ _Simple retro style arcade side-scroller game in which you steer a spaceship thr
- State: mature, inactive since 2016
- Download: https://sourceforge.net/projects/fltrator/files/
- Platform: Windows
- Keywords: arcade, open content, side-scroller
- Keywords: arcade, open content, side-scrolling
- Code repository: http://hg.code.sf.net/p/fltrator/code (hg)
- Code language: C++
- Code license: GPL-3.0

View File

@ -9,7 +9,7 @@ _Shoot them up game, with editable levels._
- Code repository: (see home)
- Code language: C++
- Code license: GPL-2.0
- Code dependencies: Qt4
- Code dependencies: Qt
- Assets license: GPL-2.0, CC-BY-SA
## Building

View File

@ -8,6 +8,6 @@ _Remake of Quake 3._
- Code repository: https://github.com/TIHan/FQuake3.git
- Code language: F#
- Code license: GPL-2.0
- Code dependencies: Mono
- Code dependencies: MonoGame
## Building

View File

@ -5,7 +5,7 @@ _Tennis game._
- Home: http://freetennis.sourceforge.net/, https://sourceforge.net/projects/freetennis/, https://packages.debian.org/search?keywords=freetennis
- State: beta, inactive since 2005
- Download: https://sourceforge.net/projects/freetennis/files/
- Keywords: strategy, open content, sport
- Keywords: sports, open content, strategy
- Code repository: https://gitlab.com/osgames/freetennis.git (import of cvs), http://freetennis.cvs.sourceforge.net (cvs)
- Code language: OCaml
- Code license: GPL-2.0

View File

@ -4,7 +4,7 @@ _Remake of Age of Empires II._
- Home: https://github.com/sandsmark/freeaoe
- State: beta
- Keywords: strategy, commercial content, inspired by Age of Empires II, real-time, remake, requires original content
- Keywords: strategy, commercial content, inspired by Age of Empires II, real time, remake, requires original content
- Code repository: https://github.com/sandsmark/freeaoe.git
- Code language: C++
- Code license: GPL-3.0

View File

@ -5,9 +5,11 @@ _Remake of Sid Meier's Alpha Centauri._
- Home: http://freecivac.sourceforge.net/, https://sourceforge.net/projects/freecivac/
- 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
- Keywords: strategy, inspired by Sid Meier's Alpha Centauri, remake
- 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
Fork of Freeciv.
## Building

View File

@ -2,7 +2,7 @@
_FreeCol is a turn-based strategy game based on the old game Colonization, and similar to Civilization._
- Home: http://www.freecol.org/, https://sourceforge.net/p/freecol/
- Home: http://www.freecol.org/, https://sourceforge.net/projects/freecol/
- Media: https://en.wikipedia.org/wiki/FreeCol
- State: mature
- Download: http://www.freecol.org/download.html

View File

@ -9,8 +9,8 @@ _Open content for the Doom._
- Platform: Windows, Linux, macOS (all that are supported by the Doom)
- Keywords: action, engine required, inspired by Doom + Doom II, open content, remake
- Code repository: https://github.com/freedoom/freedoom.git
- Code language: Not applicable (only content)
- Code license: Not applicable (only content)
- Code language: None (only content)
- Code license: None (only content)
- Code dependencies: Doom, pillow
- Assets license: 3-clause BSD

View File

@ -6,7 +6,7 @@ _Remake of Duke Nukem._
- State: beta, inactive since 2009
- Download: https://launchpad.net/freenukum/+download
- Keywords: remake, inspired by Duke Nukem, shooter
- Code repository: https://code.launchpad.net/~silwol/freenukum/trunk (bzr)
- Code repository: https://code.launchpad.net/~silwol/freenukum (bzr)
- Code language: C
- Code license: GPL-3.0

View File

@ -10,7 +10,7 @@ _Turn-based space empire and galactic conquest (4X) computer game._
- Code repository: https://github.com/freeorion/freeorion.git, https://svn.code.sf.net/p/freeorion/code/ (svn)
- Code language: C++, Python
- Code license: GPL-2.0
- Code dependencies: Boost, Freetype, libvorbis, Ogg, OpenAL, OpenGL, PyLab, SDL, zlib
- Code dependencies: Boost, FreeType, libvorbis, Ogg, OpenAL, OpenGL, PyLab, SDL, zlib
- Assets license: CC-BY-SA
## Building

View File

@ -6,7 +6,7 @@ _Real time MP strategy game where players compete to build the most powerful rai
- State: beta, inactive since 2008 (see continuation)
- Download: https://sourceforge.net/projects/freerails/files/jfreerails/
- Keywords: strategy, inspired by Railroad Tycoon, real time, remake
- Code repository: https://sourceforge.net/p/freerails/code/ (cvs)
- Code repository: http://freerails.cvs.sourceforge.net (cvs)
- Code language: Java, C++
- Code license: GPL-2.0

View File

@ -4,9 +4,11 @@ _Remake of Guitar Hero._
- Home: https://fofix.github.io/
- State: mature
- Keywords: music, fork of Frets on Fire, inspired by Guitar Hero, remake
- Keywords: music, inspired by Frets on Fire + Guitar Hero, remake
- Code repository: https://github.com/fofix/fofix.git
- Code language: Python
- Code license: GPL-2.0
Fork of Frets on Fire.
## Building

View File

@ -10,7 +10,7 @@ _Educational software suite comprising of numerous activities for children aged
- Code repository: https://gitlab.gnome.org/GNOME/gcompris.git
- Code language: C, Python
- Code license: GPL-3.0
- Code dependencies: Gtk
- Code dependencies: GTK
- Assets license: CC-BY-SA, GPL-3.0
Partly commercial.

View File

@ -6,7 +6,7 @@ _Roguelike mecha RPG series._
- State: mature
- Download: http://www.gearheadrpg.com/downloads/, https://sourceforge.net/projects/gearhead/files/gearhead/
- Keywords: role playing, roguelike
- Code repository: https://github.com/jwvhewitt/gearhead-1.git, https://svn.code.sf.net/p/gearhead/code/trunk (svn)
- Code repository: https://github.com/jwvhewitt/gearhead-1.git, https://svn.code.sf.net/p/gearhead/code (svn)
- Code language: Pascal
- Code license: LGPL-2.1, Apache-2.0

View File

@ -6,7 +6,7 @@ _Futuristic roguelike, sequel to GearHead._
- State: beta
- Download: http://www.gearheadrpg.com/downloads/, https://sourceforge.net/projects/gearhead2/files/gearhead2/
- Keywords: role playing, inspired by GearHead, open content, roguelike
- Code repository: https://github.com/jwvhewitt/gearhead-2.git, https://svn.code.sf.net/p/gearhead2/code/trunk (svn)
- Code repository: https://github.com/jwvhewitt/gearhead-2.git, https://svn.code.sf.net/p/gearhead2/code (svn)
- Code language: Pascal
- Code license: LGPL-2.0
- Assets license: ? (LGPL)

View File

@ -10,7 +10,7 @@ _Fast puzzle game. Placing gems in vertical lines destroys them and ultimately l
- Code repository: (see download)
- Code language: C
- Code license: GPL-2.0
- Code dependencies: SDL, SDL_image, SDL_mixer
- Code dependencies: SDL
Developer: Bill Kendrick (New Breed Software)

View File

@ -5,14 +5,12 @@ _GemRB is a portable open-source implementation of Bioware's Infinity Engine._
- Home: http://www.gemrb.org/wiki/doku.php?id=start
- State: mature
- Download: http://www.gemrb.org/wiki/doku.php?id=download
- Keywords: framework, 2D, inspired by Baldur's Gate + Icewind Dale + Planescape: Torment, isometric, remake
- Keywords: framework, 2D, inspired by Baldur's Gate + Icewind Dale + Planescape: Torment, isometric, remake, requires original content
- Code repository: https://github.com/gemrb/gemrb.git
- Code language: C++, Python
- Code license: GPL-2.0
- Code dependencies: OpenAL, SDL2, Twisted, zlib
Requires original game content.
## Building
- Build system: CMake

View File

@ -2,7 +2,7 @@
_A 2D real time strategy Mega-Lo-Mania-like god game._
- Home: http://gigalomania.sourceforge.net/, https://sourceforge.net/p/gigalomania/
- Home: http://gigalomania.sourceforge.net/, https://sourceforge.net/projects/gigalomania/
- State: mature
- Keywords: strategy, inspired by Mega Lo Mania, real time, remake
- Code repository: https://git.code.sf.net/p/gigalomania/code

View File

@ -6,7 +6,7 @@ _Combat flight simulator._
- State: mature, inactive since 2005
- Download: https://sourceforge.net/projects/gl-117/files/gl-117/
- Platform: Windows, Linux, macOS
- Keywords: puzzle, combat flight simulation, open content
- Keywords: action, flight, open content, simulation
- Code repository: https://gitlab.com/osgames/gl-117.git (import of cvs), http://gl-117.cvs.sourceforge.net (cvs)
- Code language: C++
- Code license: GPL-2.0

View File

@ -4,7 +4,7 @@ _Classic hearts card game for the GNOME desktop._
- Home: https://web.archive.org/web/20160308075926/http://www.jejik.com/gnome-hearts/, https://packages.ubuntu.com/xenial/gnome-hearts, https://packages.debian.org/search?keywords=gnome-hearts, https://launchpad.net/hearts
- State: mature, inactive since 2015
- Keywords: strategy, card
- Keywords: strategy, cards
- Code repository: (see debian)
- Code language: Python
- Code license: GPL-2.0

View File

@ -8,7 +8,7 @@ _Dink Smallwood is an adventure/role-playing game, similar to Zelda (2D top view
- Play: https://play.freedink.org/
- Download: https://www.gnu.org/software/freedink/get, http://ftp.gnu.org/gnu/freedink/
- Platform: Windows, Linux, macOS, Web
- Keywords: adventure, 2D, inspired by Dink Smallwood, open content (?), remake, requires original content (?), role playing, top view
- Keywords: adventure, 2D, inspired by Dink Smallwood, open content (?), remake, requires original content (?), role playing, top-down
- Code repository: https://git.savannah.gnu.org/git/freedink.git, https://git.savannah.gnu.org/git/freedink/dfarc.git (+), https://git.savannah.gnu.org/git/freedink/dink-data.git (+), https://git.savannah.gnu.org/git/freedink/freedink-data.git (+), http://cvs.savannah.gnu.org:/sources/freedink (cvs)
- Code language: C
- Code license: GPL-3.0

View File

@ -6,7 +6,7 @@ _A roguelike OpenGL-based smooth-scrolling ASCII graphics game._
- State: beta, inactive since 2009
- Download: https://sourceforge.net/projects/goblinhack/files/
- Keywords: role playing, roguelike
- Code repository: https://github.com/goblinhack/goblinhack.git, https://sourceforge.net/p/goblinhack/code/HEAD/tree/ (svn)
- Code repository: https://github.com/goblinhack/goblinhack.git, https://svn.code.sf.net/p/goblinhack/code (svn)
- Code language: C++
- Code license: GPL-2.0

View File

@ -5,7 +5,7 @@ _Tetris-like game._
- Home: https://gottcode.org/gottet/
- State: mature
- Platform: Windows, Linux, macOS
- Keywords: tool, tetris
- Keywords: tool, tetris-like
- Code repository: (see home)
- Code language: C++
- Code license: GPL

View File

@ -1,11 +1,11 @@
# Greenius' Civil War
_Open Sourced version of American Civil War game for DOS, originally developed by Dagger Interactive Technologies and Greenius, published by Empire Interactive in 1995._
_Remake of the American Civil War game for DOS, originally developed by Dagger Interactive Technologies and Greenius, published by Empire Interactive in 1995._
- Home: http://civilwar.sourceforge.net/, https://sourceforge.net/projects/civilwar/, https://www.greenius.co.uk/personal/steven/civilwar.html
- State: beta, inactive since 2001
- Keywords: strategy
- Code repository: https://gitlab.com/osgames/civilwar.git (backup of cvs), https://sourceforge.net/p/civilwar/code/ (cvs)
- Keywords: strategy, remake
- Code repository: https://gitlab.com/osgames/civilwar.git (backup of cvs), http://civilwar.cvs.sourceforge.net (cvs)
- Code language: C++
- Code license: GPL-2.0

View File

@ -7,7 +7,7 @@ _Clone of Snake._
- Download: http://gustysserpents.sourceforge.net/downloads.html
- Platform: Windows
- Keywords: action, arcade, clone, inspired by Snake
- Code repository: https://svn.code.sf.net/p/gustysserpents/svn/trunk (svn download might contain newer version)
- Code repository: https://svn.code.sf.net/p/gustysserpents/svn (svn download might contain newer version)
- Code language: C++
- Code license: GPL-3.0
- Code dependencies: Ogre

View File

@ -10,7 +10,7 @@ _Clone of Bejeweled._
- Code repository: https://code.launchpad.net/~dnax88/gweled/trunk (bzr)
- Code language: C
- Code license: GPL-2.0
- Code dependencies: GTK+
- Code dependencies: GTK
## Building

View File

@ -6,7 +6,7 @@ _Remake of Doom, Doom II, Heretic, Hexen._
- State: mature
- Download: https://zdoom.org/downloads
- Platform: Windows, Linux, macOS
- Keywords: action, first-person, inspired by Doom + Doom II + Heretic + Hexen, non-free content, remake, requires content, shooter
- Keywords: action, first-person, inspired by Doom + Doom II + Heretic + Hexen, non-free content, remake, requires original content, shooter
- Code repository: https://github.com/coelckers/gzdoom.git
- Code language: C, C++
- Code license: GPL-3.0

View File

@ -6,7 +6,7 @@ _CRPG engine is a tile-based, turn-based, Lua scriptable engine that supports a
- State: beta, inactive since 2005
- Download: https://sourceforge.net/projects/h-world/files/
- Keywords: framework
- Code repository: https://gitlab.com/osgames/h-world.git (backup of cvs), https://sourceforge.net/p/h-world/code (cvs)
- Code repository: https://gitlab.com/osgames/h-world.git (backup of cvs), https://h-world.cvs.sourceforge.net (cvs)
- Code language: C, Lua
- Code license: GPL-2.0

View File

@ -6,7 +6,7 @@ _A turn based RPG with deep tactical combat and character customization._
- State: beta, inactive since 2014
- Download: https://sourceforge.net/projects/hale/files/
- Keywords: role playing, turn-based
- Code repository: https://github.com/Grokmoo/hale.git, https://sourceforge.net/p/hale/code/HEAD/tree/ (svn)
- Code repository: https://github.com/Grokmoo/hale.git, https://svn.code.sf.net/p/hale/code (svn old)
- Code language: Java
- Code license: GPL-2.0

View File

@ -8,7 +8,7 @@ _Based around the actions of RAF Bomber Command in the Second World War._
- Code repository: https://github.com/ec429/harris.git
- Code language: C, Python
- Code license: GPL-3.0
- Code dependencies: Freetype, libpng, libtiff, Matplotlib, numpy, SDL, zlib
- Code dependencies: FreeType, libpng, libtiff, Matplotlib, numpy, SDL, zlib
## Building

View File

@ -5,8 +5,8 @@ _Ultima-like game engine (2D tile graphics) with combat, magic, NPC AI, an embed
- Home: https://sourceforge.net/projects/nazghul/
- State: beta
- Download: https://sourceforge.net/projects/nazghul/files
- Keywords: role playing
- Code repository: https://git.code.sf.net/p/nazghul/git, https://sourceforge.net/p/nazghul/cvs/ (cvs)
- Keywords: role playing, 2D, game engine, inspired by Ultima series
- Code repository: https://git.code.sf.net/p/nazghul/git, https://nazghul.cvs.sourceforge.net (cvs)
- Code language: C++
- Code license: GPL-3.0

View File

@ -6,7 +6,7 @@ _Hacked Hexen_
- State: mature, inactive since 2013 (svn activity until 2019)
- Download: http://hhexen.sourceforge.net/hhexen.html#s2, https://sourceforge.net/projects/hhexen/files/
- Platform: Linux
- Keywords: strategy, commercial content, first person, inspired by Hammer of Thyrion, requires original content, shooter
- Keywords: strategy, commercial content, first-person, inspired by Hammer of Thyrion, requires original content, shooter
- Code repository: https://svn.code.sf.net/p/hhexen/code/ (svn)
- Code language: C
- Code license: GPL-2.0

View File

@ -7,7 +7,7 @@ _Sudoku generator/solver/trainer/analyzer._
- Download: https://sourceforge.net/projects/hodoku/files/
- Platform: Windows, Linux
- Keywords: puzzle
- Code repository: https://gitlab.com/osgames/hodoku.git (import of svn), https://svn.code.sf.net/p/hodoku/code/HoDoKu/trunk (svn)
- Code repository: https://gitlab.com/osgames/hodoku.git (import of svn), https://svn.code.sf.net/p/hodoku/code/HoDoKu (svn)
- Code language: Java
- Code license: GPL-3.0

View File

@ -1,12 +1,12 @@
# HolySpirit
_2D isometric hack'n'slash game (action-rpg)._
_2D isometric hack'n'slash game._
- Home: https://sourceforge.net/projects/lechemindeladam/
- State: beta, inactive since 2013
- Download: https://sourceforge.net/projects/lechemindeladam/files
- Keywords: role playing, action-rpg
- Code repository: https://gitlab.com/osgames/lechemindeladam.git (custom conversion of svn), https://svn.code.sf.net/p/lechemindeladam/code/ (svn), https://sourceforge.net/p/lechemindeladam/cvs/ (cvs)
- Keywords: action, role playing
- Code repository: https://gitlab.com/osgames/lechemindeladam.git (custom conversion of svn), https://svn.code.sf.net/p/lechemindeladam/code/ (svn), https://lechemindeladam.cvs.sourceforge.net (cvs)
- Code language: C++
- Code license: GPL-3.0
- Code dependencies: SFML

View File

@ -6,10 +6,10 @@ _Remake of HoverRace._
- State: mature, inactive since 2016
- Download: http://www.hoverrace.com/?page=download
- Platform: Windows
- Keywords: sports, 3D, inspired by HoverRace, race, remake
- Keywords: sports, 3D, inspired by HoverRace, racing, remake
- Code repository: https://github.com/HoverRace/HoverRace.git
- Code language: C++
- Code license: Custom NC (https://github.com/HoverRace/HoverRace/blob/master/license.txt)
- Code license: Custom (NC https://github.com/HoverRace/HoverRace/blob/master/license.txt)
## Building

View File

@ -5,7 +5,7 @@ _Real-time multiplayer programming game. You control your creatures using the Lu
- Home: http://infon.dividuum.de/, https://code.google.com/archive/p/infon/
- State: beta, inactive since 2012
- Platform: Windows, Linux
- Keywords: strategy, life simulation, open content, programming, real time
- Keywords: simulation, evolution, open content, programming, real time, strategy
- Code repository: https://github.com/dividuum/infon.git, https://bitbucket.org/dividuum/infon.git (+)
- Code language: C, Lua
- Code license: GPL

View File

@ -6,8 +6,8 @@ _Engine for textographic games, which are a mix of interactive fiction, visual n
- State: mature
- Download: https://instead3.syscall.ru/en/#download, https://github.com/instead-hub/instead/releases, https://sourceforge.net/projects/instead/files/
- Platform: Windows, Linux, macOS, Android
- Keywords: adventure, game engine, text, visual novel
- Code repository: https://github.com/instead-hub/instead.git, https://svn.code.sf.net/p/instead/code/trunk (svn old)
- Keywords: adventure, game engine, text-based, visual novel
- Code repository: https://github.com/instead-hub/instead.git, https://svn.code.sf.net/p/instead/code (svn old)
- Code language: C, Lua
- Code license: MIT
- Code dependencies: SDL

View File

@ -7,7 +7,7 @@ _The Irrlicht Engine is an open source high performance real time 3D engine._
- State: mature
- Download: http://irrlicht.sourceforge.net/?page_id=10
- Keywords: framework, 3D
- Code repository: https://github.com/zaki/irrlicht.git (mirror), https://sourceforge.net/p/irrlicht/code/HEAD/tree/ (svn)
- Code repository: https://github.com/zaki/irrlicht.git (mirror), https://svn.code.sf.net/p/irrlicht/code (svn)
- Code language: C++, C
- Code license: zlib

View File

@ -6,7 +6,7 @@ _Graphical roguelike game with advanced bodypart and material handling, multi-co
- State: beta
- Download: https://attnam.com/projects
- Keywords: role playing, roguelike
- Code repository: https://github.com/Attnam/ivan.git, https://sourceforge.net/p/ivan/code/ (cvs)
- Code repository: https://github.com/Attnam/ivan.git, https://ivan.cvs.sourceforge.net (cvs)
- Code language: C++
- Code license: GPL-2.0

View File

@ -9,6 +9,6 @@ _Remake of Jazz Jackrabbit 2._
- Code repository: https://github.com/deathkiller/jazz2.git
- Code language: C#, JavaScript
- Code license: GPL-3.0
- Code dependencies: libopenmpt, Mono, OpenAL
- Code dependencies: libopenmpt, MonoGame, OpenAL
## Building

View File

@ -5,10 +5,10 @@ _3D RPG and framework._
- Home: https://web.archive.org/web/20160420203037/http://javacrpg.sourceforge.net/, http://jcrpg.blogspot.com/, https://sourceforge.net/projects/javacrpg/
- State: beta, inactive since 2010
- Keywords: role playing
- Code repository: https://svn.code.sf.net/p/javacrpg/code/trunk (svn)
- Code repository: https://svn.code.sf.net/p/javacrpg/code (svn)
- Code language: Java
- Code license: LGPL-3.0
- Code dependencies: jME
- Code dependencies: jMonkeyEngine
Developer: Timong

View File

@ -5,8 +5,8 @@ _Web-based version of the board game Settlers of Catan written in Java._
- Home: https://sourceforge.net/projects/jsettlers/, https://sourceforge.net/projects/jsettlers2/
- State: mature
- Download: https://sourceforge.net/projects/jsettlers/files/, https://sourceforge.net/projects/jsettlers2/files/
- Keywords: strategy, board game, commercial content, inspired by The Settlers III, remake, requires original content (?)
- Code repository: https://github.com/jdmonin/JSettlers2.git, https://sourceforge.net/p/jsettlers/code (cvs), https://sourceforge.net/p/jsettlers2/code/ (cvs)
- Keywords: strategy, board, commercial content, inspired by The Settlers III, remake, requires original content (?)
- Code repository: https://github.com/jdmonin/JSettlers2.git, https://jsettlers.cvs.sourceforge.net (cvs), https://jsettlers2.cvs.sourceforge.net (cvs)
- Code language: Java
- Code license: GPL-3.0

View File

@ -6,7 +6,7 @@ _German card game Skat and variations thereof._
- State: beta
- Download: https://github.com/b0n541/jskat-multimodule/releases, https://sourceforge.net/projects/jskat/files/
- Platform: Windows, Linux
- Keywords: role playing, card, open content
- Keywords: role playing, cards, open content
- Code repository: https://github.com/b0n541/jskat-multimodule.git
- Code language: Java
- Code license: GPL-3.0 (GUI), Apache-2.0 (base)

View File

@ -5,7 +5,7 @@ _An unofficial fan-made mod for the game Knights and Merchants._
- Home: http://www.kamremake.com/
- State: mature
- Download: http://www.kamremake.com/download/
- Keywords: strategy, inspired by Knights and Merchants, real time, remake, requires original game content
- Keywords: strategy, inspired by Knights and Merchants, real time, remake, requires original content
- Code repository: https://github.com/Kromster80/kam_remake.git
- Code language: Pascal
- Code license: AGPL-3.0

View File

@ -6,7 +6,7 @@ _Remake of What the Box._
- State: beta, inactive since 2017
- Download: https://github.com/SteveSmith16384/KillerCrates/releases
- Platform: Windows, Linux
- Keywords: arcade, first person, inspired by What the Box, multiplayer, shooter
- Keywords: arcade, first-person, inspired by What the Box, multiplayer, shooter
- Code repository: https://github.com/SteveSmith16384/KillerCrates.git
- Code language: Java
- Code license: MIT

View File

@ -9,7 +9,7 @@ _Mostly classical minesweeper puzzle game from the KDEGames division of the KDE
- Code repository: https://anongit.kde.org/kmines.git
- Code language: C++
- Code license: GPL-2.0
- Code dependencies: KDE, Qt
- Code dependencies: KDE libraries, Qt
- Assets license: GPL, GFDL
Developer: Nicolas Hadacek, Mikhail Kourinny, Mauricio Piacentini, Dmitry Suzdalev; Mike McBride (documentation update for KDE 2.0); Philip Rodrigues (some changes for KDE 3.2)

View File

@ -6,7 +6,7 @@ _3D FPS-RPG engine based on Vavoom._
- State: mature
- Download: https://www.koraxheritage.com/downloads/, https://sourceforge.net/projects/korax/files/
- Keywords: role playing, 3D, first-person, game engine, shooter
- Code repository: https://git.code.sf.net/p/korax/code-git, https://git.code.sf.net/p/korax/krpg-txt (+), https://git.code.sf.net/p/korax/korax-git (+), https://svn.code.sf.net/p/korax/code/trunk (svn), https://svn.code.sf.net/p/korax/krpg-bin/ (svn)
- Code repository: https://git.code.sf.net/p/korax/code-git, https://git.code.sf.net/p/korax/krpg-txt (+), https://git.code.sf.net/p/korax/korax-git (+), https://svn.code.sf.net/p/korax/code (svn), https://svn.code.sf.net/p/korax/krpg-bin/ (svn)
- Code language: ?
- Code license: ?

Some files were not shown because too many files have changed in this diff Show More