llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
197 stars 412 forks source link

Blockrain ~ Game can start before pressing play button #1563

Closed hharshas closed 5 months ago

hharshas commented 5 months ago

If pressed any keys or clicked any buttons, game starts automatically and also shows "game over" at the end, even when play button is on the top from starting. Also down arrow button don't help much as we have click multiple times unlike down arrow key. So when button clicked down it should work the same.

llaske commented 5 months ago

You're right. It's not a problem to let the user start playing the game just by keys/click but the Play button should disappear and the toolbar button state should be changed.

hharshas commented 5 months ago

Hmm, Disappearing play button will be more user friendly approach.

llaske commented 5 months ago

Yes the idea is to allow to start the game by clicking the Play button or by pressing a key. In both case the Play button should disappear.

llaske commented 5 months ago

Fixed in https://github.com/llaske/sugarizer/pull/1566