Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 477 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 477 Bytes

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