moved media (wikipedia) links about inspirations to inspirations

This commit is contained in:
Trilarion 2020-12-12 15:43:19 +01:00
parent cc0f061fa0
commit b0002d091d
140 changed files with 747 additions and 279 deletions

View File

@ -3,11 +3,11 @@
**[Dynamic HTML table](https://trilarion.github.io/opensourcegames/)** of the entries / Development **[Blog](https://trilarion.blogspot.com/search/label/osgames)** / **[Statistics](statistics.md#statistics)** **[Dynamic HTML table](https://trilarion.github.io/opensourcegames/)** of the entries / Development **[Blog](https://trilarion.blogspot.com/search/label/osgames)** / **[Statistics](statistics.md#statistics)**
[comment]: # (start of autogenerated content, do not edit) [comment]: # (start of autogenerated content, do not edit)
**[Games](entries/tocs/_games.md#Games)** (1277) - **[Tools](entries/tocs/_tools.md#Tools)** (42) - **[Frameworks](entries/tocs/_frameworks.md#Frameworks)** (81) - **[Libraries](entries/tocs/_libraries.md#Libraries)** (49) **[Games](entries/tocs/_games.md#Games)** (1277) - **[Tools](entries/tocs/_tools.md#Tools)** (41) - **[Frameworks](entries/tocs/_frameworks.md#Frameworks)** (82) - **[Libraries](entries/tocs/_libraries.md#Libraries)** (49)
By category: **[Action](entries/tocs/_action.md#action)** (237), **[Adventure](entries/tocs/_adventure.md#adventure)** (52), **[Arcade](entries/tocs/_arcade.md#arcade)** (116), **[Board](entries/tocs/_board.md#board)** (23), **[Cards](entries/tocs/_cards.md#cards)** (17), **[Educational](entries/tocs/_educational.md#educational)** (12), **[Framework](entries/tocs/_framework.md#framework)** (81), **[Game engine](entries/tocs/_game-engine.md#game-engine)** (116), **[Library](entries/tocs/_library.md#library)** (49), **[Music](entries/tocs/_music.md#music)** (14), **[Platform](entries/tocs/_platform.md#platform)** (56), **[Puzzle](entries/tocs/_puzzle.md#puzzle)** (140), **[Remake](entries/tocs/_remake.md#remake)** (528), **[Role playing](entries/tocs/_role-playing.md#role-playing)** (191), **[Simulation](entries/tocs/_simulation.md#simulation)** (109), **[Sports](entries/tocs/_sports.md#sports)** (23), **[Strategy](entries/tocs/_strategy.md#strategy)** (266), **[Tool](entries/tocs/_tool.md#tool)** (42), **[Visual novel](entries/tocs/_visual-novel.md#visual-novel)** (6) By category: **[Action](entries/tocs/_action.md#action)** (236), **[Adventure](entries/tocs/_adventure.md#adventure)** (54), **[Arcade](entries/tocs/_arcade.md#arcade)** (119), **[Board](entries/tocs/_board.md#board)** (23), **[Cards](entries/tocs/_cards.md#cards)** (17), **[Educational](entries/tocs/_educational.md#educational)** (12), **[Framework](entries/tocs/_framework.md#framework)** (82), **[Game engine](entries/tocs/_game-engine.md#game-engine)** (117), **[Library](entries/tocs/_library.md#library)** (49), **[Music](entries/tocs/_music.md#music)** (13), **[Platform](entries/tocs/_platform.md#platform)** (59), **[Puzzle](entries/tocs/_puzzle.md#puzzle)** (141), **[Remake](entries/tocs/_remake.md#remake)** (530), **[Role playing](entries/tocs/_role-playing.md#role-playing)** (199), **[Simulation](entries/tocs/_simulation.md#simulation)** (115), **[Sports](entries/tocs/_sports.md#sports)** (25), **[Strategy](entries/tocs/_strategy.md#strategy)** (268), **[Tool](entries/tocs/_tool.md#tool)** (41), **[Visual novel](entries/tocs/_visual-novel.md#visual-novel)** (6)
By platform: **[Windows](entries/tocs/_windows.md#windows)** (439), **[Linux](entries/tocs/_linux.md#linux)** (428), **[macOS](entries/tocs/_macos.md#macos)** (237), **[Android](entries/tocs/_android.md#android)** (68), **[iOS](entries/tocs/_ios.md#ios)** (15), **[Web](entries/tocs/_web.md#web)** (89) By platform: **[Windows](entries/tocs/_windows.md#windows)** (446), **[Linux](entries/tocs/_linux.md#linux)** (433), **[macOS](entries/tocs/_macos.md#macos)** (239), **[Android](entries/tocs/_android.md#android)** (69), **[iOS](entries/tocs/_ios.md#ios)** (15), **[Web](entries/tocs/_web.md#web)** (125)
[comment]: # (end of autogenerated content) [comment]: # (end of autogenerated content)

View File

@ -9,6 +9,13 @@ http://dead-code.org/home/
http://e-adventure.e-ucm.es/login/index.php (games of eAdventure) http://e-adventure.e-ucm.es/login/index.php (games of eAdventure)
http://ethernet.wasted.ch/ http://ethernet.wasted.ch/
http://evolonline.org/about http://evolonline.org/about
https://github.com/tlgkccampbell/ultraviolet
https://github.com/marshallward/TiledSharp
https://github.com/mono/CocosSharp
https://github.com/coelckers/Raze
https://github.com/Apostolique/Apos.Gui
https://github.com/coelckers/Raze
https://github.com/WohlSoft/PGE-Project
http://game-editor.com/Main_Page http://game-editor.com/Main_Page
http://giderosmobile.com/ http://giderosmobile.com/
http://haxepunk.com/ http://haxepunk.com/

View File

@ -133,7 +133,7 @@ class DevelopersMaintainer:
print('developers not yet loaded') print('developers not yet loaded')
return return
osg.write_developers(self.developers) osg.write_developers(self.developers)
print('developers written') print('{} developers written'.format(len(self.developers)))
def check_for_duplicates(self): def check_for_duplicates(self):
if not self.developers: if not self.developers:

View File

@ -179,7 +179,32 @@ class EntriesMaintainer:
print('Entry "{}" has "Play" field but not "Platform" field, add it with "Web"'.format(name)) print('Entry "{}" has "Play" field but not "Platform" field, add it with "Web"'.format(name))
elif not 'Web' in entry['Platform']: elif not 'Web' in entry['Platform']:
print('Entry "{}" has "Play" field but not "Web" in "Platform" field'.format(name)) print('Entry "{}" has "Play" field but not "Web" in "Platform" field'.format(name))
# javascript/typescript as language but not web as platform?
# javascript/typescript/php as language but not web as platform?
ignored = ('0_ad.md', 'aussenposten.md', 'between.md', 'caesaria.md', 'cavepacker.md', 'citybound.md', 'gorillas.md', 'ika.md', 'inexor.md', 'maniadrive.md', 'oolite.md', 'freevikings.md', 'rolisteam.md', 'rpgboss.md', 'ruby-warrior.md', 'snelps.md', 'tenes_empanadas_graciela.md', 'thrive.md')
for entry in self.entries:
name = entry['File']
if name in ignored:
continue
if any(language in entry['Code language'] for language in ('JavaScript', 'TypeScript', 'PHP', 'CoffeeScript')) and ('Platform' not in entry or 'Web' not in entry['Platform']):
print('Entry "{}" has language JavaScript/PHP but not Web as platform.'.format(name))
# space in name but not space as keyword
ignored = ('burgerspace.md', 'crystal_space_3d_sdk.md', 'our_personal_space.md', 'space_harrier_clone.md')
for entry in self.entries:
name = entry['File']
if name in ignored:
continue
title = entry['Title']
if 'space' in title.lower() and not 'space' in entry['Keyword']:
print('Entry "{}" has space in name but not as keyword.'.format(name))
# starts with j + capital letter but not java as language
for entry in self.entries:
name = entry['File']
title = entry['Title']
if title[0] == 'j' and title[1] == title[1].upper() and not 'Java' in entry['Code language']:
print('Entry "{}" title starts with j? but Java is not a code language.'.format(name))
# if there is a @see-download there should be download fields... # if there is a @see-download there should be download fields...
@ -801,13 +826,27 @@ class EntriesMaintainer:
if not self.entries: if not self.entries:
print('entries not yet loaded') print('entries not yet loaded')
return return
# remove all downloads that only have a single entry with @see-home (this is the default anyway)
field = 'Download' # list all java projects that are inactive and mature, sort by year
for entry in self.entries: entries = [(e['Title'], e['Code license'][0], osg.extract_inactive_year(e)) for e in self.entries if 'Java' in e['Code language'] and osg.is_inactive(e) and 'mature' in e['State']]
if field in entry: entries.sort(key=lambda x: x[2])
content = entry[field] for entry in entries:
if len(content) == 1 and content[0].value == '@see-home' and not content[0].comment: print('{} ({}, {})'.format(*entry))
del entry[field]
# list all java projects that are inactive and beta, sort by year
entries = [(e['Title'], e['Code license'][0], osg.extract_inactive_year(e)) for e in self.entries if 'Java' in e['Code language'] and osg.is_inactive(e) and 'beta' in e['State']]
entries.sort(key=lambda x: x[2])
for entry in entries:
print('{} ({}, {})'.format(*entry))
# # remove all downloads that only have a single entry with @see-home (this is the default anyway)
# field = 'Download'
# for entry in self.entries:
# if field in entry:
# content = entry[field]
# if len(content) == 1 and content[0].value == '@see-home' and not content[0].comment:
# del entry[field]
print('special ops finished') print('special ops finished')
def complete_run(self): def complete_run(self):

View File

@ -1,5 +1,5 @@
[comment]: # (partly autogenerated content, edit with care, read the manual before) [comment]: # (partly autogenerated content, edit with care, read the manual before)
# Developer [381] # Developer [382]
## Akira Higuchi [1] ## Akira Higuchi [1]
@ -923,6 +923,10 @@
- Games: JSkat - Games: JSkat
## Marshal Lake [1]
- Games: NetStatsBaseball
## Martin Bickel [1] ## Martin Bickel [1]
- Games: Advanced Strategic Command - Games: Advanced Strategic Command

View File

@ -1,7 +1,7 @@
# 3d.city # 3d.city
- 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
- Inspiration: micropolis, SimCity - Inspiration: Micropolis, SimCity
- State: mature, inactive since 2016 - State: mature, inactive since 2016
- Play: http://lo-th.github.io/3d.city/index.html - Play: http://lo-th.github.io/3d.city/index.html
- Platform: Web - Platform: Web

View File

@ -3,7 +3,8 @@
- Home: https://ancientbeast.com/ - Home: https://ancientbeast.com/
- Inspiration: Heroes of Might and Magic III - Inspiration: Heroes of Might and Magic III
- State: mature - State: mature
- Keyword: strategy, clone - Platform: Web
- Keyword: strategy, clone, turn based
- Code repository: https://github.com/FreezingMoon/AncientBeast.git - Code repository: https://github.com/FreezingMoon/AncientBeast.git
- Code language: JavaScript - Code language: JavaScript
- Code license: AGPL-3.0 - Code license: AGPL-3.0

View File

@ -8,6 +8,6 @@
- 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

View File

@ -3,6 +3,7 @@
- Home: https://github.com/LongSteve/aquastax - Home: https://github.com/LongSteve/aquastax
- Inspiration: Aquastax - Inspiration: Aquastax
- State: beta - State: beta
- Platform: Web
- Keyword: puzzle, remake - Keyword: puzzle, remake
- Code repository: https://github.com/LongSteve/aquastax.git - Code repository: https://github.com/LongSteve/aquastax.git
- Code language: JavaScript - Code language: JavaScript

View File

@ -1,6 +1,6 @@
# Aussenposten # Aussenposten
- Home: http://aussenposten.gamejs.org/, https://forum.freegamedev.net/viewtopic.php?t=5910&p=64059 - Home: https://web.archive.org/web/20200206173823/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
- Platform: Windows, Linux - Platform: Windows, Linux

View File

@ -3,6 +3,7 @@
- Home: https://budnix.github.io/ball-and-wall/ - Home: https://budnix.github.io/ball-and-wall/
- Inspiration: Arkanoid - Inspiration: Arkanoid
- State: mature, inactive since 2015 - State: mature, inactive since 2015
- Platform: Web
- Keyword: action, clone - Keyword: action, clone
- Code repository: https://github.com/budnix/ball-and-wall.git - Code repository: https://github.com/budnix/ball-and-wall.git
- Code language: JavaScript - Code language: JavaScript

View File

@ -1,7 +1,7 @@
# Ballerburg SDL # Ballerburg SDL
- Home: https://baller.tuxfamily.org/ - Home: https://baller.tuxfamily.org/
- Media: https://en.wikipedia.org/wiki/Ballerburg - Media: https://en.wikipedia.org/wiki/Ballerburg#Legacy
- Inspiration: Ballerburg - Inspiration: Ballerburg
- State: mature - State: mature
- Keyword: action, remake, artillery - Keyword: action, remake, artillery

View File

@ -3,6 +3,7 @@
- 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
- Platform: Web
- Keyword: role playing - Keyword: role playing
- Code repository: https://gitlab.com/osgames/bmtactics.git (copy of source releases) - Code repository: https://gitlab.com/osgames/bmtactics.git (copy of source releases)
- Code language: JavaScript - Code language: JavaScript

View File

@ -3,6 +3,7 @@
- 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/
- Platform: Linux
- Keyword: puzzle, multiplayer, open content - Keyword: puzzle, multiplayer, open content
- Code repository: @see-download - Code repository: @see-download
- Code language: PHP, C++ - Code language: PHP, C++

View File

@ -1,7 +1,7 @@
# BlockOut II # BlockOut II
- Home: http://www.blockout.net/blockout2/, https://sourceforge.net/projects/blockout/ - Home: http://www.blockout.net/blockout2/, https://sourceforge.net/projects/blockout/
- Inspiration: BlockOut - Inspiration: Blockout
- State: mature, inactive since 2014 - State: mature, inactive since 2014
- Download: https://sourceforge.net/projects/blockout/files/blockout/ - Download: https://sourceforge.net/projects/blockout/files/blockout/
- Platform: Windows, Linux - Platform: Windows, Linux

View File

@ -1,7 +1,7 @@
# C-Dogs SDL # C-Dogs SDL
- Home: https://cxong.github.io/cdogs-sdl/ - Home: https://cxong.github.io/cdogs-sdl/
- Media: https://en.wikipedia.org/wiki/C-Dogs - Media: https://en.wikipedia.org/wiki/C-Dogs#Open_source
- Inspiration: C-Dogs - Inspiration: C-Dogs
- State: mature - State: mature
- Download: https://cxong.github.io/cdogs-sdl/downloads.html - Download: https://cxong.github.io/cdogs-sdl/downloads.html

View File

@ -2,6 +2,7 @@
- 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
- Platform: Web
- Keyword: cards, puzzle, open content, multiplayer online - Keyword: cards, puzzle, open content, multiplayer online
- Code repository: https://github.com/farsides/cardstories.git, https://gitorious.org/cardstories/cardstories.git (read-only) - Code repository: https://github.com/farsides/cardstories.git, https://gitorious.org/cardstories/cardstories.git (read-only)
- Code language: JavaScript, Python - Code language: JavaScript, Python

View File

@ -3,6 +3,7 @@
- Home: http://game.castleofthewinds.com/ - Home: http://game.castleofthewinds.com/
- Inspiration: Castle of the Winds - Inspiration: Castle of the Winds
- State: beta - State: beta
- Platform: Web
- Keyword: remake, role playing - Keyword: remake, role playing
- Code repository: https://github.com/mordrax/cotwelm.git - Code repository: https://github.com/mordrax/cotwelm.git
- Code language: Elm, JavaScript - Code language: Elm, JavaScript

View File

@ -3,6 +3,7 @@
- Home: http://www.caveproductions.org/ - Home: http://www.caveproductions.org/
- Inspiration: Sokoban - Inspiration: Sokoban
- State: mature - State: mature
- Platform: Windows, Linux
- Keyword: action, clone - Keyword: action, clone
- Code repository: https://github.com/mgerhardy/caveexpress.git - Code repository: https://github.com/mgerhardy/caveexpress.git
- Code language: JavaScript, C, C++, Lua - Code language: JavaScript, C, C++, Lua

View File

@ -2,6 +2,7 @@
- Home: https://www2.childrenofur.com/ - Home: https://www2.childrenofur.com/
- State: beta - State: beta
- Platform: Web
- Keyword: role playing, multiplayer massive + online, open content, requires server - Keyword: role playing, multiplayer massive + online, open content, requires server
- Code repository: https://github.com/ChildrenOfUr/coUclient.git, https://github.com/ChildrenOfUr/coUserver.git (archived) - Code repository: https://github.com/ChildrenOfUr/coUclient.git, https://github.com/ChildrenOfUr/coUserver.git (archived)
- Code language: Dart, JavaScript - Code language: Dart, JavaScript

View File

@ -4,6 +4,7 @@
- Inspiration: SimCity - Inspiration: SimCity
- State: beta - State: beta
- Download: https://aeplay.org/citybound-livebuilds, https://github.com/citybound/citybound/releases - Download: https://aeplay.org/citybound-livebuilds, https://github.com/citybound/citybound/releases
- Platform: Windows, Linux, macOS
- Keyword: simulation, clone, open content - Keyword: simulation, clone, open content
- Code repository: https://github.com/citybound/citybound.git - Code repository: https://github.com/citybound/citybound.git
- Code language: Rust, JavaScript - Code language: Rust, JavaScript

View File

@ -3,6 +3,7 @@
- Home: https://web.archive.org/web/20180814182143/http://commandojs.org/ - Home: https://web.archive.org/web/20180814182143/http://commandojs.org/
- Inspiration: Commando - Inspiration: Commando
- State: beta, inactive since 2012 - State: beta, inactive since 2012
- Platform: Web
- Keyword: action, remake - Keyword: action, remake
- Code repository: https://github.com/commandojs/CommandoJS.git - Code repository: https://github.com/commandojs/CommandoJS.git
- Code language: JavaScript, CoffeeScript - Code language: JavaScript, CoffeeScript

View File

@ -1,7 +1,6 @@
# Cosmo-Engine # Cosmo-Engine
- Home: https://github.com/yuv422/cosmo-engine - Home: https://github.com/yuv422/cosmo-engine
- Media: https://3drealms.com/catalog/cosmos-cosmic-adventure_37/, https://en.wikipedia.org/wiki/Cosmo%27s_Cosmic_Adventure
- Inspiration: Cosmo's Cosmic Adventure - Inspiration: Cosmo's Cosmic Adventure
- State: beta - State: beta
- Keyword: platform, remake, commercial content, requires original content - Keyword: platform, remake, commercial content, requires original content

View File

@ -3,6 +3,7 @@
- Home: https://haleymt.github.io/CrystalQuest/ - Home: https://haleymt.github.io/CrystalQuest/
- Inspiration: Crystal Quest - Inspiration: Crystal Quest
- State: mature, inactive since 2017 - State: mature, inactive since 2017
- Platform: Web
- Keyword: puzzle, remake - Keyword: puzzle, remake
- Code repository: https://github.com/haleymt/CrystalQuest.git - Code repository: https://github.com/haleymt/CrystalQuest.git
- Code language: JavaScript - Code language: JavaScript

View File

@ -3,6 +3,7 @@
- Home: https://sourceforge.net/projects/darkcity/ - Home: https://sourceforge.net/projects/darkcity/
- State: mature, inactive since 2012 - State: mature, inactive since 2012
- Download: https://sourceforge.net/projects/darkcity/files/ - Download: https://sourceforge.net/projects/darkcity/files/
- Platform: Web
- Keyword: role playing, text-based, multiplayer online + massive - Keyword: role playing, text-based, multiplayer online + massive
- Code repository: https://gitlab.com/osgames/darkcity.git (backup of svn), https://svn.code.sf.net/p/darkcity/code (svn) - Code repository: https://gitlab.com/osgames/darkcity.git (backup of svn), https://svn.code.sf.net/p/darkcity/code (svn)
- Code language: PHP - Code language: PHP

View File

@ -1,7 +1,7 @@
# Divercity # Divercity
- Home: https://team--rocket.github.io/divercity/ - Home: https://team--rocket.github.io/divercity/
- Inspiration: micropolis, SimCity - Inspiration: Micropolis, SimCity
- State: beta, inactive since 2015 - State: beta, inactive since 2015
- Keyword: simulation, clone, open content - Keyword: simulation, clone, open content
- Code repository: https://github.com/Team--Rocket/divercity.git - Code repository: https://github.com/Team--Rocket/divercity.git

View File

@ -9,4 +9,6 @@
- Code language: C, C++ - Code language: C, C++
- Code license: Custom (modified QTPL: https://raw.githubusercontent.com/raduprv/Eternal-Lands/master/eternal_lands_license.txt) - Code license: Custom (modified QTPL: https://raw.githubusercontent.com/raduprv/Eternal-Lands/master/eternal_lands_license.txt)
Is only the client open source? What about the server?
## Building ## Building

View File

@ -2,6 +2,8 @@
- Home: https://code.google.com/archive/p/cult/, http://www.in-fi-del.net/static/cult/index.html - Home: https://code.google.com/archive/p/cult/, http://www.in-fi-del.net/static/cult/index.html
- State: mature - State: mature
- Play: http://www.in-fi-del.net/static/cult/index.html
- Platform: Web
- Keyword: strategy, turn based - Keyword: strategy, turn based
- Code repository: https://github.com/infidel-/cult.git - Code repository: https://github.com/infidel-/cult.git
- Code language: Haxe, JavaScript - Code language: Haxe, JavaScript

View File

@ -3,7 +3,7 @@
- Home: http://fsc.sourceforge.net/, https://sourceforge.net/projects/fsc/ - Home: http://fsc.sourceforge.net/, https://sourceforge.net/projects/fsc/
- State: beta, inactive since 2017 - State: beta, inactive since 2017
- Download: https://sourceforge.net/projects/fsc/files - Download: https://sourceforge.net/projects/fsc/files
- Keyword: strategy, 4X - Keyword: strategy, 4X, space
- Code repository: https://gitlab.com/osgames/fsc.git (conversion of svn), https://svn.code.sf.net/p/fsc/code (svn) - Code repository: https://gitlab.com/osgames/fsc.git (conversion of svn), https://svn.code.sf.net/p/fsc/code (svn)
- Code language: C - Code language: C
- Code license: GPL-2.0 - Code license: GPL-2.0

View File

@ -4,6 +4,7 @@
- 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
- Inspiration: Civilization II, Freeciv - Inspiration: Civilization II, Freeciv
- State: mature - State: mature
- Platform: Web
- Keyword: strategy, clone, online, turn-based - Keyword: strategy, clone, 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

View File

@ -4,6 +4,7 @@
- Inspiration: The Lost Vikings - Inspiration: The Lost Vikings
- State: beta - State: beta
- Download: https://sourceforge.net/projects/freevikings/files/ (outdated) - Download: https://sourceforge.net/projects/freevikings/files/ (outdated)
- Platform: Windows
- Keyword: platform, puzzle, clone - Keyword: platform, puzzle, clone
- Code repository: https://git.code.sf.net/p/freevikings/git, http://freevikings.cvs.sourceforge.net (cvs) - Code repository: https://git.code.sf.net/p/freevikings/git, http://freevikings.cvs.sourceforge.net (cvs)
- Code language: Ruby - Code language: Ruby

View File

@ -1,7 +1,7 @@
# Head over Heels # Head over Heels
- Home: https://github.com/dougmencken/HeadOverHeels, http://www.headoverheels2.com/drupal/en/ - Home: https://github.com/dougmencken/HeadOverHeels, http://www.headoverheels2.com/drupal/en/
- Media: https://en.wikipedia.org/wiki/Head_Over_Heels_(video_game)#Legacy (this could be added) - Media: https://en.wikipedia.org/wiki/Head_Over_Heels_(video_game)#Legacy
- Inspiration: Head over Heels - Inspiration: Head over Heels
- State: mature - State: mature
- Download: http://www.headoverheels2.com/drupal/en/node/161 - Download: http://www.headoverheels2.com/drupal/en/node/161

View File

@ -1,7 +1,7 @@
# Help Hannah's Horse # Help Hannah's Horse
- Home: https://sourceforge.net/projects/hannah/, https://packages.debian.org/search?keywords=hannah - Home: https://sourceforge.net/projects/hannah/, https://packages.debian.org/search?keywords=hannah
- Inspiration: PacMan - Inspiration: Pac-Man
- State: beta, inactive since 2008 - State: beta, inactive since 2008
- Download: https://sourceforge.net/projects/hannah/files/ - Download: https://sourceforge.net/projects/hannah/files/
- Platform: Windows, Linux - Platform: Windows, Linux

View File

@ -3,6 +3,7 @@
- Home: https://hextris.github.io/, https://hextris.io/ - Home: https://hextris.github.io/, https://hextris.io/
- Inspiration: Tetris - Inspiration: Tetris
- State: mature - State: mature
- Platform: Web
- Keyword: puzzle, clone - Keyword: puzzle, clone
- Code repository: https://github.com/Hextris/Hextris.git - Code repository: https://github.com/Hextris/Hextris.git
- Code language: JavaScript - Code language: JavaScript

View File

@ -1,8 +1,9 @@
# Hexwar # Hexwar
- Home: https://github.com/mgfreshour/hexwar - Home: https://github.com/mgfreshour/hexwar
- Inspiration: Panzer General, Uniwar, Battle for Wesnoth - Inspiration: Panzer General, Uniwar, The Battle for Wesnoth
- State: beta, inactive since 2012 - State: beta, inactive since 2012
- Platform: Web
- Keyword: strategy, online, turn-based, tiles - Keyword: strategy, online, turn-based, tiles
- Code repository: https://github.com/mgfreshour/hexwar.git - Code repository: https://github.com/mgfreshour/hexwar.git
- Code language: Ruby, JavaScript - Code language: Ruby, JavaScript

View File

@ -3,6 +3,7 @@
- Home: https://inexor.org/ - Home: https://inexor.org/
- Inspiration: Cube 2: Sauerbraten - Inspiration: Cube 2: Sauerbraten
- State: beta, inactive since 2018 - State: beta, inactive since 2018
- Platform: Windows, Linux
- Keyword: remake, first-person, shooter - Keyword: remake, first-person, shooter
- Code repository: https://github.com/inexorgame/vulkan-renderer.git, https://github.com/inexorgame/inexor-core.git @add (@archived) - Code repository: https://github.com/inexorgame/vulkan-renderer.git, https://github.com/inexorgame/inexor-core.git @add (@archived)
- Code language: C++, JavaScript - Code language: C++, JavaScript

View File

@ -2,6 +2,7 @@
- Home: https://web.archive.org/web/20180318104050/http://www.eclecticmeme.com/ - Home: https://web.archive.org/web/20180318104050/http://www.eclecticmeme.com/
- State: beta - State: beta
- Platform: Web
- Keyword: framework, online, role playing - Keyword: framework, online, role playing
- Code repository: https://github.com/Techbot/JiGS-PHP-RPG-engine.git - Code repository: https://github.com/Techbot/JiGS-PHP-RPG-engine.git
- Code language: JavaScript, PHP - Code language: JavaScript, PHP

View File

@ -2,7 +2,7 @@
- Home: http://kiki.sourceforge.net/, https://sourceforge.net/projects/kiki/ - Home: http://kiki.sourceforge.net/, https://sourceforge.net/projects/kiki/
- Media: https://en.wikipedia.org/wiki/Kiki_the_nano_bot - Media: https://en.wikipedia.org/wiki/Kiki_the_nano_bot
- Inspiration: Sokoban, Kula-World - Inspiration: Sokoban, Kula World
- State: mature, inactive since 2007 - State: mature, inactive since 2007
- Download: http://kiki.sourceforge.net/download/index.html - Download: http://kiki.sourceforge.net/download/index.html
- Platform: Windows, macOS - Platform: Windows, macOS

View File

@ -8,5 +8,6 @@
- Code repository: @see-download (inside JAR file) - Code repository: @see-download (inside JAR file)
- Code language: Java - Code language: Java
- Code license: GPL-2.0 - Code license: GPL-2.0
- Developer: Stephen Ostermiller
## Building ## Building

View File

@ -3,6 +3,7 @@
- Home: https://github.com/englercj/lttp - Home: https://github.com/englercj/lttp
- Inspiration: Legend of Zelda - A Link to the Past - Inspiration: Legend of Zelda - A Link to the Past
- State: beta, inactive since 2016 - State: beta, inactive since 2016
- Platform: Web
- Keyword: remake, role playing, commercial content, requires original content - Keyword: remake, role playing, commercial content, requires original content
- Code repository: https://github.com/englercj/lttp.git - Code repository: https://github.com/englercj/lttp.git
- Code language: TypeScript, JavaScript - Code language: TypeScript, JavaScript

View File

@ -1,7 +1,7 @@
# Mah-Jong # Mah-Jong
- Home: http://mahjong.julianbradfield.org/ - Home: http://mahjong.julianbradfield.org/
- Inspiration: Mah-Jong - Inspiration: Mahjong
- State: mature - State: mature
- Download: http://mahjong.julianbradfield.org/Linux/, http://mahjong.julianbradfield.org/Windows/, http://mahjong.julianbradfield.org/Source/ - Download: http://mahjong.julianbradfield.org/Linux/, http://mahjong.julianbradfield.org/Windows/, http://mahjong.julianbradfield.org/Source/
- Keyword: strategy - Keyword: strategy
@ -10,6 +10,6 @@
- Code license: GPL-2.0 - Code license: GPL-2.0
- Developer: Julian Bradfield - Developer: Julian Bradfield
Clientserver set of programs for playing Mah-Jong, in the Chinese Classical style. Clientserver set of programs for playing Mahjong, in the Chinese Classical style.
## Building ## Building

View File

@ -3,6 +3,7 @@
- Home: https://sourceforge.net/projects/metalmech/ - Home: https://sourceforge.net/projects/metalmech/
- State: beta, inactive since 2006 - State: beta, inactive since 2006
- Download: https://sourceforge.net/projects/metalmech/files - Download: https://sourceforge.net/projects/metalmech/files
- Platform: Web
- Keyword: strategy, multiplayer online, turn based - Keyword: strategy, multiplayer online, turn based
- Code repository: https://gitlab.com/osgames/metalmech.git (backup of cvs), http://metalmech.cvs.sourceforge.net/ (cvs) - Code repository: https://gitlab.com/osgames/metalmech.git (backup of cvs), http://metalmech.cvs.sourceforge.net/ (cvs)
- Code language: PHP - Code language: PHP

View File

@ -1,10 +1,10 @@
# Morpheus Web Remake # Morpheus Web Remake
- Home: https://soapbubble.itch.io/morpheus - Home: https://soapbubble.itch.io/morpheus
- Media: https://en.wikipedia.org/wiki/Morpheus_(1998_video_game)
- Inspiration: Morpheus - Inspiration: Morpheus
- State: beta - State: beta
- Platform: Windows, Linux, Android - Play: https://soapbubble.online/morpheus/
- Platform: Web
- Keyword: adventure, remake, commercial content, first-person, requires original content - Keyword: adventure, remake, commercial content, first-person, requires original content
- Code repository: https://github.com/soap-bubble/web.git - Code repository: https://github.com/soap-bubble/web.git
- Code language: JavaScript - Code language: JavaScript

View File

@ -3,6 +3,7 @@
- Home: https://web.archive.org/web/20160504225838/http://movbizz.sebbmeyer.de/ - Home: https://web.archive.org/web/20160504225838/http://movbizz.sebbmeyer.de/
- Inspiration: Movie Business - Inspiration: Movie Business
- State: beta, inactive since 2015 - State: beta, inactive since 2015
- Platform: Web
- Keyword: remake - Keyword: remake
- Code repository: https://github.com/teruk/movbizz.git - Code repository: https://github.com/teruk/movbizz.git
- Code language: PHP, JavaScript - Code language: PHP, JavaScript

View File

@ -1,7 +1,7 @@
# Naev # Naev
- Home: https://web.archive.org/web/20190419231822/http://blog.naev.org/, https://sourceforge.net/projects/naev/ - Home: https://web.archive.org/web/20190419231822/http://blog.naev.org/, https://sourceforge.net/projects/naev/
- Inspiration: Escape Velocity series - Inspiration: Escape Velocity
- State: mature - State: mature
- Download: https://web.archive.org/web/20181206030100/http://blog.naev.org/downloads/, https://sourceforge.net/projects/naev/files/ - Download: https://web.archive.org/web/20181206030100/http://blog.naev.org/downloads/, https://sourceforge.net/projects/naev/files/
- Keyword: role playing, 2D, space, trading - Keyword: role playing, 2D, space, trading

View File

@ -2,6 +2,7 @@
- Home: https://github.com/movitto/omega - Home: https://github.com/movitto/omega
- State: beta - State: beta
- Platform: Web
- Keyword: strategy, open content, real time, space - Keyword: strategy, open content, real time, space
- Code repository: https://github.com/movitto/omega.git - Code repository: https://github.com/movitto/omega.git
- Code language: JavaScript, Ruby - Code language: JavaScript, Ruby

View File

@ -2,6 +2,7 @@
- Home: https://onehouronelife.com/, https://github.com/jasonrohrer/OneLife/ - Home: https://onehouronelife.com/, https://github.com/jasonrohrer/OneLife/
- State: mature - State: mature
- Platform: Web
- Keyword: remake, multiplayer, online, open content - Keyword: remake, multiplayer, online, open content
- Code repository: https://github.com/jasonrohrer/OneLife.git - Code repository: https://github.com/jasonrohrer/OneLife.git
- Code language: C, C++, PHP - Code language: C, C++, PHP

View File

@ -3,6 +3,7 @@
- Home: http://www.linuxconsulting.ro/openpanzer/ - Home: http://www.linuxconsulting.ro/openpanzer/
- Inspiration: Panzer General 2 - Inspiration: Panzer General 2
- State: mature - State: mature
- Platform: Web
- Keyword: remake, strategy, online, turn based, tiles - Keyword: remake, strategy, online, turn based, tiles
- Code repository: https://github.com/nicupavel/openpanzer.git - Code repository: https://github.com/nicupavel/openpanzer.git
- Code language: JavaScript - Code language: JavaScript

View File

@ -2,6 +2,7 @@
- Home: https://opensoccerstar.com/ - Home: https://opensoccerstar.com/
- State: beta - State: beta
- Platform: Web
- Keyword: sports, strategy, online - Keyword: sports, strategy, online
- Code repository: https://github.com/dmecke/OpenSoccerStar.git - Code repository: https://github.com/dmecke/OpenSoccerStar.git
- Code language: PHP - Code language: PHP

View File

@ -1,7 +1,7 @@
# openc2e # openc2e
- Home: https://web.archive.org/web/20110223210931/http://openc2e.org/ - Home: https://web.archive.org/web/20110223210931/http://openc2e.org/
- Media: https://creatures.fandom.com/wiki/Openc2e, https://en.wikipedia.org/wiki/Creatures_(video_game_series) - Media: https://creatures.fandom.com/wiki/Openc2e
- Inspiration: Creatures - Inspiration: Creatures
- State: beta - State: beta
- Keyword: game engine, remake, simulation, requires original content (?) - Keyword: game engine, remake, simulation, requires original content (?)

View File

@ -1,7 +1,6 @@
# openDOW # openDOW
- Home: https://github.com/rofl0r/openDOW - Home: https://github.com/rofl0r/openDOW
- Media: https://en.wikipedia.org/wiki/Dogs_of_War_(2000_video_game)
- Inspiration: Dogs of War - Inspiration: Dogs of War
- State: beta - State: beta
- Keyword: remake, strategy, real time - Keyword: remake, strategy, real time

View File

@ -1,7 +1,6 @@
# OpenDungeons # OpenDungeons
- Home: https://opendungeons.github.io/ - Home: https://opendungeons.github.io/
- Media: https://en.wikipedia.org/wiki/Dungeon_Keeper
- Inspiration: Dungeon Keeper - Inspiration: Dungeon Keeper
- State: beta - State: beta
- Download: http://opendungeons.github.io/downloads.html - Download: http://opendungeons.github.io/downloads.html

View File

@ -1,7 +1,6 @@
# OpenFire # OpenFire
- Home: https://github.com/Last-Minute-Creations/openFire - Home: https://github.com/Last-Minute-Creations/openFire
- Media: https://en.wikipedia.org/wiki/Fire_Power_(video_game)
- Inspiration: Fire Power - Inspiration: Fire Power
- State: beta, inactive since 2018 - State: beta, inactive since 2018
- Keyword: action, clone - Keyword: action, clone

View File

@ -1,7 +1,6 @@
# OpenFNaF # OpenFNaF
- Home: https://github.com/MotoLegacy/OpenFNaF - Home: https://github.com/MotoLegacy/OpenFNaF
- Media: https://en.wikipedia.org/wiki/Five_Nights_at_Freddy%27s
- Inspiration: Five Nights at Freddy's - Inspiration: Five Nights at Freddy's
- State: beta - State: beta
- Keyword: role playing, clone, free content (?) - Keyword: role playing, clone, free content (?)

View File

@ -1,7 +1,7 @@
# OpenHoMM # OpenHoMM
- Home: https://launchpad.net/openhomm, https://sourceforge.net/projects/heroes-rebirth/ - Home: https://launchpad.net/openhomm, https://sourceforge.net/projects/heroes-rebirth/
- Inspiration: Heroes Of Might And Magic III - Inspiration: Heroes of Might And Magic III
- State: beta, inactive since 2010 - State: beta, inactive since 2010
- Download: https://launchpad.net/openhomm/+download - Download: https://launchpad.net/openhomm/+download
- Keyword: strategy - Keyword: strategy

View File

@ -1,7 +1,6 @@
# OpenJazz # OpenJazz
- Home: http://www.alister.eu/jazz/oj/ - Home: http://www.alister.eu/jazz/oj/
- Media: https://en.wikipedia.org/wiki/Jazz_Jackrabbit
- Inspiration: Jazz Jackrabbit - Inspiration: Jazz Jackrabbit
- State: beta - State: beta
- Download: http://www.alister.eu/jazz/oj/download.php - Download: http://www.alister.eu/jazz/oj/download.php

View File

@ -1,7 +1,6 @@
# OpenMC2 # OpenMC2
- Home: https://github.com/LRFLEW/OpenMC2 - Home: https://github.com/LRFLEW/OpenMC2
- Media: https://en.wikipedia.org/wiki/Midnight_Club
- Inspiration: Midnight Club II - Inspiration: Midnight Club II
- State: beta, inactive since 2018 - State: beta, inactive since 2018
- Keyword: arcade, remake, commercial content, multiplayer LAN, racing, requires original content - Keyword: arcade, remake, commercial content, multiplayer LAN, racing, requires original content

View File

@ -1,7 +1,7 @@
# OpenOMF # OpenOMF
- Home: http://www.openomf.org/ - Home: http://www.openomf.org/
- Media: https://en.wikipedia.org/wiki/One_Must_Fall:_2097 - Media: https://en.wikipedia.org/wiki/One_Must_Fall:_2097#Legacy
- Inspiration: One Must Fall: 2097 - Inspiration: One Must Fall: 2097
- State: beta - State: beta
- Download: http://www.openomf.org/downloads/, https://github.com/omf2097/openomf/releases - Download: http://www.openomf.org/downloads/, https://github.com/omf2097/openomf/releases

View File

@ -1,7 +1,7 @@
# OpenRCT2 # OpenRCT2
- Home: https://openrct2.io/, https://openrct2.org/ - Home: https://openrct2.io/, https://openrct2.org/
- Media: https://en.wikipedia.org/wiki/RollerCoaster_Tycoon_2#Development - Media: https://en.wikipedia.org/wiki/RollerCoaster_Tycoon_2#Legacy
- Inspiration: RollerCoaster Tycoon, RollerCoaster Tycoon 2 - Inspiration: RollerCoaster Tycoon, RollerCoaster Tycoon 2
- State: mature - State: mature
- Download: https://openrct2.org/downloads - Download: https://openrct2.org/downloads

View File

@ -1,7 +1,6 @@
# OpenRW # OpenRW
- Home: https://openrw.org/ - Home: https://openrw.org/
- Media: https://en.wikipedia.org/wiki/Grand_Theft_Auto_III
- Inspiration: Grand Theft Auto III - Inspiration: Grand Theft Auto III
- State: beta - State: beta
- Platform: Windows, Linux, macOS - Platform: Windows, Linux, macOS

View File

@ -1,7 +1,6 @@
# OpenSolomonsKey # OpenSolomonsKey
- Home: https://github.com/mdodis/OpenSolomonsKey - Home: https://github.com/mdodis/OpenSolomonsKey
- Media: https://en.wikipedia.org/wiki/Solomon%27s_Key
- Inspiration: Solomon's Key - Inspiration: Solomon's Key
- State: beta - State: beta
- Platform: Windows, Linux - Platform: Windows, Linux

View File

@ -1,7 +1,6 @@
# OpenSpades # OpenSpades
- Home: http://openspades.yvt.jp/, https://sites.google.com/a/yvt.jp/openspades/ (outdated) - Home: http://openspades.yvt.jp/, https://sites.google.com/a/yvt.jp/openspades/ (outdated)
- Media: https://en.wikipedia.org/wiki/Ace_of_Spades_(video_game)
- Inspiration: Ace of Spades - Inspiration: Ace of Spades
- State: beta - State: beta
- Download: https://github.com/yvt/openspades/releases - Download: https://github.com/yvt/openspades/releases

View File

@ -2,7 +2,7 @@
- Home: https://www.openttd.org/ - Home: https://www.openttd.org/
- Media: https://en.wikipedia.org/wiki/OpenTTD - Media: https://en.wikipedia.org/wiki/OpenTTD
- Inspiration: Transport Tycoon Deluxe - Inspiration: Transport Tycoon
- State: mature - State: mature
- Download: https://www.openttd.org/downloads/openttd-releases/latest.html - Download: https://www.openttd.org/downloads/openttd-releases/latest.html
- Keyword: remake, simulation, can use original content, open content (swappable) - Keyword: remake, simulation, can use original content, open content (swappable)

View File

@ -1,7 +1,6 @@
# OpenVIII # OpenVIII
- Home: https://makipl.github.io/OpenVIII-monogame/ - Home: https://makipl.github.io/OpenVIII-monogame/
- Media: https://en.wikipedia.org/wiki/Final_Fantasy_VIII
- Inspiration: Final Fantasy VIII - Inspiration: Final Fantasy VIII
- State: beta - State: beta
- Platform: Windows, Linux - Platform: Windows, Linux

View File

@ -3,6 +3,7 @@
- Home: https://github.com/ihofmann/open-websoccer - Home: https://github.com/ihofmann/open-websoccer
- State: mature - State: mature
- Download: https://github.com/ihofmann/open-websoccer/releases - Download: https://github.com/ihofmann/open-websoccer/releases
- Platform: Web
- Keyword: sports, strategy, online - Keyword: sports, strategy, online
- Code repository: https://github.com/ihofmann/open-websoccer.git - Code repository: https://github.com/ihofmann/open-websoccer.git
- Code language: PHP - Code language: PHP

View File

@ -1,7 +1,6 @@
# OpenYandere # OpenYandere
- Home: https://github.com/Evilpersonwithnosoul/OpenYandere - Home: https://github.com/Evilpersonwithnosoul/OpenYandere
- Media: https://en.wikipedia.org/wiki/Yandere_Simulator
- Inspiration: Yandere Simulator - Inspiration: Yandere Simulator
- State: beta, inactive since 2018 - State: beta, inactive since 2018
- Keyword: action, clone, free content - Keyword: action, clone, free content

View File

@ -3,9 +3,12 @@
- Home: http://stephank.github.io/orona/ - Home: http://stephank.github.io/orona/
- Inspiration: Bolo - Inspiration: Bolo
- State: beta, inactive since 2012 - State: beta, inactive since 2012
- Play: http://stephank.github.io/orona/bolo.html
- Platform: Web
- Keyword: remake, strategy - Keyword: remake, strategy
- Code repository: https://github.com/stephank/orona.git - Code repository: https://github.com/stephank/orona.git
- Code language: CoffeeScript - Code language: CoffeeScript
- Code license: GPL-2.0 - Code license: GPL-2.0
- Developer: Stéphan Kochen (stephenk@GH, https://stephank.nl/)
## Building ## Building

View File

@ -1,7 +1,7 @@
# Other-Life # Other-Life
- Home: http://www.other-life.com/ - Home: http://www.other-life.com/
- Media: https://en.wikipedia.org/wiki/Eternal_Lands#Spin-offs - Inspiration: Eternal Lands
- State: beta - State: beta
- Download: http://www.other-life.com/downloads.php - Download: http://www.other-life.com/downloads.php
- Keyword: role playing, multiplayer online + massive - Keyword: role playing, multiplayer online + massive
@ -9,9 +9,7 @@
- Code language: C, C++ - Code language: C, C++
- Code license: Custom (Eternal Lands license, modified QTPL) - Code license: Custom (Eternal Lands license, modified QTPL)
A community based game that allows you to affect the future of the game.
Based on [Eternal Lands](eternal_lands.md).
Mainly a client to connect to Eternal Lands? Mainly a client to connect to Eternal Lands?
Was described at https://en.wikipedia.org/wiki/Eternal_Lands#Spin-offs but not included on that page anymore.
## Building ## Building

View File

@ -1,7 +1,6 @@
# Prescription Wars # Prescription Wars
- Home: https://github.com/gtheilman/RxWars - Home: https://github.com/gtheilman/RxWars
- Media: https://en.wikipedia.org/wiki/Drugwars
- Inspiration: Drugwars - Inspiration: Drugwars
- State: mature, inactive since 2016 - State: mature, inactive since 2016
- Platform: Web - Platform: Web

View File

@ -6,7 +6,7 @@
- State: mature - State: mature
- Download: https://sourceforge.net/projects/raceintospace/files/ - Download: https://sourceforge.net/projects/raceintospace/files/
- Platform: Windows, Linux, macOS - Platform: Windows, Linux, macOS
- Keyword: remake, simulation, strategy, turn-based - Keyword: remake, simulation, strategy, turn-based, space
- Code repository: https://github.com/raceintospace/raceintospace.git, http://raceintospace.cvs.sourceforge.net (cvs) - Code repository: https://github.com/raceintospace/raceintospace.git, http://raceintospace.cvs.sourceforge.net (cvs)
- Code language: C, C++ - Code language: C, C++
- Code license: GPL-2.0 - Code license: GPL-2.0

View File

@ -4,6 +4,7 @@
- Media: https://en.wikipedia.org/wiki/Q*bert#Legacy - Media: https://en.wikipedia.org/wiki/Q*bert#Legacy
- Inspiration: Q*bert - Inspiration: Q*bert
- State: beta - State: beta
- Platform: Web
- Keyword: puzzle, remake - Keyword: puzzle, remake
- Code repository: https://github.com/leonicolas/ReQbert.git - Code repository: https://github.com/leonicolas/ReQbert.git
- Code language: JavaScript - Code language: JavaScript

View File

@ -2,6 +2,7 @@
- Home: https://github.com/CamHenlin/Roguish - Home: https://github.com/CamHenlin/Roguish
- State: beta, inactive since 2015 - State: beta, inactive since 2015
- Platform: Web
- Keyword: role playing, roguelike, multiplayer - Keyword: role playing, roguelike, multiplayer
- Code repository: https://github.com/CamHenlin/Roguish.git - Code repository: https://github.com/CamHenlin/Roguish.git
- Code language: JavaScript - Code language: JavaScript

View File

@ -3,6 +3,7 @@
- Home: http://www.rolisteam.org/, https://sourceforge.net/projects/rolisteam/ - Home: http://www.rolisteam.org/, https://sourceforge.net/projects/rolisteam/
- State: mature - State: mature
- Download: http://www.rolisteam.org/download.html, https://sourceforge.net/projects/rolisteam/files - Download: http://www.rolisteam.org/download.html, https://sourceforge.net/projects/rolisteam/files
- Platform: Windows, Linux, macOS
- Keyword: tool - Keyword: tool
- Code repository: https://github.com/Rolisteam/rolisteam.git (https://github.com/Rolisteam) - Code repository: https://github.com/Rolisteam/rolisteam.git (https://github.com/Rolisteam)
- Code language: C++, JavaScript - Code language: C++, JavaScript
@ -11,3 +12,5 @@
Virtual tabletop software. Virtual tabletop software.
## Building ## Building
- Build system: CMake

View File

@ -1,7 +1,6 @@
# RPG-X # RPG-X
- Home: http://www.last-outpost.net/rpg-x/, https://web.archive.org/web/20130126113126/http://rpgxef.hennecke-online.net/ - Home: http://www.last-outpost.net/rpg-x/, https://web.archive.org/web/20130126113126/http://rpgxef.hennecke-online.net/
- Media: https://en.wikipedia.org/wiki/Star_Trek:_Voyager__Elite_Force
- Inspiration: Star Trek: Voyager Elite Force - Inspiration: Star Trek: Voyager Elite Force
- State: mature, inactive since 2015 - State: mature, inactive since 2015
- Download: https://github.com/UberGames/rpgxEF/releases - Download: https://github.com/UberGames/rpgxEF/releases

View File

@ -2,6 +2,7 @@
- Home: https://github.com/ryanb/ruby-warrior - Home: https://github.com/ryanb/ruby-warrior
- State: beta, inactive since 2012 - State: beta, inactive since 2012
- Platform: Windows, Linux, macOS
- Keyword: game engine, open content, programming, roguelike - Keyword: game engine, open content, programming, roguelike
- Code repository: https://github.com/ryanb/ruby-warrior.git - Code repository: https://github.com/ryanb/ruby-warrior.git
- Code language: Ruby - Code language: Ruby

View File

@ -1,7 +1,6 @@
# RuneLite # RuneLite
- Home: https://runelite.net/ - Home: https://runelite.net/
- Media: https://en.wikipedia.org/wiki/RuneScape
- Inspiration: Old School RuneScape - Inspiration: Old School RuneScape
- State: mature - State: mature
- Keyword: remake, role playing, client, commercial content, multiplayer competitive + online + co-op - Keyword: remake, role playing, client, commercial content, multiplayer competitive + online + co-op
@ -9,6 +8,6 @@
- Code language: Java - Code language: Java
- Code license: 2-clause BSD - Code license: 2-clause BSD
Open source Old School RuneScape client Old School RuneScape client
## Building ## Building

View File

@ -1,7 +1,6 @@
# Skifree-HTML5-clone # Skifree-HTML5-clone
- Home: https://github.com/andymason/Skifree-HTML5-clone - Home: https://github.com/andymason/Skifree-HTML5-clone
- Media: https://en.wikipedia.org/wiki/SkiFree
- Inspiration: SkiFree - Inspiration: SkiFree
- State: beta, inactive since 2011 - State: beta, inactive since 2011
- Platform: Web - Platform: Web

View File

@ -3,6 +3,7 @@
- Home: https://sourceforge.net/projects/skrupel/ - Home: https://sourceforge.net/projects/skrupel/
- State: mature, inactive since 2011 - State: mature, inactive since 2011
- Download: https://sourceforge.net/projects/skrupel/files - Download: https://sourceforge.net/projects/skrupel/files
- Platform: Web
- Keyword: strategy - Keyword: strategy
- Code repository: https://github.com/kantoks/skrupel.git (continuation), https://gitlab.com/osgames/skrupel.git @add, http://skrupel.cvs.sourceforge.net/ (cvs) - Code repository: https://github.com/kantoks/skrupel.git (continuation), https://gitlab.com/osgames/skrupel.git @add, http://skrupel.cvs.sourceforge.net/ (cvs)
- Code language: PHP, JavaScript - Code language: PHP, JavaScript

View File

@ -2,6 +2,7 @@
- Home: https://code.google.com/archive/p/snelps/ - Home: https://code.google.com/archive/p/snelps/
- State: beta, inactive since 2012 - State: beta, inactive since 2012
- Platform: Windows, Linux, macOS
- Keyword: strategy, real time - Keyword: strategy, real time
- Code repository: https://github.com/shawn42/snelps.git - Code repository: https://github.com/shawn42/snelps.git
- Code language: Ruby - Code language: Ruby

View File

@ -1,8 +1,7 @@
# Sonic Robo Blast 2 # Sonic Robo Blast 2
- Home: https://www.srb2.org/ - Home: https://www.srb2.org/
- Media: https://en.wikipedia.org/wiki/List_of_Sonic_the_Hedgehog_video_games - Inspiration: Sonic the Hedgehog series
- Inspiration: Sonic the Hedgehog
- State: mature - State: mature
- Download: https://www.srb2.org/download/ - Download: https://www.srb2.org/download/
- Platform: Windows, Linux, macOS - Platform: Windows, Linux, macOS

View File

@ -1,7 +1,6 @@
# Sopwith 3 # Sopwith 3
- Home: http://sopwith3.sourceforge.net/, https://sourceforge.net/projects/sopwith3/, http://www.wingkong.net/sopwith2b/sopwith3.html - Home: http://sopwith3.sourceforge.net/, https://sourceforge.net/projects/sopwith3/, http://www.wingkong.net/sopwith2b/sopwith3.html
- Media: https://en.wikipedia.org/wiki/Sopwith_(video_game)
- Inspiration: Sopwith - Inspiration: Sopwith
- State: beta, inactive since 2003 - State: beta, inactive since 2003
- Download: http://www.wingkong.net/sopwith2b/files-games.html, https://sourceforge.net/projects/sopwith3/files/ - Download: http://www.wingkong.net/sopwith2b/files-games.html, https://sourceforge.net/projects/sopwith3/files/

View File

@ -3,6 +3,7 @@
- Home: https://brunoaor.github.io/Space-Harrier-Clone/ - Home: https://brunoaor.github.io/Space-Harrier-Clone/
- Inspiration: Space Harrier - Inspiration: Space Harrier
- State: beta, inactive since 2018 - State: beta, inactive since 2018
- Platform: Windows
- Keyword: strategy, clone, free content - Keyword: strategy, clone, free content
- Code repository: https://github.com/BrunoAOR/Space-Harrier-Clone.git - Code repository: https://github.com/BrunoAOR/Space-Harrier-Clone.git
- Code language: C, C++ - Code language: C, C++

View File

@ -4,7 +4,7 @@
- Inspiration: Artemis: Spaceship Bridge Simulator - Inspiration: Artemis: Spaceship Bridge Simulator
- State: beta - State: beta
- Platform: Linux - Platform: Linux
- Keyword: strategy, multiplayer, similar - Keyword: strategy, multiplayer, remake, space
- Code repository: https://github.com/smcameron/space-nerds-in-space.git - Code repository: https://github.com/smcameron/space-nerds-in-space.git
- Code language: C, Lua - Code language: C, Lua
- Code license: GPL-2.0 - Code license: GPL-2.0

View File

@ -4,7 +4,7 @@
- Inspiration: Space Trader - Inspiration: Space Trader
- State: mature, inactive since 2009 - State: mature, inactive since 2009
- Download: https://sourceforge.net/projects/spacetraderwin/files - Download: https://sourceforge.net/projects/spacetraderwin/files
- Keyword: strategy - Keyword: strategy, space, turn based
- Code repository: https://github.com/SpaceTraderGame/SpaceTrader-Windows.git, http://spacetraderwin.cvs.sourceforge.net (cvs) - Code repository: https://github.com/SpaceTraderGame/SpaceTrader-Windows.git, http://spacetraderwin.cvs.sourceforge.net (cvs)
- Code language: C# - Code language: C#
- Code license: GPL-2.0 - Code license: GPL-2.0

View File

@ -3,7 +3,7 @@
- Home: https://sourceforge.net/projects/space-war-2/, https://space-war-2.sourceforge.io/ - Home: https://sourceforge.net/projects/space-war-2/, https://space-war-2.sourceforge.io/
- State: mature - State: mature
- Download: https://sourceforge.net/projects/space-war-2/files/ - Download: https://sourceforge.net/projects/space-war-2/files/
- Keyword: strategy, turn-based - Keyword: strategy, turn-based, space
- Code repository: https://git.code.sf.net/p/space-war-2/git - Code repository: https://git.code.sf.net/p/space-war-2/git
- Code language: Java - Code language: Java
- Code license: Apache-2.0 - Code license: Apache-2.0

View File

@ -4,7 +4,7 @@
- Inspiration: Space Trader - Inspiration: Space Trader
- State: mature, inactive since 2010 - State: mature, inactive since 2010
- Download: https://sourceforge.net/projects/spacetraderjava/files - Download: https://sourceforge.net/projects/spacetraderjava/files
- Keyword: strategy - Keyword: strategy, space, turn based
- Code repository: https://github.com/osgamearchive/spacetraderjava.git (conversion of cvs and svn), https://svn.code.sf.net/p/spacetraderjava/code (svn), http://spacetraderjava.cvs.sourceforge.net (cvs) - Code repository: https://github.com/osgamearchive/spacetraderjava.git (conversion of cvs and svn), https://svn.code.sf.net/p/spacetraderjava/code (svn), http://spacetraderjava.cvs.sourceforge.net (cvs)
- Code language: Java - Code language: Java
- Code license: GPL-2.0 - Code license: GPL-2.0

View File

@ -1,7 +1,6 @@
# splexhd # splexhd
- Home: https://github.com/radu124/splexhd - Home: https://github.com/radu124/splexhd
- Media: https://en.wikipedia.org/wiki/Supaplex
- Inspiration: Supaplex - Inspiration: Supaplex
- State: beta, inactive since 2012 - State: beta, inactive since 2012
- Keyword: puzzle, remake - Keyword: puzzle, remake

View File

@ -1,7 +1,6 @@
# sundog # sundog
- Home: https://github.com/laanwj/sundog - Home: https://github.com/laanwj/sundog
- Media: https://en.wikipedia.org/wiki/SunDog:_Frozen_Legacy
- Inspiration: SunDog: Frozen Legacy - Inspiration: SunDog: Frozen Legacy
- State: beta - State: beta
- Platform: Linux - Platform: Linux

View File

@ -1,6 +1,7 @@
# SunDog Resurrection # SunDog Resurrection
- Home: http://www.sundogresurrectionproject.com/, https://sourceforge.net/projects/sundog/ - Home: http://www.sundogresurrectionproject.com/, https://sourceforge.net/projects/sundog/
- Media: https://en.wikipedia.org/wiki/SunDog:_Frozen_Legacy#SunDog:_Resurrection_Project
- Inspiration: SunDog: Frozen Legacy - Inspiration: SunDog: Frozen Legacy
- State: beta - State: beta
- Download: http://www.sundogresurrectionproject.com/downloads.html - Download: http://www.sundogresurrectionproject.com/downloads.html

View File

@ -3,6 +3,7 @@
- Home: https://eguneys.github.io/jsgames/ - Home: https://eguneys.github.io/jsgames/
- Inspiration: Supaplex - Inspiration: Supaplex
- State: mature - State: mature
- Platform: Web
- Keyword: puzzle, remake, content commercial, skill - Keyword: puzzle, remake, content commercial, skill
- Code repository: https://github.com/eguneys/supaxl.git - Code repository: https://github.com/eguneys/supaxl.git
- Code language: JavaScript - Code language: JavaScript

View File

@ -1,6 +1,7 @@
# Super Methane Brothers # Super Methane Brothers
- Home: http://methane.sourceforge.net/ - Home: http://methane.sourceforge.net/
- Media: https://en.wikipedia.org/wiki/Super_Methane_Bros.
- Inspiration: Super Methane Brothers - Inspiration: Super Methane Brothers
- State: mature, inactive since 2011 - State: mature, inactive since 2011
- Download: https://sourceforge.net/projects/methane/files/Methane%20Stable/ - Download: https://sourceforge.net/projects/methane/files/Methane%20Stable/

View File

@ -1,7 +1,6 @@
# Super Methane Brothers for Wii and GameCube # Super Methane Brothers for Wii and GameCube
- Home: https://github.com/carstene1ns/super-methane-brothers - Home: https://github.com/carstene1ns/super-methane-brothers
- Media: https://en.wikipedia.org/wiki/Super_Methane_Bros.
- Inspiration: Super Methane Brothers - Inspiration: Super Methane Brothers
- State: beta, inactive since 2018 - State: beta, inactive since 2018
- Keyword: arcade, remake - Keyword: arcade, remake

View File

@ -3,6 +3,7 @@
- Home: http://superpowers-html5.com/index.en.html, https://github.com/superpowers - Home: http://superpowers-html5.com/index.en.html, https://github.com/superpowers
- State: mature - State: mature
- Download: https://sparklinlabs.itch.io/superpowers - Download: https://sparklinlabs.itch.io/superpowers
- Platform: Web
- Keyword: framework, 2D, 3D - Keyword: framework, 2D, 3D
- Code repository: https://github.com/superpowers/superpowers-core.git - Code repository: https://github.com/superpowers/superpowers-core.git
- Code language: TypeScript - Code language: TypeScript

View File

@ -1,7 +1,6 @@
# SWP # SWP
- Home: http://www.proasm.com/sw/swp.html - Home: http://www.proasm.com/sw/swp.html
- Media: https://en.wikipedia.org/wiki/Shadow_Warrior
- Inspiration: Shadow Warrior - Inspiration: Shadow Warrior
- State: mature - State: mature
- Keyword: remake, commercial content (?), requires original content (?), shooter - Keyword: remake, commercial content (?), requires original content (?), shooter

View File

@ -1,7 +1,6 @@
# Syndicate Wars Port # Syndicate Wars Port
- Home: http://swars.vexillium.org/ - Home: http://swars.vexillium.org/
- Media: https://en.wikipedia.org/wiki/Syndicate_Wars
- Inspiration: Syndicate Wars - Inspiration: Syndicate Wars
- State: beta, inactive since 2010 - State: beta, inactive since 2010
- Download: http://swars.vexillium.org/#download - Download: http://swars.vexillium.org/#download

View File

@ -1,7 +1,6 @@
# Tank: Zone of Death # Tank: Zone of Death
- Home: https://zod.fandom.com/ru/wiki/Главная (Russian) - Home: https://zod.fandom.com/ru/wiki/Главная (Russian)
- Media: https://en.wikipedia.org/wiki/Battle_City_(video_game)
- Inspiration: Battle City - Inspiration: Battle City
- State: beta, inactive since 2017 - State: beta, inactive since 2017
- Keyword: action, clone, shooter - Keyword: action, clone, shooter

View File

@ -1,7 +1,6 @@
# TekwarGDX # TekwarGDX
- Home: http://m210.duke4.net/ - Home: http://m210.duke4.net/
- Media: https://en.wikipedia.org/wiki/William_Shatner%27s_TekWar
- Inspiration: TekWar - Inspiration: TekWar
- State: beta - State: beta
- Keyword: action, remake, commercial content, first-person, shooter - Keyword: action, remake, commercial content, first-person, shooter

View File

@ -1,7 +1,6 @@
# The Force Engine # The Force Engine
- Home: https://theforceengine.github.io/ - Home: https://theforceengine.github.io/
- Media: https://en.wikipedia.org/wiki/Star_Wars:_Dark_Forces
- Inspiration: Dark Forces, Outlaws - Inspiration: Dark Forces, Outlaws
- State: beta - State: beta
- Keyword: action, game engine, remake, commercial content, first-person, requires original content, shooter - Keyword: action, game engine, remake, commercial content, first-person, requires original content, shooter

View File

@ -3,6 +3,7 @@
- Home: https://www.themanaworld.org/ - Home: https://www.themanaworld.org/
- State: mature - State: mature
- Download: https://wiki.themanaworld.org/index.php/Downloads - Download: https://wiki.themanaworld.org/index.php/Downloads
- Platform: Web
- Keyword: role playing, multiplayer online + massive, 2D - Keyword: role playing, multiplayer online + massive, 2D
- Code repository: https://github.com/themanaworld/tmwa.git (https://github.com/themanaworld), https://gitlab.com/manaplus/manaplus.git @add - Code repository: https://github.com/themanaworld/tmwa.git (https://github.com/themanaworld), https://gitlab.com/manaplus/manaplus.git @add
- Code language: PHP - Code language: PHP

View File

@ -1,7 +1,6 @@
# thiefcatcher # thiefcatcher
- Home: https://github.com/Ponup/thiefcatcher - Home: https://github.com/Ponup/thiefcatcher
- Media: https://en.wikipedia.org/wiki/Where_in_the_World_Is_Carmen_Sandiego%3F_(1985_video_game)
- Inspiration: "Where in the World Is Carmen Sandiego? (1985)" - Inspiration: "Where in the World Is Carmen Sandiego? (1985)"
- State: beta - State: beta
- Keyword: educational, remake, strategy - Keyword: educational, remake, strategy

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