Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)