An asteroids clone written in the Amethyst Game Engine
Switch branches/tags
Clone or download
Latest commit f8e1c5e Dec 10, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
assets Port to latest version of Amethyst Dec 10, 2018
resources You can now pause the game Nov 14, 2018
src Port to latest version of Amethyst Dec 10, 2018
.gitignore Initial commit Nov 12, 2018
Cargo.lock Port to latest version of Amethyst Dec 10, 2018
Cargo.toml No need for nightly any longer Dec 10, 2018
LICENSE-APACHE Update README Nov 12, 2018
LICENSE-MIT Update README Nov 12, 2018
README.md Update README Dec 10, 2018
screenshot.png Sound Effects Nov 12, 2018

README.md

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!