This is a game inspired by Mt.
- If you haven't already, install Rust/Cargo.
- Try running
cargo run
. If that starts up program, you're set. - If you got an error, refer to the instructions for raylib-rs. Some libraries/utilities may need to be installed. Eventually
cargo run
should work. That said as of this writing, I have only tested on Windows and Linux.- From a fairly fresh Ubuntu install, I got it working by running the equivalent following, in addition to what I had installed for other reasons. (circa early 2022)
sudo apt-get install curl cmake libglfw3 libglfw3-dev g++
- From a fairly fresh Ubuntu install, I got it working by running the equivalent following, in addition to what I had installed for other reasons. (circa early 2022)
licensed under MIT OR Apache-2.0 at your option