Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(4 edits)

I am going to add a toggle for all the gamemodes that lets you choose the drop rate, the initial velocity of the drop is tied to drop rate because of how losses are judged currently. The physics haven't changed and the sizes haven't changed either, that was a visual change (the border visual used to extrude half of its thickness, now it is entirely inset). I'm working on another game right now but I'll try and have that added within 36 hours or so

Regarding
> I also found a small exploit, the score save location must be in the same space for different versions because I can use the old version of the game to get a high score and then run the new version to have it uploaded. Which is why my 11k triangle score was able to be added despite getting it on the old version of the game. 

I said on the other reply too but I manually added this score to the leaderboard, it wasn't what you are thinking so no worries here. 

Thanks for the comment and let me know if you have any other suggestions in the future too

Being able to change the drop rate would be a much appreciated change. Good to know the physics haven't changed and it's just in my head, as well as the sizes being the same. Also not sure how I missed that you added my score, I must have misread it, my bad. 

Also, not sure how games are added to steam or if it'd even be worth trying to do so but have you considered trying to get this on there? I wanted to pay for it but this website doesn't accept credit cards, which is my only payment method. 

(1 edit) (+1)

I'm considering doing a steam release in the future with proper multiplayer it would be around 3-5$ depending on how much extra content I provide (and whether server cost is a real issue and something I choose to use).  I would probably feel the need to improve the visuals a bit and differentiate it a bit more from the original first. Also I'd probably be switching over to steam leaderboards for the steam version for the ability to programmatically create new leaderboards based on whatever settings the player has (up to 10,000 per game apparently)

I'm just working on my physics platformer (like getting over it but it's for controller and you control two arms) right now so my time is a bit split. This is my long term project and I am working on getting a steam page up for it currently and also doing preparations for steam next fest etc

The drop rate toggle has been added 

Love the change, especially since I can toggle it mid game. One question though, was the second smallest square resize intentional? And if it was, is it just visual or is it actually taking up less space?

(1 edit)

Good catch there, it seems I entered it wrong looking at the git history. Suika classic has different sizes and each mode can have its own so it looks like I made a mistake. I'll revert this change with the next patch, hopefully it's rather inconsequential. In the version I'm working on I'm having spawned shapes now average the rotating of the two merging shapes, does this sound like something bad for the mode? It seems to work well from what I've tested so far. (adding music, rectangles, hexagons and a couple other things right now)

I don't think it'll have too big an impact but if Meep starts getting some crazy new scores that may be why. I still don't know how he manages to get such good scores so consistently. 

I'm having a hard time picturing what you mean in regards to the rotation of merging shapes. Could you post a gif of an example? 

When two shapes merge, they both usually have a different rotation. The different options for how to choose the rotation of the new created shape are: Use the same rotation every time (no rotation), use the rotation of one of either objects that are merging, or take the average rotation of the two merging shapes. Right now it is no rotation, but I'm looking to change it to averaging the rotation of the two merging shapes

Hmm... It feels like it'd be something I'd have to try to know if it'd be a good change or not.  Would you be against reverting the change if it turns out to be unpopular? 

it's live right now, but yes I could revert

Actually I'm thinking of reverting or trying another method since it seems like the old squares version was enjoyed more. Averaging square rotations is leading to a lot of 45 deg rotated squares. So it might be between, take the rotation of the faster moving shape, or just spawning unrotated. I'm just going to do some testing for a while and see what seems best

(1 edit)

Squares and the new rectangles do seem to be going at an angle more often. I think this especially hurts the rectangle mode, as a large block suddening flipping itself sideways is sometimes game ending. Getting clean stacks of squares is a lot harder too. I didn't notice any difference with the triangles but they tend to slide anyway, so it seems the less the blocks move once placed, they worse off the change is.