Tic Tac Toe app created with HTML, CSS & Javascript for The Odin Project.
Here is a working live demo: https://kapaha.github.io/tic-tac-toe/
This project was created as a part of the Javascript course with The Odin Project. The aim of this project was to solidate the knowledge I have learnt about factory functions and the module pattern.
- Single player mode with difficulties: easy, medium and impossible
- AI using minimax algorithm
- Multiplayer mode - play with someone on the same computer
- Responsive design - works on mobile and tablets
- HTML
- CSS
- Javascript
The project is finished, however I may continue to improve on it as my knowledge of web development improves.