Skip to content

This is a tic-tac-toe game but differs from most others as it carries the option of playing against an AI (COM) or against a friend.

Notifications You must be signed in to change notification settings

NARUDESIGNS/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a tic-tac-toe game but differs from most others as it carries the option of playing against an AI (COM) or against a friend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published