IN THE BROWSER ROFLOL
Playable here also if you want to play locally just open index.html
The motivation behind building this.
- Responsive layout
- Allow few ms to move the tetromino left or right after it lands on something
- Playable on mobile devices
Make sure you have node
brew install node
Install dependecies on this project with
npm install
Run tests with
npm test