Skip to content

brendanmc6/TicTacReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple single-component tic tac toe game.

Link to codesandbox

Wanted to see how quickly it would take me to do this without using Google. ...but I got distracted by lunch and forgot to pause my timer.🤷

TODO:

  • Redo the checkForWinners algo so that it can work with any board size.
  • Add fancier styling and a board-size input.
  • Add Firebase or another BaaS and try to make it work online.