This is a simple tic-tac-toe game with the exception of playing against an algorithm or against a friend.
At the very start, you have to select your marker X
or O
. Note: X
goes first.
You can simply play by clicking on an empty spot when it's your turn.
If you've clicked on 3 consecutive spots for any horizontal, vertical or diagonal spots, you win!
You are welcome to contribute to this project. Please create a different branch for your contribution describing the feature or bug you want to fix, for example fixes-comai-algorithm
and then create a PR.
Thank you.
Please run the following commands
- Install dependencies
npm install
- Launch localhost to preview application
npm run start
- Compile code for production deployment
npm run build
Thank you for taking you time on this project. If you come across any bug, please raise an issue for it so that others can help solve it. Also if you have an idea on how to fix an issue, please go ahead to make a PR.
Thank you!
Made with 💜 by Narudesigns