-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sailor moon tic tac toe #3
base: master
Are you sure you want to change the base?
Conversation
} | ||
game.changePlayer() | ||
updateMessage("Your turn, " + game._current_player) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed from line 18 to here there is some repetition depending on whose turn it is. I wonder if a helper method could have been created to reduce the repetition. Like a play_game
method or something.
Nice job getting all of the functionality down! 🌻 🎉 Don't forget how far you've come!! |
pretty magical.