Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Giik

6
Posts
1
Topics
18
Followers
1
Following
A member registered Mar 02, 2018 · View creator page →

Creator of

Recent community posts

I've noticed some rare desyncs playing online, where both clients are waiting for the other to lock in while both are actually locked in locally.

I know there's a lot of edge cases where desyncs or disconnects can happen (especially on spotty internet), so it'd be nice if there was a Reconnect option. If one player is still in the match, the other player could reconnect and it would download the game state (which doesn't seem like that much to download? just variables of a dozen or so entities) and start the match from that point.

Er, you sure you commented on the right game?

Hell yeah, criticism! This'll be useful.

One thing to note is that the FPS counter in the corner isn't necessarily how often it's rendering frames; Gamemaker's weird and has "fps" and "fps_real"; the former shows the FPS it's running at, and the latter is how many CPU steps per second it's iterating. I use fps_real to see how close to under 60 I'm getting during testing, but I didn't actually convey that to anyone. Whoops!

The menu fade is noted! I thought it was fast enough, but I'll consider an option to disable/speed up UI animations, or just speed it up altogether. Also, those tutorial messages were just kinda last minute, so making them only show once is def. a screw up on my part.

(I fixed the menu buttons triggering on press as well as that crash with pressing Q, as well.)

Overall, thanks for the feedback! It'll be a good reference for what I need to polish next.

Thanks for trying the demo out! Glad you enjoyed it too :D

I KNEW i forgot something. You can actually get out of being stuck in islands with the boat if you just go forward long enough (you slooowly push through them), but I'll have to move the spawnpoint for that one out of that.

(1 edit)

thanks for the feedback! I agree, the controls are kinda...terrible. I'm getting to work on revamping them, so they're more reliant on WASD/Mouse instead.