Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vhiribarren/atom-tetromino

Tetromino falling block game for Atom
https://github.com/vhiribarren/atom-tetromino

Last synced: about 1 month ago
JSON representation

Tetromino falling block game for Atom

Awesome Lists containing this project

README

        

# Tetromino

Another [tetromino][tetromino-wikipedia] 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](https://raw.githubusercontent.com/vhiribarren/atom-tetromino/master/materials/tetromino.gif)

## 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.

[tetromino-wikipedia]: https://en.wikipedia.org/wiki/Tetromino