A Java-based text adventure game engine featuring modular command processing, object-oriented design patterns, and file-driven world configuration.
You can adjust the game file in /data to create your own adventure games, the game file currently in the data folder is a demo game.
./run.sh# Compile
javac -d out src/*.java src/commands/*.java src/gameobjects/*.java src/parser/*.java src/utils/*.java
# Run
java -cp out Game