This is a programming test project I built as a very quick demonstration of my skills to a company.
npm install
in project directory
npm start
- View the current console help message
npm start -- -p
- Start a new tic tac toe game
npm start -- -s
- Displays the current high scores list
Scoring is based on 3 parameters
- Winner/Loser (no score if you lose)
- Number of moves to win
- How long did it take in seconds to win
Higher scores are better.