/ApplicationChallenge-Cli-TicTacToe

Application Challenge - Tic-Tac-Toe

Primary LanguageJavaScript

Cli - Tic Tac Toe

Copia Challenge:

  • Application Challenge - TIC-TAC-TOE

Requirements:

  • Node (stable node version)
  • Package manager: NPM
  • Code Editor (I used VS Code)

How to Run:

npm i
  • After installing the node packages, it is time to run the application by:
node main.js
  • Then you should be able to play the game

Submitted by Avinash Murugappan