Submitted 8 months ago
Tic Tac Toe with Minimax Algorithm | React Typescript
@yosephwinata
Design comparison
SolutionDesign
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!
Community feedback
Please log in to post a comment
Log in with GitHubJoin 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