Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 668 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 668 Bytes

tetris.js Build Status

IN THE BROWSER ROFLOL

Playable here also if you want to play locally just open index.html

The motivation behind building this.

TODO

  • Responsive layout
  • Allow few ms to move the tetromino left or right after it lands on something
  • Playable on mobile devices

Running tests

Make sure you have node

brew install node

Install dependecies on this project with

npm install

Run tests with

npm test