Use this template to create your own runty8 game.
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.
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).