Short: For fun.
Continuing to learn Rust, now with even more wgpu. Tight deadlines allow to practice planning and establishing priorities. And give an excuse to write code that just works.
$ rustc --version
rustc 1.54.0 (a178d0322 2021-07-26)
$ cargo build --release
$ cargo run --release
WASD.
You're on a spaceship trying to escape and orbit around an unstable star. Radiation is constantly damaging your systems. Good thing someone left all those repair kits in space.
White bar on top of the screen is your health. Dodge asteroids, pick up the repair kits. There is no ending.
- Refactor, a lot