jjant / runty8-game-template

A template for creating runty8 games that run natively, and in the browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runty8 Logo

runty8-game-template

Use this template to create your own runty8 game.

Running

Use cargo run to run your game natively.

Use ./build_script.sh runty8-game-template (or your binary's name) to run your game in the browser.

This requires serve.

Creating your own game

Head over to your src/main.rs to implement your own game.

Feel free to take a look at the code for our port of Celeste for some guidance, here.

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

Press Ctrl+S to save changes to your assets (sprite sheet, sprite flags, etc).

About

A template for creating runty8 games that run natively, and in the browser.

License:MIT License


Languages

Language:HTML 56.8%Language:Rust 28.0%Language:Shell 15.2%