Skip to content

samyamp/Command-Based-Game-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command-Based Adventure Game Engine

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.

How to Run

Quick Start:

./run.sh

Manual:

# Compile
javac -d out src/*.java src/commands/*.java src/gameobjects/*.java src/parser/*.java src/utils/*.java

# Run
java -cp out Game

About

A Java-based text adventure game engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published