https://github.com/ajweeks/textadventure
A small text-based adventure
https://github.com/ajweeks/textadventure
Last synced: about 23 hours ago
JSON representation
A small text-based adventure
- Host: GitHub
- URL: https://github.com/ajweeks/textadventure
- Owner: ajweeks
- Created: 2017-03-05T11:02:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T07:11:31.000Z (about 9 years ago)
- Last Synced: 2025-10-29T01:43:33.144Z (8 months ago)
- Language: C++
- Homepage:
- Size: 869 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Text Adventure (to be named)
This is a simple DOS-inspired text adventure.
Dependencies:
- [ANTLR 4](http://www.antlr.org/) (for generating the world parser)
-AJ Weeks