Skip to content

ajey35/Rust2DGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages