πŸ“— Table of Contents

πŸ“– Tic-Tac-Toe-React

Tic-Tac-Toe-React is a game built using React Hooks. The game is played on a 3Γ—3 grid, and the player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.

πŸ›  Built With

Tech Stack

Client

Key Features

  • The game is played on a 3Γ—3 grid.
  • The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.
  • The game can keep track of the moves history and allow players to go back to previous moves.

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • Node.js
  • npm

Setup

Clone this repository to your desired folder:

  cd my-folder
  git@github.com:jorgegoco/tic-tac-toe-react.git

Install

Install this project with:

  cd tic-tac-toe-react
  npm install 

Usage

To run the project, execute the following command:

  npm start

Run tests

To run tests, run the following command:

  npm test

Deployment

You can deploy this project using:

  npm run deploy

(back to top)

πŸ‘₯ Authors

πŸ‘€ Jorge GonzΓ‘lez Conde

πŸ”­ Future Features

  • Add a feature that allows players to choose their own symbols.
  • Add a feature that allows players to play against the computer.
  • Add a feature that allows players to play against each other online.

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like this project...give it a ⭐️!

πŸ™ Acknowledgments

I would like to thank @microverse

πŸ“ License

This project is MIT licensed.

(back to top)