Skip to content

The TicTacToe game with AI minmax algorithm and to play with your friends

License

Notifications You must be signed in to change notification settings

Rvjonh/TicTacToe

Repository files navigation

Tic Tac Tor with MinMax Algorithm

In this project is a the popular game TicTacToe game which allows play it online. The project uses one of the most popular algorithms known, minmax is a algorithm that predict the moves in board games, here I implemented a version for the tictactoe game.

Code Live Game

Game Link: Game live link

Development

If you want to check the code, feel free to use as you want, license MIT :v or whatever my code is yours...

1.Download the repository in your computer and prefered route

    git clone https://github.com/Rvjonh/TicTacToe.git

2.Install the dependencies

    npm i

3.Run development server

    npm run dev

4.Read the code and make changes

TechStack

  • React
  • Sass
  • Vite

Note

This project uses vite and react to being build so make sure you understand those concepts.

About

The TicTacToe game with AI minmax algorithm and to play with your friends

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published