Skip to content

fBruzja/rpg-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An adventure in the Land of Marghor

A command line Role Playing Game. CLI-RPG

Getting Started

This is an assignment project in Java based on Maven with unit testing to be done in JUnit (Currently no test coverage).

The game takes place in the land of Marghor which is ruled by the evil magician Zoram. Do you have what it takes to defeat him?

Player is represented by an '@' and the evil sorcerer by a 'Z'. Every other monster in the game has its own marking. A typical turn-based rpg with a simplistic approach to combat.

Prerequisites

  • Java - The programming language used
  • Maven - Dependency Management

Installing

Building

Since the project is based on Maven, it can be built using the following command on the root of the project

mvn clean package

The built project resides in the /target directory.

JAR

To run the built project, use the following command in the /target directory

java -jar rpg-cli-1.0.jar

IDE - Development

Run the main method in the com.rpg.app.App class.

Running the tests

To run the tests made for the project, use the following command in the root directory of the project

mvn test

Authors

Franc Bruzja

About

A command line Role Playing Game. CLI-RPG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages