A console game in which you are a character in a fantasy world.
Head over to releases for the full game.
100% complete
- Randomly generated monsters
- Randomly generated villages and caves
- Treasures, weapons
- Different Classes (Rogue Thief, Bard, Treasure Hunter, etc.)
- Graphics :D
- Support for File Saving
- Windows terminal color support (with
JNI
) for operating systems lower than Windows 10 - More functions for EAST, WEST, NORTH, and SOUTH
How to run the file (.java)
- Download JDK (if you do not already have it)
- Clone repository
- Open a terminal, navigate into the directory
- type
javac ConsoleGame.java
- type
java ConsoleGame
How to run the file (.jar)
- Clone repository
- Install java (if you do not already have it)
- Open a terminal and do the following:
- navigate into the directory
- type
java -jar ConsoleGame.jar
COLOR EXAMPLE on LINUX - Ubuntu 16.04