Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hvalfangst/adventures-of-pondi

Frameworkless 2D sidescrolling platformer game programmed in Rust
https://github.com/hvalfangst/adventures-of-pondi

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

Last synced: 2 days ago
JSON representation

Frameworkless 2D sidescrolling platformer game programmed in Rust

Awesome Lists containing this project

README

        

# Adventures of Pondi

2D platformer game programmed in Rust

![screenshot](assets/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
```