| Crates.io | jcblocks |
| lib.rs | jcblocks |
| version | 0.1.1 |
| created_at | 2025-08-24 17:03:19.0352+00 |
| updated_at | 2025-09-16 12:22:55.989378+00 |
| description | Components for constructing block games such as Tetris/BlockBlast. |
| homepage | |
| repository | https://github.com/avg-cs-student/jcblocks |
| max_upload_size | |
| id | 1808610 |
| size | 42,683 |
Blocks is a small library of components for building games.
Examples:
┌─┐ ┌─┬─┐ ┌─┬─┐ ┌─┬─┬─┐ ┌─┬─┬─┐
└─┘ ├─┼─┤ ├─┼─┤ ├─┼─┼─┤ ├─┼─┼─┤
└─┴─┘ ├─┼─┤ └─┴─┴─┘ ├─┼─┼─┤
└─┴─┘ └─┴─┴─┘
┌─┐
┌─┼─┼─┐
└─┴─┴─┘
┌─┬─┐ ┌─┬─┬─┐ ┌─┬─┬─┬─┐ ┌─┬─┬─┬─┬─┐
└─┴─┘ └─┴─┴─┘ └─┴─┴─┴─┘ └─┴─┴─┴─┴─┘
See my TUI for example usage.