Skip to content

SubramanyaKS/Tic-Tac-Toe

Repository files navigation

Tic-Tac-Toe

A simple Tic-Tac-Toe game using react JS contains both player vs player and player vs computer.

Tic-tac-toe or Xs and Os is a paper-and-pencil game for two players who take turns marking the spaces in a three-by-three grid with X or O. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner. It is a solved game, with a forced draw assuming best play from both players. source


Technology.

  • React JS
  • Bootstrap
  • VS Code

Prerequisits.

  • NodeJS must be installed before installing the project.
  • Git must be installed to clone this project.
  • Operating System used is Windows (Note: in linux i have not tested it).
  • You may use any editor of your choice (Recommended VS Code).

Run and Setup

  1. Fork the Project and clone Repository using git clone
git clone https://github.com/SubramanyaKS/Tic-Tac-Toe.git
  1. Install all dependency in package.json
npm install
  1. Run application using command
npm run dev
  1. Automatically open the website in localhost
http://localhost/5173

Contribution

We welcome contributions! If you'd like to contribute to Tic-Tac-Toe, please follow our Contribution Guidelines.


Author

Subramanya K S


Credits.

  • GeeksForGeeks
  • Wikipedia
  • React
  • VS Code

If you like the project 🌟 the repository.

Thank you with ❤ Subramanya KS

About

Implementation of Tic Tac Toe Game using React JS with both player vs player and player vs Ai

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published