jheredia / pack-it-up

Frantic packing action game about a group of backpackers working together to complete their trip while trying to keep their luggage and sanity.
1 stars 1 forks source link

Base Menu #7

Closed jheredia closed 1 week ago

jheredia commented 2 weeks ago

Must

As a player, I want to be able to see a menu with the following options:

When the player clicks on "Start Trip" then the menu should hide and should emit an event to start the game, this event will trigger the start state from the game state machine

When the player clicks on exit, it closes the game.

Really nice to have

Options, here the player can tweak their game

Nice to have but not must

This menu should be reusable for the "Pause" menu, in this case the menu will have two options:

Continue will replace the start option and will allow a paused game to continue