Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.08 KB

13.md

File metadata and controls

15 lines (8 loc) · 1.08 KB

fc64js - Tutorial - Snake (js)

Distribution

Now that you have a finished rom you can freely distribute it as you please

You are free to include the fc64js library in your distributions, and it is strongly recommended that you do so (rather than linking directly to github in your html file)

You might like to deploy somewhere online - github pages and itch.io are two good options

Finally, I'm really interested in seeing fc64js roms created by others - please get in touch to let me know about your creations!


Jump to step: Introduction · Project setup · Creating the snake · Drawing the snake · Moving the snake · Throttling the speed · Input handling · Placing the fruit · Eating the fruit · Losing the game · Managing state · Playing sound effects · Bug fixing · Distribution