0.0.2 • Published 7 years ago

tetrinode v0.0.2

Weekly downloads
2
License
BSD-2-Clause
Repository
bitbucket
Last release
7 years ago

Tetrinode

A tetris clone written in javascript that works in your Terminal and in your Browser.

tetrinode

##Install: git clone git@github.com:alfonsodev/tetrinode.git cd tetrinode npm install

##Play!
Controls: Use the cursor arrors, left, right, down, and up for rotate.

in your terminal

make play  

In your browser

open index.html

##Developing If you want to see your changes reflected in the browser version you have to run browserify command through the make task.
make bro