Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

My high score is 21328.

I've gotten the impression that the pico-8 community has very different preference than me, so I won't comment on what I did or didn't like in your game. I will say this though: if you make a game with a goal of just getting as high a score as possible without the gameplay ramping up to absurdity, make the points gained as small as possible. That minimizes the chance that some jerk like me is going to come solve your game and repeatedly break the score counter. If that score seems off, it's because I hit the maximum pico-8 integer value twice.

For anyone who reads this wondering how, the safest spot is right next to the laser, moving diagonally is faster than moving straight (cause not enough code space for properly multiplying by square root of 2) and if you pay enough attention you can tell which of the spawning circles will make it in time to not be hit immediately by the laser.

Thanks for breaking the game! I put a patch up to hide the score issue. I specifically chose a large value score and did wonder if anyone would exceed it, but I thought I'd wait and see as I didn't go over the limit myself.

I'm actually excited that you found that strategy to 'solve' the game. As you guessed, I didn't correct the movement issue due to space - I preferred to prioritise the gameloop and I'm happy with the choice I made there. I did wonder if a strategy like you're describing would be possible - the spawn rings are there specifically to make you aware of the spawn positions to let you 'surf' the laser and not die to randomly spawning enemies - so it's nice to have that confirmed. If I did expand the game then a mechanic based around that would be interesting I think.