A command line interface Tic Tac Toe game built in NodeJS
- NodeJS
- NPM
- Clone this repository and cd into it
- Run
npm install
to install the dependencies - Run
node index
to start the CLI
The main object of the project was to show basic compentence in JavaScript. The game is only one player against a computer that is picking it's moves at random, so it should be pretty easy to beat ;)