Skip to content

GanapathyPT/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

XOXO

Requirements

make sure node is installed

node --version
v14.15.0

we also need yarn package manager

yarn --version
1.22.10

Usage

clone the repo and change to that directory

git clone https://github.com/GanapathyPT/TicTacToe-AI.git
cd TicTacToe-AI

install the dependencies

yarn

start the server

yarn start

now visit http://localhost:3000 to see the the game in action
vist the app here