Skip to content

A turned-based combat game that utilizes various object-oriented design patterns in its implementation.

Notifications You must be signed in to change notification settings

o2bomb/cli-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turn-based CLI Game

A turned-based combat game that utilizes various object-oriented design patterns in its implementation.

How to run the game

In order for the game to work, you must have the JDK installed. This game was built using openjdk 11.0.7, on a machine running Ubuntu 18.04:

  1. Navigate to the root directory of the project and run javac Application.java. This will compile all the .java files associated with the project
  2. Run the command java Application. The game should now start

Note: Run the game with the terminal window at its full height, or some of the information displayed will be cut-off.

About

A turned-based combat game that utilizes various object-oriented design patterns in its implementation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages