alexitaylor / tictactoeCL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe CL Game

A command line tic-tac-toe game with a twist

Between moves the board rotates 90 degrees and pieces on the board fall due to gravity.

Usage

  1. Fork the project

  2. Install dependencies

npm install

  1. Run the app

node game.js

About


Languages

Language:JavaScript 100.0%