new entries

This commit is contained in:
Trilarion
2017-12-02 14:16:17 +01:00
parent 2260b9a305
commit 0d2116beb5
13 changed files with 165 additions and 5 deletions

View File

@ -1 +1,5 @@
# Adventure games
# Adventure games & Visual novels
- [AdaVenture](adaventure.md)
- [Clou!](clou.md)
- [Free in the Dark (engine)](fitd.md)

16
adventure/adaventure.md Normal file
View File

@ -0,0 +1,16 @@
# AdaVenture
_A point & click quest set in ancient Persia._
- Home: https://github.com/fastrgv/AdaVenture
- Download: https://github.com/fastrgv/AdaVenture/releases
- State: stable
- Type: point&click, kid-friendly
- Code: see home
- Language(s): Ada?
- License: GPL-3.0
## Building
see README

18
adventure/clou.md Normal file
View File

@ -0,0 +1,18 @@
# Clou!
_Remake of the 1986 game They Stole a Million._
- Home: https://sourceforge.net/projects/cosp/
- Wikipedia: https://en.wikipedia.org/wiki/The_Clue!
- Download: https://sourceforge.net/projects/cosp/files/?source=navbar
- State: alpha
- Type: action/adventure
- Code: https://sourceforge.net/p/cosp/code/?source=navbar (cvs) https://github.com/vcosta/derclou
- Language(s): C
- License: ??
May require original game files.
## Building

15
adventure/fitd.md Normal file
View File

@ -0,0 +1,15 @@
# Free in the Dark (engine)
_Open source vesion of the engine used in the Alone in the Dark and sequels._
- State: beta
- Type: engine
- Code: https://github.com/jmimu/FITD
- Language(s): C, C++
- License: GPL-2.0
Requires original, proprietary content.
## Building