I'm your father by KK
Well, gameplay is not well implement. I'll try hard next LD :)
Hope you enjoy this game and have some fun from it.
Control:
z: jump
x: shoot your love for father
arrow: move left/right
q: quit the game (if you're running desktop version)
Notes:
1. The web version might frame dropped, it's normal.
2. As I know, Firefox and Chrome works fine. Safari might encounter the ogg/vorbis decode problem. If you found there's no sound, please use other browser, thanks!
Hope you enjoy this game and have some fun from it.
Control:
z: jump
x: shoot your love for father
arrow: move left/right
q: quit the game (if you're running desktop version)
Notes:
1. The web version might frame dropped, it's normal.
2. As I know, Firefox and Chrome works fine. Safari might encounter the ogg/vorbis decode problem. If you found there's no sound, please use other browser, thanks!
| Web | http://thekk.github.io/I-m-your-father/ |
| Source | https://github.com/TheKK/I-m-your-father |
| Original URL | https://ludumdare.com/compo/ludum-dare-33/?action=preview&uid=41800 |
Well done man.
(And if it isn't supposed to run that fast: could it have anything to do with me having a 120hz monitor?)
I'm sorry about that, you found the bug of my engine. Well, basically my game is "frame based" rather than "elapse time based", and that won't work when I put it to the browser because browser use a mechanism name "requestAnimationFrame" to provide smooth animation. Unlucky, the frequency of requestAnimationFrame based on refresh rate of monitor you use and I assume it as 60Hz.
That's why the game run twice the original speed. If there's an option to change refresh rate of your monitor, this problem should be fixed.