rename fields to improve understanding, adapting maintenance.py (intermediate)
This commit is contained in:
@ -1,21 +1,20 @@
|
||||
# Adventure games & Visual novels
|
||||
|
||||
[comment]: # (start of autogenerated content, do not edit)
|
||||
- **[AdaVenture](adaventure.md)** (Ada, mature)
|
||||
- **[Camelia Girls](camelia_girls.md)** (Ren'py)
|
||||
- **[Clou!](clou.md)** (C, beta)
|
||||
- **[Colossal Cave Adventure](colossal_cave.md)** (Python, mature)
|
||||
- **[Digital: A Love Story](digital.md)** (Ren'py)
|
||||
- **[AdaVenture](adaventure.md)** (mature)
|
||||
- **[Camelia Girls](camelia_girls.md)** ()
|
||||
- **[Clou!](clou.md)** (beta)
|
||||
- **[Colossal Cave Adventure](colossal_cave.md)** (mature)
|
||||
- **[Digital: A Love Story](digital.md)** ()
|
||||
- **[Dragon History](dragon_history.md)** (mature)
|
||||
- **[Fanwor](fanwor.md)** (C, GPL-2.0, mature)
|
||||
- **[Free in the Dark (engine)](fitd.md)** (C, C++, beta)
|
||||
- **[GameLV](gamelv.md)** (C++, beta)
|
||||
- **[Fanwor](fanwor.md)** (mature)
|
||||
- **[Free in the Dark (engine)](fitd.md)** (beta)
|
||||
- **[GameLV](gamelv.md)** (beta)
|
||||
- **[Murder In The Public Domain](murder_in_the_public_domain.md)** ()
|
||||
- **[Sentiant Storage](sentient_storage.md)** (Python)
|
||||
- **[Sintel The Game](sintel.md)** (Python, MIT, beta, inactive since 2014)
|
||||
- **[Sentiant Storage](sentient_storage.md)** ()
|
||||
- **[Sintel The Game](sintel.md)** (beta, inactive since 2014)
|
||||
- **[Solaris the Game](solaris.md)** (beta)
|
||||
- **[Star Maiden Rio](star_maiden_rio.md)** ()
|
||||
- **[TwinEngine](twin_engine.md)** (C)
|
||||
- **[Visions from the Other Side](visions_from_the_other_side.md)** (Ren'py)
|
||||
|
||||
- **[TwinEngine](twin_engine.md)** ()
|
||||
- **[Visions from the Other Side](visions_from_the_other_side.md)** ()
|
||||
[comment]: # (end of autogenerated content)
|
@ -6,8 +6,8 @@ _A point & click quest set in ancient Persia._
|
||||
- Download: https://github.com/fastrgv/AdaVenture/releases
|
||||
- State: mature
|
||||
- Keywords: point&click, kid-friendly
|
||||
- Code: see home
|
||||
- Language(s): Ada
|
||||
- Code repository: (see home)
|
||||
- Code language: Ada
|
||||
- Code license: GPL-3.0
|
||||
|
||||
## Building
|
||||
|
@ -4,8 +4,9 @@ _A simple slice-of-life Visual Novel from the point of a view of a computer-savv
|
||||
|
||||
- Home: https://web.archive.org/web/20140523011334/http://pigux.com:80/cameliagirls/
|
||||
- Download: https://web.archive.org/web/20140107152141/http://pigux.com:80/cameliagirls/download.html
|
||||
- State: mature
|
||||
- Keywords: visual novel
|
||||
- Language(s): Ren'py
|
||||
- Code language: Ren'py
|
||||
- Artwork license: CC-BY-SA
|
||||
|
||||
## Building
|
||||
|
@ -7,8 +7,8 @@ _Remake of the 1986 game They Stole a Million._
|
||||
- Download: https://sourceforge.net/projects/cosp/files/
|
||||
- State: beta
|
||||
- Keywords: action/adventure
|
||||
- Code: https://sourceforge.net/p/cosp/code/ (cvs) https://github.com/vcosta/derclou
|
||||
- Language(s): C
|
||||
- Code repository: https://sourceforge.net/p/cosp/code/ (cvs) https://github.com/vcosta/derclou
|
||||
- Code language: C
|
||||
|
||||
May require original game files.
|
||||
|
||||
|
@ -6,8 +6,8 @@ _Original Colossal Caves adventure game, but in Python 3._
|
||||
- Media: https://en.wikipedia.org/wiki/Colossal_Cave_Adventure
|
||||
- State: mature
|
||||
- Keywords: text
|
||||
- Code: https://github.com/brandon-rhodes/python-adventure
|
||||
- Language(s): Python
|
||||
- Code repository: https://github.com/brandon-rhodes/python-adventure
|
||||
- Code language: Python
|
||||
- Code license: Apache-2.0
|
||||
|
||||
## Building
|
||||
|
@ -3,9 +3,10 @@
|
||||
_A computer mystery/romance set five minutes into the future of 1988._
|
||||
|
||||
- Home: https://lgdb.org/game/digital_love_story
|
||||
- Download: see home
|
||||
- Download: (see home)
|
||||
- State: mature
|
||||
- Keywords: visual novel
|
||||
- Language(s): Ren'py
|
||||
- Code language: Ren'py
|
||||
- Artwork license: CC-BY-SA
|
||||
|
||||
## Building
|
@ -3,11 +3,11 @@
|
||||
_Action-adventures in the style of the game "The Legend of Zelda"._
|
||||
|
||||
- Home: http://fanwor.tuxfamily.org/
|
||||
- Download: see home
|
||||
- Download: (see home)
|
||||
- State: mature
|
||||
- Code: https://git.tuxfamily.org/fanwor/fanwor.git
|
||||
- Language(s): C
|
||||
- License: GPL-2.0
|
||||
- Code repository: https://git.tuxfamily.org/fanwor/fanwor.git
|
||||
- Code language: C
|
||||
- Code license: GPL-2.0
|
||||
- Dependencies: SDL
|
||||
|
||||
## Building
|
||||
|
@ -5,8 +5,8 @@ _Open source version of the engine used in the Alone in the Dark and sequels._
|
||||
- Home: https://github.com/jmimu/FITD
|
||||
- State: beta
|
||||
- Keywords: engine, reimplementation
|
||||
- Code: https://github.com/jmimu/FITD
|
||||
- Language(s): C, C++
|
||||
- Code repository: https://github.com/jmimu/FITD
|
||||
- Code language: C, C++
|
||||
- Code license: GPL-2.0
|
||||
|
||||
Requires original, proprietary content.
|
||||
|
@ -4,8 +4,8 @@ _Adventure Game in Post Soviet Environment._
|
||||
|
||||
- Home: http://piepe.lv/game-lv/
|
||||
- State: beta
|
||||
- Code: https://github.com/snauts/game-lv
|
||||
- Language(s): C++
|
||||
- Code repository: https://github.com/snauts/game-lv
|
||||
- Code language: C++
|
||||
- Code license: GPL
|
||||
|
||||
## Building
|
||||
|
@ -2,10 +2,11 @@
|
||||
|
||||
_A murder mystery game or visual novel built from public domain movies, sounds, pictures, and images._
|
||||
|
||||
- Home: http://murderpd.sourceforge.net/
|
||||
- Home: http://murderpd.sourceforge.net/, https://sourceforge.net/projects/murderpd
|
||||
- Download: https://sourceforge.net/projects/murderpd/files/
|
||||
- State: mature
|
||||
- Keywords: visual novel
|
||||
- Code: see downloads
|
||||
- Code repository: (see download)
|
||||
- Code license: GPL-3.0
|
||||
|
||||
## Building
|
||||
|
@ -1,11 +1,12 @@
|
||||
# Sentiant Storage
|
||||
# Sentient Storage
|
||||
|
||||
_Point & Click adventure!_
|
||||
|
||||
- Home: https://pyweek.org/e/np8g/
|
||||
- Download: see home
|
||||
- Code: see download
|
||||
- Language(s): Python
|
||||
- Download: (see home)
|
||||
- State: mature
|
||||
- Code repository: (see download)
|
||||
- Code language: Python
|
||||
- Code license: Public Domain
|
||||
|
||||
## Building
|
||||
|
@ -4,9 +4,9 @@ _Adventure game based on the open source film 'Sintel'._
|
||||
|
||||
- Home: https://github.com/jonburesh/sintelgame
|
||||
- State: beta, inactive since 2014
|
||||
- Code: https://github.com/jonburesh/sintelgame
|
||||
- Language(s): Python
|
||||
- License: MIT
|
||||
- Code repository: https://github.com/jonburesh/sintelgame
|
||||
- Code language: Python
|
||||
- Code license: MIT
|
||||
|
||||
## Building
|
||||
|
||||
|
@ -5,7 +5,7 @@ _Graphic adventure created and developing by Blender._
|
||||
- Home: https://sourceforge.net/projects/solaristhegame/
|
||||
- Download: https://sourceforge.net/projects/solaristhegame/files/
|
||||
- State: beta
|
||||
- Code: https://sourceforge.net/p/solaristhegame/code/HEAD/tree/ (svn)
|
||||
- Code repository: https://sourceforge.net/p/solaristhegame/code/HEAD/tree/ (svn)
|
||||
|
||||
No code
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
- Home: http://nyaatrap.blog.fc2.com/blog-entry-20.html
|
||||
- Download: http://www.mediafire.com/file/jog3fcfxgsyd03f/Astraea_Rio-1.05-all.zip
|
||||
- State: mature
|
||||
- Keywords: visual novel, rating 18
|
||||
- Language: Ren'py
|
||||
- Artwork license: CC-BY-NC
|
||||
|
@ -4,8 +4,8 @@ _A Little Big Adventure engine._
|
||||
|
||||
- Home: https://github.com/xesf/twin-e
|
||||
- Keywords: reimplementation, requires original content
|
||||
- Code: https://github.com/xesf/twin-e
|
||||
- Language(s): C
|
||||
- Code repository: https://github.com/xesf/twin-e
|
||||
- Code language: C
|
||||
- Code license: GPL-2.0
|
||||
|
||||
## Building
|
||||
|
@ -3,9 +3,9 @@
|
||||
_Short Visual Novel_
|
||||
|
||||
- Home: http://www.insani.org/mukou.html
|
||||
- Download: see home
|
||||
- Download: (see home)
|
||||
- Keywords: visual novel
|
||||
- Language(s): Ren'py
|
||||
- Code language: Ren'py
|
||||
- Code license: Freeware
|
||||
|
||||
## Building
|
||||
|
Reference in New Issue
Block a user