-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implement end game functionality
This commit introduces the ability for the master chef to end a game. The following changes were made: - Added a new API endpoint to handle end game requests. - Added a new EndGameReason enum to specify the reason for ending a game. - Updated the game service to handle end game logic. - Added a new menu item to the game menu and side menu to end the game. - Updated the kitchen component to handle the end game action. - Updated translations for new strings. - Added Cloud Code extension to devcontainer. - Redesigned menu system to allow for dynamic menu items.
- Loading branch information
1 parent
1711951
commit 475921b
Showing
34 changed files
with
961 additions
and
379 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.