mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-07-25 17:25:27 +02:00
Merge branch 'master' of https://github.com/inf112-v20/Fiasko
Conflicts: src/main/java/inf112/fiasko/roborally/gamewrapper/ScreenManager.java src/main/java/inf112/fiasko/roborally/gamewrapper/screens/BoardActiveScreen.java src/main/java/inf112/fiasko/roborally/gamewrapper/screens/WinnerScreen.java src/test/java/inf112/fiasko/roborally/objects/RoboRallyGameTest.java
This commit is contained in:
@@ -20,5 +20,7 @@ public enum GameState {
|
||||
//Indicates that the user is in the process of choosing whether to stay in power down
|
||||
CHOOSING_STAY_IN_POWER_DOWN,
|
||||
//Indicates that the user is in the process of sending their cards to the server
|
||||
SENDING_CARDS
|
||||
SENDING_CARDS,
|
||||
//Indicates that the game is won by a player
|
||||
GAME_IS_WON
|
||||
}
|
||||
|
Reference in New Issue
Block a user