An open API service indexing awesome lists of open source software.

https://github.com/hvalfangst/rust-2d-sidescroller

Frameworkless 2D sidescrolling platformer game programmed in Rust
https://github.com/hvalfangst/rust-2d-sidescroller

2d 2d-game castlevania metroidvania platformer-game rust rust-lang sidescroller

Last synced: 8 months ago
JSON representation

Frameworkless 2D sidescrolling platformer game programmed in Rust

Awesome Lists containing this project

README

          

# Age of Panda

2D game programmed in Rust

![screenshot](assets/sprites/screenshot.png)

## Requirements
* [Rust](https://www.rust-lang.org/tools/install)

## Cargo dependencies

* [minifb](https://crates.io/crates/minifb) - input handling
* [image](https://crates.io/crates/image) - sprite rendering
* [winit](https://docs.rs/winit) - sprite rescaling

## Running program: Cargo

The shell script 'up' builds and runs our application by executing the following:
```
1. cargo build
2. cargo run
```