sokoban-like, tetris-like to inspirations
This commit is contained in:
parent
ba30bdcc82
commit
b1fc6617f8
@ -571,6 +571,7 @@ def read_entries():
|
|||||||
entries = []
|
entries = []
|
||||||
|
|
||||||
# iterate over all entries
|
# iterate over all entries
|
||||||
|
exception_happened = False
|
||||||
for file, _, content in entry_iterator():
|
for file, _, content in entry_iterator():
|
||||||
|
|
||||||
if not content.endswith('\n'):
|
if not content.endswith('\n'):
|
||||||
@ -587,10 +588,13 @@ def read_entries():
|
|||||||
check_entry(entry)
|
check_entry(entry)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print('{} - {}'.format(file, e))
|
print('{} - {}'.format(file, e))
|
||||||
|
exception_happened = True
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# add to list
|
# add to list
|
||||||
entries.append(entry)
|
entries.append(entry)
|
||||||
|
if exception_happened:
|
||||||
|
raise RuntimeError('errors while reading entries')
|
||||||
|
|
||||||
return entries
|
return entries
|
||||||
|
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
# 2H4U
|
# 2H4U
|
||||||
|
|
||||||
- Home: https://sourceforge.net/projects/toohardforyou/
|
- Home: https://sourceforge.net/projects/toohardforyou/
|
||||||
|
- Inspirations: Tetris
|
||||||
- State: mature, inactive since 2007
|
- State: mature, inactive since 2007
|
||||||
- Download: https://sourceforge.net/projects/toohardforyou/files/
|
- Download: https://sourceforge.net/projects/toohardforyou/files/
|
||||||
- Keywords: puzzle, skill, tetris-like
|
- Keywords: puzzle, skill
|
||||||
- Code repository: https://svn.code.sf.net/p/toohardforyou/code (svn)
|
- Code repository: https://svn.code.sf.net/p/toohardforyou/code (svn)
|
||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
# AdaGate
|
# AdaGate
|
||||||
|
|
||||||
- Home: https://github.com/fastrgv/AdaGate
|
- Home: https://github.com/fastrgv/AdaGate
|
||||||
|
- Inspirations: Sokoban
|
||||||
- State: mature
|
- State: mature
|
||||||
- Download: https://github.com/fastrgv/AdaGate/releases
|
- Download: https://github.com/fastrgv/AdaGate/releases
|
||||||
- Platform: Windows, Linux, macOS
|
- Platform: Windows, Linux, macOS
|
||||||
- Keywords: puzzle, 3D, sokoban-like
|
- Keywords: puzzle, 3D
|
||||||
- Code repository: (see download)
|
- Code repository: (see download)
|
||||||
- Code language: Ada
|
- Code language: Ada
|
||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
|
@ -2,9 +2,10 @@
|
|||||||
|
|
||||||
- Home: http://www.armagetronad.org/, https://sourceforge.net/projects/armagetronad/
|
- Home: http://www.armagetronad.org/, https://sourceforge.net/projects/armagetronad/
|
||||||
- Media: https://en.wikipedia.org/wiki/Armagetron_Advanced
|
- Media: https://en.wikipedia.org/wiki/Armagetron_Advanced
|
||||||
|
- Inspirations: Snake
|
||||||
- State: mature
|
- State: mature
|
||||||
- Download: http://www.armagetronad.org/downloads.php
|
- Download: http://www.armagetronad.org/downloads.php
|
||||||
- Keywords: action, snake-like
|
- Keywords: action
|
||||||
- Code repository: https://github.com/ArmagetronAd/armagetronad.git, https://svn.code.sf.net/p/armagetronad/code (svn)
|
- Code repository: https://github.com/ArmagetronAd/armagetronad.git, https://svn.code.sf.net/p/armagetronad/code (svn)
|
||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# Atomic Tanks
|
# Atomic Tanks
|
||||||
|
|
||||||
- Home: http://atanks.sourceforge.net/, https://sourceforge.net/projects/atanks
|
- Home: http://atanks.sourceforge.net/, https://sourceforge.net/projects/atanks
|
||||||
- Inspirations: Scorched Earth
|
- Inspirations: Scorched Earth, Worms
|
||||||
- State: mature, inactive since 2016
|
- State: mature, inactive since 2016
|
||||||
- Download: https://sourceforge.net/projects/atanks/files/
|
- Download: https://sourceforge.net/projects/atanks/files/
|
||||||
- Platform: Windows, Linux
|
- Platform: Windows, Linux
|
||||||
- Keywords: action, artillery, open content, remake, wormslike
|
- Keywords: action, artillery, open content, remake
|
||||||
- Code repository: https://git.code.sf.net/p/atanks/atanks, https://gitlab.com/osgames/atanks.git (+)
|
- Code repository: https://git.code.sf.net/p/atanks/atanks, https://gitlab.com/osgames/atanks.git (+)
|
||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
# Bastet
|
# Bastet
|
||||||
|
|
||||||
- Home: http://fph.altervista.org/prog/bastet.html
|
- Home: http://fph.altervista.org/prog/bastet.html
|
||||||
|
- Inspirations: Tetris
|
||||||
- State: beta, inactive since 2018
|
- State: beta, inactive since 2018
|
||||||
- Keywords: puzzle, open content, skill, tetris-like
|
- Keywords: puzzle, open content, skill
|
||||||
- Code repository: https://github.com/fph/bastet.git
|
- Code repository: https://github.com/fph/bastet.git
|
||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
# Cuyo
|
# 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
|
- 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
|
||||||
|
- Inspirations: Tetris
|
||||||
- State: mature, inactive since 2014
|
- State: mature, inactive since 2014
|
||||||
- Download: http://download.savannah.gnu.org/releases/cuyo/
|
- Download: http://download.savannah.gnu.org/releases/cuyo/
|
||||||
- Platform: Linux
|
- Platform: Linux
|
||||||
- Keywords: puzzle, tetris-like
|
- Keywords: puzzle
|
||||||
- Code repository: https://gitlab.com/osgames/cuyo.git (import of cvs), http://cvs.savannah.nongnu.org:/sources/cuyo (cvs)
|
- Code repository: https://gitlab.com/osgames/cuyo.git (import of cvs), http://cvs.savannah.nongnu.org:/sources/cuyo (cvs)
|
||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
# Domination
|
# Domination
|
||||||
|
|
||||||
- Home: http://domination.sourceforge.net/, https://sourceforge.net/projects/domination/
|
- Home: http://domination.sourceforge.net/, https://sourceforge.net/projects/domination/
|
||||||
|
- Inspirations: Risk
|
||||||
- State: mature
|
- State: mature
|
||||||
- Download: http://domination.sourceforge.net/download.shtml, https://sourceforge.net/projects/domination/files/
|
- Download: http://domination.sourceforge.net/download.shtml, https://sourceforge.net/projects/domination/files/
|
||||||
- Platform: Windows, Linux, macOS, Android
|
- Platform: Windows, Linux, macOS, Android
|
||||||
- Keywords: strategy, board, risklike
|
- Keywords: strategy, board
|
||||||
- Code repository: https://svn.code.sf.net/p/domination/code (svn active)
|
- Code repository: https://svn.code.sf.net/p/domination/code (svn active)
|
||||||
- Code language: Java
|
- Code language: Java
|
||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
# GJID
|
# GJID
|
||||||
|
|
||||||
- Home: https://github.com/msharov/gjid
|
- Home: https://github.com/msharov/gjid
|
||||||
|
- Inspirations: Sokoban
|
||||||
- State: mature, inactive since 2017
|
- State: mature, inactive since 2017
|
||||||
- Keywords: puzzle, open content, sokoban-like
|
- Keywords: puzzle, open content
|
||||||
- Code repository: https://github.com/msharov/gjid.git
|
- Code repository: https://github.com/msharov/gjid.git
|
||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: MIT
|
- Code license: MIT
|
||||||
|
@ -2,10 +2,11 @@
|
|||||||
|
|
||||||
- Home: http://www.gltron.org/, https://sourceforge.net/projects/gltron/
|
- Home: http://www.gltron.org/, https://sourceforge.net/projects/gltron/
|
||||||
- Media: https://en.wikipedia.org/wiki/GLtron
|
- Media: https://en.wikipedia.org/wiki/GLtron
|
||||||
|
- Inspirations: Snake
|
||||||
- State: beta, inactive since 2017
|
- State: beta, inactive since 2017
|
||||||
- Download: http://www.gltron.org/download.php
|
- Download: http://www.gltron.org/download.php
|
||||||
- Platform: Windows, Linux, macOS
|
- Platform: Windows, Linux, macOS
|
||||||
- Keywords: action, snake-like
|
- Keywords: action
|
||||||
- Code repository: https://github.com/osgamearchive/gltron.git (svn and git combination), https://git.code.sf.net/p/gltron/git (+), https://svn.code.sf.net/p/gltron/code (svn), http://gltron.cvs.sourceforge.net (cvs, contained in the svn)
|
- Code repository: https://github.com/osgamearchive/gltron.git (svn and git combination), https://git.code.sf.net/p/gltron/git (+), https://svn.code.sf.net/p/gltron/code (svn), http://gltron.cvs.sourceforge.net (cvs, contained in the svn)
|
||||||
- Code language: C
|
- Code language: C
|
||||||
- Code license: GPL
|
- Code license: GPL
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
# Gottet
|
# Gottet
|
||||||
|
|
||||||
- Home: https://gottcode.org/gottet/
|
- Home: https://gottcode.org/gottet/
|
||||||
|
- Inspirations: Tetris
|
||||||
- State: mature
|
- State: mature
|
||||||
- Platform: Windows, Linux, macOS
|
- Platform: Windows, Linux, macOS
|
||||||
- Keywords: tool, tetris-like
|
- Keywords: tool
|
||||||
- Code repository: (see home)
|
- Code repository: (see home)
|
||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# GUSANOS
|
# GUSANOS
|
||||||
|
|
||||||
- Home: http://gusanos.sourceforge.net/, https://sourceforge.net/projects/gusanos/
|
- Home: http://gusanos.sourceforge.net/, https://sourceforge.net/projects/gusanos/
|
||||||
- Inspirations: Liero
|
- Inspirations: Liero, Worms
|
||||||
- State: beta, inactive since 2006
|
- State: beta, inactive since 2006
|
||||||
- Download: https://sourceforge.net/projects/gusanos/files/
|
- Download: https://sourceforge.net/projects/gusanos/files/
|
||||||
- Platform: Windows, Linux
|
- Platform: Windows, Linux
|
||||||
- Keywords: action, remake, wormslike
|
- Keywords: action, remake
|
||||||
- Code repository: http://gusanos.cvs.sourceforge.net (cvs)
|
- Code repository: http://gusanos.cvs.sourceforge.net (cvs)
|
||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
# JSoko
|
# JSoko
|
||||||
|
|
||||||
- Home: https://www.sokoban-online.de/, https://sourceforge.net/projects/jsokoapplet/
|
- Home: https://www.sokoban-online.de/, https://sourceforge.net/projects/jsokoapplet/
|
||||||
|
- Inspirations: Sokoban
|
||||||
- State: mature
|
- State: mature
|
||||||
- Download: https://sourceforge.net/projects/jsokoapplet/files/
|
- Download: https://sourceforge.net/projects/jsokoapplet/files/
|
||||||
- Platform: Windows, Linux, macOS
|
- Platform: Windows, Linux, macOS
|
||||||
- Keywords: puzzle, open content, sokoban-like
|
- Keywords: puzzle, open content
|
||||||
- Code repository: (see download)
|
- Code repository: (see download)
|
||||||
- Code language: Java
|
- Code language: Java
|
||||||
- Code license: GPL-3.0 (+credits +no-misrepresentation)
|
- Code license: GPL-3.0 (+credits +no-misrepresentation)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# Knights
|
# Knights
|
||||||
|
|
||||||
- Home: http://www.knightsgame.org.uk/
|
- Home: http://www.knightsgame.org.uk/
|
||||||
- State: beta, inactive since 2014
|
|
||||||
- Inspirations: Knights
|
- Inspirations: Knights
|
||||||
|
- State: beta, inactive since 2014
|
||||||
- Download: http://www.knightsgame.org.uk/download.html
|
- Download: http://www.knightsgame.org.uk/download.html
|
||||||
- Platform: Windows
|
- Platform: Windows
|
||||||
- Keywords: role playing, dungeon, multiplayer, remake
|
- Keywords: role playing, dungeon, multiplayer, remake
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
# KSnakeDuel
|
# KSnakeDuel
|
||||||
|
|
||||||
- Home: https://kde.org/applications/games/org.kde.ksnakeduel, https://packages.debian.org/search?keywords=ksnake
|
- Home: https://kde.org/applications/games/org.kde.ksnakeduel, https://packages.debian.org/search?keywords=ksnake
|
||||||
|
- Inspirations: Snake
|
||||||
- State: mature
|
- State: mature
|
||||||
- Keywords: puzzle, open content, snake-like
|
- Keywords: puzzle, open content
|
||||||
- Code repository: https://invent.kde.org/games/ksnakeduel.git
|
- Code repository: https://invent.kde.org/games/ksnakeduel.git
|
||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# Labyrinth of Worlds
|
# Labyrinth of Worlds
|
||||||
|
|
||||||
- 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
|
|
||||||
- Inspirations: Ultima Underworld 2: Labyrinth of Worlds
|
- Inspirations: Ultima Underworld 2: Labyrinth of Worlds
|
||||||
|
- 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
|
||||||
- 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)
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
# LTris
|
# LTris
|
||||||
|
|
||||||
- Home: http://lgames.sourceforge.net/LTris/, https://sourceforge.net/projects/lgames/
|
- Home: http://lgames.sourceforge.net/LTris/, https://sourceforge.net/projects/lgames/
|
||||||
|
- Inspirations: Tetris
|
||||||
- State: mature, inactive since 2013
|
- State: mature, inactive since 2013
|
||||||
- Download: https://sourceforge.net/projects/lgames/files/ltris/
|
- Download: https://sourceforge.net/projects/lgames/files/ltris/
|
||||||
- Keywords: puzzle, open content, tetris-like
|
- Keywords: puzzle, open content
|
||||||
- Code repository: https://svn.code.sf.net/p/lgames/code (svn part of it)
|
- Code repository: https://svn.code.sf.net/p/lgames/code (svn part of it)
|
||||||
- Code language: C
|
- Code language: C
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
# Not Pacman
|
# Not Pacman
|
||||||
|
|
||||||
- Home: https://stabyourself.net/notpacman/
|
- Home: https://stabyourself.net/notpacman/
|
||||||
|
- Inspirations: Pacman
|
||||||
- State: mature, inactive since 2013
|
- State: mature, inactive since 2013
|
||||||
- Platform: Windows, Linux, macOS
|
- Platform: Windows, Linux, macOS
|
||||||
- Keywords: action, open content, pacman-like
|
- Keywords: action, open content
|
||||||
- Code repository: (see home)
|
- Code repository: (see home)
|
||||||
- Code language: Lua
|
- Code language: Lua
|
||||||
- Code license: WTFPL
|
- Code license: WTFPL
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# OpenLieroX
|
# OpenLieroX
|
||||||
|
|
||||||
- Home: http://www.openlierox.net/
|
- Home: http://www.openlierox.net/
|
||||||
- Inspirations: Liero
|
- Inspirations: Liero, Worms
|
||||||
- State: mature
|
- State: mature
|
||||||
- Download: http://www.openlierox.net/downloads/, https://sourceforge.net/projects/openlierox/files/
|
- Download: http://www.openlierox.net/downloads/, https://sourceforge.net/projects/openlierox/files/
|
||||||
- Platform: Windows
|
- Platform: Windows
|
||||||
- Keywords: action, arcade, remake, wormslike
|
- Keywords: action, arcade, remake
|
||||||
- Code repository: https://github.com/albertz/openlierox.git, https://git.code.sf.net/p/openlierox/code
|
- Code repository: https://github.com/albertz/openlierox.git, https://git.code.sf.net/p/openlierox/code
|
||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: LGPL-2.0
|
- Code license: LGPL-2.0
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
# Pacman
|
# Pacman
|
||||||
|
|
||||||
- Home: https://github.com/ebuc99/pacman
|
- Home: https://github.com/ebuc99/pacman
|
||||||
|
- Inspirations: Pacman
|
||||||
- State: beta
|
- State: beta
|
||||||
- Download: https://github.com/ebuc99/pacman/releases, https://github.com/ebuc99/pacman_win/releases
|
- Download: https://github.com/ebuc99/pacman/releases, https://github.com/ebuc99/pacman_win/releases
|
||||||
- Keywords: arcade, pacman-like
|
- Keywords: arcade
|
||||||
- Code repository: https://github.com/ebuc99/pacman.git
|
- Code repository: https://github.com/ebuc99/pacman.git
|
||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
# PSY PONG 3D
|
# PSY PONG 3D
|
||||||
|
|
||||||
- Home: http://psypong3d.sourceforge.net/, https://sourceforge.net/projects/psypong3d/
|
- Home: http://psypong3d.sourceforge.net/, https://sourceforge.net/projects/psypong3d/
|
||||||
|
- Inspirations: Pong
|
||||||
- State: beta, inactive since 2009
|
- State: beta, inactive since 2009
|
||||||
- Download: https://sourceforge.net/projects/psypong3d/files/
|
- Download: https://sourceforge.net/projects/psypong3d/files/
|
||||||
- Keywords: arcade, pong-like
|
- Keywords: arcade
|
||||||
- Code repository: (see download)
|
- Code repository: (see download)
|
||||||
- Code language: C
|
- Code language: C
|
||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
- Home: https://wiki.gnome.org/Apps/Quadrapassel
|
- Home: https://wiki.gnome.org/Apps/Quadrapassel
|
||||||
- Inspirations: Tetris
|
- Inspirations: Tetris
|
||||||
- State: mature
|
- State: mature
|
||||||
- Keywords: puzzle, clone, open content, tetris-like
|
- Keywords: puzzle, clone, open content
|
||||||
- Code repository: https://gitlab.gnome.org/GNOME/quadrapassel.git
|
- Code repository: https://gitlab.gnome.org/GNOME/quadrapassel.git
|
||||||
- Code language: Vala
|
- Code language: Vala
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# Race Into Space
|
# Race Into Space
|
||||||
|
|
||||||
- Home: http://www.raceintospace.org/, https://sourceforge.net/projects/raceintospace/
|
- 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
|
- Media: https://en.wikipedia.org/wiki/Buzz_Aldrin%27s_Race_Into_Space#Source_code_release
|
||||||
|
- Inspirations: Buzz Aldrin's Race Into Space
|
||||||
- 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
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
# SDL-Ball
|
# SDL-Ball
|
||||||
|
|
||||||
- Home: http://sdl-ball.sourceforge.net/, https://sourceforge.net/projects/sdl-ball/
|
- Home: http://sdl-ball.sourceforge.net/, https://sourceforge.net/projects/sdl-ball/
|
||||||
|
- Inspirations: Breakout
|
||||||
- State: mature, inactive since 2016
|
- State: mature, inactive since 2016
|
||||||
- Download: http://sdl-ball.sourceforge.net/?page=download, https://sourceforge.net/projects/sdl-ball/files/
|
- Download: http://sdl-ball.sourceforge.net/?page=download, https://sourceforge.net/projects/sdl-ball/files/
|
||||||
- Platform: Linux
|
- Platform: Linux
|
||||||
- Keywords: arcade, breakout-like, open content
|
- Keywords: arcade, open content
|
||||||
- Code repository: https://github.com/DusteDdk/SDL-Ball.git
|
- Code repository: https://github.com/DusteDdk/SDL-Ball.git
|
||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# Seven Kingdoms: Ancient Adversaries
|
# Seven Kingdoms: Ancient Adversaries
|
||||||
|
|
||||||
- Home: https://7kfans.com/
|
- Home: https://7kfans.com/
|
||||||
- Inspirations: Seven Kingdoms: Ancient Adversaries
|
|
||||||
- Media: <https://en.wikipedia.org/wiki/Seven_Kingdoms_(video_game)>
|
- Media: <https://en.wikipedia.org/wiki/Seven_Kingdoms_(video_game)>
|
||||||
|
- Inspirations: Seven Kingdoms: Ancient Adversaries
|
||||||
- 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
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
# Simple Sokoban
|
# Simple Sokoban
|
||||||
|
|
||||||
- Home: http://simplesok.sourceforge.net/, https://sourceforge.net/projects/simplesok/
|
- Home: http://simplesok.sourceforge.net/, https://sourceforge.net/projects/simplesok/
|
||||||
|
- Inspirations: Sokoban
|
||||||
- State: mature, inactive since 2014
|
- State: mature, inactive since 2014
|
||||||
- Download: https://sourceforge.net/projects/simplesok/files/
|
- Download: https://sourceforge.net/projects/simplesok/files/
|
||||||
- Keywords: library, open content, sokoban-like
|
- Keywords: library, open content
|
||||||
- Code repository: https://gitlab.com/osgames/simplesok.git (conversion of svn), https://svn.code.sf.net/p/simplesok/code (svn)
|
- Code repository: https://gitlab.com/osgames/simplesok.git (conversion of svn), https://svn.code.sf.net/p/simplesok/code (svn)
|
||||||
- Code language: C
|
- Code language: C
|
||||||
- Code license: GPL-3.0
|
- Code license: GPL-3.0
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
# SokoSolve
|
# SokoSolve
|
||||||
|
|
||||||
- Home: http://sokosolve.sourceforge.net/, https://sourceforge.net/projects/sokosolve/
|
- Home: http://sokosolve.sourceforge.net/, https://sourceforge.net/projects/sokosolve/
|
||||||
|
- Inspirations: Sokoban
|
||||||
- State: mature, inactive since 2009
|
- State: mature, inactive since 2009
|
||||||
- Download: http://sokosolve.sourceforge.net/install.html, https://sourceforge.net/projects/sokosolve/files/
|
- Download: http://sokosolve.sourceforge.net/install.html, https://sourceforge.net/projects/sokosolve/files/
|
||||||
- Platform: Windows, Linux
|
- Platform: Windows, Linux
|
||||||
- Keywords: puzzle, sokoban-like
|
- Keywords: puzzle
|
||||||
- Code repository: https://svn.code.sf.net/p/sokosolve/code (svn), https://svn.code.sf.net/p/sokosolve/decade (svn)
|
- Code repository: https://svn.code.sf.net/p/sokosolve/code (svn), https://svn.code.sf.net/p/sokosolve/decade (svn)
|
||||||
- Code language: C#
|
- Code language: C#
|
||||||
- Code license: GPL-3.0 (communication with author)
|
- Code license: GPL-3.0 (communication with author)
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
# T^3
|
# T^3
|
||||||
|
|
||||||
- Home: http://t-3.sourceforge.net/, https://sourceforge.net/projects/t-3/
|
- Home: http://t-3.sourceforge.net/, https://sourceforge.net/projects/t-3/
|
||||||
|
- Inspirations: Tetris
|
||||||
- State: beta, inactive since 2005
|
- State: beta, inactive since 2005
|
||||||
- Download: https://sourceforge.net/projects/t-3/files/
|
- Download: https://sourceforge.net/projects/t-3/files/
|
||||||
- Platform: Windows, Linux
|
- Platform: Windows, Linux
|
||||||
- Keywords: puzzle, 3D, tetris-like
|
- Keywords: puzzle, 3D
|
||||||
- Code repository: https://gitlab.com/osgames/t-3.git (conversion of cvs), http://t-3.cvs.sourceforge.net (cvs)
|
- Code repository: https://gitlab.com/osgames/t-3.git (conversion of cvs), http://t-3.cvs.sourceforge.net (cvs)
|
||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
@ -2,9 +2,10 @@
|
|||||||
|
|
||||||
- Home: https://github.com/wfx/teg, https://sourceforge.net/projects/teg/
|
- Home: https://github.com/wfx/teg, https://sourceforge.net/projects/teg/
|
||||||
- Media: https://en.wikipedia.org/wiki/Ten%C3%A9s_Empanadas_Graciela
|
- Media: https://en.wikipedia.org/wiki/Ten%C3%A9s_Empanadas_Graciela
|
||||||
|
- Inspirations: Risk
|
||||||
- State: beta, inactive since 2015
|
- State: beta, inactive since 2015
|
||||||
- Platform: Linux
|
- Platform: Linux
|
||||||
- Keywords: strategy, risklike
|
- Keywords: strategy, clone
|
||||||
- Code repository: https://github.com/wfx/teg.git
|
- Code repository: https://github.com/wfx/teg.git
|
||||||
- Code language: C, JavaScript, Perl
|
- Code language: C, JavaScript, Perl
|
||||||
- Code license: GPL-2.0
|
- Code license: GPL-2.0
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# Tiny Wings
|
# Tiny Wings
|
||||||
|
|
||||||
- Home: https://github.com/haqu/tiny-wings
|
- Home: https://github.com/haqu/tiny-wings
|
||||||
- Inspirations: Tiny Wings
|
|
||||||
- Media: https://en.wikipedia.org/wiki/Tiny_Wings
|
- Media: https://en.wikipedia.org/wiki/Tiny_Wings
|
||||||
|
- Inspirations: Tiny Wings
|
||||||
- State: beta
|
- State: beta
|
||||||
- Platform: macOS
|
- Platform: macOS
|
||||||
- Keywords: remake, skill
|
- Keywords: remake, skill
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
# Xultris
|
# Xultris
|
||||||
|
|
||||||
- Home: https://github.com/mackers/xultris, https://web.archive.org/web/20181216030855/http://games.mozdev.org/xultris/
|
- Home: https://github.com/mackers/xultris, https://web.archive.org/web/20181216030855/http://games.mozdev.org/xultris/
|
||||||
|
- Inspirations: Tetris
|
||||||
- State: mature, inactive since 2011
|
- State: mature, inactive since 2011
|
||||||
- Keywords: arcade, tetris-like
|
- Keywords: arcade
|
||||||
- Code repository: https://github.com/mackers/xultris.git
|
- Code repository: https://github.com/mackers/xultris.git
|
||||||
- Code language: JavaScript, XUL
|
- Code language: JavaScript, XUL
|
||||||
- Code license: MPL-1.1
|
- Code license: MPL-1.1
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# Xye
|
# Xye
|
||||||
|
|
||||||
- Home: http://xyegame.blogspot.com/, http://xye.sourceforge.net/, https://sourceforge.net/projects/xye/
|
- Home: http://xyegame.blogspot.com/, http://xye.sourceforge.net/, https://sourceforge.net/projects/xye/
|
||||||
- Inspirations: Kye
|
- Inspirations: Kye, Sokoban
|
||||||
- State: beta, inactive since 2013
|
- State: beta, inactive since 2013
|
||||||
- Download: http://xye.sourceforge.net/download.php, https://sourceforge.net/projects/xye/files/
|
- Download: http://xye.sourceforge.net/download.php, https://sourceforge.net/projects/xye/files/
|
||||||
- Keywords: arcade, clone, open content, sokoban-like
|
- Keywords: arcade, clone, open content
|
||||||
- Code repository: https://gitlab.com/osgames/xye.git (conversion of svn), https://svn.code.sf.net/p/xye/code (svn)
|
- Code repository: https://gitlab.com/osgames/xye.git (conversion of svn), https://svn.code.sf.net/p/xye/code (svn)
|
||||||
- Code language: C++
|
- Code language: C++
|
||||||
- Code license: zlib
|
- Code license: zlib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user