https://github.com/mlang/betris
A horizontal version of tetris for braille display users
https://github.com/mlang/betris
blind braille game tetris
Last synced: about 2 months ago
JSON representation
A horizontal version of tetris for braille display users
- Host: GitHub
- URL: https://github.com/mlang/betris
- Owner: mlang
- License: bsd-3-clause
- Created: 2018-04-02T07:53:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T19:15:41.000Z (about 1 year ago)
- Last Synced: 2024-11-16T01:51:49.797Z (11 months ago)
- Topics: blind, braille, game, tetris
- Language: C
- Homepage:
- Size: 66.4 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# betris
A tetris-clone for braille display users.
## How does it work
Every block is a dot. And the game has been flipped 90 degrees,
so you are playing from right to left instead of top to bottom.The size of the playing field is identical to the
original game. Since a braille character is 4 dots
in height, the player needs to scroll up/down to see
the full field of 10 blocks.
There is no need to interact with a screen reader.
Moving the current tetrimino around will also move the
currently visible area. The tetrimino is always aligned
at the top of the display, except for the last column.