Skip to content

This is a simple JavsScript based Tic-Tac-Toe game. We used Minimax Algorithm to make a bot to play against. This way, the user plays with a clever bot than a bot that takes random moves.

Notifications You must be signed in to change notification settings

Anujsharma2590/tic-tac-toe-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

In the project directory, I have made a game called tic-tac-toe

Tool-kit & Technologies Used

  • React
  • JavaScript
  • React Redux
  • React Router Dom
  • react-dom
  • react-redux
  • react-router-dom
  • react-scripts

Tesla Pages



Installation and Setup Instructions

Install basic Software:

  • Install NodeJS
  • Install VS Code
  • Install Git

Clone down this repository using this link

You will need node and npm installed globally on your machine.

Inside Client install with npm

  npm install

To Run Test Suite: npm test To Start Server: npm start

To Visit App: localhost:3000/****

About

This is a simple JavsScript based Tic-Tac-Toe game. We used Minimax Algorithm to make a bot to play against. This way, the user plays with a clever bot than a bot that takes random moves.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published