This is a simple game written in the Amethyst game engine, mimicking (a bit) the classical game of Asteroids.
Must be built by checking out the master version of Amethyst to the parent directory. You also need a Rust compiler capable of compiling Rust 2018 Edition (Rust 1.31 or higher).
After that, just do:
cargo run
- Actually do momentum distribution when asteroids collide!