kennycason / ultimate_tictactoe

Ultimate Tic Tac Toe - HTML5
53 stars 24 forks source link

Color of the line going through the x's and o's is reversed #1

Closed cyrusstoller closed 11 years ago

cyrusstoller commented 11 years ago

Great implementation! I've been playing with a few of my friends and have been having a great time on http://ken-soft.com/tictactoe/.

In your last commit 53655b056835e480ab45f84c05c5ef7d2bc84455 when you made X go first, I think you forgot to switch the color line that goes through the x's and o's when you win a sub-board.

cyrusstoller commented 11 years ago

Submitted a PR

kennycason commented 11 years ago

@cyrusstoller Thanks! I noticed that, I fixed it as well, before I saw this issue

kennycason commented 11 years ago

Also, thanks for playing :), I created an AI issue as I am going to implement that in a day or so, it's already mostly implemented