TheDarkun / Elevators

Fullstack .NET Project for SOČ
0 stars 0 forks source link

Game Lobby - Buttons #31

Open TheDarkun opened 6 months ago

TheDarkun commented 6 months ago

Game Lobby - Buttons

Proposal

Start Game

When the user decides to start the game, there will be a Dialog shown with everything including warnings such as all players not joined (the current player count does not equal max player count). After the confirmation, the game will be set in the database as started and all banned players will be deleted from the table since this information has been made redundant.

There also has to be added new scenario in the /join command #27 between the first and second that the game is already in progress.

Delete Game

When the user decides to delete the game, there will be a Dialog shown to check if the user actually wants to do such action. After the confirmation, the game will be removed from the database and all banned players will be deleted from the table since this information has been made redundant.

image