Skip to content

Based on the tutorial by Zymartu Games with some additions by me

Notifications You must be signed in to change notification settings

samclane/rust-game

Repository files navigation

Rust Game (jumpy)

Based on the tutorial by Zymartu Games

Assets via Ultimate Space Kit by Quaternius via Poly Pizza

Icon via OpenAI DALL-E

Run locally

  • Clone the repository
  git clone https://github.com/samclane/rust-game.git
  cd rust-game
  • Assuming you have Rust installed, run the following command
  cargo run

Run release binaries

  • Download the release from the releases

  • Extract the release and run the executable

  unzip jumpy-{platform}-{version}.zip -d jumpy
  cd jumpy
  ./jumpy.exe

Controls

  • W to accelerate the ship forward
  • A to rotate the ship left
  • D to rotate the ship right
  • S to accelerate the ship backwards
  • Space to shoot bullets
  • Esc to pause
  • G to toggle debug "gizmos"
  • Scroll to zoom in/out