asteroids-amethyst icon indicating copy to clipboard operation
asteroids-amethyst copied to clipboard

An asteroids clone written in the Amethyst Game Engine

Asteroids!

This is a simple game written in the Amethyst game engine, mimicking (a bit) the classical game of Asteroids.

Screenshot

Building

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

TODO

  • Actually do momentum distribution when asteroids collide!