Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hmmm.. I've now beaten everything in the pre-2.103 build but I can't seem to figure out Rounders.. Do I have to find a way to keep the blackhole in the south-west clear?

possible bug and spoilers below the fold:





I could be mis-reading the level intent (given that I haven't remotely figured it out!) but if you literally do nothing, the lone square-block seems to end up where you probably want it to be:

I'm assuming that you're supposed to trigger that by doing something like this (and sometimes when you do this, it can result in the pusher getting stuck in the little alcove to the right):


I think it's a bug, at the very beginning, the bouncers do something really strange if you pay attention. There are two bouncers that are perfectly aligned, but the bottom bouncer messes it up somehow.

Try with 4.107

Right, I think I know how to solve this one now, or at least how to get into the final stage of solving it. But I think the pushers in the Eastern section might still be bugged? 

Continued below (spoilers)



It's possible I'm triggering things in the wrong way, but in the screenshot below I end up like this — the vertical pusher isn't able to push the horizontal ones up any further, which prevents them from vaporising in the black hole.


Yeah,  I'll have to open up time to solve it in Xye and see what happens different. Seems I was overconfident regarding which levels would work.

(1 edit)

The Kye homepage has a screenshot of that level with three timer blocks in the bouncer area. I tried adding those to the level in the puzzlescript editor and it seemed to fix the issue above, though I'm now trying to puzzle out the rest of the solution, so perhaps I've only kicked the can down the road :)

edit: oops scrub that, I have now completed this monster of a level (phew) but it's the same issue as the first time round, where if you wait the bouncers will eventually just produce the solution without any player intervention. In this configuration, the collision between the vertical bouncer and the two horizontal ones seems to cause the lower horizontal one to desync from the upper one.

I don't understand , so are you able to beat the level in this version of the game without any modification to the level?


Regarding the behavior differences, it looks like it's impossible to make it work identically without adding a lot of lag to the game. I will likely tweak the level so that it works in this game.

(1 edit)

I could probably explain it better — having now solved the level in the puzzlescript editor in what I hope is the intended way I think I'm right in stating that the right-hand side of the level is supposed to 'lock' the passage between left and right until you the disrupt the rightmost bouncers and cause the round to change the cycle of the vertical bouncer.

1) In your original version of the level, it would have been inconsistently solvable. Something was creating a situation where the right-hand area could unlock itself without player intervention, which meant if the player did nothing at all and waited, they could ignore the round being kept in place by the two bouncers, and just proceed with solving the left-hand side of the level. However, if you did try to solve the right-hand side in the intended way, sometimes the unlocking mechanism would go wrong and make the level unsolvable.

2) In your revised version of the level, the level became unsolvable. While the bouncers did what they were supposed to initially and remained indefinitely in a simple loop, when the player disrupted that loop the mechanism would no longer unlock, as the vertical bouncer was ultimately unable to dispose of or get past the two horizontal bouncers:

https://gfycat.com/blackunselfishamericanshorthair

3) I noticed that the original Kye version of the level appeared to have three timer blocks in the right hand section and so added those to the level in case they were there to fix some sort of collision issue. The change did allow me to solve the level by following the intended strategy, but it ended up recreating the issue in part 1, where the mechanism will always unlock itself if you do nothing (sped up footage below):

https://gfycat.com/ecstaticcheapflatfish

It may also be the case that there are situations in the layout above where the intended solution causes the unlocking procedure to go wrong and makes the level unsolvable.

Hope that's helpful :)

Cool I get it now.  I didn't modify the level so far, only the game's logic. It looks like I'll have to tweak the level a little to keep the idea but make it work in this version of Kye.


I think Robert Phipps probably modified the level to include the timers to make it easier for him while solving it, because those timers aren't in the version released by Colin Phipps.