https://github.com/subramanyaks/tic-tac-toe
Implementation of Tic Tac Toe Game using React JS with both player vs player and player vs Ai
https://github.com/subramanyaks/tic-tac-toe
react reactjs tic-tac-toe tic-tac-toe-game tic-tac-toe-react tictactoe tictactoe-game
Last synced: about 2 months ago
JSON representation
Implementation of Tic Tac Toe Game using React JS with both player vs player and player vs Ai
- Host: GitHub
- URL: https://github.com/subramanyaks/tic-tac-toe
- Owner: SubramanyaKS
- Created: 2022-05-29T17:17:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T02:10:48.000Z (almost 2 years ago)
- Last Synced: 2025-03-13T08:33:50.005Z (7 months ago)
- Topics: react, reactjs, tic-tac-toe, tic-tac-toe-game, tic-tac-toe-react, tictactoe, tictactoe-game
- Language: JavaScript
- Homepage:
- Size: 247 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# 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](https://en.m.wikipedia.org/wiki/Tic-tac-toe)
---
### Technology.
* 
* 
* 
---
### Prerequisits.* [](https://nodejs.org/) must be installed before installing the project.
* [](https://git-scm.com/) 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 Setup1. Fork the Project and clone Repository using git clone
```
git clone https://github.com/SubramanyaKS/Tic-Tac-Toe.git
```2. Install all dependency in package.json
```
npm install
```3. Run application using command
```
npm run dev
```5. 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](https://github.com/SubramanyaKS/Tic-Tac-Toe/blob/main/CONTRIBUTING.md).
---
### Author**Subramanya K S**
---
### Credits.* GeeksForGeeks
* Wikipedia
* React
* VS CodeIf you like the project 🌟 the repository.
Thank you with ❤ Subramanya KS