This is a project to learn Rust by developing a simple game.
It uses the piston game engine and version 1.41.1 of Rust.
So far I achieved:
- loading images
- continue parallax side scrolling of the background
- background music
- key board control:
- P for start/stop
- Arrow Up for up
- Arrow Down for down
- Arrow Left for left
- Arrow Right for right
- Q for left up
- E for right up
- A for left down
- D for right down
Simple DirectMedia Layer:
I recommend to build from source.