Skip to content

Undefeatable tic tac toe game using minimax algorithm and Alpha-beta pruning

Notifications You must be signed in to change notification settings

shreeyasand/TIC_TAC_TOE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Repository is for The Microsoft Mars Colonization Program by Ace Hacker

Project Name: Tic-Tac-Toe

Team Name: GSS Mars Rover

Member name Email Id
Shonali K S [email protected]
Shreeya Sanjay Sand [email protected]
Gayathri Gutla [email protected]

It is ready to be deployed!!

Demo: https://tic-tac-toe123.herokuapp.com/
Documentation: https://docs.google.com/document/d/1PoWgdqf7F76VPVqnu9V2dKGVjdrYafoh8TzUiJVnQx4/edit?usp=sharing

How to run on local machine

  • clone the repo
  • npm install
  • npm run build
  • npm start

The app will be running on http://127.0.0.1:3000/

About

Undefeatable tic tac toe game using minimax algorithm and Alpha-beta pruning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.6%
  • CSS 7.0%
  • HTML 4.4%