jjant / runty8

A Pico8 clone in Rust.
MIT License
222 stars 17 forks source link
fantasy-console game game-development pico8 pixel-perfect rust webassembly webgl webgl2

Runty8 Logo

Runty8

A Pico8 clone in Rust.

Making your own games

Head over to our template for an example to get started!

Crates

Contributing

See the contributing guide for instructions on how to get started.

Examples

Celeste playthrough

Running

Run examples (celeste, moving_box, confetti) with:

cargo run --bin celeste -- --game
cargo run --bin confetti -- --game
cargo run --bin moving-box -- --game

Or run cargo run --bin to get a list of the available examples.

Press the Escape key to switch between the game and the editor.