tsoding / eepers

Simple Turn-based Game
MIT License
344 stars 19 forks source link

Quick second key press is ignored #4

Closed astef closed 7 months ago

astef commented 7 months ago

When quickly pressing two buttons one after another, only the first one is affecting the game. Giving bigger delay between them helps, but that delay is pretty annoyingly big. After playing for 15 minutes, it's the mostly annoying thing which discourages me from trying more.

astef commented 7 months ago

Issue reproduces with different keys only. Pressing one key quickly performs much better.

rexim commented 7 months ago

You actually gave me a good idea on how to improve the controls. Thank you! I'll see what I can do...

rexim commented 7 months ago

Tried to fix it in v1.1 https://github.com/tsoding/eepers/releases/tag/v1.1 Please let me know if it feels better for you

astef commented 7 months ago

Fixed, thank you!