Aaronong / ThePrinceRPG

2D RPG game featuring fantasy style graphics and a combo based battle system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThePrinceRPG

Thank you for trying out ThePrinceRPG.

This ReadMe contains useful information on how to set the game up and how to play.

The code is a little messy as I made it a while back when I just started coding in Java.

##Contents

  1. Set Up
  2. Compiling The Code
  3. How To Play
  4. Hacking Your Character Stats

###Set Up If you do not wish to compile the code, the latest version of the executable .jar file is available on Google Drive

Simply execute the .jar file to start playing. Ensure that you copy the entire "TheRPG" directory from Google Drive. The two text files,

  1. saveState-NewGame.txt
  2. saveState.txt need to be present in the same directory as the .jar file in order for the game to run without issues.

###Compiling The code Import the package into eclipse and follow this guide to create a runnable .jar file.

###How To Play

#####World Mode The game uses simple and familiar control mechanisms. WASD movement controls, Enter, and Backspace.

GitHub Logo

Walk around the world with WASD movement controls.

GitHub Logo

Interact with NPCs by hitting Enter.

GitHub Logo

Bring up the game menu by hitting Enter.

#####Battle Mode The game adopts a real time combo based battle system.

GitHub Logo

Enemies will attack you in a real time. Defeat them by keying in the appropriate combo that corresponds to the player's skill.

About

2D RPG game featuring fantasy style graphics and a combo based battle system


Languages

Language:Java 100.0%