Week - 4
.png)
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, Login Create Account 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 redi...