Skip to content

Conversation

@jsnconnolly
Copy link
Owner

No description provided.

do
{
/*swap player turn ? Does this make sence to execute*/

Copy link

Choose a reason for hiding this comment

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

logic is slightly off, you draw the board before and after each player plays.

Copy link

Choose a reason for hiding this comment

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

Better comments on the methods would have been nice.

// your code goes here

return false;
// checking for Tie
Copy link

Choose a reason for hiding this comment

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

This is not really checking for a tie, its just checking that every position is played.

@jsnconnolly
Copy link
Owner Author

jsnconnolly commented Aug 22, 2018 via email

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.

3 participants