Skip to content
Justin LeCheminant edited this page Dec 29, 2017 · 3 revisions

Welcome to TextAdventure. TextAdventure is what it sounds like, one of those old school text only games where you could have an adventure without any graphics. It uses a config.xml file to load data about the rooms, player, items, start locations, etc. It then uses a custom ANTLR grammar and parser to take input from the user and convert it to the appropriate command and prints the result.

Right now only very basic commands are done. Players can move around, look around, take and drop objects. Moving forward the goal is to allow for saving and loading games. Combat needs to be implemented and so do containers.

Clone this wiki locally