Introduction
About The Game
Installation
Folder and File Specifications
TODO
VersusUnityGame is a test game to be run with the Versus API written in the Unity Framework with C#.
- Modes Planned:
- Single player bullethell style (http://www.youtube.com/watch?v=utGmwWVq-ck)
- points awarded for fighters killed
- won't be as cool as the video
- Synchronous multiplayer mode
- each person controls a fighter
- 2-4 players battle in an arena
- last man standing wins
- Download and install Unity (if not already installed)
- Clone git repo
- Open Assets/testgame.unity
Assets/testgame.unitymain unity file to be opened by Unity editorAssets/Scripts/scripts that testgame.unity usesAssets/Scripts/Characters/scripts that pertain to characters in the gameAssets/Scripts/Characters/CharacterConstants.cscharacter stats (i.e. speed, health, etc)Assets/Scripts/Characters/Fighter.csgeneric fighter characterAssets/Scripts/Characters/FighterFactory.csfactory for creating new fighter objects of different type
Assets/Scripts/Game/scripts that pertain to running the gameAssets/Scripts/Game/GameController.csin charge of gameAssets/Scripts/Game/GameMaster.csin charge of application (will rename to ApplicationController.cs)Assets/Scripts/Game/InputController.csin charge of player input
Assets/Scripts/Versus/scripts that pertain to communicating with versus API
EVERYTHING
Definitely not in working condition