Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 798 Bytes

File metadata and controls

37 lines (27 loc) · 798 Bytes

Rust 2D Game

2D Platformer Game built with Rust and the Piston game engine.

Video Demo

2dgamerust.mp4

Features

  • Classic 2D platformer mechanics
  • Built with Rust and Piston
  • Modular and extensible codebase

Quick Start

# 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 run

Deployment

To build a release version:

$ cargo build --release

The binary will be in target/release/.

Links