Crates.io | arkanoid-tui |
lib.rs | arkanoid-tui |
version | 0.1.2 |
source | src |
created_at | 2024-06-23 12:05:26.615123 |
updated_at | 2024-08-15 12:24:32.220162 |
description | Arkanoid built with Ratatui |
homepage | https://github.com/JustPretender/arkanoid-tui |
repository | https://github.com/JustPretender/arkanoid-tui |
max_upload_size | |
id | 1281161 |
size | 90,861 |
This is a simple Arkanoid game built with Ratatui.
cargo install arkanoid-tui
Debugging and tracing can be enabled by turning the debug feature on:
RUST_LOG=debug cargo run -F debug -- --tracing
The output will be available in tracing.log
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
See CONTRIBUTING.md.
All feedback and contributions are very welcome