fixed entries, improved html table

This commit is contained in:
Trilarion
2018-06-13 14:11:03 +02:00
parent 360bd0835c
commit 58b9b2575b
29 changed files with 1562 additions and 689 deletions

View File

@ -6,7 +6,7 @@ _Relatively easy to win but feature rich fantasy roguelike game with a highly in
- Download: https://sourceforge.net/projects/avanor/files
- State: beta, inactive since 2008
- Keywords: roguelike
- Code repository: https://github.com/Trilarion/avanor (import of svn), https://svn.code.sf.net/p/avanor/code/ (svn)
- Code repository: https://github.com/Trilarion/avanor (backup of svn), https://svn.code.sf.net/p/avanor/code/ (svn)
- Code language: C++, Lua
- Code license: GPL-2.0

View File

@ -2,10 +2,10 @@
_Cyberspace hacking RPG where you hack into corporate systems to perform missions for rival corporations._
- Home: https://web.archive.org/web/20110926115405/http://www10.caro.net:80/dsi/decker/, https://sourceforge.net/projects/decker/
- Home: <https://web.archive.org/web/20110926115405/http://www10.caro.net:80/dsi/decker/>, https://sourceforge.net/projects/decker/
- Download: https://sourceforge.net/projects/decker/files
- State: beta, inactive since 2013
- Code repository: https://sourceforge.net/p/decker/code/HEAD/tree/ (svn)
- Code repository: https://github.com/jpmalkiewicz/decker (import), https://sourceforge.net/p/decker/code/HEAD/tree/ (svn)
- Code language: Java
- Code license: GPL-2.0

View File

@ -5,7 +5,7 @@ _Space adventure game with elements of arcade and strategy._
- Home: https://sourceforge.net/projects/eos-game/
- Download: https://sourceforge.net/projects/eos-game/files
- State: beta, inactive since 2007
- Code repository: https://sourceforge.net/p/eos-game/code/HEAD/tree/ (svn)
- Code repository: https://github.com/Trilarion/eos-game (backup of svn), https://svn.code.sf.net/p/eos-game/code/ (svn)
- Code language: Python
- Code license: MIT

View File

@ -2,10 +2,10 @@
_RPG (Role-Playing Game), for PCs, smartphones, tablets and handhelds._
- Home: http://erebusrpg.sourceforge.net/
- Home: http://erebusrpg.sourceforge.net/, https://sourceforge.net/projects/erebusrpg/
- Download: http://erebusrpg.sourceforge.net/#download
- State: beta
- Code repository: https://sourceforge.net/p/erebusrpg/code/ci/master/tree/
- Code repository: https://git.code.sf.net/p/erebusrpg/code
- Code language: C++
- Code license: GPL-3.0

View File

@ -6,7 +6,7 @@ _2D isometric hack'n'slash game (action-rpg)._
- Download: https://sourceforge.net/projects/lechemindeladam/files
- State: beta, inactive since 2013
- Keywords: action-rpg
- Code repository: https://sourceforge.net/p/lechemindeladam/code/HEAD/tree/ (svn), https://sourceforge.net/p/lechemindeladam/cvs/ (cvs)
- Code repository: https://svn.code.sf.net/p/lechemindeladam/code/ (svn), https://sourceforge.net/p/lechemindeladam/cvs/ (cvs)
- Code language: C++
- Code license: GPL-3.0
- Dependencies: SFML

View File

@ -5,7 +5,7 @@ _The rainbow jewels have been abducted from the temple of the rainbow colors, an
- Home: https://sourceforge.net/projects/jewelhunt/
- Download: https://sourceforge.net/projects/jewelhunt/files
- State: beta
- Code repository: https://sourceforge.net/p/jewelhunt/code/HEAD/tree/ (svn)
- Code repository: https://github.com/Trilarion/jewelhunt (backup of svn), https://svn.code.sf.net/p/jewelhunt/code/ (svn)
- Code language: Java
- Code license: GPL-2.0

View File

@ -5,7 +5,7 @@ _A console-style role playing game._
- Home: http://kqlives.sourceforge.net/, https://sourceforge.net/projects/kqlives/
- Download: https://sourceforge.net/projects/kqlives/files/
- State: beta, inactive since 2011
- Code repository: https://sourceforge.net/p/kqlives/code/HEAD/tree/ (svn)
- Code repository: https://github.com/grrk-bzzt/kqlives (backup), https://svn.code.sf.net/p/kqlives/code/ (svn)
- Code language: C
- Code license: GPL-2.0

View File

@ -11,7 +11,7 @@ _Single player dungeon exploration game that runs on a wide variety of computer
- Code language: C
- Code license: Custom (Nethack General Public License)
Also see [NetHack Falcon's Eye](https://sourceforge.net/projects/falconseye/), a graphical modification of NetHack.
See also [NetHack Falcon's Eye](https://sourceforge.net/projects/falconseye/), a graphical modification of NetHack.
## Building

View File

@ -5,7 +5,11 @@ _Post-Acopalyptic RPG._
- Home: http://blog.parpg.net/, https://sourceforge.net/projects/parpg/
- Download: http://blog.parpg.net/download/
- State: beta, inactive since 2012
- Code repository: http://parpg-trac.cvsdude.com/parpg/browser (svn)
- Code repository: http://hg.assembla.com/parpg-core (hg), http://subversion.assembla.com/svn/parpg-assets/ (svn), http://parpg-trac.cvsdude.com/parpg/browser (svn)
See also: https://github.com/arikel/PPARPG, https://github.com/mvbarracuda/parpg_mvbarracuda, https://github.com/parpg/parpg
## Building
See <http://wiki.parpg.net/Department:Programming>