This is my first React App. It's a simple Tic Tac Toe game themed around the popular game Minecraft. I made this app following this tutorial from the official React website. The game has an AI that plays against you, and you can choose between 4 different difficulties (Peaceful, Easy, Normal and Hard) for the AI to play. The AI uses the minimax algorithm to decide its next move.
You can play the game here.
- Node.js - JavaScript runtime environment
To get started, you'll need to have Node.js installed on your machine. You can download it here.
- Clone the repo
git clone git@github.com:dihbgs/tic-tac-mine.git
- Install NPM packages
npm install
- Run the app
npm start
And that's it! You should now be able to see the app running on your local machine.
This project is licensed under the MIT License - see the LICENSE file for details