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;
Run the following commands in your terminal:
git clone https://github.com/diegosouza007/tic-tac-toe-react.git
cd tic-tac-toe-react
yarn
Use this command to run:
yarn dev