Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.12 KB

TIC-TAC-TOE

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!

Contributing to this project

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.

Installation

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

Appreciation

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