Cool game! Those ML agents get greedy and will steal your resources lol. Nice job!
groundhog-games
Creator of
Recent community posts
Thanks, I'm glad you liked it! Yeah, to be honest I was struggling a bit with the puzzle design. Being the one designing the puzzle I already know the answer so it's a bit hard to know how difficult a puzzle will be for someone else to figure out. I didn't want to make the puzzles unsolvable or a cakewalk.
Cool concept of having the planes follow each others actions, especially given they are oriented in different directions! It makes you think about each move and what that will do per aircraft. I believe the goal was to have the yellow planes run into the blue planes, and I was able to do so. The undo functionality was pretty cool too. Nice job!
Cool game. I really like the boss rounds. Nice Job!
Just a heads up, this wasn't working for me originally so I checked the developer console and it was printing the following error:
error saving game DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
I did a quick read on the Mozilla documentation for the Window.localStorage object and it states:
Note that if the user blocks cookies, browsers will probably interpret this as an instruction to prevent the page from persisting data.
After reading this, I enabled cookies and the game worked. This error effectively prevented the game from rendering the crates and enemies (only displayed the player and the background). If this happens to someone else, I would try enabling cookies or using an alternate browser with cookies enabled.
Actually, I don't think it's the shader that's doing it. I get the same shader message from chrome's development console when I play the version on the itch.io page (where the game plays correctly) as I do when playing it from one of the links. After doing some more digging, I found there is a message that only happens on the carbidefunction.co.uk links which can be seen below:
This message repeats in the console until I click into the game window, but no menu or level loads after focusing on the game window. Let me know if you need anymore information or troubleshooting on my end, I'm happy to help!
The page itself loads but the game isn't loading to a menu. When the game loads, it opens to the following screenshot with no menus:
In chrome's developer console, Unity is saying the shaders used aren't supported on the GPU:
These shaders sound like they come from Unity's URP post processing stack, so I'm not sure why they don't work. Since it's complaining about the GPU specifically, I'm using an NVIDIA RTX 2070 Super with the latest drivers from NVIDIA (I did a clean install of the latest drivers just to be sure).