Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
/ Fantasia Public archive

A command-line based game in which you are a character in a fantasy world (Java)

Notifications You must be signed in to change notification settings

rohan-bansal/Fantasia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fantasy-RPG

A console game in which you are a character in a fantasy world.

Head over to releases for the full game.

100% complete

Features

  • Randomly generated monsters
  • Randomly generated villages and caves
  • Treasures, weapons

In the Future

  • 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)

  1. Download JDK (if you do not already have it)
  2. Clone repository
  3. Open a terminal, navigate into the directory
  4. type javac ConsoleGame.java
  5. type java ConsoleGame

How to run the file (.jar)

  1. Clone repository
  2. Install java (if you do not already have it)
  3. Open a terminal and do the following:
  4. navigate into the directory
  5. type java -jar ConsoleGame.jar

COLOR EXAMPLE on LINUX - Ubuntu 16.04

alt text

About

A command-line based game in which you are a character in a fantasy world (Java)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages