https://github.com/evanzhoudev/tiny-tetris
https://github.com/evanzhoudev/tiny-tetris
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/evanzhoudev/tiny-tetris
- Owner: EvanZhouDev
- Created: 2023-11-22T03:51:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-14T23:24:36.000Z (over 2 years ago)
- Last Synced: 2025-03-10T05:54:45.041Z (about 1 year ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 29
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
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)!