Skip to content

vhiribarren/atom-tetromino

Repository files navigation

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.

TetrominoDemo

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 left
  • right: move block to right
  • bottom: accelerate drop of block
  • up: rotate block to right
  • space: rotate block to right
  • alt: rotate block to left
  • p: 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.