Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 567 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 567 Bytes

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