Skip to content

Node.js Implementation of the famous tic tac toe game

Notifications You must be signed in to change notification settings

vladimirfomene/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

This is a Tic Tac Toe game where a human plays with an AI. The AI uses the minimax algorithm to take the most optimal move at each point in the game.

Prerequisites

Software you need to install to play this game

How to setup the project

  • Clone this repository with the following git clone git@github.com:vladimirfomene/tic-tac-toe.git
  • Execute npm install on your commandline to install all dependencies.
  • Execute npm run test on your commandline to test the project.
  • Execute npm run play on your commandline to start the game.

About

Node.js Implementation of the famous tic tac toe game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published