This is an implementation of Tic-Tac-Toe that runs in the browser. Implemented using vanilla HTML5/CSS3/JavaScript(ES6).
See and play the game at: https://jeffro94.github.io/tictactoe-web/
Level 1
- Randomly select an available space
Level 2
- Try the center space
- Try the corner spaces (in random order)
- Try the side spaces (in random order)