Amal-Mathew204 / game-development-unity-project

Third Year University Unity Project for the Multiplatform Game Development module.
1 stars 0 forks source link

Start Scene / Menu #8

Closed Amal-Mathew204 closed 1 week ago

Amal-Mathew204 commented 3 weeks ago

Function

Need to create a start scene for the game. This scene should have a menu that allows the player to Play the game, go to games Settings or Exit the game.

Play Menu Option:

This button should direct the player straight to the game. Later on we can have the button to change the menu display to give the player the option to create a new game file or to play from a saved file.

Settings Menu Option:

This option will allow the user to change game implemented settings. This can be:

Exit Menu Option:

Have it move to another screen to confirm if the user wants to exit the game. Give them the choice to either return to the menu or exit the game.

Amal-Mathew204 commented 2 weeks ago

Implement the Settings Menu as a separate issue