Skip to content

Simple text-based RPG (Role-Playing Game) in Java involving various components such as character creation, battles, inventory, and more.

License

Notifications You must be signed in to change notification settings

batmatt/cli-rpg-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli-rpg-java

Simple text-based RPG (Role-Playing Game) in Java involving various components such as character creation, battles, inventory, and more.

System requirements

You need to have Java installed on your system to run this game. The game has been tested with OpenJDK version 8 (Java 1.8.0) and later.

How to run

For the simplicity sake we did not use any build tools like Maven or Gradle it is required to follow this steps:

  1. Compile the Game:

    • To compile the game, make sure you have Java installed on your system.
    • Open your terminal or command prompt and navigate to the directory where the game source files are located.
    • Compile the game by running the following command:
javac Main.java src/com/clirpg/game/Game.java
  1. Run the Game:

    • After compilation, you can run the game with the following command:
java Main
  1. Playing the Game:

    • Follow the on-screen instructions to navigate through the game menus, create a character, and explore the game world.

Gameplay instructions

  • Use the number keys to select menu options.
  • Follow the prompts on the screen to create a character and make choices during the game.

Credits

Developed by:

  1. Simon Hötzel
  2. Brian O'Sullivan
  3. Mateusz Winnicki

Enjoy playing our game!

About

Simple text-based RPG (Role-Playing Game) in Java involving various components such as character creation, battles, inventory, and more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages