Tic Tac Toe (Vanilla JS and CSS, Redux-style state with localStorage)

Solution retrospective
I added some delay and animations to the interaction between the app and the user so that it is not abrupt.
I need to practice more animations. Next challenge, I will see how to improve this aspect
What challenges did you encounter, and how did you overcome them?The AI logic, at the beginning, I tested with a simple logic, but I thought it was too dumb.
For that reason, I used Google to get a better logic, and I added 3 levels (easy, medium, and hard) where the most difficult level uses a Minimax Algorithm. It was exciting.
What specific areas of your project would you like help with?Any suggestions will be welcome!
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@GeraASM
I was reading your code, I liked the part how speared your script in different files are created the board
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