AVE: Adventure! Villainy! Excitement! is a text-based game engine written by Matthew Scroggs.
AVE can currently run on Linux or Mac.
To run AVE, run ./run.py
in terminal. To run AVE in debug mode, run DEBUG=1 ./run.py
or DEBUG=1 python run.py
.
To make your own game for AVE, see games/INSTRUCTIONS.md
.
- mscroggs - Lead programmer and story writing
- Giannie - Programming and story writing
- boltiboi - Came up with the name AVE and story writing
- aaclarke4 - Story writing
The repository for the AVE website is at github.com/AVEgame/AVE-website.