https://github.com/shaumik-ashraf/jasc
MMORPG!
https://github.com/shaumik-ashraf/jasc
Last synced: 3 months ago
JSON representation
MMORPG!
- Host: GitHub
- URL: https://github.com/shaumik-ashraf/jasc
- Owner: Shaumik-Ashraf
- Created: 2016-01-06T19:40:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T00:54:53.000Z (over 9 years ago)
- Last Synced: 2023-04-25T23:52:44.941Z (about 2 years ago)
- Language: Java
- Size: 650 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JASC - APCS_Final_Project
An MMORPG! A Legendairy Story.##Introduction
Welcome to the world of Legendairy. This turn based RPG takes you through various randomly generated dungeons, in which you will have to fend off baddies and solve challenging puzzles! You will be given a huge range of customization, ranging from vocations and elemental alignments to strongest and weakest assets, totalling in 168 different possible characters to make! Can you make it through 6 bosses and face the evil dark lord himself? Start an adventure and see if you have what it takes to be Legendairy!##Instructions
Playing Legendairy is relatively simple. When you are prompted for a response, entering the correct response (Caps and spelling matter) will allow the player to perform a certain action such as casting a spell or using an item. Sometimes, you will need to enter any character to continue the game. Typing incorrect responses may result in some free hits by the monsters, so watch out!##Technical Stuff
Our project solidifies and showcases the usage of Java class hierarchy and interfaces. We will be using abstract classes and interfaces. We will also use some Java 7 API classes such as Scanner, HashMap, and ArrayList. We also used the Java file I/O (with util.Writer and util.Scanner) and enumerations.##How To Run
cd FINAL/; javac *.java; java Legendairy2##Collaborators
- Shaumik Ashraf
- James Cao
- Max Anderson