Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages