An arcade game where you pilot a spaceship on adventures through space and time.
Constraints
- text user interface: utf-8 art
- keyboard-only controls
- single player
- simple AI
Objectives
- infinitely replayable or rogue-lite
- expandable over time
- crossterm documentation
- til > rust
- tui documentation
- tui documentation > widgets
- tui > examples > canvas
n.b. Requires Rust from the nightly channel as of 1.61.0-nightly to support
mixed_integer_ops
.
cargo test
cargo clippy
cargo run
cargo build --release
./target/debug/space_time_rewind