ut-robotics / picr21-team-sauna-madis

0 stars 0 forks source link

Move game state handling into separate functions #17

Closed ReikoR closed 2 years ago

ReikoR commented 2 years ago

Right now the states are handled in a long if-else statement. It would be better to put code for each state into separate function.