Okay that should be stable?


A few rocky builds later everything should be solid. The scope of the work that went into 0.5.0 was a lot. Hopefully there aren't any game breaking bugs anymore.

Files

Sand - DEMO 153 MB
Version 118 Aug 14, 2020

Get Sand: A Superfluous Game

Buy Now$12.74 USD or more

Comments

Log in with itch.io to leave a comment.

I'm finding that I really enjoy playing this game.  The only time it gets frantic is when you spawn in the middle of a group of enemies.  (Yeeeaaaaah, about that...)  The soundtrack is chill and well matched.

Thanks! Yeah I'll try to fix the spawning bug :) It is one of those things you think you've fixed but is hard to test for

I hear you.  One option is make a list of all legal spawning locations for a map, then, for each enemy spawned, loop through the cells in a square around that enemy, swapping that cell location with the one at the bottom of the list of legal locations and decrementing the index of the bottom of the legal list by one.   When all enemies are placed, the player can safely spawn at random(index) location.  Does that make sense?  (I haven't had to use that algorithm for years, so I may have forgotten something.)