moved description to note
This commit is contained in:
@ -657,8 +657,8 @@ def create_entry_content(entry):
|
|||||||
:return:
|
:return:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# title and description
|
# title
|
||||||
content = '# {}\n\n_{}_\n\n'.format(entry['title'], entry['description'])
|
content = '# {}\n\n'.format(entry['title'])
|
||||||
|
|
||||||
# now properties in the recommended order
|
# now properties in the recommended order
|
||||||
for field in valid_fields:
|
for field in valid_fields:
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# 0 A.D.
|
# 0 A.D.
|
||||||
|
|
||||||
_Real-time strategy game._
|
|
||||||
|
|
||||||
- Home: https://play0ad.com/, https://sourceforge.net/projects/zero-ad/
|
- Home: https://play0ad.com/, https://sourceforge.net/projects/zero-ad/
|
||||||
- Media: <https://en.wikipedia.org/wiki/0_A.D._(video_game)>
|
- Media: <https://en.wikipedia.org/wiki/0_A.D._(video_game)>
|
||||||
- Inspirations: Age of Empires
|
- Inspirations: Age of Empires
|
||||||
@ -16,6 +14,7 @@ _Real-time strategy game._
|
|||||||
- Assets license: CC-BY-SA-3.0
|
- Assets license: CC-BY-SA-3.0
|
||||||
- Developer: Erik Johansson, Ben Brian, Nicolas Auvray, Philip Taylor, Lancelot de Ferrière, s0600204, Kieran Pilkington, leper, Pureon
|
- Developer: Erik Johansson, Ben Brian, Nicolas Auvray, Philip Taylor, Lancelot de Ferrière, s0600204, Kieran Pilkington, leper, Pureon
|
||||||
|
|
||||||
|
Real-time strategy game.
|
||||||
Engine part is called Pyrogenesis.
|
Engine part is called Pyrogenesis.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# 1oom
|
# 1oom
|
||||||
|
|
||||||
_Master of Orion (1993) game engine recreation._
|
|
||||||
|
|
||||||
- Home: https://kilgoretroutmaskreplicant.gitlab.io/plain-html/
|
- Home: https://kilgoretroutmaskreplicant.gitlab.io/plain-html/
|
||||||
- Inspirations: Master of Orion
|
- Inspirations: Master of Orion
|
||||||
- State: mature
|
- State: mature
|
||||||
@ -14,6 +12,8 @@ _Master of Orion (1993) game engine recreation._
|
|||||||
- Code dependencies: Allegro, SDL, SDL2
|
- Code dependencies: Allegro, SDL, SDL2
|
||||||
- Developer: Kilgore Trout Mask Replicant
|
- Developer: Kilgore Trout Mask Replicant
|
||||||
|
|
||||||
|
Master of Orion (1993) game engine recreation.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: Make
|
- Build system: Make
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# 2006-rebotted
|
# 2006-rebotted
|
||||||
|
|
||||||
_Remake of Runescape Classic._
|
|
||||||
|
|
||||||
- Home: https://rsrebotted.com/, https://web.archive.org/web/20200211143757/http://2006rebotted.tk/
|
- Home: https://rsrebotted.com/, https://web.archive.org/web/20200211143757/http://2006rebotted.tk/
|
||||||
- Inspirations: Runescape Classic
|
- Inspirations: Runescape Classic
|
||||||
- State: mature
|
- State: mature
|
||||||
@ -12,6 +10,7 @@ _Remake of Runescape Classic._
|
|||||||
- Code license: 2-clause BSD
|
- Code license: 2-clause BSD
|
||||||
- Developer: Daniel Ginovker
|
- Developer: Daniel Ginovker
|
||||||
|
|
||||||
|
Remake of Runescape Classic.
|
||||||
Open source 2006 Runescape emulation with botting.
|
Open source 2006 Runescape emulation with botting.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# 2048
|
# 2048
|
||||||
|
|
||||||
_Sliding block puzzle game._
|
|
||||||
|
|
||||||
- Home: https://play2048.co/, <https://en.wikipedia.org/wiki/2048_(video_game)>
|
- Home: https://play2048.co/, <https://en.wikipedia.org/wiki/2048_(video_game)>
|
||||||
- State: mature
|
- State: mature
|
||||||
- Play: https://play2048.co/
|
- Play: https://play2048.co/
|
||||||
@ -13,6 +11,7 @@ _Sliding block puzzle game._
|
|||||||
- Assets license: MIT (very few assets)
|
- Assets license: MIT (very few assets)
|
||||||
- Developer: Gabriele Cirulli, Laurent, Jerry Jiang (Android port)
|
- Developer: Gabriele Cirulli, Laurent, Jerry Jiang (Android port)
|
||||||
|
|
||||||
|
Sliding block puzzle game.
|
||||||
Port to Android: https://github.com/tpcstld/2048
|
Port to Android: https://github.com/tpcstld/2048
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# 2H4U
|
# 2H4U
|
||||||
|
|
||||||
_Mix between a Tetris-like game and a wall breaker._
|
|
||||||
|
|
||||||
- Home: https://sourceforge.net/projects/toohardforyou/
|
- Home: https://sourceforge.net/projects/toohardforyou/
|
||||||
- State: mature, inactive since 2007
|
- State: mature, inactive since 2007
|
||||||
- Download: https://sourceforge.net/projects/toohardforyou/files/
|
- Download: https://sourceforge.net/projects/toohardforyou/files/
|
||||||
@ -12,4 +10,6 @@ _Mix between a Tetris-like game and a wall breaker._
|
|||||||
- Code dependencies: SDL
|
- Code dependencies: SDL
|
||||||
- Developer: Piwai, Kayl
|
- Developer: Piwai, Kayl
|
||||||
|
|
||||||
|
Mix between a Tetris-like game and a wall breaker.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# 2Moons Browsergame Engine
|
# 2Moons Browsergame Engine
|
||||||
|
|
||||||
_Space browsergame framework._
|
|
||||||
|
|
||||||
- Home: https://github.com/jkroepke/2Moons
|
- Home: https://github.com/jkroepke/2Moons
|
||||||
- State: mature
|
- State: mature
|
||||||
- Download: https://github.com/jkroepke/2Moons/releases
|
- Download: https://github.com/jkroepke/2Moons/releases
|
||||||
@ -12,4 +10,6 @@ _Space browsergame framework._
|
|||||||
- Code license: MIT
|
- Code license: MIT
|
||||||
- Developer: Jan-Otto Kröpke, Ozan Kurt, Hilarious001
|
- Developer: Jan-Otto Kröpke, Ozan Kurt, Hilarious001
|
||||||
|
|
||||||
|
Space browsergame framework.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# 3D Pong
|
# 3D Pong
|
||||||
|
|
||||||
_Three dimensional sports game._
|
|
||||||
|
|
||||||
- Home: http://www.newbreedsoftware.com/3dpong/
|
- Home: http://www.newbreedsoftware.com/3dpong/
|
||||||
- State: beta, inactive since 2004
|
- State: beta, inactive since 2004
|
||||||
- Platform: Linux, macOS
|
- Platform: Linux, macOS
|
||||||
@ -11,4 +9,6 @@ _Three dimensional sports game._
|
|||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
- Developer: New Breed Software
|
- Developer: New Breed Software
|
||||||
|
|
||||||
|
Three dimensional sports game.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# 3Dc
|
# 3Dc
|
||||||
|
|
||||||
_Chess game on 3 boards._
|
|
||||||
|
|
||||||
- Home: https://packages.debian.org/sid/3dchess, http://www.ibiblio.org/pub/Linux/games/strategy/3Dc-0.8.1.tar.gz
|
- Home: https://packages.debian.org/sid/3dchess, http://www.ibiblio.org/pub/Linux/games/strategy/3Dc-0.8.1.tar.gz
|
||||||
- State: mature, inactive since 2000
|
- State: mature, inactive since 2000
|
||||||
- Keywords: puzzle, board, chess, open content
|
- Keywords: puzzle, board, chess, open content
|
||||||
@ -12,4 +10,6 @@ _Chess game on 3 boards._
|
|||||||
- Assets license: GPL-2.0
|
- Assets license: GPL-2.0
|
||||||
- Developer: Paul Hicks, Bernard Kennedy
|
- Developer: Paul Hicks, Bernard Kennedy
|
||||||
|
|
||||||
|
Chess game on 3 boards.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# 3d.city
|
# 3d.city
|
||||||
|
|
||||||
_WebGL version of micropolisJS._
|
|
||||||
|
|
||||||
- Home: http://lo-th.github.io/3d.city/index.html, https://github.com/lo-th/3d.city
|
- Home: http://lo-th.github.io/3d.city/index.html, https://github.com/lo-th/3d.city
|
||||||
- Inspirations: SimCity
|
- Inspirations: SimCity
|
||||||
- State: mature, inactive since 2016
|
- State: mature, inactive since 2016
|
||||||
@ -13,6 +11,8 @@ _WebGL version of micropolisJS._
|
|||||||
- Code dependencies: SEA3D, Three.js
|
- Code dependencies: SEA3D, Three.js
|
||||||
- Developer: lo-th
|
- Developer: lo-th
|
||||||
|
|
||||||
|
WebGL version of micropolisJS.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: Custom (Python script)
|
- Build system: Custom (Python script)
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# 4D-TRIS
|
# 4D-TRIS
|
||||||
|
|
||||||
_Tetris game extended to 4 dimension._
|
|
||||||
|
|
||||||
- Home: https://sourceforge.net/projects/dtris/
|
- Home: https://sourceforge.net/projects/dtris/
|
||||||
- Inspirations: Tetris
|
- Inspirations: Tetris
|
||||||
- State: mature, inactive since 2012
|
- State: mature, inactive since 2012
|
||||||
@ -13,6 +11,8 @@ _Tetris game extended to 4 dimension._
|
|||||||
- Code dependencies: OpenGL, SDL
|
- Code dependencies: OpenGL, SDL
|
||||||
- Developer: Simon Laszlo
|
- Developer: Simon Laszlo
|
||||||
|
|
||||||
|
Tetris game extended to 4 dimension.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: Autoconf
|
- Build system: Autoconf
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# 4D Maze Game
|
# 4D Maze Game
|
||||||
|
|
||||||
_Navigate a 4 dimensional maze._
|
|
||||||
|
|
||||||
- Home: http://www.urticator.net/maze/
|
- Home: http://www.urticator.net/maze/
|
||||||
- State: mature, inactive since 2008
|
- State: mature, inactive since 2008
|
||||||
- Keywords: puzzle, 4D, maze navigation (educational?), open content
|
- Keywords: puzzle, 4D, maze navigation (educational?), open content
|
||||||
@ -11,4 +9,6 @@ _Navigate a 4 dimensional maze._
|
|||||||
- Assets license: Public domain
|
- Assets license: Public domain
|
||||||
- Developer: John McIntosh
|
- Developer: John McIntosh
|
||||||
|
|
||||||
|
Navigate a 4 dimensional maze.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# 54321
|
# 54321
|
||||||
|
|
||||||
_Five classic two-dimensional puzzle games extended into three and four dimensions._
|
|
||||||
|
|
||||||
- Home: http://old.nklein.com/products/54321/
|
- Home: http://old.nklein.com/products/54321/
|
||||||
- State: mature, inactive since 2001
|
- State: mature, inactive since 2001
|
||||||
- Keywords: puzzle, open content
|
- Keywords: puzzle, open content
|
||||||
@ -12,4 +10,6 @@ _Five classic two-dimensional puzzle games extended into three and four dimensio
|
|||||||
- Assets license: Custom (see code license)
|
- Assets license: Custom (see code license)
|
||||||
- Developer: Patrick Fleckenstein
|
- Developer: Patrick Fleckenstein
|
||||||
|
|
||||||
|
Five classic two-dimensional puzzle games extended into three and four dimensions.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# A7Xpg
|
# A7Xpg
|
||||||
|
|
||||||
_Arcade space flier._
|
|
||||||
|
|
||||||
- Home: http://a7xpg.sourceforge.net/, http://www.asahi-net.or.jp/~cs8k-cyu/windows/a7xpg_e.html
|
- Home: http://a7xpg.sourceforge.net/, http://www.asahi-net.or.jp/~cs8k-cyu/windows/a7xpg_e.html
|
||||||
- State: beta, inactive since 2005
|
- State: beta, inactive since 2005
|
||||||
- Download: https://sourceforge.net/projects/a7xpg/files/a7xpg/
|
- Download: https://sourceforge.net/projects/a7xpg/files/a7xpg/
|
||||||
@ -12,4 +10,6 @@ _Arcade space flier._
|
|||||||
- Code dependencies: libvorbis, SDL
|
- Code dependencies: libvorbis, SDL
|
||||||
- Developer: Kenta Cho
|
- Developer: Kenta Cho
|
||||||
|
|
||||||
|
Arcade space flier.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# A Planet's Revenge
|
# A Planet's Revenge
|
||||||
|
|
||||||
_A text-based, turn-based strategy game set in space. It is similar to a 4X game and is inspired by Space Federation: Galactic Conquest._
|
|
||||||
|
|
||||||
- Home: https://sourceforge.net/projects/aplanetsrevenge/
|
- Home: https://sourceforge.net/projects/aplanetsrevenge/
|
||||||
- State: beta, inactive since 2008
|
- State: beta, inactive since 2008
|
||||||
- Download: https://sourceforge.net/projects/aplanetsrevenge/files/aplanetsrevenge/apr-1.0-alpha/
|
- Download: https://sourceforge.net/projects/aplanetsrevenge/files/aplanetsrevenge/apr-1.0-alpha/
|
||||||
@ -11,6 +9,8 @@ _A text-based, turn-based strategy game set in space. It is similar to a 4X game
|
|||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
- Code dependencies: curses
|
- Code dependencies: curses
|
||||||
|
|
||||||
|
A text-based, turn-based strategy game set in space. It is similar to a 4X game and is inspired by Space Federation: Galactic Conquest.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
Requires curses which is difficult to install on Windows (https://www.lfd.uci.edu/~gohlke/pythonlibs/#curses).
|
Requires curses which is difficult to install on Windows (https://www.lfd.uci.edu/~gohlke/pythonlibs/#curses).
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Abe's Amazing Adventure
|
# Abe's Amazing Adventure
|
||||||
|
|
||||||
_Side scrolling platform game._
|
|
||||||
|
|
||||||
- Home: http://abe.sourceforge.net/, https://sourceforge.net/projects/abe/
|
- Home: http://abe.sourceforge.net/, https://sourceforge.net/projects/abe/
|
||||||
- State: mature, inactive since 2005
|
- State: mature, inactive since 2005
|
||||||
- Download: https://sourceforge.net/projects/abe/files/
|
- Download: https://sourceforge.net/projects/abe/files/
|
||||||
@ -13,6 +11,8 @@ _Side scrolling platform game._
|
|||||||
- Code dependencies: SDL
|
- Code dependencies: SDL
|
||||||
- Developer: Gabor Torok, Pedro Izecksohn, Alex Clark
|
- Developer: Gabor Torok, Pedro Izecksohn, Alex Clark
|
||||||
|
|
||||||
|
Side scrolling platform game.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: Autoconf
|
- Build system: Autoconf
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Abuse
|
# Abuse
|
||||||
|
|
||||||
_Dark 2D side-scrolling platform game._
|
|
||||||
|
|
||||||
- Home: http://abuse.zoy.org/
|
- Home: http://abuse.zoy.org/
|
||||||
- Inspirations: Abuse
|
- Inspirations: Abuse
|
||||||
- State: mature, inactive since 2011
|
- State: mature, inactive since 2011
|
||||||
@ -14,4 +12,6 @@ _Dark 2D side-scrolling platform game._
|
|||||||
- Code dependencies: SDL
|
- Code dependencies: SDL
|
||||||
- Assets license: Public domain, Custom (music)
|
- Assets license: Public domain, Custom (music)
|
||||||
|
|
||||||
|
Dark 2D side-scrolling platform game.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Achtung, die Kurve!
|
# Achtung, die Kurve!
|
||||||
|
|
||||||
_Simple skill game._
|
|
||||||
|
|
||||||
- Home: https://kurve.se/
|
- Home: https://kurve.se/
|
||||||
- Inspirations: "Achtung, die Kurve!"
|
- Inspirations: "Achtung, die Kurve!"
|
||||||
- State: mature
|
- State: mature
|
||||||
@ -12,6 +10,7 @@ _Simple skill game._
|
|||||||
- Code language: JavaScript
|
- Code language: JavaScript
|
||||||
- Code license: AGPL-3.0
|
- Code license: AGPL-3.0
|
||||||
|
|
||||||
|
Simple skill game.
|
||||||
See also [another clone](https://achtungkurve.com/).
|
See also [another clone](https://achtungkurve.com/).
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# ACM
|
# ACM
|
||||||
|
|
||||||
_Multiplayer flight simulator._
|
|
||||||
|
|
||||||
- Home: https://packages.debian.org/sid/acm, https://web.archive.org/web/20130114223737/http://www.websimulations.com/
|
- Home: https://packages.debian.org/sid/acm, https://web.archive.org/web/20130114223737/http://www.websimulations.com/
|
||||||
- State: mature, inactive since 2000
|
- State: mature, inactive since 2000
|
||||||
- Keywords: action, flight, open content, simulation
|
- Keywords: action, flight, open content, simulation
|
||||||
@ -11,4 +9,6 @@ _Multiplayer flight simulator._
|
|||||||
- Assets license: GPL-2.0
|
- Assets license: GPL-2.0
|
||||||
- Developer: Riley Rainey
|
- Developer: Riley Rainey
|
||||||
|
|
||||||
|
Multiplayer flight simulator.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# AdaGate
|
# AdaGate
|
||||||
|
|
||||||
_3D sokoban puzzle game within a Stargate / Portal fantasy setting._
|
|
||||||
|
|
||||||
- Home: https://github.com/fastrgv/AdaGate
|
- Home: https://github.com/fastrgv/AdaGate
|
||||||
- State: mature
|
- State: mature
|
||||||
- Download: https://github.com/fastrgv/AdaGate/releases
|
- Download: https://github.com/fastrgv/AdaGate/releases
|
||||||
@ -12,4 +10,6 @@ _3D sokoban puzzle game within a Stargate / Portal fantasy setting._
|
|||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
- Code dependencies: OpenGL, SDL2
|
- Code dependencies: OpenGL, SDL2
|
||||||
|
|
||||||
|
3D sokoban puzzle game within a Stargate / Portal fantasy setting.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Adanaxis
|
# Adanaxis
|
||||||
|
|
||||||
_Deep space first-person shooter._
|
|
||||||
|
|
||||||
- Home: https://web.archive.org/web/20180818173613/http://www.mushware.com/, https://packages.qa.debian.org/a/adanaxisgpl.html
|
- Home: https://web.archive.org/web/20180818173613/http://www.mushware.com/, https://packages.qa.debian.org/a/adanaxisgpl.html
|
||||||
- State: mature, inactive since 2007
|
- 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
|
||||||
@ -12,4 +10,6 @@ _Deep space first-person shooter._
|
|||||||
- Assets license: GPL-2.0
|
- Assets license: GPL-2.0
|
||||||
- Developer: Andy Southgate
|
- Developer: Andy Southgate
|
||||||
|
|
||||||
|
Deep space first-person shooter.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# AdaVenture
|
# AdaVenture
|
||||||
|
|
||||||
_A point & click quest set in ancient Persia._
|
|
||||||
|
|
||||||
- Home: https://github.com/fastrgv/AdaVenture
|
- Home: https://github.com/fastrgv/AdaVenture
|
||||||
- State: mature
|
- State: mature
|
||||||
- Download: https://github.com/fastrgv/AdaVenture/releases
|
- Download: https://github.com/fastrgv/AdaVenture/releases
|
||||||
@ -10,6 +8,8 @@ _A point & click quest set in ancient Persia._
|
|||||||
- Code language: Ada
|
- Code language: Ada
|
||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
|
|
||||||
|
A point & click quest set in ancient Persia.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
see README
|
see README
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Advanced Strategic Command
|
# Advanced Strategic Command
|
||||||
|
|
||||||
_Turn based strategy game._
|
|
||||||
|
|
||||||
- Home: http://www.asc-hq.org/, https://sourceforge.net/projects/asc-hq/
|
- Home: http://www.asc-hq.org/, https://sourceforge.net/projects/asc-hq/
|
||||||
- Media: https://en.wikipedia.org/wiki/Battle_Isle#Clones
|
- Media: https://en.wikipedia.org/wiki/Battle_Isle#Clones
|
||||||
- Inspirations: Battle Isle series
|
- Inspirations: Battle Isle series
|
||||||
@ -12,6 +10,8 @@ _Turn based strategy game._
|
|||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
- Developer: Martin Bickel, Christian Schramm, valuial, Armin Bajramovic, Dorfdrull, Michael Moerz, Frederik Kesting, Torsten Maekler
|
- Developer: Martin Bickel, Christian Schramm, valuial, Armin Bajramovic, Dorfdrull, Michael Moerz, Frederik Kesting, Torsten Maekler
|
||||||
|
|
||||||
|
Turn based strategy game.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: Autoconf
|
- Build system: Autoconf
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# adventure engine
|
# adventure engine
|
||||||
|
|
||||||
_Point-n-click graphical game engine._
|
|
||||||
|
|
||||||
- Home: https://github.com/isovector/adventure
|
- Home: https://github.com/isovector/adventure
|
||||||
- Inspirations: Moai
|
- Inspirations: Moai
|
||||||
- State: mature, inactive since 2013
|
- State: mature, inactive since 2013
|
||||||
@ -10,4 +8,6 @@ _Point-n-click graphical game engine._
|
|||||||
- Code language: Lua
|
- Code language: Lua
|
||||||
- Code license: MIT
|
- Code license: MIT
|
||||||
|
|
||||||
|
Point-n-click graphical game engine.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Afternoon Stalker
|
# Afternoon Stalker
|
||||||
|
|
||||||
_Robot-killing video game._
|
|
||||||
|
|
||||||
- Home: http://perso.b2b2c.ca/~sarrazip/dev/afternoonstalker.html
|
- Home: http://perso.b2b2c.ca/~sarrazip/dev/afternoonstalker.html
|
||||||
- Inspirations: Night Stalker
|
- Inspirations: Night Stalker
|
||||||
- State: mature, inactive since 2012
|
- State: mature, inactive since 2012
|
||||||
@ -13,4 +11,6 @@ _Robot-killing video game._
|
|||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
- Code dependencies: SDL
|
- Code dependencies: SDL
|
||||||
|
|
||||||
|
Robot-killing video game.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# AI Wars
|
# AI Wars
|
||||||
|
|
||||||
_Turn-based strategy game, an AI client development testbed._
|
|
||||||
|
|
||||||
- Home: https://code.google.com/archive/p/aiwars/
|
- Home: https://code.google.com/archive/p/aiwars/
|
||||||
- State: beta, inactive since 2010
|
- State: beta, inactive since 2010
|
||||||
- Keywords: strategy
|
- Keywords: strategy
|
||||||
@ -10,4 +8,6 @@ _Turn-based strategy game, an AI client development testbed._
|
|||||||
- Code license: MIT
|
- Code license: MIT
|
||||||
- Code dependencies: Pillow, pygame
|
- Code dependencies: Pillow, pygame
|
||||||
|
|
||||||
|
Turn-based strategy game, an AI client development testbed.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Airstrike
|
# Airstrike
|
||||||
|
|
||||||
_Dogfights in 2D._
|
|
||||||
|
|
||||||
- Home: http://icculus.org/airstrike/, https://packages.debian.org/stable/games/airstrike, https://web.archive.org/web/20061012090550/http://fluff.dyndns.org/cgi-bin/trac.cgi
|
- Home: http://icculus.org/airstrike/, https://packages.debian.org/stable/games/airstrike, https://web.archive.org/web/20061012090550/http://fluff.dyndns.org/cgi-bin/trac.cgi
|
||||||
- State: beta, inactive since 2014
|
- State: beta, inactive since 2014
|
||||||
- Platform: Windows, Linux
|
- Platform: Windows, Linux
|
||||||
@ -11,6 +9,7 @@ _Dogfights in 2D._
|
|||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
- Assets license: GPL-2.0
|
- Assets license: GPL-2.0
|
||||||
|
|
||||||
|
Dogfights in 2D.
|
||||||
Maybe contact author and try to get a copy of the svn.
|
Maybe contact author and try to get a copy of the svn.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Aisleriot
|
# Aisleriot
|
||||||
|
|
||||||
_Collection of patience games._
|
|
||||||
|
|
||||||
- Home: https://wiki.gnome.org/Apps/Aisleriot
|
- Home: https://wiki.gnome.org/Apps/Aisleriot
|
||||||
- State: mature
|
- State: mature
|
||||||
- Download: https://github.com/GNOME/aisleriot/releases
|
- Download: https://github.com/GNOME/aisleriot/releases
|
||||||
@ -12,6 +10,8 @@ _Collection of patience games._
|
|||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
- Assets license: GPL-3.0
|
- Assets license: GPL-3.0
|
||||||
|
|
||||||
|
Collection of patience games.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: Make
|
- Build system: Make
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Ajax3d
|
# Ajax3d
|
||||||
|
|
||||||
_Remake of Zarch._
|
|
||||||
|
|
||||||
- Home: http://ajax3d.sourceforge.net/, https://sourceforge.net/projects/ajax3d/
|
- Home: http://ajax3d.sourceforge.net/, https://sourceforge.net/projects/ajax3d/
|
||||||
- Inspirations: Zarch
|
- Inspirations: Zarch
|
||||||
- State: beta, inactive since 2007
|
- State: beta, inactive since 2007
|
||||||
@ -13,4 +11,6 @@ _Remake of Zarch._
|
|||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
- Developer: Eben Upton
|
- Developer: Eben Upton
|
||||||
|
|
||||||
|
Remake of Zarch.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Aklabeth
|
# Aklabeth
|
||||||
|
|
||||||
_Remake of Akalabeth: World of Doom aka Ultima 0._
|
|
||||||
|
|
||||||
- Home: https://sourceforge.net/projects/aklabeth/
|
- Home: https://sourceforge.net/projects/aklabeth/
|
||||||
- Inspirations: Akalabeth: World of Doom
|
- Inspirations: Akalabeth: World of Doom
|
||||||
- State: mature, inactive since 2004
|
- State: mature, inactive since 2004
|
||||||
@ -12,6 +10,7 @@ _Remake of Akalabeth: World of Doom aka Ultima 0._
|
|||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
- Developer: kantharos, Paul Robson
|
- Developer: kantharos, Paul Robson
|
||||||
|
|
||||||
|
Remake of Akalabeth: World of Doom aka Ultima 0.
|
||||||
Aklabeth is a remake of Akalabeth, or 'Ultima 0' as it is often called, that was programmed by Richard Garriott for the Apple II computer in 1980.
|
Aklabeth is a remake of Akalabeth, or 'Ultima 0' as it is often called, that was programmed by Richard Garriott for the Apple II computer in 1980.
|
||||||
Aklabeth 1.0 has been written by Paul Robson and was originally released in 2004 under the GPL 2. His homepage has disappeared a long time ago.
|
Aklabeth 1.0 has been written by Paul Robson and was originally released in 2004 under the GPL 2. His homepage has disappeared a long time ago.
|
||||||
|
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Aleph One
|
# Aleph One
|
||||||
|
|
||||||
_Continuation of Bungie's Marathon 2 FPS game engine._
|
|
||||||
|
|
||||||
- Home: https://alephone.lhowon.org/, https://github.com/Aleph-One-Marathon/alephone/wiki, https://sourceforge.net/projects/marathon/
|
- Home: https://alephone.lhowon.org/, https://github.com/Aleph-One-Marathon/alephone/wiki, https://sourceforge.net/projects/marathon/
|
||||||
- Inspirations: Marathon, Marathon 2, Marathon Infinity
|
- Inspirations: Marathon, Marathon 2, Marathon Infinity
|
||||||
- State: mature
|
- State: mature
|
||||||
@ -12,4 +10,6 @@ _Continuation of Bungie's Marathon 2 FPS game engine._
|
|||||||
- Code language: C++, Lua
|
- Code language: C++, Lua
|
||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
|
|
||||||
|
Continuation of Bungie's Marathon 2 FPS game engine.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Alex the Allegator 4
|
# Alex the Allegator 4
|
||||||
|
|
||||||
_Retro-style platformer._
|
|
||||||
|
|
||||||
- Home: http://allegator.sourceforge.net/, https://sourceforge.net/projects/allegator/
|
- Home: http://allegator.sourceforge.net/, https://sourceforge.net/projects/allegator/
|
||||||
- State: mature, inactive since 2003
|
- State: mature, inactive since 2003
|
||||||
- Download: https://sourceforge.net/projects/allegator/files/
|
- Download: https://sourceforge.net/projects/allegator/files/
|
||||||
@ -14,6 +12,8 @@ _Retro-style platformer._
|
|||||||
- Assets license: GPL-2.0
|
- Assets license: GPL-2.0
|
||||||
- Developer: Johan Peitz (design source code and graphics), Anders Svensson (music and sound effects), Paul Wise
|
- Developer: Johan Peitz (design source code and graphics), Anders Svensson (music and sound effects), Paul Wise
|
||||||
|
|
||||||
|
Retro-style platformer.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: Make
|
- Build system: Make
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Alien Assault Traders
|
# Alien Assault Traders
|
||||||
|
|
||||||
_Online, web-based, turn-based strategy space trading game forked off the source of both Black Nova Traders and Nova Game Systems software and inspired by the popular BBS game of TradeWars._
|
|
||||||
|
|
||||||
- Home: http://www.aatraders.com/, https://sourceforge.net/projects/aatrade/
|
- Home: http://www.aatraders.com/, https://sourceforge.net/projects/aatrade/
|
||||||
- State: beta, inactive since 2009
|
- State: beta, inactive since 2009
|
||||||
- Download: https://sourceforge.net/projects/aatrade/files/
|
- Download: https://sourceforge.net/projects/aatrade/files/
|
||||||
@ -11,4 +9,6 @@ _Online, web-based, turn-based strategy space trading game forked off the source
|
|||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
- Developer: Mark Dickenson, Rick Thomson
|
- Developer: Mark Dickenson, Rick Thomson
|
||||||
|
|
||||||
|
Online, web-based, turn-based strategy space trading game forked off the source of both Black Nova Traders and Nova Game Systems software and inspired by the popular BBS game of TradeWars.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Alimer
|
# Alimer
|
||||||
|
|
||||||
_Cross-platform 2D and 3D game engine._
|
|
||||||
|
|
||||||
- Home: https://github.com/amerkoleci/alimer
|
- Home: https://github.com/amerkoleci/alimer
|
||||||
- Inspirations: Urho3D, OGRE
|
- Inspirations: Urho3D, OGRE
|
||||||
- State: beta
|
- State: beta
|
||||||
@ -10,6 +8,8 @@ _Cross-platform 2D and 3D game engine._
|
|||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: MIT
|
- Code license: MIT
|
||||||
|
|
||||||
|
Cross-platform 2D and 3D game engine.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: CMake
|
- Build system: CMake
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# alive
|
# alive
|
||||||
|
|
||||||
_Remake of Oddworld: Abe's Oddysee, Oddworld: Abe's Exoddus_
|
|
||||||
|
|
||||||
- Home: https://github.com/paulsapps/alive
|
- Home: https://github.com/paulsapps/alive
|
||||||
- Inspirations: Oddworld: Abe's Oddysee, Oddworld: Abe's Exoddus
|
- Inspirations: Oddworld: Abe's Oddysee, Oddworld: Abe's Exoddus
|
||||||
- State: beta
|
- State: beta
|
||||||
@ -12,4 +10,6 @@ _Remake of Oddworld: Abe's Oddysee, Oddworld: Abe's Exoddus_
|
|||||||
- Code license: MIT
|
- Code license: MIT
|
||||||
- Code dependencies: SDL2
|
- Code dependencies: SDL2
|
||||||
|
|
||||||
|
Remake of Oddworld: Abe's Oddysee, Oddworld: Abe's Exoddus
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Allegro
|
# Allegro
|
||||||
|
|
||||||
_Cross-platform library mainly aimed at video game and multimedia programming._
|
|
||||||
|
|
||||||
- Home: https://liballeg.org/
|
- Home: https://liballeg.org/
|
||||||
- Media: <https://en.wikipedia.org/wiki/Allegro_(software)>
|
- Media: <https://en.wikipedia.org/wiki/Allegro_(software)>
|
||||||
- State: mature
|
- State: mature
|
||||||
@ -11,6 +9,8 @@ _Cross-platform library mainly aimed at video game and multimedia programming._
|
|||||||
- Code language: C
|
- Code language: C
|
||||||
- Code license: zlib
|
- Code license: zlib
|
||||||
|
|
||||||
|
Cross-platform library mainly aimed at video game and multimedia programming.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: CMake
|
- Build system: CMake
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Allure of the Stars
|
# Allure of the Stars
|
||||||
|
|
||||||
_Sci-Fi roguelike and tactical squad combat game._
|
|
||||||
|
|
||||||
- Home: http://www.allureofthestars.com/
|
- Home: http://www.allureofthestars.com/
|
||||||
- State: beta
|
- State: beta
|
||||||
- Play: http://www.allureofthestars.com/play/
|
- Play: http://www.allureofthestars.com/play/
|
||||||
@ -12,6 +10,8 @@ _Sci-Fi roguelike and tactical squad combat game._
|
|||||||
- Code dependencies: LambdaHack, SDL
|
- Code dependencies: LambdaHack, SDL
|
||||||
- Assets license: AGPL-3.0
|
- Assets license: AGPL-3.0
|
||||||
|
|
||||||
|
Sci-Fi roguelike and tactical squad combat game.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: Make
|
- Build system: Make
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Amphetamine
|
# Amphetamine
|
||||||
|
|
||||||
_2D platform game._
|
|
||||||
|
|
||||||
- Home: https://packages.debian.org/stable/games/amphetamine, https://web.archive.org/web/20101023090423/http://homepage.hispeed.ch/loehrer/amph/amph.html
|
- Home: https://packages.debian.org/stable/games/amphetamine, https://web.archive.org/web/20101023090423/http://homepage.hispeed.ch/loehrer/amph/amph.html
|
||||||
- State: beta, inactive since 2008
|
- State: beta, inactive since 2008
|
||||||
- Keywords: platform, open content
|
- Keywords: platform, open content
|
||||||
@ -12,4 +10,6 @@ _2D platform game._
|
|||||||
- Assets license: GPL
|
- Assets license: GPL
|
||||||
- Developer: Jonas Spillmann, Lukas Löhrer, Patrick J. Naughton, Chris Laurel
|
- Developer: Jonas Spillmann, Lukas Löhrer, Patrick J. Naughton, Chris Laurel
|
||||||
|
|
||||||
|
2D platform game.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Anagramarama
|
# Anagramarama
|
||||||
|
|
||||||
_Find as many words as possible in the time available._
|
|
||||||
|
|
||||||
- Home: https://web.archive.org/web/20150412072808/http://www.coralquest.com/anagramarama/
|
- Home: https://web.archive.org/web/20150412072808/http://www.coralquest.com/anagramarama/
|
||||||
- State: beta, inactive since 2002
|
- State: beta, inactive since 2002
|
||||||
- Keywords: puzzle, open content
|
- Keywords: puzzle, open content
|
||||||
@ -11,4 +9,6 @@ _Find as many words as possible in the time available._
|
|||||||
- Assets license: GPL-2.0
|
- Assets license: GPL-2.0
|
||||||
- Developer: Colm Gallagher, Alan Grier, Thomas Plunkett, Toby A. Inkster, Shard
|
- Developer: Colm Gallagher, Alan Grier, Thomas Plunkett, Toby A. Inkster, Shard
|
||||||
|
|
||||||
|
Find as many words as possible in the time available.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Ancient Beast
|
# Ancient Beast
|
||||||
|
|
||||||
_Turn based strategy indie game project._
|
|
||||||
|
|
||||||
- Home: https://ancientbeast.com/
|
- Home: https://ancientbeast.com/
|
||||||
- Inspirations: Heroes of Might and Magic III
|
- Inspirations: Heroes of Might and Magic III
|
||||||
- State: mature
|
- State: mature
|
||||||
@ -11,4 +9,6 @@ _Turn based strategy indie game project._
|
|||||||
- Code license: AGPL-3.0
|
- Code license: AGPL-3.0
|
||||||
- Code dependencies: Phaser
|
- Code dependencies: Phaser
|
||||||
|
|
||||||
|
Turn based strategy indie game project.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Andor's Trail
|
# Andor's Trail
|
||||||
|
|
||||||
_Quest-driven Roguelike fantasy dungeon crawler RPG with a powerful story._
|
|
||||||
|
|
||||||
- Home: https://www.andorstrail.com/, https://code.google.com/archive/p/andors-trail/
|
- Home: https://www.andorstrail.com/, https://code.google.com/archive/p/andors-trail/
|
||||||
- State: beta
|
- State: beta
|
||||||
- Download: https://f-droid.org/packages/com.gpl.rpg.AndorsTrail/
|
- Download: https://f-droid.org/packages/com.gpl.rpg.AndorsTrail/
|
||||||
@ -11,4 +9,6 @@ _Quest-driven Roguelike fantasy dungeon crawler RPG with a powerful story._
|
|||||||
- Code language: Java
|
- Code language: Java
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
|
||||||
|
Quest-driven Roguelike fantasy dungeon crawler RPG with a powerful story.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# android-chess
|
# android-chess
|
||||||
|
|
||||||
_Chess game._
|
|
||||||
|
|
||||||
- Home: https://www.jwtc.nl/
|
- Home: https://www.jwtc.nl/
|
||||||
- State: mature
|
- State: mature
|
||||||
- Download: https://www.jwtc.nl/downloads
|
- Download: https://www.jwtc.nl/downloads
|
||||||
@ -11,6 +9,8 @@ _Chess game._
|
|||||||
- Code language: Java, C++
|
- Code language: Java, C++
|
||||||
- Code license: MIT
|
- Code license: MIT
|
||||||
|
|
||||||
|
Chess game.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: Gradle
|
- Build system: Gradle
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Angband
|
# Angband
|
||||||
|
|
||||||
_Single-player dungeon exploration game._
|
|
||||||
|
|
||||||
- Home: http://rephial.org/
|
- Home: http://rephial.org/
|
||||||
- Media: <https://en.wikipedia.org/wiki/Angband_(video_game)>
|
- Media: <https://en.wikipedia.org/wiki/Angband_(video_game)>
|
||||||
- State: mature
|
- State: mature
|
||||||
@ -12,4 +10,6 @@ _Single-player dungeon exploration game._
|
|||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
- Code dependencies: SDL
|
- Code dependencies: SDL
|
||||||
|
|
||||||
|
Single-player dungeon exploration game.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Angry Birds in Python
|
# Angry Birds in Python
|
||||||
|
|
||||||
_Angry Birds game._
|
|
||||||
|
|
||||||
- Home: https://github.com/estevaofon/angry-birds-python
|
- Home: https://github.com/estevaofon/angry-birds-python
|
||||||
- State: mature, inactive since 2017
|
- State: mature, inactive since 2017
|
||||||
- Keywords: role playing, skill
|
- Keywords: role playing, skill
|
||||||
@ -10,6 +8,8 @@ _Angry Birds game._
|
|||||||
- Code license: MIT
|
- Code license: MIT
|
||||||
- Code dependencies: pygame, pymunk
|
- Code dependencies: pygame, pymunk
|
||||||
|
|
||||||
|
Angry Birds game.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Annchienta
|
# Annchienta
|
||||||
|
|
||||||
_A 2D game engine._
|
|
||||||
|
|
||||||
- Home: http://annchienta.sourceforge.net/?page=home, https://sourceforge.net/projects/annchienta/
|
- Home: http://annchienta.sourceforge.net/?page=home, https://sourceforge.net/projects/annchienta/
|
||||||
- State: mature, inactive since 2009
|
- State: mature, inactive since 2009
|
||||||
- Download: https://sourceforge.net/projects/annchienta/files/annchienta/current/
|
- Download: https://sourceforge.net/projects/annchienta/files/annchienta/current/
|
||||||
@ -10,6 +8,8 @@ _A 2D game engine._
|
|||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
|
|
||||||
|
A 2D game engine.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: CMake
|
- Build system: CMake
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Annex: Conquer the World
|
# Annex: Conquer the World
|
||||||
|
|
||||||
_Fast paced combat with a diverse arsenal._
|
|
||||||
|
|
||||||
- Home: http://annexconquer.com/, https://bitbucket.org/annexctw/
|
- Home: http://annexconquer.com/, https://bitbucket.org/annexctw/
|
||||||
- State: mature, inactive since 2014
|
- State: mature, inactive since 2014
|
||||||
- Download: http://annexconquer.com/downloads/
|
- Download: http://annexconquer.com/downloads/
|
||||||
@ -14,4 +12,6 @@ _Fast paced combat with a diverse arsenal._
|
|||||||
- Assets license: CC-BY-SA
|
- Assets license: CC-BY-SA
|
||||||
- Developer: DelphaDesign
|
- Developer: DelphaDesign
|
||||||
|
|
||||||
|
Fast paced combat with a diverse arsenal.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Antares
|
# Antares
|
||||||
|
|
||||||
_Port of the original Ares code base that was open sourced in 2008._
|
|
||||||
|
|
||||||
- Home: https://arescentral.org/antares
|
- Home: https://arescentral.org/antares
|
||||||
- Inspirations: Ares
|
- Inspirations: Ares
|
||||||
- State: beta
|
- State: beta
|
||||||
@ -11,4 +9,6 @@ _Port of the original Ares code base that was open sourced in 2008._
|
|||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: LGPL-3.0
|
- Code license: LGPL-3.0
|
||||||
|
|
||||||
|
Port of the original Ares code base that was open sourced in 2008.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Anteform
|
# Anteform
|
||||||
|
|
||||||
_Similar of Ultima III: Exodus._
|
|
||||||
|
|
||||||
- Home: https://feneric.itch.io/anteform
|
- Home: https://feneric.itch.io/anteform
|
||||||
- Inspirations: Ultima III: Exodus
|
- Inspirations: Ultima III: Exodus
|
||||||
- State: beta
|
- State: beta
|
||||||
@ -11,4 +9,6 @@ _Similar of Ultima III: Exodus._
|
|||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
- Code dependencies: PICO-8
|
- Code dependencies: PICO-8
|
||||||
|
|
||||||
|
Similar of Ultima III: Exodus.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# AntiChess
|
# AntiChess
|
||||||
|
|
||||||
_Anti chess game._
|
|
||||||
|
|
||||||
- Home: https://sourceforge.net/projects/antichess/
|
- Home: https://sourceforge.net/projects/antichess/
|
||||||
- State: mature, inactive since 2003
|
- State: mature, inactive since 2003
|
||||||
- Download: https://sourceforge.net/projects/antichess/files/antichess/1.0/
|
- Download: https://sourceforge.net/projects/antichess/files/antichess/1.0/
|
||||||
@ -10,6 +8,7 @@ _Anti chess game._
|
|||||||
- Code language: Java
|
- Code language: Java
|
||||||
- Code license: MIT
|
- Code license: MIT
|
||||||
|
|
||||||
|
Anti chess game.
|
||||||
You have to take your opponents piece if you can.
|
You have to take your opponents piece if you can.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# antiyoy
|
# antiyoy
|
||||||
|
|
||||||
_???_
|
|
||||||
|
|
||||||
- Home: https://github.com/yiotro/Antiyoy
|
- Home: https://github.com/yiotro/Antiyoy
|
||||||
- State: beta
|
- State: beta
|
||||||
- Platform: Android
|
- Platform: Android
|
||||||
@ -11,6 +9,8 @@ _???_
|
|||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
- Code dependencies: libGDX
|
- Code dependencies: libGDX
|
||||||
|
|
||||||
|
???
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: Gradle
|
- Build system: Gradle
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Anura
|
# Anura
|
||||||
|
|
||||||
_Engine for Frogatto and Friends._
|
|
||||||
|
|
||||||
- Home: https://github.com/anura-engine/anura
|
- Home: https://github.com/anura-engine/anura
|
||||||
- State: mature
|
- State: mature
|
||||||
- Platform: Windows
|
- Platform: Windows
|
||||||
@ -10,4 +8,6 @@ _Engine for Frogatto and Friends._
|
|||||||
- Code language: C, C++
|
- Code language: C, C++
|
||||||
- Code license: zlib (src folder)
|
- Code license: zlib (src folder)
|
||||||
|
|
||||||
|
Engine for Frogatto and Friends.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Apricots
|
# Apricots
|
||||||
|
|
||||||
_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
|
- Home: https://web.archive.org/web/20110819212117/http://www.fishies.org.uk/apricots.html
|
||||||
- State: beta, inactive since 2003
|
- State: beta, inactive since 2003
|
||||||
- Keywords: arcade, 2D, open content, side-scrolling
|
- Keywords: arcade, 2D, open content, side-scrolling
|
||||||
@ -12,6 +10,8 @@ _Fly an airplane, fire missiles, drop bombs, destroy enemy buildings and planes.
|
|||||||
- Assets license: GPL
|
- Assets license: GPL
|
||||||
- Developer: Mark Snellgrove, Mark Harman
|
- Developer: Mark Snellgrove, Mark Harman
|
||||||
|
|
||||||
|
Fly an airplane, fire missiles, drop bombs, destroy enemy buildings and planes.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: Make
|
- Build system: Make
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# aquastax
|
# aquastax
|
||||||
|
|
||||||
_Remake of AquaStax, the 2007 mobile puzzle game._
|
|
||||||
|
|
||||||
- Home: https://github.com/LongSteve/aquastax
|
- Home: https://github.com/LongSteve/aquastax
|
||||||
- Inspirations: AquaStax
|
- Inspirations: AquaStax
|
||||||
- State: beta
|
- State: beta
|
||||||
@ -10,4 +8,6 @@ _Remake of AquaStax, the 2007 mobile puzzle game._
|
|||||||
- Code language: JavaScript
|
- Code language: JavaScript
|
||||||
- Code license: MIT
|
- Code license: MIT
|
||||||
|
|
||||||
|
Remake of AquaStax, the 2007 mobile puzzle game.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Arashi-JS
|
# Arashi-JS
|
||||||
|
|
||||||
_Remake of Tempest._
|
|
||||||
|
|
||||||
- Home: http://stephank.github.io/arashi-js/
|
- Home: http://stephank.github.io/arashi-js/
|
||||||
- Inspirations: Tempest
|
- Inspirations: Tempest
|
||||||
- State: beta, inactive since 2010
|
- State: beta, inactive since 2010
|
||||||
@ -12,4 +10,6 @@ _Remake of Tempest._
|
|||||||
- Code language: JavaScript
|
- Code language: JavaScript
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
|
||||||
|
Remake of Tempest.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Arcane-Engine
|
# Arcane-Engine
|
||||||
|
|
||||||
_Real-time, physically based renderer._
|
|
||||||
|
|
||||||
- Home: https://github.com/Ershany/Arcane-Engine
|
- Home: https://github.com/Ershany/Arcane-Engine
|
||||||
- State: beta
|
- State: beta
|
||||||
- Platform: Windows
|
- Platform: Windows
|
||||||
@ -11,6 +9,8 @@ _Real-time, physically based renderer._
|
|||||||
- Code license: MIT
|
- Code license: MIT
|
||||||
- Code dependencies: ImGUI, OpenGL
|
- Code dependencies: ImGUI, OpenGL
|
||||||
|
|
||||||
|
Real-time, physically based renderer.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: VisualStudio
|
- Build system: VisualStudio
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Ardentryst
|
# Ardentryst
|
||||||
|
|
||||||
_Action/RPG sidescroller, focused not just on fighting, but on story, and character development._
|
|
||||||
|
|
||||||
- Home: https://web.archive.org/web/20190304014608/http://www.jordantrudgett.com/ardentryst/, https://sourceforge.net/projects/ardentryst/, https://web.archive.org/web/20180624012340/https://www.pygame.org/project-Ardentryst-596-.html
|
- Home: https://web.archive.org/web/20190304014608/http://www.jordantrudgett.com/ardentryst/, https://sourceforge.net/projects/ardentryst/, https://web.archive.org/web/20180624012340/https://www.pygame.org/project-Ardentryst-596-.html
|
||||||
- State: mature, inactive since 2009
|
- State: mature, inactive since 2009
|
||||||
- Download: https://web.archive.org/web/20180531203109/http://www.jordantrudgett.com/ardentryst/ardentryst-downloads/, https://sourceforge.net/projects/ardentryst/files/
|
- Download: https://web.archive.org/web/20180531203109/http://www.jordantrudgett.com/ardentryst/ardentryst-downloads/, https://sourceforge.net/projects/ardentryst/files/
|
||||||
@ -11,4 +9,6 @@ _Action/RPG sidescroller, focused not just on fighting, but on story, and charac
|
|||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
- Code dependencies: pygame
|
- Code dependencies: pygame
|
||||||
|
|
||||||
|
Action/RPG sidescroller, focused not just on fighting, but on story, and character development.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Ares Dogfighter
|
# Ares Dogfighter
|
||||||
|
|
||||||
_3D Space Combat Game._
|
|
||||||
|
|
||||||
- Home: https://github.com/SteveSmith16384/AresDogfighter
|
- Home: https://github.com/SteveSmith16384/AresDogfighter
|
||||||
- State: beta, inactive since 2016
|
- State: beta, inactive since 2016
|
||||||
- Download: https://stephensmith.itch.io/aresdogfighter
|
- Download: https://stephensmith.itch.io/aresdogfighter
|
||||||
@ -14,4 +12,6 @@ _3D Space Combat Game._
|
|||||||
- Assets license: (See relevant asset folders)
|
- Assets license: (See relevant asset folders)
|
||||||
- Developer: Stephen Carlyle-Smith
|
- Developer: Stephen Carlyle-Smith
|
||||||
|
|
||||||
|
3D Space Combat Game.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Argentum Online
|
# Argentum Online
|
||||||
|
|
||||||
_Open Source FREE 2D MMORPG._
|
|
||||||
|
|
||||||
- Home: https://www.comunidadargentum.com/ (Spanish), http://www.argentumonline.com.ar/ (Spanish), https://sourceforge.net/projects/morgoao/, https://github.com/argentumonline, https://github.com/ao-libre
|
- Home: https://www.comunidadargentum.com/ (Spanish), http://www.argentumonline.com.ar/ (Spanish), https://sourceforge.net/projects/morgoao/, https://github.com/argentumonline, https://github.com/ao-libre
|
||||||
- State: beta, inactive since 2014
|
- State: beta, inactive since 2014
|
||||||
- Download: https://www.comunidadargentum.com/descargas/, https://sourceforge.net/projects/morgoao/files/
|
- Download: https://www.comunidadargentum.com/descargas/, https://sourceforge.net/projects/morgoao/files/
|
||||||
@ -10,6 +8,7 @@ _Open Source FREE 2D MMORPG._
|
|||||||
- Code language: Visual Basic
|
- Code language: Visual Basic
|
||||||
- Code license: GPL-2.0, AGPL-3.0
|
- Code license: GPL-2.0, AGPL-3.0
|
||||||
|
|
||||||
|
Open Source FREE 2D MMORPG.
|
||||||
See also: [spin-off](https://github.com/horacioMartinez/argentumonline.io), [server mod](https://sourceforge.net/projects/aoserverbyshura/).
|
See also: [spin-off](https://github.com/horacioMartinez/argentumonline.io), [server mod](https://sourceforge.net/projects/aoserverbyshura/).
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Arianne / Marauroa
|
# Arianne / Marauroa
|
||||||
|
|
||||||
_An open source multiplayer online framework._
|
|
||||||
|
|
||||||
- Home: https://arianne-project.org/, https://arianne-project.org/engine/marauroa.html, https://sourceforge.net/projects/arianne/
|
- Home: https://arianne-project.org/, https://arianne-project.org/engine/marauroa.html, https://sourceforge.net/projects/arianne/
|
||||||
- State: mature
|
- State: mature
|
||||||
- Download: https://arianne-project.org/engine/marauroa.html
|
- Download: https://arianne-project.org/engine/marauroa.html
|
||||||
@ -10,6 +8,7 @@ _An open source multiplayer online framework._
|
|||||||
- Code language: Java
|
- Code language: Java
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
|
||||||
|
An open source multiplayer online framework.
|
||||||
Framework/engine is the Marauroa subproject.
|
Framework/engine is the Marauroa subproject.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Armagetron Advanced
|
# Armagetron Advanced
|
||||||
|
|
||||||
_Simple action game modeled after the lightcycle sequence of the movie Tron._
|
|
||||||
|
|
||||||
- Home: http://www.armagetronad.org/, https://sourceforge.net/projects/armagetronad/
|
- Home: http://www.armagetronad.org/, https://sourceforge.net/projects/armagetronad/
|
||||||
- Media: https://en.wikipedia.org/wiki/Armagetron_Advanced
|
- Media: https://en.wikipedia.org/wiki/Armagetron_Advanced
|
||||||
- State: mature
|
- State: mature
|
||||||
@ -11,6 +9,8 @@ _Simple action game modeled after the lightcycle sequence of the movie Tron._
|
|||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
|
||||||
|
Simple action game modeled after the lightcycle sequence of the movie Tron.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Armies
|
# Armies
|
||||||
|
|
||||||
_Turn based strategy game. It has simple and well designed rules._
|
|
||||||
|
|
||||||
- Home: https://sourceforge.net/projects/armies/
|
- Home: https://sourceforge.net/projects/armies/
|
||||||
- State: mature, inactive since 2007
|
- State: mature, inactive since 2007
|
||||||
- Download: https://sourceforge.net/projects/armies/files/
|
- Download: https://sourceforge.net/projects/armies/files/
|
||||||
@ -10,4 +8,6 @@ _Turn based strategy game. It has simple and well designed rules._
|
|||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
|
|
||||||
|
Turn based strategy game. It has simple and well designed rules.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Armor Alley
|
# Armor Alley
|
||||||
|
|
||||||
_Helicopter shooter._
|
|
||||||
|
|
||||||
- Home: http://www.schillmania.com/armor-alley/
|
- Home: http://www.schillmania.com/armor-alley/
|
||||||
- Inspirations: Armor Alley
|
- Inspirations: Armor Alley
|
||||||
- State: beta
|
- State: beta
|
||||||
@ -12,4 +10,6 @@ _Helicopter shooter._
|
|||||||
- Code license: CC-BY-NC-3.0 (https://github.com/scottschiller/ArmorAlley/blob/master/LICENSE.txt)
|
- Code license: CC-BY-NC-3.0 (https://github.com/scottschiller/ArmorAlley/blob/master/LICENSE.txt)
|
||||||
- Assets license: ISC, CC-BY-NC-3.0 (sounds, https://github.com/scottschiller/ArmorAlley/blob/master/CREDITS.txt)
|
- Assets license: ISC, CC-BY-NC-3.0 (sounds, https://github.com/scottschiller/ArmorAlley/blob/master/CREDITS.txt)
|
||||||
|
|
||||||
|
Helicopter shooter.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Artillery Duel Reloaded
|
# Artillery Duel Reloaded
|
||||||
|
|
||||||
_Remake of the classic game Artillery Duel._
|
|
||||||
|
|
||||||
- Home: https://code.google.com/archive/p/artillery-duel-reloaded/
|
- Home: https://code.google.com/archive/p/artillery-duel-reloaded/
|
||||||
- Inspirations: Artillery Duel
|
- Inspirations: Artillery Duel
|
||||||
- State: beta, inactive since 2012
|
- State: beta, inactive since 2012
|
||||||
@ -11,4 +9,6 @@ _Remake of the classic game Artillery Duel._
|
|||||||
- Code language: Python
|
- Code language: Python
|
||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
|
|
||||||
|
Remake of the classic game Artillery Duel.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Arx Libertatis
|
# Arx Libertatis
|
||||||
|
|
||||||
_Port of Arx Fatalis, a 2002 first-person role-playing game / dungeon crawler._
|
|
||||||
|
|
||||||
- Home: https://arx-libertatis.org/
|
- Home: https://arx-libertatis.org/
|
||||||
- Media: https://en.wikipedia.org/wiki/Arx_Fatalis#Development
|
- Media: https://en.wikipedia.org/wiki/Arx_Fatalis#Development
|
||||||
- Inspirations: Arx Fatalis
|
- Inspirations: Arx Fatalis
|
||||||
@ -12,6 +10,8 @@ _Port of Arx Fatalis, a 2002 first-person role-playing game / dungeon crawler._
|
|||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
|
|
||||||
|
Port of Arx Fatalis, a 2002 first-person role-playing game / dungeon crawler.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: CMake
|
- Build system: CMake
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# asdf
|
# asdf
|
||||||
|
|
||||||
_Remake of Simon skill game._
|
|
||||||
|
|
||||||
- Home: https://timpietrusky.github.io/asdf/
|
- Home: https://timpietrusky.github.io/asdf/
|
||||||
- Inspirations: Simon
|
- Inspirations: Simon
|
||||||
- State: mature
|
- State: mature
|
||||||
@ -12,4 +10,6 @@ _Remake of Simon skill game._
|
|||||||
- Code language: JavaScript
|
- Code language: JavaScript
|
||||||
- Code license: MIT
|
- Code license: MIT
|
||||||
|
|
||||||
|
Remake of Simon skill game.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# AssaultCube
|
# AssaultCube
|
||||||
|
|
||||||
_Shooter game, based on the CUBE engine._
|
|
||||||
|
|
||||||
- Home: https://assault.cubers.net/, https://sourceforge.net/projects/actiongame/ (old)
|
- Home: https://assault.cubers.net/, https://sourceforge.net/projects/actiongame/ (old)
|
||||||
- Media: https://en.wikipedia.org/wiki/AssaultCube
|
- Media: https://en.wikipedia.org/wiki/AssaultCube
|
||||||
- Inspirations: CUBE engine
|
- Inspirations: CUBE engine
|
||||||
@ -13,6 +11,8 @@ _Shooter game, based on the CUBE engine._
|
|||||||
- Code license: Custom (zlib like)
|
- Code license: Custom (zlib like)
|
||||||
- Code dependencies: SDL
|
- Code dependencies: SDL
|
||||||
|
|
||||||
|
Shooter game, based on the CUBE engine.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: Make
|
- Build system: Make
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# AstroMenace
|
# AstroMenace
|
||||||
|
|
||||||
_3D space scroll-shooter with spaceship upgrade possibilities._
|
|
||||||
|
|
||||||
- Home: https://www.viewizard.com/, https://sourceforge.net/projects/openastromenace/
|
- Home: https://www.viewizard.com/, https://sourceforge.net/projects/openastromenace/
|
||||||
- Inspirations: AstroMenace
|
- Inspirations: AstroMenace
|
||||||
- State: mature
|
- State: mature
|
||||||
@ -12,6 +10,8 @@ _3D space scroll-shooter with spaceship upgrade possibilities._
|
|||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
- Developer: Mikkhail Kurin
|
- Developer: Mikkhail Kurin
|
||||||
|
|
||||||
|
3D space scroll-shooter with spaceship upgrade possibilities.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: CMake
|
- Build system: CMake
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Athenaeum
|
# Athenaeum
|
||||||
|
|
||||||
_Game library management tool._
|
|
||||||
|
|
||||||
- Home: https://gitlab.com/librebob/athenaeum
|
- Home: https://gitlab.com/librebob/athenaeum
|
||||||
- State: beta
|
- State: beta
|
||||||
- Platform: Linux
|
- Platform: Linux
|
||||||
@ -11,6 +9,8 @@ _Game library management tool._
|
|||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
- Code dependencies: Qt
|
- Code dependencies: Qt
|
||||||
|
|
||||||
|
Game library management tool.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# ativayeban
|
# ativayeban
|
||||||
|
|
||||||
_Clone of Fall Down._
|
|
||||||
|
|
||||||
- Home: https://github.com/Nebuleon/ativayeban
|
- Home: https://github.com/Nebuleon/ativayeban
|
||||||
- Inspirations: Fall Down
|
- Inspirations: Fall Down
|
||||||
- State: mature, inactive since 2015
|
- State: mature, inactive since 2015
|
||||||
@ -11,4 +9,6 @@ _Clone of Fall Down._
|
|||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
- Code dependencies: SDL
|
- Code dependencies: SDL
|
||||||
|
|
||||||
|
Clone of Fall Down.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Atlantis
|
# Atlantis
|
||||||
|
|
||||||
_PBEM Game engine which is used to create many different strategy wargames today and for the past decade._
|
|
||||||
|
|
||||||
- Home: http://www.prankster.com/project/, https://web.archive.org/web/20151024232821/https://sourceforge.net/projects/atlantis/, https://web.archive.org/web/20140516211231/http://www.atlantis-pbem.org/
|
- Home: http://www.prankster.com/project/, https://web.archive.org/web/20151024232821/https://sourceforge.net/projects/atlantis/, https://web.archive.org/web/20140516211231/http://www.atlantis-pbem.org/
|
||||||
- Media: https://en.wikipedia.org/wiki/Atlantis_PbeM
|
- Media: https://en.wikipedia.org/wiki/Atlantis_PbeM
|
||||||
- State: mature, inactive since 2016
|
- State: mature, inactive since 2016
|
||||||
@ -10,6 +8,7 @@ _PBEM Game engine which is used to create many different strategy wargames today
|
|||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
|
||||||
|
PBEM Game engine which is used to create many different strategy wargames today and for the past decade.
|
||||||
Game engine? Implementations?
|
Game engine? Implementations?
|
||||||
|
|
||||||
See also:
|
See also:
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Atomic Tanks
|
# Atomic Tanks
|
||||||
|
|
||||||
_Scorched Earth clone similar to the Worms series._
|
|
||||||
|
|
||||||
- Home: http://atanks.sourceforge.net/, https://sourceforge.net/projects/atanks
|
- Home: http://atanks.sourceforge.net/, https://sourceforge.net/projects/atanks
|
||||||
- Inspirations: Scorched Earth
|
- Inspirations: Scorched Earth
|
||||||
- State: mature, inactive since 2016
|
- State: mature, inactive since 2016
|
||||||
@ -15,6 +13,8 @@ _Scorched Earth clone similar to the Worms series._
|
|||||||
- Assets license: GPL
|
- Assets license: GPL
|
||||||
- Developer: Jesse Smith, Juraj Michalek, Thomas Hudson
|
- Developer: Jesse Smith, Juraj Michalek, Thomas Hudson
|
||||||
|
|
||||||
|
Scorched Earth clone similar to the Worms series.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Atomiks
|
# Atomiks
|
||||||
|
|
||||||
_Faithful remake of, and a tribute to, Atomix, a classic puzzle game created by Softtouch & RoSt and published in 1990 by the Thalion Software company._
|
|
||||||
|
|
||||||
- Home: http://atomiks.sourceforge.net/, https://sourceforge.net/projects/atomiks
|
- Home: http://atomiks.sourceforge.net/, https://sourceforge.net/projects/atomiks
|
||||||
- Inspirations: Atomix
|
- Inspirations: Atomix
|
||||||
- State: mature, inactive since 2015
|
- State: mature, inactive since 2015
|
||||||
@ -13,4 +11,6 @@ _Faithful remake of, and a tribute to, Atomix, a classic puzzle game created by
|
|||||||
- Assets license: Custom (level design, see Readme)
|
- Assets license: Custom (level design, see Readme)
|
||||||
- Developer: Mateusz Viste
|
- Developer: Mateusz Viste
|
||||||
|
|
||||||
|
Faithful remake of, and a tribute to, Atomix, a classic puzzle game created by Softtouch & RoSt and published in 1990 by the Thalion Software company.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Atomix
|
# Atomix
|
||||||
|
|
||||||
_A puzzle game in which you have to build full molecules._
|
|
||||||
|
|
||||||
- Home: https://wiki.gnome.org/Apps/Atomix
|
- Home: https://wiki.gnome.org/Apps/Atomix
|
||||||
- Inspirations: Atomix
|
- Inspirations: Atomix
|
||||||
- State: mature
|
- State: mature
|
||||||
@ -10,4 +8,6 @@ _A puzzle game in which you have to build full molecules._
|
|||||||
- Code language: C
|
- Code language: C
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
|
||||||
|
A puzzle game in which you have to build full molecules.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Atrinik
|
# Atrinik
|
||||||
|
|
||||||
_Multiplayer Online Role Playing Game (MORPG) with 2D isometric graphics based on Daimonin and Crossfire._
|
|
||||||
|
|
||||||
- Home: https://www.atrinik.org/, https://github.com/atrinik
|
- Home: https://www.atrinik.org/, https://github.com/atrinik
|
||||||
- State: mature, inactive since 2016
|
- State: mature, inactive since 2016
|
||||||
- Download: (see home)
|
- Download: (see home)
|
||||||
@ -10,6 +8,8 @@ _Multiplayer Online Role Playing Game (MORPG) with 2D isometric graphics based o
|
|||||||
- Code language: C, Python
|
- Code language: C, Python
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
|
||||||
|
Multiplayer Online Role Playing Game (MORPG) with 2D isometric graphics based on Daimonin and Crossfire.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: CMake
|
- Build system: CMake
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Attal: Lords of doom
|
# Attal: Lords of doom
|
||||||
|
|
||||||
_Themeable turn-based strategy game._
|
|
||||||
|
|
||||||
- Home: https://sourceforge.net/projects/attal/
|
- Home: https://sourceforge.net/projects/attal/
|
||||||
- State: mature, inactive since 2008
|
- State: mature, inactive since 2008
|
||||||
- Download: https://sourceforge.net/projects/attal/files/Attal/
|
- Download: https://sourceforge.net/projects/attal/files/Attal/
|
||||||
@ -10,4 +8,6 @@ _Themeable turn-based strategy game._
|
|||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
|
||||||
|
Themeable turn-based strategy game.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Aussenposten
|
# Aussenposten
|
||||||
|
|
||||||
_Base building game with artificial life simulation._
|
|
||||||
|
|
||||||
- Home: http://aussenposten.gamejs.org/, https://forum.freegamedev.net/viewtopic.php?t=5910&p=64059
|
- Home: http://aussenposten.gamejs.org/, https://forum.freegamedev.net/viewtopic.php?t=5910&p=64059
|
||||||
- State: beta, inactive since 2015
|
- State: beta, inactive since 2015
|
||||||
- Download: http://aussenposten.gamejs.org/download.html
|
- Download: http://aussenposten.gamejs.org/download.html
|
||||||
@ -13,6 +11,7 @@ _Base building game with artificial life simulation._
|
|||||||
- Code dependencies: GameJs
|
- Code dependencies: GameJs
|
||||||
- Assets license: CC-BY-SA
|
- Assets license: CC-BY-SA
|
||||||
|
|
||||||
|
Base building game with artificial life simulation.
|
||||||
License information could be added to game download.
|
License information could be added to game download.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# AutoREALM
|
# AutoREALM
|
||||||
|
|
||||||
_Role-playing game mapping program._
|
|
||||||
|
|
||||||
- Home: https://sourceforge.net/projects/autorealm/
|
- Home: https://sourceforge.net/projects/autorealm/
|
||||||
- State: mature
|
- State: mature
|
||||||
- Download: https://sourceforge.net/projects/autorealm/files
|
- Download: https://sourceforge.net/projects/autorealm/files
|
||||||
@ -11,4 +9,6 @@ _Role-playing game mapping program._
|
|||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
- Code dependencies: wxWidgets
|
- Code dependencies: wxWidgets
|
||||||
|
|
||||||
|
Role-playing game mapping program.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Avanor
|
# Avanor
|
||||||
|
|
||||||
_Relatively easy to win but feature rich fantasy roguelike game with a highly interactive world._
|
|
||||||
|
|
||||||
- Home: http://avanor.sourceforge.net/, https://sourceforge.net/projects/avanor/
|
- Home: http://avanor.sourceforge.net/, https://sourceforge.net/projects/avanor/
|
||||||
- State: beta, inactive since 2008
|
- State: beta, inactive since 2008
|
||||||
- Download: https://sourceforge.net/projects/avanor/files
|
- Download: https://sourceforge.net/projects/avanor/files
|
||||||
@ -10,4 +8,6 @@ _Relatively easy to win but feature rich fantasy roguelike game with a highly in
|
|||||||
- Code language: C++, Lua
|
- Code language: C++, Lua
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
|
||||||
|
Relatively easy to win but feature rich fantasy roguelike game with a highly interactive world.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Azimuth
|
# Azimuth
|
||||||
|
|
||||||
_Metroidvania with vector graphics._
|
|
||||||
|
|
||||||
- Home: https://mdsteele.games/azimuth/
|
- Home: https://mdsteele.games/azimuth/
|
||||||
- State: mature
|
- State: mature
|
||||||
- Download: https://mdsteele.games/azimuth/download.html
|
- Download: https://mdsteele.games/azimuth/download.html
|
||||||
@ -14,6 +12,8 @@ _Metroidvania with vector graphics._
|
|||||||
- Assets license: GPL-3.0
|
- Assets license: GPL-3.0
|
||||||
- Developer: Matthew D. Steele
|
- Developer: Matthew D. Steele
|
||||||
|
|
||||||
|
Metroidvania with vector graphics.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: Make
|
- Build system: Make
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Bacon2D
|
# Bacon2D
|
||||||
|
|
||||||
_2D Game Engine for QML._
|
|
||||||
|
|
||||||
- Home: https://web.archive.org/web/20171114191824/http://bacon2d.com/, http://bacon2d.github.io/docs/
|
- Home: https://web.archive.org/web/20171114191824/http://bacon2d.com/, http://bacon2d.github.io/docs/
|
||||||
- State: beta, inactive since 2018
|
- State: beta, inactive since 2018
|
||||||
- Keywords: game engine
|
- Keywords: game engine
|
||||||
@ -10,6 +8,8 @@ _2D Game Engine for QML._
|
|||||||
- Code license: MIT
|
- Code license: MIT
|
||||||
- Code dependencies: Qt
|
- Code dependencies: Qt
|
||||||
|
|
||||||
|
2D Game Engine for QML.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: QMake
|
- Build system: QMake
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Balder2D
|
# Balder2D
|
||||||
|
|
||||||
_Multiplayer shooter in Zero Gravity._
|
|
||||||
|
|
||||||
- Home: http://balder.sourceforge.net/, https://sourceforge.net/projects/balder/
|
- Home: http://balder.sourceforge.net/, https://sourceforge.net/projects/balder/
|
||||||
- State: beta, inactive since 2009
|
- State: beta, inactive since 2009
|
||||||
- Download: https://sourceforge.net/projects/balder/files/
|
- Download: https://sourceforge.net/projects/balder/files/
|
||||||
@ -13,6 +11,8 @@ _Multiplayer shooter in Zero Gravity._
|
|||||||
- Assets license: GPL
|
- Assets license: GPL
|
||||||
- Developer: Bjørn Hansen, Reuben Lord
|
- Developer: Bjørn Hansen, Reuben Lord
|
||||||
|
|
||||||
|
Multiplayer shooter in Zero Gravity.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: Scons
|
- Build system: Scons
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Ball and Paddle
|
# Ball and Paddle
|
||||||
|
|
||||||
_Extensible ball and paddle game._
|
|
||||||
|
|
||||||
- Home: https://www.gnu.org/software/ballandpaddle/
|
- Home: https://www.gnu.org/software/ballandpaddle/
|
||||||
- State: beta, inactive since 2009
|
- State: beta, inactive since 2009
|
||||||
- Platform: Linux
|
- Platform: Linux
|
||||||
@ -13,6 +11,8 @@ _Extensible ball and paddle game._
|
|||||||
- Assets license: GPL
|
- Assets license: GPL
|
||||||
- Developer: Eric P. Hutchins
|
- Developer: Eric P. Hutchins
|
||||||
|
|
||||||
|
Extensible ball and paddle game.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: Make
|
- Build system: Make
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Ball And Wall
|
# Ball And Wall
|
||||||
|
|
||||||
_Clone of Arkanoid._
|
|
||||||
|
|
||||||
- Home: https://budnix.github.io/ball-and-wall/
|
- Home: https://budnix.github.io/ball-and-wall/
|
||||||
- Inspirations: Arkanoid
|
- Inspirations: Arkanoid
|
||||||
- State: mature, inactive since 2015
|
- State: mature, inactive since 2015
|
||||||
@ -10,4 +8,6 @@ _Clone of Arkanoid._
|
|||||||
- Code language: JavaScript
|
- Code language: JavaScript
|
||||||
- Code license: MIT
|
- Code license: MIT
|
||||||
|
|
||||||
|
Clone of Arkanoid.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Ballerburg SDL
|
# Ballerburg SDL
|
||||||
|
|
||||||
_Remake of the Turnbased Artillery game from 1987._
|
|
||||||
|
|
||||||
- Home: https://baller.tuxfamily.org/
|
- Home: https://baller.tuxfamily.org/
|
||||||
- Media: https://en.wikipedia.org/wiki/Ballerburg
|
- Media: https://en.wikipedia.org/wiki/Ballerburg
|
||||||
- Inspirations: Ballerburg
|
- Inspirations: Ballerburg
|
||||||
@ -12,6 +10,7 @@ _Remake of the Turnbased Artillery game from 1987._
|
|||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
- Code dependencies: SDL2
|
- Code dependencies: SDL2
|
||||||
|
|
||||||
|
Remake of the Turnbased Artillery game from 1987.
|
||||||
[Original](http://www.eckhardkruse.net/atari_st/baller.html) in the Public domain.
|
[Original](http://www.eckhardkruse.net/atari_st/baller.html) in the Public domain.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Barony
|
# Barony
|
||||||
|
|
||||||
_3D, first-person roguelike._
|
|
||||||
|
|
||||||
- Home: http://www.baronygame.com/
|
- Home: http://www.baronygame.com/
|
||||||
- Inspirations: Barony
|
- Inspirations: Barony
|
||||||
- State: mature
|
- State: mature
|
||||||
@ -11,4 +9,6 @@ _3D, first-person roguelike._
|
|||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
- Code dependencies: OpenGL, SDL2
|
- Code dependencies: OpenGL, SDL2
|
||||||
|
|
||||||
|
3D, first-person roguelike.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Bastet
|
# Bastet
|
||||||
|
|
||||||
_Simple ncurses-based Tetris clone using a special algorithm to give you the worst possible brick._
|
|
||||||
|
|
||||||
- Home: http://fph.altervista.org/prog/bastet.html
|
- Home: http://fph.altervista.org/prog/bastet.html
|
||||||
- State: beta, inactive since 2018
|
- State: beta, inactive since 2018
|
||||||
- Keywords: puzzle, open content, skill, tetris-like
|
- Keywords: puzzle, open content, skill, tetris-like
|
||||||
@ -11,6 +9,7 @@ _Simple ncurses-based Tetris clone using a special algorithm to give you the wor
|
|||||||
- Assets license: no assets
|
- Assets license: no assets
|
||||||
- Developer: Federico Poloni
|
- Developer: Federico Poloni
|
||||||
|
|
||||||
|
Simple ncurses-based Tetris clone using a special algorithm to give you the worst possible brick.
|
||||||
Based on Petris (until v0.43)
|
Based on Petris (until v0.43)
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Batalla Naval
|
# Batalla Naval
|
||||||
|
|
||||||
_Battleship game._
|
|
||||||
|
|
||||||
- Home: http://batnav.sourceforge.net/batnav-en.html, https://sourceforge.net/projects/batnav/
|
- Home: http://batnav.sourceforge.net/batnav-en.html, https://sourceforge.net/projects/batnav/
|
||||||
- State: mature, inactive since 2002
|
- State: mature, inactive since 2002
|
||||||
- Download: https://sourceforge.net/projects/batnav/files/
|
- Download: https://sourceforge.net/projects/batnav/files/
|
||||||
@ -11,6 +9,8 @@ _Battleship game._
|
|||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
- Developer: Ricardo Quesada, Jacob L. Anawalt
|
- Developer: Ricardo Quesada, Jacob L. Anawalt
|
||||||
|
|
||||||
|
Battleship game.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: Make
|
- Build system: Make
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Batrachians
|
# Batrachians
|
||||||
|
|
||||||
_Remake of Frogs and Flies._
|
|
||||||
|
|
||||||
- Home: https://perso.b2b2c.ca/~sarrazip/dev/batrachians.html
|
- Home: https://perso.b2b2c.ca/~sarrazip/dev/batrachians.html
|
||||||
- Inspirations: Frogs and Flies
|
- Inspirations: Frogs and Flies
|
||||||
- State: beta, inactive since 2012
|
- State: beta, inactive since 2012
|
||||||
@ -12,4 +10,6 @@ _Remake of Frogs and Flies._
|
|||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
|
||||||
|
Remake of Frogs and Flies.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Battery
|
# Battery
|
||||||
|
|
||||||
_Control an airplane in a top-down view and shoot down enemy planes, helicopters and tanks._
|
|
||||||
|
|
||||||
- Home: https://web.archive.org/web/20120213105444/http://btrgame.com/, https://sourceforge.net/projects/battery/
|
- Home: https://web.archive.org/web/20120213105444/http://btrgame.com/, https://sourceforge.net/projects/battery/
|
||||||
- State: mature, inactive since 2009
|
- State: mature, inactive since 2009
|
||||||
- Download: https://sourceforge.net/projects/battery/files/battery/
|
- Download: https://sourceforge.net/projects/battery/files/battery/
|
||||||
@ -11,4 +9,6 @@ _Control an airplane in a top-down view and shoot down enemy planes, helicopters
|
|||||||
- Code license: EPL-2.0 (new approach), Custom (old see _README.txt)
|
- Code license: EPL-2.0 (new approach), Custom (old see _README.txt)
|
||||||
- Developer: Maxim Markaitis
|
- Developer: Maxim Markaitis
|
||||||
|
|
||||||
|
Control an airplane in a top-down view and shoot down enemy planes, helicopters and tanks.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Battle City
|
# Battle City
|
||||||
|
|
||||||
_Remake of Battlecity._
|
|
||||||
|
|
||||||
- Home: https://battlecity.org/
|
- Home: https://battlecity.org/
|
||||||
- Inspirations: Battle City
|
- Inspirations: Battle City
|
||||||
- State: mature, inactive since 2013
|
- State: mature, inactive since 2013
|
||||||
@ -10,4 +8,6 @@ _Remake of Battlecity._
|
|||||||
- Code language: C, C++, Pascal
|
- Code language: C, C++, Pascal
|
||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
|
|
||||||
|
Remake of Battlecity.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Battle Tanks
|
# Battle Tanks
|
||||||
|
|
||||||
_Fast 2D tank arcade game with multiplayer and split-screen modes._
|
|
||||||
|
|
||||||
- Home: http://btanks.sourceforge.net/blog/, https://sourceforge.net/projects/btanks/
|
- Home: http://btanks.sourceforge.net/blog/, https://sourceforge.net/projects/btanks/
|
||||||
- State: mature, inactive since 2009
|
- State: mature, inactive since 2009
|
||||||
- Download: https://sourceforge.net/projects/btanks/files/
|
- Download: https://sourceforge.net/projects/btanks/files/
|
||||||
@ -12,6 +10,7 @@ _Fast 2D tank arcade game with multiplayer and split-screen modes._
|
|||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
- Assets license: Proprietary
|
- Assets license: Proprietary
|
||||||
|
|
||||||
|
Fast 2D tank arcade game with multiplayer and split-screen modes.
|
||||||
Only sources are GPL.
|
Only sources are GPL.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Battlefield Java
|
# Battlefield Java
|
||||||
|
|
||||||
_Simple grid and turned based battle simulation game for Java developers._
|
|
||||||
|
|
||||||
- Home: https://sourceforge.net/projects/battlefieldjava/
|
- Home: https://sourceforge.net/projects/battlefieldjava/
|
||||||
- State: beta, inactive since 2011
|
- State: beta, inactive since 2011
|
||||||
- Download: https://sourceforge.net/projects/battlefieldjava/files/battlefieldjava/
|
- Download: https://sourceforge.net/projects/battlefieldjava/files/battlefieldjava/
|
||||||
@ -10,5 +8,6 @@ _Simple grid and turned based battle simulation game for Java developers._
|
|||||||
- Code language: Java
|
- Code language: Java
|
||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
|
|
||||||
|
Simple grid and turned based battle simulation game for Java developers.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Battleround
|
# Battleround
|
||||||
|
|
||||||
_Round based RPG._
|
|
||||||
|
|
||||||
- Home: https://github.com/Leejjon/Battleround
|
- Home: https://github.com/Leejjon/Battleround
|
||||||
- State: beta, inactive since 2015
|
- State: beta, inactive since 2015
|
||||||
- Platform: Android
|
- Platform: Android
|
||||||
@ -11,6 +9,7 @@ _Round based RPG._
|
|||||||
- Code license: Apache-2.0
|
- Code license: Apache-2.0
|
||||||
- Code dependencies: libGDX
|
- Code dependencies: libGDX
|
||||||
|
|
||||||
|
Round based RPG.
|
||||||
May be more like alpha.
|
May be more like alpha.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Battles of Antargis
|
# Battles of Antargis
|
||||||
|
|
||||||
_A real-time-strategy (RTS) game._
|
|
||||||
|
|
||||||
- Home: https://plus.google.com/101003433246259562872
|
- Home: https://plus.google.com/101003433246259562872
|
||||||
- Inspirations: Powermonger, Settlers, Warcraft
|
- Inspirations: Powermonger, Settlers, Warcraft
|
||||||
- State: beta, inactive since 2014
|
- State: beta, inactive since 2014
|
||||||
@ -10,4 +8,6 @@ _A real-time-strategy (RTS) game._
|
|||||||
- Code language: C, C++
|
- Code language: C, C++
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
|
||||||
|
A real-time-strategy (RTS) game.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Beat Harvester
|
# Beat Harvester
|
||||||
|
|
||||||
_Shoot'em'up with focus on timing, sound and smooth 2D visuals._
|
|
||||||
|
|
||||||
- Home: https://web.archive.org/web/20190813223336/http://www.hectigo.net/games/beatharvester/
|
- Home: https://web.archive.org/web/20190813223336/http://www.hectigo.net/games/beatharvester/
|
||||||
- State: beta, inactive since 2009
|
- State: beta, inactive since 2009
|
||||||
- Keywords: action, 2D, open content, shootem
|
- Keywords: action, 2D, open content, shootem
|
||||||
@ -12,4 +10,6 @@ _Shoot'em'up with focus on timing, sound and smooth 2D visuals._
|
|||||||
- Assets license: CC-BY 3.0
|
- Assets license: CC-BY 3.0
|
||||||
- Developer: Olli Etuaho
|
- Developer: Olli Etuaho
|
||||||
|
|
||||||
|
Shoot'em'up with focus on timing, sound and smooth 2D visuals.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Berusky
|
# Berusky
|
||||||
|
|
||||||
_Logic game based on Sokoban, expanded with new items such as explosives, stones, special gates._
|
|
||||||
|
|
||||||
- Home: https://www.anakreon.cz/berusky1.html, https://web.archive.org/web/20151026223411/https://sourceforge.net/projects/berusky/
|
- Home: https://www.anakreon.cz/berusky1.html, https://web.archive.org/web/20151026223411/https://sourceforge.net/projects/berusky/
|
||||||
- State: mature
|
- State: mature
|
||||||
- Download: (see home and https://web.archive.org/web/*/https://sourceforge.net/projects/berusky/files/*)
|
- Download: (see home and https://web.archive.org/web/*/https://sourceforge.net/projects/berusky/files/*)
|
||||||
@ -13,6 +11,8 @@ _Logic game based on Sokoban, expanded with new items such as explosives, stones
|
|||||||
- Code dependencies: SDL
|
- Code dependencies: SDL
|
||||||
- Assets license: GPL
|
- Assets license: GPL
|
||||||
|
|
||||||
|
Logic game based on Sokoban, expanded with new items such as explosives, stones, special gates.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: Make
|
- Build system: Make
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Berusky II
|
# Berusky II
|
||||||
|
|
||||||
_Logic game._
|
|
||||||
|
|
||||||
- Home: https://www.anakreon.cz/berusky2.html, https://web.archive.org/web/20150103190301/https://sourceforge.net/projects/berusky2/
|
- Home: https://www.anakreon.cz/berusky2.html, https://web.archive.org/web/20150103190301/https://sourceforge.net/projects/berusky2/
|
||||||
- State: beta
|
- State: beta
|
||||||
- Keywords: action, open content
|
- Keywords: action, open content
|
||||||
@ -10,6 +8,7 @@ _Logic game._
|
|||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
- Assets license: GPL-2.0
|
- Assets license: GPL-2.0
|
||||||
|
|
||||||
|
Logic game.
|
||||||
Also contained in Fedora, Debian, ..
|
Also contained in Fedora, Debian, ..
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Betrayer's Moon Tactics
|
# Betrayer's Moon Tactics
|
||||||
|
|
||||||
_Innovative, original strategy-action RPG developed in Sphere._
|
|
||||||
|
|
||||||
- Home: https://sourceforge.net/projects/bm-game/
|
- Home: https://sourceforge.net/projects/bm-game/
|
||||||
- State: beta, inactive since 2006
|
- State: beta, inactive since 2006
|
||||||
- Download: https://sourceforge.net/projects/bm-game/files
|
- Download: https://sourceforge.net/projects/bm-game/files
|
||||||
@ -10,4 +8,6 @@ _Innovative, original strategy-action RPG developed in Sphere._
|
|||||||
- Code language: JavaScript
|
- Code language: JavaScript
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
|
||||||
|
Innovative, original strategy-action RPG developed in Sphere.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# BetterSpades
|
# BetterSpades
|
||||||
|
|
||||||
_Remake of Ace of Spades._
|
|
||||||
|
|
||||||
- Home: https://aos.party/jenkins/job/BetterSpades/
|
- Home: https://aos.party/jenkins/job/BetterSpades/
|
||||||
- Inspirations: Ace of Spades
|
- Inspirations: Ace of Spades
|
||||||
- State: beta
|
- State: beta
|
||||||
@ -10,6 +8,8 @@ _Remake of Ace of Spades._
|
|||||||
- Code language: C
|
- Code language: C
|
||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
|
|
||||||
|
Remake of Ace of Spades.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- Build system: CMake
|
- Build system: CMake
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Between
|
# Between
|
||||||
|
|
||||||
_Puzzle game._
|
|
||||||
|
|
||||||
- Home: https://web.archive.org/web/20150131015825/http://www.esquire.com/features/best-and-brightest-2008/rohrer-game
|
- Home: https://web.archive.org/web/20150131015825/http://www.esquire.com/features/best-and-brightest-2008/rohrer-game
|
||||||
- State: beta, inactive since 2010
|
- State: beta, inactive since 2010
|
||||||
- Download: https://sourceforge.net/projects/hcsoftware/files/Between/
|
- Download: https://sourceforge.net/projects/hcsoftware/files/Between/
|
||||||
@ -13,4 +11,6 @@ _Puzzle game._
|
|||||||
- Assets license: Public domain
|
- Assets license: Public domain
|
||||||
- Developer: Jason Rohrer
|
- Developer: Jason Rohrer
|
||||||
|
|
||||||
|
Puzzle game.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user