Skip to content

Michona/Knights-Radiant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knights Radiant

Overview

Text-based adventure game. Explore and enjoy the story. Simple commands and interaction with items.

How to Run

Make sure to have Maven setup when running the project. To run, navigate to the root directory of the project, then run the following commands:

mvn clean
mvn package
mvn exec:java

Gameplay Controls/Commands

To move north/east/west/south respectively:
gn / ge / gw / gs

To pick up item with itemName:
p itemName

To use item with itemName:
u itemName

To look at inventory:
i

To look around:
ls

To quit:
exit

About

Text-based Adventure game in Java (Uni project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages