Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iam-rohid/reactjs-ai-tic-tac-toe
Tic Tac Toe Game
https://github.com/iam-rohid/reactjs-ai-tic-tac-toe
Last synced: about 1 month ago
JSON representation
Tic Tac Toe Game
- Host: GitHub
- URL: https://github.com/iam-rohid/reactjs-ai-tic-tac-toe
- Owner: iam-rohid
- Created: 2020-04-09T18:01:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T14:40:01.000Z (almost 5 years ago)
- Last Synced: 2024-10-15T08:08:33.485Z (3 months ago)
- Language: JavaScript
- Homepage: https://tictactoebyrohid.netlify.com/
- Size: 192 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tic Tac Toe AI
An AI Tic Tac Toe Game where you can play with the AI
Play Now
ยท
Report Bug
ยท
Request Feature
## Table of Contents
* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Pre Requirments](#pre-requirements)
* [Installation](#installation)
* [Contact](#contact)## About The Project
It's a Tic Tac Toe Game but here you have to play with the AI instead of human ;-)
And for that there's only 5% of chances that you can win this game ๐. If you think you are on of the 5% of people then give it a try ๐.### Built With
Because this is a web based game that's why I choose react framework for the UI but you can make it with just simple HTML, CSS and JavaScript.
* React
* JavaScript
* HTML
* CSS/SCSS## Getting Started
Here's how you can use this project
### Pre Requirements
Pre requirements are
* git
* node.js
* react### Installation
1. First clone the repo
```sh
git clone [email protected]:rohid-hub/Ai_Tic_Tac_Toe.git
```
3. Install NPM packages
```sh
npm install
```
4. Now start the server
```sh
npm start
```## Contact
Rohidul Islam - [email]([email protected])
Github Link: [rohid-hub](https://github.com/rohid-hub)