Skip to content

jestanoff/tic-tac-toe

Repository files navigation

Tic Tac Toe

nice game written in react as a side project

  • Has two difficulties of AI using Minimax algorithm
  • Based on Google material design

Live app jestanoff.github.io/tic-tac-toe/

To run locally clone this repo

git clone [email protected]:jestanoff/tic-tac-toe.git

Install dependencies

yarn

Run the dev server

yarn start

Run build

yarn build

Run test suite

yarn test or yarn test-watch