Tic-Tac-Toe game that can be played in browser
Live: https://jinayang15.github.io/tic-tac-toe/
- Add highlight for the winning move
- Allow players to input their names
- Add main menu
- Add a computer to play against
- Create well-structured and clear code using factory functions and IIFEs
- Allow for 2 player game or game against the computer
- Make it look nice :)