new entries

This commit is contained in:
Trilarion
2017-12-04 13:57:06 +01:00
parent ce9ed9e6a8
commit 5bd074bb3b
20 changed files with 242 additions and 5 deletions

View File

@ -2,4 +2,9 @@
- [AdaVenture](adaventure.md)
- [Clou!](clou.md)
- [Colossal Cave Adventure](colossal_cave.md)
- [Dragon History](dragon_history.md)
- [Free in the Dark (engine)](fitd.md)
- [GameLV](gamelv.md)
- [Solaris the Game](solaris.md)
- [TwinEngine](twin_engine.md)

View File

@ -0,0 +1,16 @@
# Colossal Cave Adventure
_Original Colossal Caves adventure game, but in Python 3._
- Home: https://github.com/brandon-rhodes/python-adventure
- Wikipedia: https://en.wikipedia.org/wiki/Colossal_Cave_Adventure
- State: mature
- Type: text
- Code: https://github.com/brandon-rhodes/python-adventure
- Language(s): Python
- License: Apache-2.0
## Building
setup.py

View File

@ -0,0 +1,14 @@
# Dragon History
_Czech adventure game._
- Home: http://www.ucw.cz/draci-historie/index-en.html
- State: mature
- License: GPL
Runs in ScummVM or Dosbox
## Building

View File

@ -1,9 +1,10 @@
# Free in the Dark (engine)
_Open source vesion of the engine used in the Alone in the Dark and sequels._
_Open source version of the engine used in the Alone in the Dark and sequels._
- Home: https://github.com/jmimu/FITD
- State: beta
- Type: engine
- Type: engine, reimplementation
- Code: https://github.com/jmimu/FITD
- Language(s): C, C++
- License: GPL-2.0

12
adventure/gamelv.md Normal file
View File

@ -0,0 +1,12 @@
# GameLV
_Adventure Game in Post Soviet Environment._
- Home: http://piepe.lv/game-lv/
- State: beta
- Code: https://github.com/snauts/game-lv
- Language(s): C++
- License: GPL
## Building

13
adventure/solaris.md Normal file
View File

@ -0,0 +1,13 @@
# Solaris the Game
_Graphic adventure created and developing by Blender._
- Home: https://sourceforge.net/projects/solaristhegame/
- Download: https://sourceforge.net/projects/solaristhegame/files/?source=navbar
- State: beta
- Code: https://sourceforge.net/p/solaristhegame/code/HEAD/tree/ (svn)
No code
## Building

14
adventure/twin_engine.md Normal file
View File

@ -0,0 +1,14 @@
# TwinEngine
_A Little Big Adventure engine._
- Home: https://github.com/xesf/twin-e
- Type: reimplementation
- Code: https://github.com/xesf/twin-e
- Language(s): C
- License: GPL-2.0
Requires original content
## Building