Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

Ironically, the notification that launches when the player selects Impossible difficulty on a phone (chromium based browser) cannot be dismissed because it's below the accessible screen area, making it impossible to play.

There's enough text visible to imply the schtick, but either having a conditional vertical scroll if screen.height isn't large enough or moving the confirmation button to the top of the notification would make it playable on this platform without a download. (I haven't tested the apk, the download version might have the same issue).

Edit: It's particularly strange because the previous screens do have vertical scrolling of the press and drag variety.

(+1)

Hi! First of all thanks for playing, further thanks for reporting the bug and sorry it happened to you. I see exactly what you're referring to because I've battled with it during the development process, I thought I had it under control but it is apparently not the case. The vertical scrolling is supposed to happen, I'm not sure why it doesn't. I'll enforce it with stricter conditions and setup a maximum height for the text.