This is your typical Tic Tac Toe Game. The app was built for human to go against another human - there's no option for versus AI at the time of writing. It is built as part of the curriculum for The Odin Project's Javascript Course.
- HTML
- CSS
- Javascript
- DOM Manipulation
- Factory Functions
I focused on the Single Responsibility Principle of SOLID in creating these Factory Functions/IIFE's. I feel that I did a great job in structuring the logic of my code, and with this, it will be much more simpler to edit different parts of the code.
This project is hosted using GitHub.