missed some entries in the last commits

This commit is contained in:
Trilarion 2020-09-04 17:12:58 +02:00
parent 82cddf09e0
commit ba30bdcc82
47 changed files with 104 additions and 130 deletions

View File

@ -1,7 +1,6 @@
start: title _EL description _EL property+ _EL (note)? building
start: title _EL property+ _EL (note)? building
title: "#" /(?! ).+(?<! )/ _NL // not starting or ending with a space
description: "_" /(?! ).+(?<![ _])/ "_" _NL // single line not ending with underscore
property: "-" _key ":" _values _NL
_key : /(?! ).+?(?=:)(?<! )/ // key: everything until next ":", not beginning or ending with a space
_values : [_value ("," _value)*]

View File

@ -75,9 +75,6 @@ class EntryTransformer(lark.Transformer):
def title(self, x):
return 'title', x[0].value
def description(self, x):
return 'description', x[0].value
def note(self, x):
"""
Optional
@ -614,10 +611,6 @@ def check_entry(entry):
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)

View File

@ -14,7 +14,6 @@
- Assets license: CC-BY-SA-3.0
- Developer: Erik Johansson, Ben Brian, Nicolas Auvray, Philip Taylor, Lancelot de Ferrière, s0600204, Kieran Pilkington, leper, Pureon
Real-time strategy game.
Engine part is called Pyrogenesis.
## Building

View File

@ -12,8 +12,6 @@
- Code dependencies: Allegro, SDL, SDL2
- Developer: Kilgore Trout Mask Replicant
Master of Orion (1993) game engine recreation.
## Building
- Build system: Make

View File

@ -1,14 +1,15 @@
# Cytadela
_Remake of Cytadela, an Amiga first person shooter from 1990's. Doom or Wolf 3D clone._
- Home: http://cytadela.sourceforge.net/
- Inspirations: Cytadela
- State: beta, inactive since 2013
- Download: https://sourceforge.net/projects/cytadela/files/
- Platform: Windows, Linux, macOS
- Keywords: remake, inspired by Cytadela, shooter
- Keywords: remake, shooter
- Code repository: (see download)
- Code language: C++
- Code license: GPL-3.0
Remake of Cytadela, an Amiga first person shooter from 1990's. Doom or Wolf 3D clone.
## Building

View File

@ -1,12 +1,11 @@
# F-1 Spirit
_Remake of F-1 Spirit._
- Home: https://web.archive.org/web/20190614065451/http://www.braingames.getput.com/f1spirit/
- Inspirations: F-1 Spirit
- State: beta, inactive since 2009
- Download: https://braingames.jorito.net/f1spirit/f1spirit.src_0.rc9-1615.tgz
- Platform: Windows, Linux, macOS
- Keywords: simulation, free content, inspired by F-1 Spirit, remake
- Keywords: simulation, free content, remake
- Code repository: (see download)
- Code language: C++
- Code license: ?

View File

@ -1,12 +1,11 @@
# Forsaken
_Remake of Forsaken._
- Home: http://forsakenx.github.io/, https://github.com/ForsakenX/forsaken/wiki
- Media: <https://en.wikipedia.org/wiki/Forsaken_(video_game)>
- Inspirations: Forsaken
- State: beta, inactive since 2013
- Download: https://github.com/ForsakenX/forsaken/wiki/Download-and-installation
- Keywords: remake, first-person, inspired by Forsaken, requires original content (ongoing work to replace it), shooter
- Keywords: remake, first-person, requires original content (ongoing work to replace it), shooter
- Code repository: https://github.com/ForsakenX/forsaken.git
- Code language: C, C++
- Code license: GPL-2.0, Proprietary (those parts of the original code base that still remain, see https://github.com/ForsakenX/forsaken/blob/master/LICENSE)

View File

@ -1,16 +1,16 @@
# Freeciv
_Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization._
- Home: http://www.freeciv.org/, https://sourceforge.net/projects/freeciv/
- Media: https://en.wikipedia.org/wiki/Freeciv
- Inspirations: Civilization II
- State: mature
- Download: http://www.freeciv.org/download.html
- Keywords: strategy, clone, inspired by Civilization II, multiplayer, turn-based
- Keywords: strategy, clone, multiplayer, turn-based
- Code repository: https://github.com/freeciv/freeciv.git
- Code language: C
- Code license: GPL-2.0
Empire-building strategy game inspired by the history of human civilization.
See also [FreeCivAC](http://freecivac.sourceforge.net/) which is a patch to FreeCiv to incorporate Alpha Centauri behavior
however inactive since 2002.

View File

@ -1,7 +1,5 @@
# GJID
_Sokoban-style game, in which the player controls a robot called GJID. The robot volunteered to cleanup the dungeon from dangerous weapons by moving them into recycling bins._
- Home: https://github.com/msharov/gjid
- State: mature, inactive since 2017
- Keywords: puzzle, open content, sokoban-like
@ -11,6 +9,8 @@ _Sokoban-style game, in which the player controls a robot called GJID. The robot
- Assets license: MIT
- Developer: Mike Sharov
Sokoban-style game, in which the player controls a robot called GJID. The robot volunteered to cleanup the dungeon from dangerous weapons by moving them into recycling bins.
## Building
- Build system: Make

View File

@ -1,11 +1,10 @@
# Gorillas
_Remake of Gorillas._
- Home: https://gorillas.lyndir.com/index.html
- Inspirations: Gorillas
- State: mature, inactive since 2014
- Platform: iOS
- Keywords: remake, artillery, inspired by Gorillas
- Keywords: remake, artillery
- Code repository: https://github.com/Lyndir/Gorillas.git
- Code language: Objective-C, JavaScript
- Code license: Java Research License (no commercial use)

View File

@ -1,7 +1,5 @@
# Hack
_Roguelike game. It served as the inspiration for NetHack._
- Home: http://roguebasin.roguelikedevelopment.org/index.php?title=Hack, https://nethackwiki.com/wiki/Hack_1.0.3, https://homepages.cwi.nl/~aeb/games/hack/hack.html, https://packages.debian.org/search?keywords=bsdgames
- Media: <https://en.wikipedia.org/wiki/Hack_(video_game)>
- State: mature, inactive since 1985
@ -11,4 +9,6 @@ _Roguelike game. It served as the inspiration for NetHack._
- Code license: 3-clause BSD
- Developer: Jay Fenlason
Served as the inspiration for NetHack.
## Building

View File

@ -1,10 +1,9 @@
# Hardwar
_Remake of Hardwar._
- Home: http://hardwar.org/
- Inspirations: Hardwar
- State: beta, inactive since 2015
- Keywords: simulation, flight, inspired by Hardwar, remake
- Keywords: simulation, flight, remake
- Code repository: https://github.com/andrewfenn/Hardwar.git
- Code language: C++
- Code license: GPL-3.0

View File

@ -1,13 +1,12 @@
# Head over Heels
_Remake of Head over Heels._
- 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)
- Inspirations: Head over Heels
- State: mature
- Download: http://www.headoverheels2.com/drupal/en/node/161
- Platform: Windows, Linux
- Keywords: action, adventure, inspired by Head over Heels, remake
- Keywords: action, adventure, remake
- Code repository: https://github.com/dougmencken/HeadOverHeels.git (continuation, or download for old source code)
- Code language: C++
- Code license: GPL-3.0

View File

@ -1,12 +1,11 @@
# Heart of the Alien
_Remake of Another World 2: Heart of the Alien._
- Home: http://hota.sourceforge.net/, https://sourceforge.net/projects/hota/
- Inspirations: Another World 2: Heart of the Alien
- State: beta, inactive since 2005
- Download: https://sourceforge.net/projects/hota/files/
- Platform: Windows
- Keywords: adventure, commercial content, inspired by Another World 2: Heart of the Alien, remake, requires original content
- Keywords: adventure, commercial content, remake, requires original content
- Code repository: https://gitlab.com/osgames/hota.git (conversion of cvs), http://hota.cvs.sourceforge.net (cvs)
- Code language: C
- Code license: GPL-2.0

View File

@ -1,7 +1,5 @@
# Hnefatafl
_Implementation of a Norse board game. It supports Hnefatafl 11x11, 13x13, and Tablut completely. Other regional variants are partly supported by the provided using rulesets._
- Home: https://web.archive.org/web/20180901233504/http://hnefatafl.se/ (Swedish), https://sourceforge.net/projects/hnefatafl/
- State: beta, inactive since 2014
- Keywords: strategy, board, open content
@ -11,4 +9,6 @@ _Implementation of a Norse board game. It supports Hnefatafl 11x11, 13x13, and T
- Assets license: ? (GPL-3.0)
- Developer: Alexander Söderlund
Implementation of a Norse board game. It supports Hnefatafl 11x11, 13x13, and Tablut completely. Other regional variants are partly supported by the provided using rulesets.
## Building

View File

@ -1,7 +1,5 @@
# Holtz
_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/
- State: mature
- Download: https://sourceforge.net/projects/holtz/files/
@ -14,4 +12,6 @@ _Collection of board games that can be played against the computer or online aga
- Assets license: GPL
- Developer: Florian Fischer, Martin Trautmann
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.
## Building

View File

@ -1,12 +1,11 @@
# HoverRace
_Remake of HoverRace._
- Home: https://web.archive.org/web/20200310133907/http://www.hoverrace.com/
- Inspirations: HoverRace
- State: mature, inactive since 2016
- Download: https://web.archive.org/web/20191221023553/http://www.hoverrace.com/?page=download
- Platform: Windows
- Keywords: sports, 3D, inspired by HoverRace, racing, remake
- Keywords: sports, 3D, racing, remake
- Code repository: https://github.com/HoverRace/HoverRace.git
- Code language: C++
- Code license: Custom (NC https://github.com/HoverRace/HoverRace/blob/master/license.txt)

View File

@ -1,9 +1,8 @@
# Iron Seed
_Remake of Iron Seed._
- Home: https://web.archive.org/web/20150725164943/http://www.ironseed.com/
- Media: https://en.wikipedia.org/wiki/Iron_Seed
- Inspirations: Iron Seed
- State: mature, inactive since 2013
- Download: https://web.archive.org/web/20150802151352/http://www.ironseed.com/ironseed-v1.20.0016-2013-03-17.zip
- Keywords: remake, inspired by Iron Seed

View File

@ -1,11 +1,10 @@
# Jet-Story
_Remake of Jet-Story._
- Home: https://github.com/adamenkov/jet-story
- Media: https://en.wikipedia.org/wiki/Jet-Story
- Inspirations: Jet-Story
- State: beta
- Keywords: action, inspired by Jet-Story, remake
- Keywords: action, remake
- Code repository: https://github.com/adamenkov/jet-story.git
- Code language: Assembly, C, C++
- Code license: MIT

View File

@ -1,7 +1,5 @@
# Key Runner
_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/
- State: mature, inactive since 2013
- Platform: Windows, Linux
@ -13,6 +11,8 @@ _2D overhead action game where Moschata, the Key Runner must race to retrieve th
- Assets license: ? (GPL-2.0)
- Developer: Russ Adams
2D overhead action game where Moschata, the Key Runner must race to retrieve the key and bring it to the lock.
## Building
- Build system: Autoconf

View File

@ -1,12 +1,11 @@
# Knights
_Remake of Knights._
- Home: http://www.knightsgame.org.uk/
- State: beta, inactive since 2014
- Inspirations: Knights
- Download: http://www.knightsgame.org.uk/download.html
- Platform: Windows
- Keywords: role playing, dungeon, inspired by Knights, multiplayer, remake
- Keywords: role playing, dungeon, multiplayer, remake
- Code repository: (see download)
- Code language: C++
- Code license: GPL-3.0

View File

@ -1,14 +1,15 @@
# Labyrinth of Worlds
_Rewrite for modern architectures of the incredibly good game Ultima Underworld 2: Labyrinth of Worlds._
- Home: http://low.sourceforge.net/index.php, https://sourceforge.net/projects/low/
- State: beta, inactive since 2010
- Inspirations: Ultima Underworld 2: Labyrinth of Worlds
- Download: https://sourceforge.net/projects/low/files
- Keywords: role playing, inspired by Ultima Underworld 2: Labyrinth of Worlds
- Keywords: role playing
- 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 license: LGPL-3.0
- Code dependencies: OGRE
Rewrite for modern architectures of the incredibly good game Ultima Underworld 2: Labyrinth of Worlds.
## Building

View File

@ -1,11 +1,10 @@
# Ladder
_Remake of Ladder._
- Home: https://ostermiller.org/ladder/
- Inspirations: Ladder
- State: mature, inactive since 2005
- Download: https://ostermiller.org/ladder/download.html
- Keywords: arcade, inspired by Ladder, remake, text-based
- Keywords: arcade, remake, text-based
- Code repository: (see download inside JAR file)
- Code language: Java
- Code license: GPL-2.0

View File

@ -1,13 +1,11 @@
# Lose Your Marbles
_Remake of Lose Your Marbles._
- Home: https://github.com/eguneys/lose-your-marbles
- Media: https://en.wikipedia.org/wiki/Lose_Your_Marbles
- Inspirations: Lose Your Marbles
- State: mature, inactive since 2014
- Play: https://guarded-dawn-9844.herokuapp.com/
- Platform: Web
- Keywords: remake, inspired by Lose Your Marbles
- Keywords: remake
- Code repository: https://github.com/eguneys/lose-your-marbles.git
- Code language: JavaScript
- Code license: MIT

View File

@ -1,11 +1,10 @@
# Luola
_Arcade game of genre "Luolalentely" (Cave-flying) inspired by V-Wing._
- Home: https://web.archive.org/web/20120322083830/http://www.luolamies.org/software/luola/
- Inspirations: V-Wing
- State: mature, inactive since 2005
- Platform: Windows, Linux, macOS
- Keywords: arcade, open content, inspired by V-Wing
- Keywords: arcade, open content
- Code repository: https://github.com/callaa/luola.git
- Code language: C
- Code license: GPL-2.0
@ -13,4 +12,6 @@ _Arcade game of genre "Luolalentely" (Cave-flying) inspired by V-Wing._
- Assets license: ? (GPL)
- Developer: Calle Laakkonen
Arcade game of genre "Luolalentely" (Cave-flying) inspired by V-Wing.
## Building

View File

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

View File

@ -1,12 +1,11 @@
# Maxit
_Remake of Maxit._
- Home: https://maxit.sourceforge.io/, https://sourceforge.net/projects/maxit/
- Inspirations: Maxit
- State: mature, inactive since 2014
- Download: https://sourceforge.net/projects/maxit/files/
- Platform: Windows, Linux, macOS
- Keywords: strategy, inspired by Maxit, remake
- Keywords: strategy, remake
- Code repository: https://github.com/textbrowser/maxit.git
- Code language: C++
- Code license: 3-clause BSD (https://github.com/textbrowser/maxit/blob/master/LICENSE)

View File

@ -1,16 +1,17 @@
# Mines
_Clone of Minesweeper._
- Home: https://wiki.gnome.org/Apps/Mines
- Inspirations: Minesweeper
- State: mature
- Platform: Linux
- Keywords: strategy, clone, free content, inspired by Minesweeper
- Keywords: strategy, clone, free content
- Code repository: https://gitlab.gnome.org/GNOME/gnome-mines.git
- Code language: Vala
- Code license: GPL-3.0
- Developer: Gnome
Clone of Minesweeper.
## Building
- Build system: Meson

View File

@ -1,7 +1,5 @@
# Pacman
_Pacman clone and very close to the original from Namco._
- Home: https://github.com/ebuc99/pacman
- State: beta
- Download: https://github.com/ebuc99/pacman/releases, https://github.com/ebuc99/pacman_win/releases
@ -11,6 +9,8 @@ _Pacman clone and very close to the original from Namco._
- Code license: GPL-2.0
- Code dependencies: SDL
Very close to the original from Namco.
## Building
- Build system: Autoconf

View File

@ -1,11 +1,10 @@
# Pushover
_Remake of Pushover._
- Home: https://pushover.github.io/, https://sourceforge.net/projects/pushover/
- Inspirations: Pushover
- State: beta, inactive since 2018
- Download: https://sourceforge.net/projects/pushover/files/
- Keywords: puzzle, inspired by Pushover, remake
- Keywords: puzzle, remake
- Code repository: https://github.com/pushover/pushover.github.io.git
- Code language: C++, C, Lua
- Code license: GPL-3.0

View File

@ -1,19 +1,19 @@
# Race Into Space
_Remake of Buzz Aldrin's Race Into Space._
- Home: http://www.raceintospace.org/, https://sourceforge.net/projects/raceintospace/
- Inspirations: Buzz Aldrin's Race Into Space
- Media: https://en.wikipedia.org/wiki/Buzz_Aldrin%27s_Race_Into_Space#Source_code_release
- State: mature
- Download: https://sourceforge.net/projects/raceintospace/files/
- Platform: Windows, Linux, macOS
- Keywords: simulation, inspired by Buzz Aldrin's Race Into Space, remake, strategy, turn-based
- Keywords: simulation, remake, strategy, turn-based
- Code repository: https://github.com/raceintospace/raceintospace.git, http://raceintospace.cvs.sourceforge.net (cvs)
- Code language: C, C++
- Code license: GPL-2.0
- Code dependencies: libogg, libvorbis, SDL
Developers release the original game under GPL.
Remake of Buzz Aldrin's Race Into Space.
Developers released the original game under GPL.
## Building

View File

@ -1,15 +1,16 @@
# Seven Kingdoms: Ancient Adversaries
_Fan continuation of Seven Kingdoms: Ancient Adversaries by Enlight Software._
- Home: https://7kfans.com/
- Inspirations: Seven Kingdoms: Ancient Adversaries
- Media: <https://en.wikipedia.org/wiki/Seven_Kingdoms_(video_game)>
- State: mature
- Download: https://www.7kfans.com/wiki/index.php/Download, https://sourceforge.net/projects/skfans/files/, https://github.com/the3dfxdude/7kaa/releases
- Platform: Windows, Linux
- Keywords: strategy, inspired by Seven Kingdoms: Ancient Adversaries, remake
- Keywords: strategy, remake
- Code repository: https://github.com/the3dfxdude/7kaa.git
- Code language: C++
- Code license: GPL-2.0
Fan continuation of Seven Kingdoms: Ancient Adversaries by Enlight Software.
## Building

View File

@ -1,10 +1,9 @@
# Shadowgrounds
_Remake of Shadowgrounds: Survivor._
- Home: https://github.com/vayerx/shadowgrounds
- Inspirations: Shadowgrounds: Survivor
- State: beta, inactive since 2017
- Keywords: remake, inspired by Shadowgrounds: Survivor, requires original content
- Keywords: remake, requires original content
- Code repository: https://github.com/vayerx/shadowgrounds.git
- Code language: C++
- Code license: Custom (NC https://github.com/vayerx/shadowgrounds/blob/linux/LICENSE.txt)

View File

@ -1,10 +1,9 @@
# Slime Volleyball
_Clone of Slime Volleyball._
- Home: https://pixeldoctrine.com/slimevolleyball.html
- Inspirations: Slime Volleyball
- State: beta
- Keywords: arcade, clone, free content, inspired by Slime Volleyball, multiplayer competitive + split-screen, skill
- Keywords: arcade, clone, free content, multiplayer competitive + split-screen, skill
- Code repository: https://github.com/highfestiva/life.git (includes multiple games)
- Code language: C++
- Code license: 3-clause BSD

View File

@ -1,9 +1,9 @@
# Smash
_Super Smash Bros-like in HTML5._
- Home: https://github.com/guillaume-gouchon/smash.js, https://web.archive.org/web/20180428062354/http://smash.gouchon.com/
- Inspirations: Super Smash Bros.
- State: mature
- Platform: Web
- Keywords: action
- Code repository: https://github.com/guillaume-gouchon/smash.js.git
- Code language: JavaScript

View File

@ -1,12 +1,11 @@
# Super Methane Brothers
_Remake of Super Methane Brothers._
- Home: http://methane.sourceforge.net/
- Inspirations: Super Methane Brothers
- State: mature, inactive since 2011
- Download: https://sourceforge.net/projects/methane/files/Methane%20Stable/
- Platform: Windows, Linux
- Keywords: arcade, inspired by Super Methane Brothers, remake
- Keywords: arcade, remake
- Code repository: (see download)
- Code language: C++
- Code license: GPL-2.0

View File

@ -1,7 +1,5 @@
# Survivor
_Remake of Survivor (1986)._
- Home: http://www.schillmania.com/survivor/
- Inspirations: Survivor (1986)
- State: mature

View File

@ -1,18 +1,17 @@
# TetraVex
_A port of TetraVex for macOS._
- Home: https://github.com/Lisergishnu/TetraVex
- Inspirations: TetraVex
- State: beta
- Download: https://github.com/Lisergishnu/TetraVex/releases
- Platform: macOS
- Keywords: puzzle, port, inspired by TetraVex
- Keywords: puzzle, port
- Code repository: https://github.com/Lisergishnu/TetraVex.git
- Code language: Swift
- Code license: GPL-3.0
- Code dependencies: Cocoa
Port of TetraVex for macOS.
Original was part of the [Microsoft Entertainment Pack 3](https://en.wikipedia.org/wiki/Microsoft_Entertainment_Pack#Microsoft_Entertainment_Pack_3) published in 1991.
## Building

View File

@ -1,11 +1,10 @@
# The Castles of Dr. Creep
_Remake of The Castles of Dr. Creep._
- Home: http://creep.sourceforge.net/, https://sourceforge.net/projects/creep/
- Inspirations: The Castles of Dr. Creep
- State: mature
- Download: https://github.com/segrax/DrCreep/releases, https://sourceforge.net/projects/creep/files/ (outdated)
- Keywords: puzzle, inspired by The Castles of Dr. Creep, remake
- Keywords: puzzle, remake
- Code repository: https://github.com/segrax/DrCreep.git, https://svn.code.sf.net/p/creep/code (svn)
- Code language: C++, Shell
- Code license: GPL-3.0

View File

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

View File

@ -1,12 +1,11 @@
# Thrust
_Remake of Thrust._
- Home: https://www.lysator.liu.se/~peda/thrust/
- Inspirations: Thrust
- State: beta, inactive since 2006
- Download: https://www.lysator.liu.se/~peda/thrust/src/
- Platform: Windows, Linux
- Keywords: arcade, inspired by Thrust, remake, skill
- Keywords: arcade, remake, skill
- Code repository: (see download)
- Code language: C
- Code license: GPL-2.0

View File

@ -1,12 +1,11 @@
# Tiny Wings
_Remake of Tiny Wings._
- Home: https://github.com/haqu/tiny-wings
- Inspirations: Tiny Wings
- Media: https://en.wikipedia.org/wiki/Tiny_Wings
- State: beta
- Platform: macOS
- Keywords: remake, inspired by Tiny Wings, skill
- Keywords: remake, skill
- Code repository: https://github.com/haqu/tiny-wings.git
- Code language: Objective-C, C, C++
- Code license: MIT

View File

@ -1,7 +1,5 @@
# UlDunAd
_Ultimate Dungeon Adventure (UlDunAd) - the extremely flexible, fun, text/graphical interfaced RPG._
- Home: https://www.pygame.org/project-UlDunAd-1140-.html
- State: beta, inactive since 2011
- Keywords: role playing, console, text-based
@ -10,4 +8,6 @@ _Ultimate Dungeon Adventure (UlDunAd) - the extremely flexible, fun, text/graphi
- Code license: GPL-3.0
- Code dependencies: NumPy, OpenGL, Pillow, pygame, wxPython
Ultimate Dungeon Adventure (UlDunAd) - the extremely flexible, fun, text/graphical interfaced RPG.
## Building

View File

@ -1,12 +1,11 @@
# Visual Pinball
_Clone of Visual Pinball._
- Home: https://sourceforge.net/projects/vpinball/
- Inspirations: Visual Pinball
- State: mature
- Download: https://sourceforge.net/projects/vpinball/files/
- Platform: Windows
- Keywords: sports, clone, inspired by Visual Pinball, remake
- Keywords: sports, clone, remake
- Code repository: https://svn.code.sf.net/p/vpinball/code (svn active), https://svn.code.sf.net/p/vpinball/scintilla/
- Code language: C++
- Code license: MAME (see https://sourceforge.net/p/vpinball/code/HEAD/tree/trunk/txt/license.txt)

View File

@ -1,13 +1,14 @@
# VVVVVV
_Source code to VVVVVV._
- Home: http://distractionware.com/blog/2020/01/vvvvvv-is-now-open-source/
- Inspirations: VVVVVV
- State: mature
- Keywords: platform, commercial content, inspired by VVVVVV, remake, requires original content
- Keywords: platform, commercial content, remake, requires original content
- Code repository: https://github.com/TerryCavanagh/vvvvvv.git
- Code language: ActionScript, C++
- Code license: Custom
- Code dependencies: Adobe AIR, SDL2
Source code to VVVVVV.
## Building

View File

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

View File

@ -947,6 +947,7 @@
## Lose Your Marbles [1]
- Inspired entries: Lose Your Marbles
- Media: https://en.wikipedia.org/wiki/Lose_Your_Marbles
## Lotus Esprit Turbo Challenge [1]
@ -1020,6 +1021,7 @@
## Master of Orion [2]
- Inspired entries: 1oom, FreeOrion
- Media: https://en.wikipedia.org/wiki/Master_of_Orion
## Master of Orion 2 [2]
@ -1660,6 +1662,7 @@
## Super Smash Bros. [2]
- Inspired entries: Super Tilt Bro, TUSSLE
- Media: https://en.wikipedia.org/wiki/Super_Smash_Bros.
## Supreme Commander [1]