3 releases
0.1.2 | Aug 15, 2024 |
---|---|
0.1.1 | Jun 23, 2024 |
0.1.0 | Jun 23, 2024 |
#114 in Games
49KB
1K
SLoC
Arkanoid TUI
This is a simple Arkanoid game built with Ratatui.
Preview
Installation
Cargo
- Install the rust toolchain in order to have cargo installed by following this guide.
- run
cargo install arkanoid-tui
Debugging
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
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
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
Acknowledgments
Dependencies
~7–14MB
~169K SLoC