Alice in Boardland
Press ESC if you want to regain control over your mouse.
Press TAB to access menu.
Controls:
- WSAD to move
- LEFT mouse button to shoot
- RIGHT mouse button to SLOW TIME
- SPACE to Jump
- R to reload
- SHIFT to Run
Status | In development |
Platforms | HTML5, Windows |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | Aver |
Genre | Platformer, Shooter |
Made with | Godot |
Tags | Global Game Jam, Roguelite |
Average session | About a half-hour |
Languages | English |
Inputs | Keyboard, Mouse |
Accessibility | Subtitles, Interactive tutorial |
Download
Download NowName your own price
Click download now to get access to the following files:
Alice in Boardland.exe 97 MB
Development log
- Ported Alice to the browser!Sep 23, 2022
Comments
Log in with itch.io to leave a comment.
Hi, I see you finally managed to put your game in browser.
I have to say I'm impressed because I also use Godot, but I never managed to make projects like this work smoothly in HTML5. Loading times and stutters are huge at the beginning, while in your game it's all good.
Thank you for your feedback!
I have used the "Asynchronous shader compilation", which was introduced in Godot 3.5. It eliminates the stutter. Without this it was stuttering whenever something new happened (so mostly in the first minute of the game), but the loading time was faster. If you would like to read about the async shader:
https://godotengine.org/article/godot-3-5-cant-stop-wont-stop
It's very easy to change in project settings.
Yep, already using this. It helps a bit but it's still too much for whatever reason. Anyway thanks I'll find a workaround maybe on the next project !
I look forward for Alice in Boardland updates.
I've also changed "Max Simultaneous Compiles.web" to 4 and "Shader Cache Size (MB).web" to 512. All under GLES 3 settings. I had some issues with the default settings of these two. Everything else is either set to default or shouldn't matter when it comes to stuttering. You might want to try that.
Edit. Be careful with "trimesh colision sibling" as a collision shape. I recently made a mistake and addded only few of them - they were touching each other. It absolutely destroyed performance on the html version and had no impact on the .exe version. Changed them to "single convex" collisions to eliminate the problem.
Nice Game!
I don't like to do this, but could you see my games too?
https://dplds.itch.io/
Hi, thank you! I quickly browsed your catalogue and it looks nice. I will try to check some of them later one once find some time. :)