/tic-tac-toe

Tic-tac-toe is a simple, two-player game that, if played optimally by both players, will always result in a tie.

Primary LanguageJavaScript

Tic-Tac-Toe


Getting StartedInstallingContributors

Tic-tac-toe is a simple, two-player game that, if played optimally by both players, will always result in a tie.


Glimpse of Website

Screenshot (12) Screenshot (13)

Getting Started

This project was built using React, CSS, JavaScript.

Setup

The project repository can be found in GitHub link or just clone the project using this command.

Using HTTPS
# git clone  https://github.com/pri65/tic-tac-toe

Install

Install NPM

Check that you have node and npm installed

To check if you have Node.js installed, run this command in your terminal:

node -v

To confirm that you have npm installed you can run this command in your terminal:

npm -v

To install all the dependences of the project, run the following command:

npm install

To run the application got to the client folder and run the following command:

npm start

Tools used on this project

  • Visual Studio Code

Contributors

Show your support

Give a ⭐ if you like this project!