Rustmania

RustMania is a VSRG inspired by Stepmania and Etterna.

As the game is early in development we do not have any official releases, however you can still obtain a development version from our Github.

RustMania Screenshot

Why you should be excited about RustMania:

Cool things that are planned:

Installation

To compile RustMania, you will first need to install Rust, this can most easily be done through `rustup`.

On Windows, you can download and run the installer from the Rust website.

On Linux or macOS, you can install rustup with the following command:

curl https://sh.rustup.rs -sSf | sh

Once Rust has installed, you can compile and run the game using `Cargo`, Rust's built-in package manager. To compile and open the resulting binary with the default resources, you can simply input the following command:

cargo run --release

Release History

Next Release

Licence

Distributed under the MIT license. See ``LICENSE`` for more information.

"Mu" by Solarbear is licensed under CC SA 3.0.

Contributing

  1. Fork it (https://github.com/Rgates94/Rustmania/fork)
  2. Create your feature branch (`git checkout -b feature/fooBar`)
  3. Commit your changes (`git commit -am 'Add some fooBar'`)
  4. Push to the branch (`git push origin feature/fooBar`)
  5. Create a new Pull Request