Skip to content
/ runty8-game-template Public template

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

License

Notifications You must be signed in to change notification settings

jjant/runty8-game-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published