Week - 4

 This week we'll be looking the how the UI looks in the game aswell the gameplay demo.

The user interface and experience is arguably the most important facet of video game development strong UX design can make the difference between a chart-topping hit and an unplayable dud; it can engage players for hours on end or lead to game-quitting frustration; and it can even make or break a game development studio.

When the game runs, these are the UI's implemented,
The first page that the players see is the Main Menu wherein they have 3 options,
  1. Login 
  2. Create Account
  3. Exit
If a player does not have an account then the player clicks on the Create Account button to create an account. When he clicks the button he is redirected to create account page where he has to give a name which will be his ID and a password so that he can use that to log into his account. If this step is done correctly then the players info will be stored in the database. After creating the account the player is redirected to the main menu and then he can proceed to login into his account by clicking on the login button.

If the Player has an account then they can click on the Login button to log into their account. When they click on the button they are redirected to the Login Page where the player proceeds to put in his ID and Password, if both the ID and Password match the data that is stored in the database then the player can choose to create a room or join a room or look at his stats.

After the player either chooses to create or join a room, the player has to wait until the room is filled then they can proceed to play the game.
Game Flow

HUD
For Hunters:



For Clones:



References:


Comments

Popular posts from this blog

Week - 2