new entries

This commit is contained in:
Trilarion
2018-05-23 14:24:10 +02:00
parent 35988478dd
commit 0a1496a428
13 changed files with 116 additions and 23 deletions

View File

@ -25,6 +25,7 @@
- **[Fall of Imyrin](fall_of_imiryn.md)** (Python, beta, inactive since 2009)
- **[Freedink](freedink.md)** (C++)
- **[FreedroidRPG](freedroid.md)** (C, mature)
- **[GalaxyMage Redux](galaxymage_redux.md)** (Python, GPL-2.0, beta, inactive since 2011)
- **[Gee Whiz](geewhiz.md)** (C, GPL-2.0, beta, inactive since 2004)
- **[Goblin Hack](goblin_hack.md)** (C++, beta, inactive since 2009)
- **[Hale](hale.md)** (Java, beta, inactive since 2014)

View File

@ -0,0 +1,13 @@
# GalaxyMage Redux
_Attempt to revitalize the open source game, GalaxyMage with a fresh codebase._
- Home: https://code.google.com/archive/p/galaxymageredux/, https://groups.google.com/forum/#!forum/galaxymage-redux-dev
- State: beta, inactive since 2011
- Code: https://code.google.com/archive/p/galaxymageredux/source
- Language(s): Python
- License: GPL-2.0
- Dependencies: PyGame
## Building

View File

@ -2,13 +2,15 @@
_A turn based RPG with deep tactical combat and character customization._
- Home: https://sourceforge.net/projects/hale/ https://sourceforge.net/p/hale/wiki/Home/
- Home: https://sourceforge.net/projects/hale/ https://sourceforge.net/p/hale/wiki/Home/ http://halegame.com
- Download: https://sourceforge.net/projects/hale/files/
- State: beta, inactive since 2014
- Keywords: TB
- Code: https://sourceforge.net/p/hale/code/HEAD/tree/ (svn)
- Code: https://sourceforge.net/p/hale/code/HEAD/tree/ (svn), https://github.com/Grokmoo/hale
- Language(s): Java
- Code license: GPL-2.0
See also [continuation](https://github.com/Trilarion/hale).
## Building