Modern tetris implementation in pure bash
- Shell 99.4%
- Makefile 0.6%
| src | ||
| .gitattributes | ||
| .gitignore | ||
| build.sh | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
mino.sh
Modern tetris implementation in pure bash
Running
After cloning the repository, use ./src/mino.sh
Controls
a: move piece leftd: move piece rights: soft dropw: hard drop + lockj: rotate piece counter-clockwisek: rotate piece clockwisee: hold pieceq: quit
Building
Either run make, or ./build.sh.
This will create a build/mino.sh which bundles all libary files.
Roadmap
- SRS
- Initial env-var configurability
- Show upcoming pieces
- Show held piece
- Gravity
- ARE
- Lock delay cancel
- Scoring
- Back-to-Back
- Online multiplayer
- Garbage
See also: Tetris Guideline