#tui #ratatui #built #arkanoid

app arkanoid-tui

Arkanoid built with Ratatui

3 releases

0.1.2 Aug 15, 2024
0.1.1 Jun 23, 2024
0.1.0 Jun 23, 2024

#114 in Games

MIT/Apache

49KB
1K SLoC

Arkanoid TUI

BuildRust version: 1.74+

This is a simple Arkanoid game built with Ratatui.

Preview

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

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