Skip to content

Tic Tac Toe Pull Request#9

Open
dezshino wants to merge 25 commits intoAda-C4:dfp/masterfrom
dezshino:dfp/master
Open

Tic Tac Toe Pull Request#9
dezshino wants to merge 25 commits intoAda-C4:dfp/masterfrom
dezshino:dfp/master

Conversation

@dezshino
Copy link
Copy Markdown

  • Created a Tic Tac Toe game
  • If a player claims 2 spots in a row, they win. If the board fills with no wins, its a tie. Alert messages display the status at the end of the game.
  • Board automatically clears at the end of each game
  • In the future, I would like to add the single player mode versus computer, a score board to keep track of wins for each player, and change the standard alerts to custom-styled messages

@kariabancroft kariabancroft self-assigned this Feb 8, 2016


// playing the game, what happens when you click each space
clickSpace: function() {
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

It seems like this method is setting up the click handlers, not actually doing the clicking itself. I might recommend re-naming it to clarify this distinction.

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