Tic Tac Toe Setup From the command line, clone the repo to a directory with git clone https://github.com/matthewpereira/es6-tictactoe.git Navigate into your new directory with cd es6-tictactoe Run npm install Run npm run start Tests Run npm run test Todo Have the computer player look ahead for intelligent moves instead of making random ones More descriptive start screen