Home Artists Posts Import Register

Downloads

Content

This weekend I've recreated the browser's runner minigame. Since I'm not good at art, I had to draw the smallest pixel art I could for it, but it can be modified to work with full sized art too.
The code is in the attachments, contact me on discord if you need help with modifying it to your preference.

Files

Runner minigame for renpy

A running minigame akin to the browser's game for the connectivity challenged. Like always, the code remains exclusive to my patreon supporters for a while before I release it on github: https://www.patreon.com/posts/71159274

Comments

Jake Hargreaves

Hi Kia. This runs at different speed on different machines. Is there a way to limit it? The "default preferences.gl_framerate = 60" doesn't seem to do it

Kia Azad

limiting the framerate is the solution I would come up with as well, unfortunately renpy doesn't have something like deltatime to normalize the speed with. I will look into "preferences.gl_framerate", but I think I need a computer that can run at 120fps to test it. I'll see if I can come up with any other solution this weekend.