removed unnecessary title in description

This commit is contained in:
Trilarion 2020-09-04 16:08:30 +02:00
parent 50ed561d66
commit dd91170887
94 changed files with 147 additions and 112 deletions

View File

@ -8,6 +8,7 @@ https://github.com/tlgkccampbell/ultraviolet
https://github.com/amerkoleci/Vortice.Windows https://github.com/amerkoleci/Vortice.Windows
https://github.com/horde3d/Horde3D https://github.com/horde3d/Horde3D
https://github.com/cxong/cdogs-sdl https://github.com/cxong/cdogs-sdl
https://moaiwebsite.github.io/
http://cyxdown.free.fr/bs/ http://cyxdown.free.fr/bs/
http://cyxdown.free.fr/f2b/ http://cyxdown.free.fr/f2b/
https://github.com/nfprojects/nfengine https://github.com/nfprojects/nfengine

View File

@ -39,7 +39,7 @@ if __name__ == "__main__":
print('took {}s'.format(time.process_time()-t0)) print('took {}s'.format(time.process_time()-t0))
t0 = time.process_time() t0 = time.process_time()
# entries = osg.assemble_infos() # entries = osg.assemble_infos()
osg.write_entries(entries) # osg.write_entries(entries)
print('took {}s'.format(time.process_time()-t0)) print('took {}s'.format(time.process_time()-t0))

View File

@ -582,22 +582,46 @@ def read_entries():
# parse and transform entry content # parse and transform entry content
try: try:
tree = parser.parse(content) tree = parser.parse(content)
entry = transformer.transform(tree) entry = transformer.transform(tree)
# add file information
entry['file'] = file
check_entry(entry)
except Exception as e: except Exception as e:
print(file) print('{} - {}'.format(file, e))
print(e)
continue continue
# TODO check entry
# add file information
entry['file'] = file
# add to list # add to list
entries.append(entry) entries.append(entry)
return entries return entries
def check_entry(entry):
"""
:param entry:
:return:
"""
message = ''
file = entry['file']
# check canonical file name
canonical_file_name = canonical_entry_name(entry['title']) + '.md'
# we also allow -X with X =2..9 as possible extension (because of duplicate canonical file names)
if canonical_file_name != file and canonical_file_name != file[:-5] + '.md':
message += 'file name should be {}\n'.format(canonical_file_name)
# title should not be also in description
if entry['title'] in entry['description']:
message += 'title included in description, should be removed'
if message:
raise RuntimeError(message)
def write_entries(entries): def write_entries(entries):
""" """

View File

@ -1,6 +1,6 @@
# Achtung, die Kurve! # Achtung, die Kurve!
_Clone of Achtung, die Kurve!, a simple skill game._ _Simple skill game._
- Home: https://kurve.se/ - Home: https://kurve.se/
- Inspirations: "Achtung, die Kurve!" - Inspirations: "Achtung, die Kurve!"

View File

@ -1,10 +1,10 @@
# adventure engine # adventure engine
_MOAI based point-n-click graphical adventure engine._ _Point-n-click graphical game engine._
- Home: https://github.com/isovector/adventure - Home: https://github.com/isovector/adventure
- State: mature, inactive since 2013 - State: mature, inactive since 2013
- Keywords: adventure, game engine - Keywords: adventure, game engine, inspired by Moai
- Code repository: https://github.com/isovector/adventure.git - Code repository: https://github.com/isovector/adventure.git
- Code language: Lua - Code language: Lua
- Code license: MIT - Code license: MIT

View File

@ -1,6 +1,6 @@
# Alien Assault Traders # Alien Assault Traders
_Alien Assault Traders is an 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._ _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

View File

@ -1,6 +1,6 @@
# AntiChess # AntiChess
_AntiChess is an anti chess game. You have to take your opponents piece if you can._ _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
@ -10,4 +10,6 @@ _AntiChess is an anti chess game. You have to take your opponents piece if you c
- Code language: Java - Code language: Java
- Code license: MIT - Code license: MIT
You have to take your opponents piece if you can.
## Building ## Building

View File

@ -1,11 +1,11 @@
# Armor Alley # Armor Alley
_Remake of Armor Alley_ _Helicopter shooter._
- Home: http://www.schillmania.com/armor-alley/ - Home: http://www.schillmania.com/armor-alley/
- State: beta - State: beta
- Platform: Web - Platform: Web
- Keywords: action, content open + non-commercial, inspired by Armor Alley, remake, strategy - Keywords: action, shooter, content open + non-commercial, inspired by Armor Alley, remake, strategy
- Code repository: https://github.com/scottschiller/ArmorAlley.git - Code repository: https://github.com/scottschiller/ArmorAlley.git
- Code language: JavaScript - Code language: JavaScript
- 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)

View File

@ -1,6 +1,6 @@
# Battlefield Java # Battlefield Java
_Battlefield Java is simple grid and turned based battle simulation game for Java developers._ _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

View File

@ -1,6 +1,6 @@
# Biogenesis # Biogenesis
_Biogenesis is an artificial life simulator, simulating organisms, their workings and their environment._ _Artificial life simulator, simulating organisms, their workings and their environment._
- Home: http://biogenesis.sourceforge.net/, https://sourceforge.net/projects/biogenesis/ - Home: http://biogenesis.sourceforge.net/, https://sourceforge.net/projects/biogenesis/
- State: beta - State: beta

View File

@ -1,6 +1,6 @@
# Bitfighter # Bitfighter
_Bitfighter is an outer-space combat action game. There are difference ways of playing such as space exploration for warfare and construction._ _Outer-space combat action game._
- Home: http://bitfighter.org/, https://web.archive.org/web/20141227065326/http://code.google.com/p/bitfighter/ - Home: http://bitfighter.org/, https://web.archive.org/web/20141227065326/http://code.google.com/p/bitfighter/
- State: mature - State: mature

View File

@ -1,10 +1,10 @@
# Black Shades Elite # Black Shades Elite
_Black Shades Elite is a fork of the game Black Shades._ _Fork of the game Black Shades._
- Home: https://web.archive.org/web/20150412072649/http://home.gna.org/blackshadeselite/, https://web.archive.org/web/20150412083319/https://gna.org/projects/blackshadeselite - 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 - State: beta, inactive since 2007
- Keywords: simulation, first-person, inspired by Black Shades (http://wolfire.com/blackshades.html), open content, shooter - Keywords: simulation, first-person, inspired by Black Shades, open content, shooter
- Code repository: (none) - Code repository: (none)
- Code language: ? - Code language: ?
- Code license: ? (GPL-2.0) - Code license: ? (GPL-2.0)

View File

@ -1,6 +1,6 @@
# Blackvoxel # Blackvoxel
_Blackvoxel is a 3D voxel sandbox game. The backstory takes place in the future, with the player finding themselves on a mysterious planet, after the crash of their spaceship.[1]_ _3D voxel sandbox game._
- Home: https://www.blackvoxel.com/, https://github.com/Blackvoxel/Blackvoxel - Home: https://www.blackvoxel.com/, https://github.com/Blackvoxel/Blackvoxel
- State: mature - State: mature
@ -13,6 +13,8 @@ _Blackvoxel is a 3D voxel sandbox game. The backstory takes place in the future,
- Code dependencies: OpenGL - Code dependencies: OpenGL
- Assets license: GPL-3.0 - Assets license: GPL-3.0
The backstory takes place in the future, with the player finding themselves on a mysterious planet, after the crash of their spaceship.
## Building ## Building
- Build system: Make - Build system: Make

View File

@ -1,6 +1,6 @@
# Blinken # Blinken
_Blinken is the KDE implementation of the memory game Simon Says._ _KDE implementation of the memory game Simon Says._
- Home: https://edu.kde.org/blinken/, https://github.com/KDE/blinken - Home: https://edu.kde.org/blinken/, https://github.com/KDE/blinken
- State: mature - State: mature

View File

@ -1,16 +1,18 @@
# Bloboats # Bloboats
_Bloboats is a side-scrolling arcade racing game. The game is similar to X-Moto, but the player controls a jet boat instead of a motorcycle._ _Side-scrolling arcade racing game._
- Home: https://web.archive.org/web/20111013002050/http://bloboats.blobtrox.net/, https://tracker.debian.org/pkg/bloboats - Home: https://web.archive.org/web/20111013002050/http://bloboats.blobtrox.net/, https://tracker.debian.org/pkg/bloboats
- State: mature, inactive since 2006 - State: mature, inactive since 2006
- Download: https://web.archive.org/web/20091226074342/http://bloboats.blobtrox.net/download.php - Download: https://web.archive.org/web/20091226074342/http://bloboats.blobtrox.net/download.php
- Keywords: action, open content, racing - Keywords: action, open content, racing, inspired by X-Moto
- Code repository: https://salsa.debian.org/games-team/bloboats.git (see alsodownload) - Code repository: https://salsa.debian.org/games-team/bloboats.git (see alsodownload)
- Code language: C++ - Code language: C++
- Code license: GPL-2.0 - Code license: GPL-2.0
- Assets license: GPL (data), CC (sounds) - Assets license: GPL (data), CC (sounds)
The game is similar to X-Moto, but the player controls a jet boat instead of a motorcycle.
## Building ## Building
- Build system: Make - Build system: Make

View File

@ -1,12 +1,12 @@
# BomberClone # BomberClone
_BomberClone is an AtomicBomberMan clone started by Steffen Pohle. Both data and the source are licensed under the GPL.[2][3]_ _AtomicBomberMan clone._
- Home: https://www.bomberclone.de/, https://packages.debian.org/sid/bomberclone, https://sourceforge.net/projects/bomberclone/ - Home: https://www.bomberclone.de/, https://packages.debian.org/sid/bomberclone, https://sourceforge.net/projects/bomberclone/
- State: beta, inactive since 2010 - State: beta, inactive since 2010
- Download: https://www.bomberclone.de/core.html - Download: https://www.bomberclone.de/core.html
- Platform: Windows, Linux - Platform: Windows, Linux
- Keywords: arcade, open content - Keywords: arcade, open content, inspired by Atomic Bomberman
- Code repository: (see download) - Code repository: (see download)
- Code language: C - Code language: C
- Code license: GPL-2.0 - Code license: GPL-2.0

View File

@ -1,6 +1,6 @@
# Boohu # Boohu
_Break Out Of Hareka's Underground (Boohu) is a turn-based roguelike focusing on tactical positioning mechanisms._ _Break Out Of Hareka's Underground is a turn-based roguelike focusing on tactical positioning mechanisms._
- Home: https://download.tuxfamily.org/boohu/index.html - Home: https://download.tuxfamily.org/boohu/index.html
- State: beta - State: beta

View File

@ -1,6 +1,6 @@
# Boulder Dash # Boulder Dash
_Boulder Dash game remake, done in Java._ _Dig through caves collecting gems._
- Home: https://github.com/valeriansaliou/boulder-dash - Home: https://github.com/valeriansaliou/boulder-dash
- State: mature, inactive since 2015 - State: mature, inactive since 2015

View File

@ -1,6 +1,6 @@
# Brikx # Brikx
_Brikx is a puzzle game with the goal to clear levels navigating your way around walls._ _Puzzle game with the goal to clear levels navigating your way around walls._
- Home: https://sourceforge.net/projects/brikx/ - Home: https://sourceforge.net/projects/brikx/
- State: beta, inactive since 2009 - State: beta, inactive since 2009

View File

@ -1,6 +1,6 @@
# British Bingo # British Bingo
_British Bingo is a 90-ball bingo game with 3 by 9 boards._ _90-ball bingo game with 3 by 9 boards._
- Home: https://sourceforge.net/projects/britbingo/ - Home: https://sourceforge.net/projects/britbingo/
- State: mature - State: mature

View File

@ -1,6 +1,6 @@
# Brogue # Brogue
_Brogue is a traditional roguelike game inspired from the original Rogue. Your quest is to find the Amulet of Yendor._ _Traditional roguelike game inspired from the original Rogue. Your quest is to find the Amulet of Yendor._
- Home: http://sites.google.com/site/broguegame/, https://brogue.fandom.com/wiki/Brogue_Wiki - Home: http://sites.google.com/site/broguegame/, https://brogue.fandom.com/wiki/Brogue_Wiki
- State: mature - State: mature

View File

@ -1,6 +1,6 @@
# buggyGame # buggyGame
_buggyGame is a single-player side-scrolling survival-exploration game where a moon buggy is driven across the surface of Earth and Moon._ _Single-player side-scrolling survival-exploration game where a moon buggy is driven across the surface of Earth and Moon._
- Home: https://fydo.net/projects/buggygame - Home: https://fydo.net/projects/buggygame
- State: beta, inactive since 2007 - State: beta, inactive since 2007

View File

@ -1,11 +1,11 @@
# Cadaver # Cadaver
_Remake of Cadaver._ _Recreation of the original game._
- Home: https://jotd.pagesperso-orange.fr/cadaver/ - Home: https://jotd.pagesperso-orange.fr/cadaver/
- State: beta, inactive since 2009 - State: beta, inactive since 2009
- Download: https://jotd.pagesperso-orange.fr/cadaver/bin/Cadaver-001.zip - Download: https://jotd.pagesperso-orange.fr/cadaver/bin/Cadaver-001.zip
- Keywords: action, commercial content, inspired by Cadaver, remake - Keywords: action, commercial content, inspired by Cadaver, remake, requires original content
- Code repository: (see download) - Code repository: (see download)
- Code language: C++ - Code language: C++
- Code license: GPL-2.0 - Code license: GPL-2.0

View File

@ -1,6 +1,6 @@
# Cannon Smash # Cannon Smash
_Cannon Smash is a table tennis game._ _Table tennis game._
- Home: http://cannonsmash.sourceforge.net/, https://sourceforge.net/projects/cannonsmash/ - Home: http://cannonsmash.sourceforge.net/, https://sourceforge.net/projects/cannonsmash/
- State: beta, inactive since 2003 - State: beta, inactive since 2003

View File

@ -1,6 +1,6 @@
# Caph # Caph
_Caph is a physics simulation puzzle game in which the player has to get a red and a green circle together._ _Physics simulation puzzle game in which the player has to get a red and a green circle together._
- Home: http://caphgame.sourceforge.net/, https://sourceforge.net/projects/caphgame - Home: http://caphgame.sourceforge.net/, https://sourceforge.net/projects/caphgame
- State: mature, inactive since 2010 - State: mature, inactive since 2010

View File

@ -1,6 +1,6 @@
# Card Stories # Card Stories
_Card Stories is an online multiplayer HTML5 based game of cards that promotes creativity and imagination._ _Online multiplayer game of cards that promotes creativity and imagination._
- Home: https://web.archive.org/web/20190126033549/https://cardstories.org/ - Home: https://web.archive.org/web/20190126033549/https://cardstories.org/
- State: beta, inactive since 2012 - State: beta, inactive since 2012

View File

@ -1,11 +1,11 @@
# Castle of the Winds # Castle of the Winds
_Castle of the Winds remake._ _Remake of the original._
- Home: http://game.castleofthewinds.com/, http://mordrax.github.io/cotwmtor/ - Home: http://game.castleofthewinds.com/, http://mordrax.github.io/cotwmtor/
- State: beta, inactive since 2016 - State: beta, inactive since 2016
- Play: http://game.castleofthewinds.com/ - Play: http://game.castleofthewinds.com/
- Keywords: role playing, remake - Keywords: role playing, remake, inspired by Castle of the Winds
- Code repository: https://github.com/mordrax/cotwmtor.git - Code repository: https://github.com/mordrax/cotwmtor.git
- Code language: JavaScript - Code language: JavaScript
- Code license: MIT - Code license: MIT

View File

@ -1,6 +1,6 @@
# CAVEZ of PHEAR # CAVEZ of PHEAR
_CAVEZ of PHEAR is an arcade action game based on ASCII graphics._ _Arcade action game based on ASCII graphics._
- Home: https://web.archive.org/web/20120110101219/http://www.x86.no/cavezofphear/ - Home: https://web.archive.org/web/20120110101219/http://www.x86.no/cavezofphear/
- State: beta, inactive since 2011 - State: beta, inactive since 2011

View File

@ -1,6 +1,6 @@
# CBoard # CBoard
_CBoard is a text-mode chess game front-end and editor for PGN (Portable Game Notation) files. It uses unicode characters to display chess pieces._ _Text-mode chess game front-end and editor for PGN (Portable Game Notation) files. It uses unicode characters to display chess pieces._
- Home: http://benkibbey.wordpress.com/cboard/, https://gitlab.com/bjk/cboard/-/wikis/home - Home: http://benkibbey.wordpress.com/cboard/, https://gitlab.com/bjk/cboard/-/wikis/home
- State: beta, inactive since 2018 - State: beta, inactive since 2018

View File

@ -1,6 +1,6 @@
# Chaos Esque Anthology # Chaos Esque Anthology
_Chaos Esque Anthology is a first-person shooter fork of Xonotic including new weapons, maps, vehicles and more._ _First-person shooter fork of Xonotic including new weapons, maps, vehicles and more._
- Home: https://sourceforge.net/projects/chaosesqueanthology/ - Home: https://sourceforge.net/projects/chaosesqueanthology/
- State: mature - State: mature

View File

@ -1,6 +1,6 @@
# Chess3D # Chess3D
_Chess3D is a HTML/WebGL 3D chess game with AI._ _3D chess game with AI._
- Home: http://yanngranjon.com/static/games/chess3D/ - Home: http://yanngranjon.com/static/games/chess3D/
- State: mature, inactive since 2016 - State: mature, inactive since 2016

View File

@ -1,6 +1,6 @@
# Children of Ur # Children of Ur
_Children of Ur is an MMORPG._ _MMORPG._
- Home: https://www2.childrenofur.com/ - Home: https://www2.childrenofur.com/
- State: beta - State: beta

View File

@ -1,6 +1,6 @@
# Civitas # Civitas
_Civitas is a city building game for kids._ _City building game for kids._
- Home: http://sourceforge.net/projects/civitas/, https://www.conexum.com.br/cosmopolita/ (Portoguese) - Home: http://sourceforge.net/projects/civitas/, https://www.conexum.com.br/cosmopolita/ (Portoguese)
- State: beta, inactive since 2017 - State: beta, inactive since 2017

View File

@ -1,6 +1,6 @@
# Combat Simulator Project # Combat Simulator Project
_Combat Simulator Project aka CSP is an aerial combat simulator._ _Aerial combat simulator._
- Home: https://web.archive.org/web/20140215084623/https://sourceforge.net/apps/mediawiki/csp/index.php?title=Main_Page, https://sourceforge.net/projects/csp - Home: https://web.archive.org/web/20140215084623/https://sourceforge.net/apps/mediawiki/csp/index.php?title=Main_Page, https://sourceforge.net/projects/csp
- State: beta, inactive since 2010 - State: beta, inactive since 2010

View File

@ -1,6 +1,6 @@
# Conquest # Conquest
_Conquest is a real-time strategy space war game._ _Real-time strategy space war game._
- Home: https://github.com/jtrulson/conquest - Home: https://github.com/jtrulson/conquest
- State: mature - State: mature

View File

@ -1,6 +1,6 @@
# Consomaton # Consomaton
_Consomaton is a puzzle game revolving around cellular automata._ _Puzzle game revolving around cellular automata._
- Home: http://www.asahi-net.or.jp/~cs8k-cyu/blog/2016/06/17/consomaton/ - Home: http://www.asahi-net.or.jp/~cs8k-cyu/blog/2016/06/17/consomaton/
- State: mature, inactive since 2016 - State: mature, inactive since 2016

View File

@ -1,6 +1,6 @@
# Cultivation # Cultivation
_Cultivation is a 2D life simulation game created by Jason Rohrer._ _2D life simulation._
- Home: http://cultivation.sourceforge.net/, https://sourceforge.net/projects/cultivation/ - Home: http://cultivation.sourceforge.net/, https://sourceforge.net/projects/cultivation/
- State: mature, inactive since 2010 - State: mature, inactive since 2010

View File

@ -1,6 +1,6 @@
# Cuyo # Cuyo
_Cuyo is a Puyo Puyo-style puzzle game._ _Puyo Puyo-style puzzle game._
- Home: https://www.karimmi.de/cuyo/, https://web.archive.org/web/20120817234225/http://www.mathematik.uni-tuebingen.de/~peter/cuyo/, https://packages.debian.org/sid/cuyo - Home: https://www.karimmi.de/cuyo/, https://web.archive.org/web/20120817234225/http://www.mathematik.uni-tuebingen.de/~peter/cuyo/, https://packages.debian.org/sid/cuyo
- State: mature, inactive since 2014 - State: mature, inactive since 2014

View File

@ -1,6 +1,6 @@
# DarkCity # DarkCity
_DarkCity is a MMORPG game, in text mode on the Internet._ _MMORPG in text mode._
- Home: https://sourceforge.net/projects/darkcity/ - Home: https://sourceforge.net/projects/darkcity/
- State: mature, inactive since 2012 - State: mature, inactive since 2012

View File

@ -1,6 +1,6 @@
# Deer Portal # Deer Portal
_Deer Portal is a hybrid board/card game for four players driven by the four classical elements._ _Hybrid board/card game for four players driven by the four classical elements._
- Home: https://devcarpet.net/deerportal/ - Home: https://devcarpet.net/deerportal/
- State: beta - State: beta

View File

@ -1,11 +1,11 @@
# DOOM # DOOM
_Source of DOOM._ _Source of Doom._
- Home: https://github.com/id-Software/DOOM - Home: https://github.com/id-Software/DOOM
- State: mature, inactive since 2012 - State: mature, inactive since 2012
- Platform: Linux - Platform: Linux
- Keywords: action, first-person, game engine, shooter - Keywords: action, first-person, game engine, shooter, inspired by Doom
- Code repository: https://github.com/id-Software/DOOM.git - Code repository: https://github.com/id-Software/DOOM.git
- Code language: C - Code language: C
- Code license: Custom - Code license: Custom

View File

@ -1,6 +1,6 @@
# Dunnet # Dunnet
_Dunnet is a text adventure game included in Emacs._ _Text adventure game included in Emacs._
- Home: http://www.driver-aces.com/ronnie.html#dunnet - Home: http://www.driver-aces.com/ronnie.html#dunnet
- Media: <https://en.wikipedia.org/wiki/Dunnet_(video_game)> - Media: <https://en.wikipedia.org/wiki/Dunnet_(video_game)>

View File

@ -1,6 +1,6 @@
# EasyRPG Player # EasyRPG Player
_EasyRPG Player is a program that allows to play games created with RPG Maker 2000 and 2003._ _Allows to play games created with RPG Maker 2000 and 2003._
- Home: https://easyrpg.org/player/, https://easyrpg.org/ - Home: https://easyrpg.org/player/, https://easyrpg.org/
- State: mature - State: mature

View File

@ -1,6 +1,6 @@
# Excellent Bifurcation # Excellent Bifurcation
_Excellent Bifurcation is an abstract vertical shooter with two sides to play on._ _Abstract vertical shooter with two sides to play on._
- Home: https://archive.org/details/ExcellentFix, https://packages.debian.org/source/excellent-bifurcation - Home: https://archive.org/details/ExcellentFix, https://packages.debian.org/source/excellent-bifurcation
- State: mature, inactive since 2007 - State: mature, inactive since 2007

View File

@ -1,6 +1,6 @@
# Fairy-Max # Fairy-Max
_Fairy-Max is a xboard compatible chess engine for playing user defined chess variants with non-orthodox pieces._ _Xboard compatible chess engine for playing user defined chess variants with non-orthodox pieces._
- Home: http://home.hccnet.nl/h.g.muller/CVfairy.html, https://web.archive.org/web/20150412073152/http://www.chessvariants.org/index/msdisplay.php?itemid=MSfairy-max - Home: http://home.hccnet.nl/h.g.muller/CVfairy.html, https://web.archive.org/web/20150412073152/http://www.chessvariants.org/index/msdisplay.php?itemid=MSfairy-max
- Media: https://en.wikipedia.org/wiki/Fairy-Max - Media: https://en.wikipedia.org/wiki/Fairy-Max

View File

@ -1,6 +1,6 @@
# Falcon's Eye # Falcon's Eye
_Falcon's Eye is a graphical isometric version of NetHack written by Jaakko Tapani Peltonen that keeps all of the original game-play, but adds a more graphically and musically interesting interface._ _Graphical isometric version of NetHack written by Jaakko Tapani Peltonen that keeps all of the original game-play, but adds a more graphically and musically interesting interface._
- Home: http://falconseye.sourceforge.net/, https://sourceforge.net/projects/falconseye/ - Home: http://falconseye.sourceforge.net/, https://sourceforge.net/projects/falconseye/
- State: mature, inactive since 2004 - State: mature, inactive since 2004

View File

@ -1,6 +1,6 @@
# FAR Colony # FAR Colony
_FAR Colony (First Autonomous Remote Colony) is a game of exploration and space colonization being held in the 23th century._ _Game of exploration and space colonization being held in the 23th century._
- Home: https://code.google.com/archive/p/farcolony/ - Home: https://code.google.com/archive/p/farcolony/
- State: beta, inactive since 2014 - State: beta, inactive since 2014

View File

@ -1,6 +1,6 @@
# Flare # Flare
_Flare (Free Libre Action Roleplaying Engine) is a simple game engine built to handle a very specific kind of game: single-player 2D action RPGs._ _(Free Libre Action Roleplaying Engine) is a simple game engine built to handle a very specific kind of game: single-player 2D action RPGs._
- Home: https://flarerpg.org/, https://github.com/clintbellanger/flare-engine - Home: https://flarerpg.org/, https://github.com/clintbellanger/flare-engine
- State: mature - State: mature

View File

@ -1,11 +1,11 @@
# Freeciv-web # Freeciv-web
_Freeciv-web is a version of Freeciv playable online in any modern web browser._ _Version of Freeciv playable online in any modern web browser._
- Home: https://web.archive.org/web/20180102150750/https://play.freeciv.org/ - Home: https://web.archive.org/web/20180102150750/https://play.freeciv.org/
- Media: https://en.wikipedia.org/wiki/Freeciv#Freeciv_WebGL_3D_and_Freeciv-web - Media: https://en.wikipedia.org/wiki/Freeciv#Freeciv_WebGL_3D_and_Freeciv-web
- State: mature - State: mature
- Keywords: strategy, clone, inspired by Civilization II, online, turn-based - Keywords: strategy, clone, inspired by Civilization II + Freeciv, online, turn-based
- Code repository: https://github.com/freeciv/freeciv-web.git - Code repository: https://github.com/freeciv/freeciv-web.git
- Code language: JavaScript, Java, Python - Code language: JavaScript, Java, Python
- Code license: AGPL-3.0 - Code license: AGPL-3.0

View File

@ -1,6 +1,6 @@
# FreeCol # FreeCol
_FreeCol is a turn-based strategy game based on the old game Colonization, and similar to Civilization._ _Turn-based strategy game based on the old game Colonization, and similar to Civilization._
- Home: http://www.freecol.org/, https://sourceforge.net/projects/freecol/ - Home: http://www.freecol.org/, https://sourceforge.net/projects/freecol/
- Media: https://en.wikipedia.org/wiki/FreeCol - Media: https://en.wikipedia.org/wiki/FreeCol

View File

@ -1,6 +1,6 @@
# Glest # Glest
_Glest is a free 3D real-time strategy game._ _3D real-time strategy game._
- Home: http://glest.org/en/index.php, https://sourceforge.net/projects/glest/ - Home: http://glest.org/en/index.php, https://sourceforge.net/projects/glest/
- Media: https://en.wikipedia.org/wiki/Glest - Media: https://en.wikipedia.org/wiki/Glest

View File

@ -1,6 +1,6 @@
# Go Ollie! # Go Ollie!
_Go Ollie! is a mouse controlled platformer about an earth worm._ _Mouse controlled platformer about an earth worm._
- Home: http://www.charliedoggames.com/?page_id=62, https://web.archive.org/web/20111013005011/http://www.tweeler.com/index.php?PAGE=goollie_linux - Home: http://www.charliedoggames.com/?page_id=62, https://web.archive.org/web/20111013005011/http://www.tweeler.com/index.php?PAGE=goollie_linux
- State: mature, inactive since 2011 - State: mature, inactive since 2011

View File

@ -1,6 +1,6 @@
# Hero of Allacrost # Hero of Allacrost
_Hero of Allacrost is a 2D role-playing game inspired by classic console RPGs._ _2D role-playing game inspired by classic console RPGs._
- Home: http://allacrost.org - Home: http://allacrost.org
- State: mature - State: mature

View File

@ -1,6 +1,6 @@
# Holtz # Holtz
_Holtz is a collection of board games that can be played against the computer or online against other players. Holtz supports the games Zèrtz, Dvonn, Relax and Bloks._ _Collection of board games that can be played against the computer or online against other players. Holtz supports the games Zèrtz, Dvonn, Relax and Bloks._
- Home: https://sourceforge.net/projects/holtz/ - Home: https://sourceforge.net/projects/holtz/
- State: mature - State: mature

View File

@ -1,6 +1,6 @@
# Hypercube # Hypercube
_Hypercube is a golf-like puzzle game around a tesseract (4D hypercube)._ _Golf-like puzzle game around a tesseract (4D hypercube)._
- Home: http://harmen.vanderwal.eu/hypercube/ - Home: http://harmen.vanderwal.eu/hypercube/
- State: mature, inactive since 2016 - State: mature, inactive since 2016

View File

@ -1,6 +1,6 @@
# Intricacy # Intricacy
_Intricacy is a multiplayer lock-picking puzzle game, in which players design locks and try to pick the locks devised by others._ _Multiplayer lock-picking puzzle game, in which players design locks and try to pick the locks devised by others._
- Home: http://mbays.freeshell.org/intricacy/ - Home: http://mbays.freeshell.org/intricacy/
- State: beta - State: beta

View File

@ -1,6 +1,6 @@
# Irrlicht Engine # Irrlicht Engine
_The Irrlicht Engine is an open source high performance real time 3D engine._ _High performance real time 3D engine._
- Home: http://irrlicht.sourceforge.net/ - Home: http://irrlicht.sourceforge.net/
- Media: https://en.wikipedia.org/wiki/Irrlicht_Engine - Media: https://en.wikipedia.org/wiki/Irrlicht_Engine

View File

@ -1,6 +1,6 @@
# JSoko # JSoko
_JSoko is a sokobon style puzzle game. It includes an automatic solver and supports different skins._ _Sokobon style puzzle game. It includes an automatic solver and supports different skins._
- Home: https://www.sokoban-online.de/, https://sourceforge.net/projects/jsokoapplet/ - Home: https://www.sokoban-online.de/, https://sourceforge.net/projects/jsokoapplet/
- State: mature - State: mature

View File

@ -1,6 +1,6 @@
# Key Runner # Key Runner
_Key Runner is a 2D overhead action game where Moschata, the Key Runner must race to retrieve the key and bring it to the lock._ _2D overhead action game where Moschata, the Key Runner must race to retrieve the key and bring it to the lock._
- Home: https://web.archive.org/web/20150412095108/http://killergame.net/keyrunner/ - Home: https://web.archive.org/web/20150412095108/http://killergame.net/keyrunner/
- State: mature, inactive since 2013 - State: mature, inactive since 2013

View File

@ -5,7 +5,7 @@ _Rewrite for modern architectures of the incredibly good game Ultima Underworld
- Home: http://low.sourceforge.net/index.php, https://sourceforge.net/projects/low/ - Home: http://low.sourceforge.net/index.php, https://sourceforge.net/projects/low/
- State: beta, inactive since 2010 - State: beta, inactive since 2010
- Download: https://sourceforge.net/projects/low/files - Download: https://sourceforge.net/projects/low/files
- Keywords: role playing - Keywords: role playing, inspired by Ultima Underworld 2: Labyrinth of Worlds
- Code repository: https://gitlab.com/osgames/low.git (cvs and svn to git conversion), https://svn.code.sf.net/p/low/code (svn), http://low.cvs.sourceforge.net (cvs) - Code repository: https://gitlab.com/osgames/low.git (cvs and svn to git conversion), https://svn.code.sf.net/p/low/code (svn), http://low.cvs.sourceforge.net (cvs)
- Code language: C++ - Code language: C++
- Code license: LGPL-3.0 - Code license: LGPL-3.0

View File

@ -1,6 +1,6 @@
# libpng # libpng
_libpng is the official PNG reference library._ _Official PNG reference library._
- Home: http://libpng.org/pub/png/libpng.html, https://libpng.sourceforge.io/ - Home: http://libpng.org/pub/png/libpng.html, https://libpng.sourceforge.io/
- Media: https://en.wikipedia.org/wiki/Libpng - Media: https://en.wikipedia.org/wiki/Libpng

View File

@ -1,6 +1,6 @@
# Libxml2 # Libxml2
_Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform)._ _XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform)._
- Home: http://www.xmlsoft.org/ - Home: http://www.xmlsoft.org/
- Media: https://en.wikipedia.org/wiki/Libxml2 - Media: https://en.wikipedia.org/wiki/Libxml2

