Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vhiribarren/atom-tetromino
- Owner: vhiribarren
- License: mit
- Created: 2016-01-04T14:47:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-16T14:23:16.000Z (almost 9 years ago)
- Last Synced: 2024-04-24T03:19:11.528Z (8 months ago)
- Language: JavaScript
- Size: 613 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-3RD-PARTY.md
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