2D Platformer Game built with Rust and the Piston game engine.
2dgamerust.mp4
- Classic 2D platformer mechanics
- Built with Rust and Piston
- Modular and extensible codebase
# Clone the repository $ git clone https://github.com/YOUR_USERNAME/Rust2DGame.git $ cd Rust2DGame # Install Rust (if not already installed) $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Build and run the game $ cargo runTo build a release version:
$ cargo build --releaseThe binary will be in target/release/.