View File

@ -1,6 +1,6 @@
# Lincity # Lincity
_Lincity is a city simulation game,_ _City simulation game._
- Home: http://lincity.sourceforge.net/, https://sourceforge.net/projects/lincity/ - Home: http://lincity.sourceforge.net/, https://sourceforge.net/projects/lincity/
- Media: https://en.wikipedia.org/wiki/Lincity - Media: https://en.wikipedia.org/wiki/Lincity

View File

@ -5,7 +5,7 @@ _Arcade game of genre "Luolalentely" (Cave-flying) inspired by V-Wing._
- Home: https://web.archive.org/web/20120322083830/http://www.luolamies.org/software/luola/ - Home: https://web.archive.org/web/20120322083830/http://www.luolamies.org/software/luola/
- State: mature, inactive since 2005 - State: mature, inactive since 2005
- Platform: Windows, Linux, macOS - Platform: Windows, Linux, macOS
- Keywords: arcade, open content - Keywords: arcade, open content, inspired by V-Wing
- Code repository: https://github.com/callaa/luola.git - Code repository: https://github.com/callaa/luola.git
- Code language: C - Code language: C
- Code license: GPL-2.0 - Code license: GPL-2.0

View File

@ -1,6 +1,6 @@
# LZMA SDK # LZMA SDK
_The LZMA SDK provides the documentation, samples, header files, libraries, and tools you need to develop applications that use LZMA compression._ _Provides the documentation, samples, header files, libraries, and tools you need to develop applications that use LZMA compression._
- Home: https://7-zip.org/ - Home: https://7-zip.org/
- Media: https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Markov_chain_algorithm - Media: https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Markov_chain_algorithm

View File

@ -1,6 +1,6 @@
# Maratis # Maratis
_Maratis is a simple cross-platform 3d engine and visual game development tool._ _Simple cross-platform 3D engine and visual game development tool._
- Home: http://www.maratis3d.org/ - Home: http://www.maratis3d.org/
- State: beta - State: beta

View File

@ -1,6 +1,6 @@
# MegaGlest # MegaGlest
_MegaGlest is an entertaining free (freeware and free software) and open source cross-platform 3D real-time strategy (RTS) game._ _Cross-platform 3D real-time strategy (RTS) game._
- Home: https://megaglest.org/, https://sourceforge.net/projects/megaglest/ - Home: https://megaglest.org/, https://sourceforge.net/projects/megaglest/
- Media: https://en.wikipedia.org/wiki/MegaGlest - Media: https://en.wikipedia.org/wiki/MegaGlest

View File

@ -1,6 +1,6 @@
# Open RPG Maker # Open RPG Maker
_Open RPG Maker is a free and open source 2D RPG creation utility, similar to the popular RPG Maker series._ _2D RPG creation utility, similar to the popular RPG Maker series._
- Home: http://openrpgmaker.sourceforge.net/, https://sourceforge.net/projects/openrpgmaker/ - Home: http://openrpgmaker.sourceforge.net/, https://sourceforge.net/projects/openrpgmaker/
- State: beta, inactive since 2014 - State: beta, inactive since 2014

