Skip to content

Text-based adventure game project from the MSc module Object Oriented Programming with Java 2023-2024

Notifications You must be signed in to change notification settings

chriskerrc/cw-stag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A project from the module Object Oriented Programming with Java, part of my MSc course 2023-2024.

A natural language interpreter for a Zork-like text adventure game. The game is designed to load any adventure game that aligns with certain rules. Entities and actions are defined in configuration files. The game responds to built-in commands and custom commands (defined in a config file).

Built-in commands:

  • inventory (inv)
  • get
  • goto
  • drop
  • look

About

Text-based adventure game project from the MSc module Object Oriented Programming with Java 2023-2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages