Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hikari-no-yume/adventure-shawl
A text adventure written in PHP 5.6.
https://github.com/hikari-no-yume/adventure-shawl
Last synced: about 1 month ago
JSON representation
A text adventure written in PHP 5.6.
- Host: GitHub
- URL: https://github.com/hikari-no-yume/adventure-shawl
- Owner: hikari-no-yume
- License: other
- Created: 2014-12-25T17:00:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T20:40:00.000Z (about 9 years ago)
- Last Synced: 2024-10-31T05:08:23.282Z (3 months ago)
- Language: PHP
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Adventure Shawl
===============A text adventure written in PHP 5.6. Install the dependencies with `composer install`.
The name is meant to resemble *Adventure Call*, a recurring segment of the Scottish sketch comedy series *Limmy's Show!*, which inspired me to make this. The current game actually begins with [Greg's adventure](https://www.youtube.com/watch?v=5qyYg_bfrlw).
**SPOILER ALERT!**: `gameData/gameData.php` creates the `Game` and `Room` objects that describe the game's content. If you don't want to be spoiled, you probably shouldn't touch that file.