Skip to content

The famous tic tac toe game build in ReactJS with TypeScript

Notifications You must be signed in to change notification settings

diegosouza007/tic-tac-toe-react

Repository files navigation

Tic Tac Toe React

This is a second version of my other project that was build using only Vanilla JS.

In this challenge I'll migrate it and use ReactJS and TypeScript for the first time and I want to add some improvements, like:

  • MiniMax Algorithm (to allow user to choose different difficult modes, like: Easy, Normal, Hard and Impossible :D);
  • Improvements in the UI/UX on game page;

Install

Run the following commands in your terminal:

git clone https://github.com/diegosouza007/tic-tac-toe-react.git
cd tic-tac-toe-react
yarn

To run the project

Use this command to run:

yarn dev

Spoiler preview

Selection_008