Elemental Game
Elemental Game is the entry point to the program.
It should start by showing the TitleScreen until the player presses the Start
key.
It should then display the game setup screen.
On this screen the player should be able to select the map they wish to play on, the game type, single or multi player mode, and whether to invert there controller. Pressing start will advance.
It should then display the player setup screen.
On this screen it should allow the player to select there avatar's model as well as color. Pressing Start will advance.
Pressing Y from any of these screens will display a short instruction screen showing how to control your avatar.
Rules
There will be various modes of multiplayer in EleMental. We initially plan to add last man standing. As a high goal we will add a more convential kill based death match.
Last man standing
This mode is quite simple, the last player standing will win. Each player will only have one life and once they are killed they cannot come back. This simple mode is easy to implement since we do not have to keep track of number of kills or time limits. As a high target we will provide an option to set the number of extra lives a player has thereby extending the game and providing a chance to correct mistakes.
Death Match
Death match mode will award victory to the first player to reach a predefined kill goal. All players will have infinate lives while in death match. The only limit will be how long it takes on player to achieve the required number of kills.