View File

@ -1,6 +1,6 @@
# Open Zelda # Open Zelda
_Open Zelda Game Development Software._ _Game Development Software._
- Home: https://github.com/openzelda/openzelda-source, https://web.archive.org/web/20171028213428/http://openzelda.nfshost.com/ - Home: https://github.com/openzelda/openzelda-source, https://web.archive.org/web/20171028213428/http://openzelda.nfshost.com/
- State: mature, inactive since 2015 - State: mature, inactive since 2015

View File

@ -1,6 +1,6 @@
# OpenRPG # OpenRPG
_OpenRPG is an Internet application that allows people to play Role Playing Games and some miniature based war games in real-time over the Internet._ _Allows people to play Role Playing Games and some miniature based war games in real-time over the Internet._
- Home: http://www.rpgobjects.com/index.php?c=orpg, https://app.assembla.com/spaces/openrpg/, https://sourceforge.net/projects/openrpg/, https://app.assembla.com/wiki/show/traipse - Home: http://www.rpgobjects.com/index.php?c=orpg, https://app.assembla.com/spaces/openrpg/, https://sourceforge.net/projects/openrpg/, https://app.assembla.com/wiki/show/traipse
- State: mature, inactive since 2013 - State: mature, inactive since 2013

View File

@ -1,12 +1,12 @@
# OpenTTD # OpenTTD
_OpenTTD is an open source simulation game based upon the popular Microprose game "Transport Tycoon Deluxe"._ _Simulation game based upon the popular Microprose game "Transport Tycoon Deluxe"._
- Home: https://www.openttd.org/ - Home: https://www.openttd.org/
- Media: https://en.wikipedia.org/wiki/OpenTTD - Media: https://en.wikipedia.org/wiki/OpenTTD
- State: mature - State: mature
- Download: https://www.openttd.org/downloads/openttd-releases/latest.html - Download: https://www.openttd.org/downloads/openttd-releases/latest.html
- Keywords: simulation, can use original content, inspired by Transport Tycoon, open content (swappable), remake - Keywords: simulation, can use original content, inspired by Transport Tycoon Deluxe, open content (swappable), remake
- Code repository: https://github.com/OpenTTD/OpenTTD.git, https://svn.openttd.org/ (svn) - Code repository: https://github.com/OpenTTD/OpenTTD.git, https://svn.openttd.org/ (svn)
- Code language: C++ - Code language: C++
- Code license: GPL-2.0 - Code license: GPL-2.0

