arkanoid-tui

Crates.ioarkanoid-tui
lib.rsarkanoid-tui
version0.1.2
sourcesrc
created_at2024-06-23 12:05:26.615123
updated_at2024-08-15 12:24:32.220162
descriptionArkanoid built with Ratatui
homepagehttps://github.com/JustPretender/arkanoid-tui
repositoryhttps://github.com/JustPretender/arkanoid-tui
max_upload_size
id1281161
size90,861
Rostyslav (JustPretender)

documentation

README

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

Commit count: 3

cargo fmt