Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evanzhoudev/tiny-tetris
https://github.com/evanzhoudev/tiny-tetris
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/evanzhoudev/tiny-tetris
- Owner: EvanZhouDev
- Created: 2023-11-22T03:51:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T03:24:34.000Z (about 1 year ago)
- Last Synced: 2023-12-11T06:56:35.918Z (about 1 year ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `tiny-tetris`
It's Tetris, except the game can be played in just a 5x5 character area of space.
See how it was built [here, on YouTube](https://youtu.be/RlpQkHBGAs0).
## How does it work?
Essentially, we are using the Braille unicode characters (4-dots tall) to act as manipulatable sub-units in each character. With a custom Braille-powered rendering engine, we are able to make a 20 row by 10 column grid in just 5 characters by 5 characters!
Check it out [here](https://evanzhoudev.github.io/tiny-tetris)!