JavaScript Tic-Tac-Toe — Live Demo
A Tic-tac-toe game created in Vanilla JavaScript.
Use Factory functions and the Module pattern to create a good architecture that applies the single responsibility and separation of concerns principles.
Components:
- A game controller module in charge of the game logic
- A player factory in charge of the player objects creation
- A board module with all the game board’s logic
- A display controller module that handles the display/DOM logic
Hello! 👋 I'm David, the creator of this project. If you have any questions, suggestions, or just want to chat about web development or anything else related to this project, feel free to reach out to me.
My email is [email protected].
Looking forward to hearing from you!