Skip to content

manrajg13/shoefull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shoefull

A small unfinished 2D platformer

alt text

Shoefull is a test project made using a Rust library called ggez to "create a Good Game Easily."

Compiling/Running

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.

Controls

W A S D MOVE/JUMP

J DASH

P PAUSE

About

Small unfinished 2D platformer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages