A simple NxN Tic Tac Toe game. Play against a friend or an AI. This was built as part of GA project.
- User can choose game type: single-player or multi-player
- User can choose their username and token.
- User can select the game board size.
- Lost connection or accidentally closed the tab? Don't worry! It'll remember your progress!
- Simple AI player
- HTML/CSS
- Javascript
- jQuery
- AI doesn't work perfectly.
- Add game sound.
- Make AI smarter.
- Improve winner finding algorithm.
- Visualize searching for a winner with cool animations.
- Add a dark mode option/theme option.