Skip to content

Commit

Permalink
- Added a todo to remind me to add indication of whose turn it is
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelVI13 committed May 1, 2019
1 parent ab0c799 commit 5c9279e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gui/gui_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ def game_loop(self):
time.sleep(PAUSE_BEFORE_GAME_RESTART)
self.restart_game()

# todo add indication whose turn it is to play


if __name__ == '__main__':
g = Gui()
Expand Down

0 comments on commit 5c9279e

Please sign in to comment.