View File

@ -1,6 +1,6 @@
# OpenXcom # OpenXcom
_OpenXcom is an open-source clone of the original UFO: Enemy Unknown (X-Com: UFO Defense in USA)._ _Clone of the original UFO: Enemy Unknown (X-Com: UFO Defense in USA)._
- Home: https://openxcom.org/ - Home: https://openxcom.org/
- Media: <https://en.wikipedia.org/wiki/UFO:_Enemy_Unknown#Fan-created_content> - Media: <https://en.wikipedia.org/wiki/UFO:_Enemy_Unknown#Fan-created_content>

View File

@ -1,6 +1,6 @@
# Panda3D # Panda3D
_Panda3D is a game engine, a framework for 3D rendering and game development for Python and C++ programs._ _Game engine, a framework for 3D rendering and game development for Python and C++ programs._
- Home: https://www.panda3d.org/ - Home: https://www.panda3d.org/
- Media: https://en.wikipedia.org/wiki/Panda3D - Media: https://en.wikipedia.org/wiki/Panda3D

View File

@ -1,6 +1,6 @@
# Pioneer # Pioneer
_Pioneer is a space adventure game set in our galaxy at the turn of the 31st century._ _Space adventure game set in our galaxy at the turn of the 31st century._
- Home: https://pioneerspacesim.net/ - Home: https://pioneerspacesim.net/
- Media: <https://en.wikipedia.org/wiki/Pioneer_(video_game)> - Media: <https://en.wikipedia.org/wiki/Pioneer_(video_game)>

View File

@ -1,6 +1,6 @@
# Polycode # Polycode
_Polycode is a C++ and Lua framework for building interactive applications._ _C++ and Lua framework for building interactive applications._
- Home: http://polycode.org/ - Home: http://polycode.org/
- State: beta - State: beta

View File

@ -1,6 +1,6 @@
# Quadrapassel # Quadrapassel
_Quadrapassel (formerly a part of GNOME Games) is a GNOME version of Tetris. It was previously named Gnometris._ _(formerly a part of GNOME Games) is a GNOME version of Tetris. It was previously named Gnometris._
- Home: https://wiki.gnome.org/Apps/Quadrapassel - Home: https://wiki.gnome.org/Apps/Quadrapassel
- State: mature - State: mature

View File

@ -1,12 +1,12 @@
# ReTux # ReTux
_ReTux (stylized as "reTux" in-game) is a 2D platformer._ _(stylized as "reTux" in-game) is a 2D platformer._
- Home: http://retux.nongnu.org, https://savannah.nongnu.org/projects/retux - Home: http://retux.nongnu.org, https://savannah.nongnu.org/projects/retux
- State: mature, inactive since 2018 - State: mature, inactive since 2018
- Download: http://retux.nongnu.org/download.html - Download: http://retux.nongnu.org/download.html
- Platform: Windows, Linux - Platform: Windows, Linux
- Keywords: platform, inspired by Super Mario, open content - Keywords: platform, inspired by Super Mario, open content, 2D
- Code repository: https://git.savannah.nongnu.org/git/retux.git, http://cvs.savannah.nongnu.org:/web/retux (cvs) - Code repository: https://git.savannah.nongnu.org/git/retux.git, http://cvs.savannah.nongnu.org:/web/retux (cvs)
- Code language: Python - Code language: Python
- Code license: GPL-3.0 - Code license: GPL-3.0

View File

@ -7,7 +7,7 @@ _Fan continuation of Seven Kingdoms: Ancient Adversaries by Enlight Software._
- State: mature - State: mature
- Download: https://www.7kfans.com/wiki/index.php/Download, https://sourceforge.net/projects/skfans/files/, https://github.com/the3dfxdude/7kaa/releases - Download: https://www.7kfans.com/wiki/index.php/Download, https://sourceforge.net/projects/skfans/files/, https://github.com/the3dfxdude/7kaa/releases
- Platform: Windows, Linux - Platform: Windows, Linux
- Keywords: strategy, inspired by Seven Kingdoms, remake - Keywords: strategy, inspired by Seven Kingdoms: Ancient Adversaries, remake
- Code repository: https://github.com/the3dfxdude/7kaa.git - Code repository: https://github.com/the3dfxdude/7kaa.git
- Code language: C++ - Code language: C++
- Code license: GPL-2.0 - Code license: GPL-2.0

View File

@ -1,6 +1,6 @@
# Simple DirectMedia Layer # Simple DirectMedia Layer
_Simple DirectMedia Layer is a cross-platform development library designed to provide low level access._ _Cross-platform development library designed to provide low level access._
- Home: https://www.libsdl.org/index.php - Home: https://www.libsdl.org/index.php
- Media: https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer - Media: https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer

View File

@ -1,6 +1,6 @@
# Simple Sokoban # Simple Sokoban
_Simple Sokoban game aimed at playability and portability across systems._ _Sokoban game aimed at playability and portability across systems._
- Home: http://simplesok.sourceforge.net/, https://sourceforge.net/projects/simplesok/ - Home: http://simplesok.sourceforge.net/, https://sourceforge.net/projects/simplesok/
- State: mature, inactive since 2014 - State: mature, inactive since 2014

View File

@ -6,7 +6,7 @@ _A port of TetraVex for macOS._
- State: beta - State: beta
- Download: https://github.com/Lisergishnu/TetraVex/releases - Download: https://github.com/Lisergishnu/TetraVex/releases
- Platform: macOS - Platform: macOS
- Keywords: puzzle, port - Keywords: puzzle, port, inspired by TetraVex
- Code repository: https://github.com/Lisergishnu/TetraVex.git - Code repository: https://github.com/Lisergishnu/TetraVex.git
- Code language: Swift - Code language: Swift
- Code license: GPL-3.0 - Code license: GPL-3.0

View File

@ -1,6 +1,6 @@
# The Battle for Wesnoth # The Battle for Wesnoth
_The Battle for Wesnoth is an open source, turn-based strategy game with a high fantasy theme._ _Turn-based strategy game with a high fantasy theme._
- Home: https://www.wesnoth.org/, https://sourceforge.net/projects/wesnoth/ - Home: https://www.wesnoth.org/, https://sourceforge.net/projects/wesnoth/
- Media: https://en.wikipedia.org/wiki/The_Battle_for_Wesnoth - Media: https://en.wikipedia.org/wiki/The_Battle_for_Wesnoth

View File

@ -5,7 +5,7 @@ _The Clans was a popular game written for online BBSes back in the day of their
- Home: http://theclans.sourceforge.net/, https://sourceforge.net/projects/theclans/ - Home: http://theclans.sourceforge.net/, https://sourceforge.net/projects/theclans/
- State: beta, inactive since 2003 - State: beta, inactive since 2003
- Download: https://sourceforge.net/projects/theclans/files - Download: https://sourceforge.net/projects/theclans/files
- Keywords: role playing - Keywords: role playing, inspired by The Clans
- Code repository: https://gitlab.com/osgames/theclans.git (backup of cvs), http://theclans.cvs.sourceforge.net/ (cvs) - Code repository: https://gitlab.com/osgames/theclans.git (backup of cvs), http://theclans.cvs.sourceforge.net/ (cvs)
- Code language: C - Code language: C
- Code license: GPL-2.0 - Code license: GPL-2.0

View File

@ -1,6 +1,6 @@
# The Ur-Quan Masters # The Ur-Quan Masters
_The Ur-Quan Masters (or UQM) project ports Star Control II to modern operating systems._ _(or UQM) project ports Star Control II to modern operating systems._
- Home: http://sc2.sourceforge.net/, https://sourceforge.net/projects/sc2/ - Home: http://sc2.sourceforge.net/, https://sourceforge.net/projects/sc2/
- Media: https://en.wikipedia.org/wiki/Star_Control_II#The_Ur-Quan_Masters - Media: https://en.wikipedia.org/wiki/Star_Control_II#The_Ur-Quan_Masters

View File

@ -1,11 +1,11 @@
# Turn of War # Turn of War
_Turn of War is a fork of Dragon Wars._ _Fork of Dragon Wars._
- Home: https://github.com/trananh1992/Turn-of-War - Home: https://github.com/trananh1992/Turn-of-War
- State: beta, inactive since 2014 - State: beta, inactive since 2014
- Platform: Android - Platform: Android
- Keywords: strategy - Keywords: strategy, inspired by Dragon Wars
- Code repository: https://github.com/trananh1992/Turn-of-War.git - Code repository: https://github.com/trananh1992/Turn-of-War.git
- Code language: Java - Code language: Java
- Code license: GPL-3.0 - Code license: GPL-3.0

View File

@ -1,6 +1,6 @@
# UFO: Alien Invasion # UFO: Alien Invasion
_UFO: Alien Invasion is a squad-based tactical strategy game in the tradition of the old X-COM PC games_ _Squad-based tactical strategy game in the tradition of the old X-COM PC games_
- Home: https://ufoai.org/wiki/News, https://sourceforge.net/projects/ufoai/ - Home: https://ufoai.org/wiki/News, https://sourceforge.net/projects/ufoai/
- Media: <https://en.wikipedia.org/wiki/UFO:_Alien_Invasion> - Media: <https://en.wikipedia.org/wiki/UFO:_Alien_Invasion>

View File

@ -1,6 +1,6 @@
# Ularn # Ularn
_Ularn is a modern port of the roguelike Larn._ _Modern port of the roguelike Larn._
- Home: http://www.ularn.org/, https://sourceforge.net/projects/ularn/ - Home: http://www.ularn.org/, https://sourceforge.net/projects/ularn/
- State: mature, inactive since 2018 - State: mature, inactive since 2018

View File

@ -1,6 +1,6 @@
# Urho3D # Urho3D
_Urho3D is a free lightweight, cross-platform 2D and 3D game engine._ _Lightweight, cross-platform 2D and 3D game engine._
- Home: https://urho3d.github.io/ - Home: https://urho3d.github.io/
- State: mature - State: mature

View File

@ -1,12 +1,12 @@
# Vega Strike # Vega Strike
_Vega Strike is a first-person space trading and combat simulator._ _First-person space trading and combat simulator._
- Home: https://www.vega-strike.org/, http://vegastrike.sourceforge.net/, https://sourceforge.net/projects/vegastrike/ - Home: https://www.vega-strike.org/, http://vegastrike.sourceforge.net/, https://sourceforge.net/projects/vegastrike/
- Media: https://en.wikipedia.org/wiki/Vega_Strike - Media: https://en.wikipedia.org/wiki/Vega_Strike
- State: mature - State: mature
- Download: http://vegastrike.sourceforge.net/getfiles/ - Download: http://vegastrike.sourceforge.net/getfiles/
- Keywords: framework, inspired by Elite, open content (?) - Keywords: framework, inspired by Elite, open content (?), first-person, space
- Code repository: https://github.com/vegastrike/Vega-Strike-Engine-Source.git (https://github.com/vegastrike mirror), https://svn.code.sf.net/p/vegastrike/code (svn) - Code repository: https://github.com/vegastrike/Vega-Strike-Engine-Source.git (https://github.com/vegastrike mirror), https://svn.code.sf.net/p/vegastrike/code (svn)
- Code language: C++ - Code language: C++
- Code license: GPL-2.0 - Code license: GPL-2.0

View File

@ -3,7 +3,6 @@
_Source code to VVVVVV._ _Source code to VVVVVV._
- Home: http://distractionware.com/blog/2020/01/vvvvvv-is-now-open-source/ - Home: http://distractionware.com/blog/2020/01/vvvvvv-is-now-open-source/
- Media: https://en.wikipedia.org/wiki/VVVVVV
- State: mature - State: mature
- Keywords: platform, commercial content, inspired by VVVVVV, remake, requires original content - Keywords: platform, commercial content, inspired by VVVVVV, remake, requires original content
- Code repository: https://github.com/TerryCavanagh/vvvvvv.git - Code repository: https://github.com/TerryCavanagh/vvvvvv.git

View File

@ -5,7 +5,7 @@ _Remake of Wargamer:Napoleon 1813._
- Home: https://sourceforge.net/projects/wargamer/, http://wargamer.sourceforge.net/ - Home: https://sourceforge.net/projects/wargamer/, http://wargamer.sourceforge.net/
- State: mature, inactive since 2003 - State: mature, inactive since 2003
- Download: https://sourceforge.net/projects/wargamer/files/ - Download: https://sourceforge.net/projects/wargamer/files/
- Keywords: strategy - Keywords: strategy, inspired by Wargamer:Napoleon 1813
- Code repository: https://gitlab.com/osgames/wargamer.git (backup of cvs), http://wargamer.cvs.sourceforge.net/ (cvs) - Code repository: https://gitlab.com/osgames/wargamer.git (backup of cvs), http://wargamer.cvs.sourceforge.net/ (cvs)
- Code language: C++ - Code language: C++
- Code license: GPL-2.0 - Code license: GPL-2.0

View File

@ -1,12 +1,12 @@
# Zero Ballistics # Zero Ballistics
_Zero Ballistics is a unique blend of first person shooter and tank combat, focusing on multiplayer gaming exclusively._ _Unique blend of first person shooter and tank combat, focusing on multiplayer gaming exclusively._
- Home: http://www.zeroballistics.com/, https://sourceforge.net/projects/zeroballistics/ - Home: http://www.zeroballistics.com/, https://sourceforge.net/projects/zeroballistics/
- State: mature, inactive since 2013 - State: mature, inactive since 2013
- Download: https://sourceforge.net/projects/zeroballistics/files/ - Download: https://sourceforge.net/projects/zeroballistics/files/
- Platform: Windows - Platform: Windows
- Keywords: strategy - Keywords: strategy, action
- Code repository: https://gitlab.com/osgames/zeroballistics.git (mirror), https://svn.code.sf.net/p/zeroballistics/code (svn) - Code repository: https://gitlab.com/osgames/zeroballistics.git (mirror), https://svn.code.sf.net/p/zeroballistics/code (svn)
- Code language: C++ - Code language: C++
- Code license: MIT - Code license: MIT

View File

@ -1,6 +1,6 @@
# zlib # zlib
_zlib is a software library used for data compression._ _Software library used for data compression._
- Home: http://zlib.net/ - Home: http://zlib.net/
- Media: https://en.wikipedia.org/wiki/Zlib - Media: https://en.wikipedia.org/wiki/Zlib

View File

@ -89,6 +89,7 @@
## Armor Alley [1] ## Armor Alley [1]
- Inspired entries: Armor Alley - Inspired entries: Armor Alley
- Media: https://en.wikipedia.org/wiki/Armor_Alley
## Artemis: Spaceship Bridge Simulator [2] ## Artemis: Spaceship Bridge Simulator [2]
@ -190,6 +191,7 @@
## Black Shades [1] ## Black Shades [1]
- Inspired entries: Black Shades Elite - Inspired entries: Black Shades Elite
- Media: http://wolfire.com/blackshades.html
## Blake Stone: Planet Strike [1] ## Blake Stone: Planet Strike [1]
@ -234,6 +236,7 @@
## Boulder Dash [4] ## Boulder Dash [4]
- Inspired entries: Boulder Dash, CAVEZ of PHEAR, GDash, Rocks'n'Diamonds - Inspired entries: Boulder Dash, CAVEZ of PHEAR, GDash, Rocks'n'Diamonds
- Media: https://en.wikipedia.org/wiki/Boulder_Dash
## Bratwurst [1] ## Bratwurst [1]
@ -274,6 +277,7 @@
## Cadaver [1] ## Cadaver [1]
- Inspired entries: Cadaver - Inspired entries: Cadaver
- Media: <https://en.wikipedia.org/wiki/Cadaver_(video_game)>
## Caesar 3 [2] ## Caesar 3 [2]
@ -1945,6 +1949,7 @@
## VVVVVV [1] ## VVVVVV [1]
- Inspired entries: WWW - Inspired entries: WWW
- Media: https://en.wikipedia.org/wiki/VVVVVV
## Warcraft II [2] ## Warcraft II [2]