Tetromino
Another tetromino falling block game implementation.
Remember the hidden tetromino game in Emacs using the M-x tetris command? I just wanted the same kind of useful tool with Atom.

Commands
Open the game using the command palette Tetromino: Play or the Tetromino sub-menu in the Packages menu.
The current commands to play the game are:
left: move block to leftright: move block to rightbottom: accelerate drop of blockup: rotate block to rightspace: rotate block to rightalt: rotate block to leftp: pause
Contributions
Contributions and bug reports are welcome. Please keep in mind that the whole idea of the project is to have a minimalist implementation of the tetromino falling block game, so the game must not evolve too much. It is only for fun, like the Emacs tetromino game.