Carkzis / Ananke

An ongoing project to create a companion app to a board game!
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Enter and leave a game #5

Closed Carkzis closed 2 months ago

Carkzis commented 2 months ago

A user can enter a game from the list of current games on the main screen. They are then still on the game screen, but "in game". This will display the current game name on all screens (Game, Team and You). They can then leave the game to revert back to the normal "out of game" state.

There are also snackbars to displays errors when any of these events cannot be completed.

See https://github.com/Carkzis/Ananke/issues/3 for more information.