Skip to content
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

Meighan Final TicTacToe #18

Open
wants to merge 6 commits into
base: mmr/master
Choose a base branch
from
Open

Conversation

knaydee
Copy link

@knaydee knaydee commented Feb 1, 2016

I believe I have everything working but the win logic. It fails to tell the players when someone has won but does tell them if there is a draw. Something wonky is going on when a click is pushed to my board array.

@kariabancroft kariabancroft self-assigned this Feb 9, 2016
})
// $(document).on('ready', function() {
// console.log('create and begin the game here!');
// var game = new TicTacToe();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm curious why you decided to comment this out, it seems like a good plan to me :-)

@kariabancroft
Copy link

I like the way you separated this out into a few different functions. You did a nice job switching the players and symbols for each turn. I think your win logic is very close to working, it seems like you are focusing more on individual pieces instead of it working for the whole board overall. Looks like you're on a good track!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants