Skip to content

Latest commit

 

History

History
101 lines (74 loc) · 4.43 KB

README.md

File metadata and controls

101 lines (74 loc) · 4.43 KB

CSE442

INSTRUCTIONS TO PLAY GAME:

  1. Download from the following Link: http://www.playeroica.com/?page_id=120 or if the site is down use the following link: https://drive.google.com/open?id=1NZkXfD4VPO848vInY7wTrpbHNPfO-r5h
  2. Unzip the file
  3. Click on the WindowsNoEditor folder and if there's another WindowsNoEditor folder inside of it then click on that too. Then click the ProjectEroica.Exe file to run the game
  4. If Windows prompts you about security risks, then click more options on the bottom and choose run anyways
  5. You can exit the game by alt tabbing and closing out the window.

Game Instructions:

When the game loads, you will be greeted with a main menu. Here you can read the instructions by clicking the instructions button. You can change the resolution of the game by clicking the options button and then selecting the preferred size. You can quit the game by pressing the quit button. Finally, you can jump into the action by pressing start game. Before the game starts, you get to choose between the Cave Map and the Ship Map.

Combo Attack: If you press Z while idle, you initiate a combo attack that you can chain by pressing Z at the end of each hit. You can do this for a maximum of 5 hits.

Character Skill: If you press A, you do a powerful stab attack that costs 30 mana.

Dash: Double tap left or right

Dash Attack: If you press Z while dashing you do a Dash Attack that launches your enemy into the air with an upward strike.

Jump: Press up

Jump Attack: If you press Z while jumping, you can do short but quick jabs in the air

Walk: Press/Hold left or right

Rocket Step: >(>^) or <(<^)

Flash Step: down after rocket step

AI Activation: The enemy AI is turned off by default. However, if you wish to fight the AI, press I to turn him on. Don't go up too high though or he won't be able to see you anymore!

Youtube Link: https://www.youtube.com/watch?v=TWX91RzX7lc&feature=youtu.be

Gitter: Private Community: Gitter

Additional folders for developers to install:

If you are collaborating on this project you must install the following folders: Art Assets: https://drive.google.com/open?id=1q1DhQQhDY0DEBBMZV1YEKMOoLsO1YHi5 This folder belongs under the Content Folder

Map Assets https://drive.google.com/open?id=1_6uQIdRjhcEKIU8YQ-UZjwDeA9F9EZ5g This folder belongs under the Content Folder as well

Project Description:

Project Eroica will be a fast paced 2.5d fighting game that pits players in pvp matches against one another. The goal is simple, eliminate your opponent's health before he/she eliminates you. The unique part comes in the advanced technical tactics a player can perform that makes matches feel like a sport.

MVP:

Collisions:
Double sided platforms that you can jump onto and drop down from
Characters/ stunned upon hit

The following basic moveset:
Walk
Dash
Jump
Air Dash
Dash Attack
Ground Combo
Jump Attack

User interface with hp bar, mp bar, and damage display
Character Skills that cost MP to activate
Characters lose HP when hit
Characters die when their HP goes to 0
AI that can follow and fight the player (no platform navigation though)

Sound Effects:
Dashing
Landing
Attacking
Getting Hit

Particle Effects:
Dashing
Landing

Additional Functionality:

1)Advanced Moves:
Rocket Step: a dash diagonally upwards triggered by >(>^) or <(<^)
Shadow Step: diagonally dashing uppding and down by pressing (>^)(V>) or (<^)(<V) per shadow step
Jump Stab: quickly stabbing diagonally downards douring a jump, triggered by pressing down and Z simultaneously mid jump.
2) Multiplayer <-- One man can only do so much :(
3) AI that can navigate platforms
4) AI that can perform multiple attacks
5) Background Music
6) Particle effect when you're hit

User Story:

I want to play the spiritual successor to Grand Chase's fast pace pvp game. This will be a 2d fighting game with 3d models in which a player is pitted against another player(which will be controlled by AI for now but if we can make it another person in the future via multiplayer we will try to do that). Each player has an automatically regenerating hp and mp bar. The player will use the arrow keys to move around, and the Z key to attack. Players can combine arrow key inputs and the Z key to create different moves.