TicTacToe. A playable tic tac toe game you can run in your browser.

taniarascia.github.io/tictactoe

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2020
  • Update README.md
September 2019
  • update email
  • Update README.md
  • favor npm
  • Fix error when clicking on populate cell and changing player (#2)
May 2019
  • Add some package.json properties
  • Add dist and src folders
  • Add missing parameter types
  • ES6 implicit returns
  • Bang
  • Rearrange files
April 2019
  • Update README.md
  • Update README.md
  • Update README.md
  • Update to TypeScript
  • Type in class comment definition
  • Do not allow player to continue playing during wait delay
  • Revert CSS vars to regular values
  • Create Display and TicTacToe classes to separate DOM and state
  • Rename index.js to index.html