Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 548 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 548 Bytes

React App TicTacToe with bot algorithm

This project was created with the TicTacToe React App tutorial.

I implemented an algorithm to play TicTacToe against a bot. To deactivate the bot, set botActive to false in the game props.

Feel free to contribute to this project or use it for your own projects.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.