An open API service indexing awesome lists of open source software.

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

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