forked from AdaGold/tic-tac-toe
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Dianne Tic Tac Toe #24
Open
dlaguerta
wants to merge
69
commits into
Ada-C6:master
Choose a base branch
from
dlaguerta:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nd increasing turn count
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Finished Waves 1, 2, and 3, but not Wave 4.
The game has a good flow, with a few bugs that I found at the end of the day Friday. Bugs include:
Not showing the "start game over" or "space is taken" messages to players after a new game starts (everything works fine in the first game, but these particular elements never get reset again?)
Appending messages together without clearing out previous messages (ex. when you try to place a marker in an occupied space and have already clicked that same space.). It works when you do not click on the same space after you receive the warning.
Overall, very fun! I will stick to playing tic tac toe on paper though.
P.S. I loved working with Danielle!