malczak / chirperjax

A simple 2D platformer game in Rust, using the Gate and Collider libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chirperjax

A simple 2D platformer game that demonstrates the use of two Rust crates: Gate and Collider.

Play Online

Thanks to WebAssembly and WebGl, you can play this game online at http://www.luduminis.com/chirperjax/.

Building

Instructions are the same as building the Gate example app. See https://github.com/SergiusIW/gate/tree/master/example.

Videos

Introducing Gate and this game: https://youtu.be/SR-Yx6nTfZY

License

Chirperjax source code is licensed under the GNU General Public License v3.0. Chirperjax assets, found in the src_assets/ directory, are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 License.

About

A simple 2D platformer game in Rust, using the Gate and Collider libraries

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%