Tic Tac Toe game made with HTML/CSS/Vanilla JS.
- Can expand the grid to any size
- Allows for two players to play against each other
- Automatic checking + resetting
- AI with Minimax Tic Tac Toe algorithm
- Change rows field to change the number of rows (without having to modify the variable directly in the code)
- Use Vue or React instead of Vanilla JS