Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 466 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 466 Bytes

tetris.js

Classic Tetris implemented in JavaScript. Playable in browser and in console.

Partially complies with Tetris Guidelines

Play the game!

  • npm build && npm run app:browser to play in browser
  • npm build && npm run app:console to play in console

License

The MIT License (MIT). Copyright (c) 2017 mirz (mirz.hq@gmail.com)