Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1021 Bytes

File metadata and controls

17 lines (11 loc) · 1021 Bytes

Summit

screenshot

This is a game inspired by Mt.

Building/Running

  1. If you haven't already, install Rust/Cargo.
  2. Try running cargo run. If that starts up program, you're set.
  3. 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++

licensed under MIT OR Apache-2.0 at your option