A command-line tic tac toe game
- Minimal UI that redraws the board and makes clear whose turn it is, each turn.
- Players can submit moves - thanks, prompt!
- Win detection - detects and displays who won
- Win detection with a functional rather than iterative style.
Using Nodetactoe is straightforward.
- run
npm install
from the root directory - to start a game, simply run
npm start
npm install
npm test