A small unfinished 2D platformer
Shoefull is a test project made using a Rust library called ggez to "create a Good Game Easily."
Install the Rust compiler toolchain via rustup
and then cd to the folder of this repo and run cargo run --release
. If you're on Windows you may have to download Visual Studio Build Tools
in order to compile and run the game.
It is essential that Shoefull is compiled with --release
due to the undesirable results debug mode delivers, mainly being the slow animation of spritebatches in the ggez library.
W A S D
MOVE/JUMP
J
DASH
P
PAUSE