Tic Tac Toe with HTML, SCSS, and Vanilla JavaScript

Solution retrospective
Creating the Tic Tac Toe project proved to be both engaging and challenging. 😅 Despite the seemingly straightforward concept of the game, it took approximately 33 hours to bring it to life using JavaScript. 🕰️ The main difficulties arose from the need to understand the intricacies of game logic, ranging from displaying hover effects when hovering over a player's move to implementing a smarter algorithm for the computer's moves. 🤔
One area of uncertainty in my code lies in the sheer number of JavaScript files – instead of the anticipated couple, I ended up with 11. 😱 Attempts to reduce the codebase didn't yield the desired results. I would greatly appreciate any feedback, especially if you come across any bugs. 🐞 While tests have been conducted and everything should be functioning correctly, there's always a chance something might have slipped through the cracks. Please feel free to reach out with any issues or suggestions! 🙏
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Valentyn Chernetskyi's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord