Skip to content

dihbgs/tic-tac-mine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Mine!

Description

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.

Preview

You can play the game here.

App preview

Built With

  • React - The web framework used
  • npm - Dependency Management

Installation

Prerequisites

  • Node.js - JavaScript runtime environment

To get started, you'll need to have Node.js installed on your machine. You can download it here.

Installing

  1. Clone the repo
git clone git@github.com:dihbgs/tic-tac-mine.git
  1. Install NPM packages
npm install
  1. Run the app
npm start

And that's it! You should now be able to see the app running on your local machine.

License

This project is licensed under the MIT License - see the LICENSE file for details

Author