| Crates.io | fallingblocks |
| lib.rs | fallingblocks |
| version | 0.1.4 |
| created_at | 2025-03-26 21:13:45.040308+00 |
| updated_at | 2025-03-28 08:37:32.396257+00 |
| description | A Tetris game implemented with ratatui and bevy_ecs |
| homepage | https://github.com/rakki194/fallingblocks |
| repository | https://github.com/rakki194/fallingblocks |
| max_upload_size | |
| id | 1607170 |
| size | 3,255,793 |
A terminal-based Tetris game implemented in Rust using ratatui for the terminal UI and bevy_ecs for game logic.

Make sure you have Rust installed, then navigate to the game directory and run:
cd tetris
cargo run
This game uses the following dependencies:
main.rs: Entry point, sets up the terminal and game loopapp.rs: Main application structure and state managementcomponents.rs: ECS components for game entitiessystems.rs: ECS systems that handle game logicui.rs: Terminal UI rendering codegame.rs: Game constants and configurationMIT