Skip to content

A Jupiter Lander video game remake made with Rust & Bevy ECS game engine

License

Notifications You must be signed in to change notification settings

davidromani/rusty-lander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty Lander v0.5

A Jupiter Lander video game remake made with Rust & Bevy ECS game engine.


Installation requirements

  • Git ≥ v2.0
  • Rust ≥ v1.8
  • Cargo ≥ v1.80

Installation instructions

$ git clone git@github.com:davidromani/rusty-lander.git
$ cd rusty-lander
$ cargo run

Game instructions

Goal

Land on one of three platforms. Vertical velocity must come within the yellow area of the scale. The score, according to the velocity, is multiplied by the number under platform. You'll be refueled on a successful landing. Every landing the gravity increases.

Controls

  • press A or arrow LEFT to push spaceship right
  • press D or arrow RIGHT to push spaceship left
  • press 2 or SPACE to enable a big thrust up
  • press W or arrow UP to enable a medium thrust up
  • press S or arrow DOWN to enable a small thrust up

References

Read about the original Jupiter Lander video game article in the Wikipedia.

About

A Jupiter Lander video game remake made with Rust & Bevy ECS game engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published