Stuck on loading? Refresh.

Description Edit: 6/10/25  - Window too small on web? Delete the `canvas: width/height: auto !important` from the page CSS. My bad, it fixed a different issue for me!

Description Edit: 6/11/25 - If you take a left after the 8th puzzle room, in the large open area, there is an abyss. Please do not wander into the abyss.

Please consider a native build. I had not realized how taxing this size and complexity of environment would be on the physics engine; web being single-threaded hurts quite a bit. I completed the game on Chrome to make sure it was possible, but it was a rough experience on a modern gaming PC! Firefox is not recommended.

Thank you for playing At the End of the Hall! This is my second Bevy Jam game, and my second solo entry.

Controls: 

Left Click - Interact / Release Item

Space - Jump

WASD - Move

Esc/Tab - Enable/Disable pointer lock. If you are struggling to get a locked crosshair on web in fullscreen, use tab to toggle between the crosshair/pointer states.


Troubleshooting:

Stuck on "Loading?" Errors about Array Buffers in the console? Just refresh until it works. Sorry about that. Other errors? Please report them!

Softlock yourself by dropping something out of bounds? Fall into the abyss? Use the respawn and reset options from the menu.


Tools Used:

Unity (scene editing, via https://github.com/Piefayth/bevity ) 

Asset Forge

Blender

Ableton Live

Repo:

https://github.com/Piefayth/bevy_gamejam_6

Credits:

Font and sound licenses are stored in the repository next to the assets that require them.

Updated 1 day ago
Published 4 days ago
StatusIn development
PlatformsHTML5, Windows, macOS
Authorpiefayth
GenrePuzzle

Download

Download
at-the-end-of-the-hall-linux.zip 30 MB
Version v0.1.1 4 days ago
Download
bevy-gamejam-6-macos.dmg 60 MB
Version v0.1.1 4 days ago
Download
at-the-end-of-the-hall-windows.zip 25 MB
Version v0.1.1 4 days ago

Development log

Comments

Log in with itch.io to leave a comment.

(3 edits)

Reporting: Stuck on loading, refresh, stuck on this...

PS: checked in incognito without any extensions, all going same.

Devtools::network show no active requests.

(+1)

Thank you! Can you scroll up in the console? I think the real error is cut off just at the top there. Rest of that is totally normal. Also, what GPU?

RTX 2060 super, this is top, and I see no other significant offscreen messages...


(+1)

Darn. That all looks great. That's Chrome? What's your resolution? Wondering if it's a CSS thing, since the game looks loaded, just the complete wrong resolution. But it should scale to the canvas...

Does hitting the fullscreen button in the bottom right of the grey outer box do anything?

Thanks again for the extra details on the bug report. I appreciate it.

(1 edit)

W10, chrome Version 137.0.7151.56 (Official Build) (64-bit)

FullHD=1920x1080, but big taskbar and also bookmark bar on screen make height smaller than usual, but fFull screen give same result...

Aaaand yes, it's css... `width: auto !important`. I try attach video.

(+1)

Amazing, thank you. Easy fix for after the jam, and easy workaround for anyone who needs it in the comments. Appreciate it.