Comments

Log in with itch.io to leave a comment.

I can't get this game to execute.  I click on the "Run Game" icon, and then the prompt "PRESS ENTER TO START" appears, but it does not respond.  Tried with Firefox browser running under 2 different Linux OS distros.  Any suggestions?  Maybe I should try using a Chromium based browser?  Thanks

Hello. I published and tested using Firefox in Windows. It is working for me, but I'm noticing that in some times it takes some tries to detect that key press particular. I think the problem could be the iFrame loses the focus or the framerate in the loop waiting for the key press is too fast and discards the event.

In the meantime I'm able to update the project you could try to press the key several time in different speeds and clicking the screen making sure it has the focus. Fullscreen mode could help, but I'm noticing I forgot to add the option.

Thank you.

Hi, I installed a new browser on Linux (Brave browser, which is a Chromium based browser).  At first it seemed to be doing the same problem where the <enter> key would not work, but similar to how you described after a few tries the <enter> key did register and I was able to proceed with the game's execution, thanks.  Still not sure why I had trouble with Firefox running under Linux, but in any case it seems to work with the Brave browser.  I also tried to click on the screen with the mouse cursor as you suggested to ensure that the App had the focus, but I think I did the same with Firefox also.  Thanks for your help!