Skip to content
  • Learning paths
  • Challenges
  • Solutions
  • Articles
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted about 1 year ago

Tic Tac Toe with Minimax Algorithm | React Typescript

react, styled-components, typescript, vite
Yoseph Winata•400
@yosephwinata
A solution to the Tic Tac Toe game challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


This is one of my favorite challenges so far. The challenge is more complicated than it seems 🙂

I implemented three levels of AI: Level 1: AI selects the moves randomly. Level 2: AI displays some kind of intelligence by following some basic rules. Level 3: AI applies the minimax algorithm, which renders it unbeatable.

This project was built with React, Typescript, styled-components, and Vite. I use the useReducer hook for the most part.

Any feedback would be greatly appreciated!

Code
Select a file

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on Yoseph Winata'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

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub