You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Main is incredibly crowded around the game loop. This could be made a lot easier to read if things are moved into different functions, like for example displayBoard() or displayMinimap()
The text was updated successfully, but these errors were encountered:
Main is incredibly crowded around the game loop. This could be made a lot easier to read if things are moved into different functions, like for example
displayBoard()
ordisplayMinimap()
The text was updated successfully, but these errors were encountered: