Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted about 3 years ago

tic tac toe

Rémy Boiré•350
@remyboire
A solution to the Tic Tac Toe game challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


Altought it is not perfect, it has been a good way to learn a bit of algorithmic thinking. I tried to make the computer play smart and block the player's moves. CPU plays randomly, but if its opponent can win, it will block it, otherwise, if CPU can win, it will play to win. This is basic, but seems to get people into enough trouble.

Any feedback is welcome !

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on Rémy Boiré'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
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License