There's a workaround for this. The issues happens cuz chrome is dumb, you can open up the HTML editor or whatever it's called with F12, restart the game and it should run for whatever reason.
Floatingtable Games
Creator of
Recent community posts
They're different. Construct 3 is interesting because the coding is block-based. I can code normally, but it helps me get stuff together quickly and simply. It's more designed on the creative side of things. The block-based system does have quite a bit of depth, and it's great for jams. There's a free version, but if you want to do anything serious or longer, there's a 100 dollar license that gets you unlimited layers and layouts and stuff. I highly recommend it if you prefer the creative end of game dev. The engine also runs in your browser (although it has a download version for offline as well). I would at the very least recommend trying out the free version: https://www.construct.net/en.
OK, so in order for my engine to run on some platforms, it needs additional data as an install. However, the Engine is based on HTML. The extra data is converting the HTML to what can run on windows, mac, etc. For example, my current game exported in HTML is about 352 KB. The Windows file is 114 MB. You may have noticed the issue here. The HTML file (I'm pretty sure) doesn't require internet downloads. It just runs in that size. Can I just submit the HTML file and call it quits, or should I quit the jam as it needs to be installed on windows/mac. Can someone answer this quickly so I can figure out if I want to abandon the project or not?
I love grappling games. The player controls felt a bit slippery and hard to control for me. That was fine-in air but a bit hard on the ground. I get that you want hang-time, but the jump was pretty floaty. Being able to fire the grappling hook in more than one direction would be nice, but these are smaller nit-picks. The controls take a while to get used to, and the pixel sizes on the art are inconsistent, which is a bit of a pet peeve for me. However, based on (failed) experience, I know for a fact that grappling hooks are very hard to code, especially the momentum. This is a pretty good game, but some room for improvement. Good job yellowbyte!