Skip to content

This is simple tic tac toe game. Min-Max algorithm is used to compute the computer turn.

Notifications You must be signed in to change notification settings

srivastava-abhijeet/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tictactoe

This is simple tic tac toe game. Min-Max algorithm is used to compute the computer turn.

Requirements

  • Install Node
    • on OSX install home brew and type brew install node
    • on Windows install chocolatey
    • Read here for some tips on Windows
    • open command prompt as administrator
      • type choco install nodejs
      • type choco install nodejs.install

Quick start

Clone the repository into local workspace.

For installing dependency

$ npm install

For running the app

$ node index

Screen

screen

About

This is simple tic tac toe game. Min-Max algorithm is used to compute the computer turn.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published