Prison Break

My attempt at a Kaboom! inspired game. Code from tutorials and AlexK’s Falling Fruit helped me get this to work the way I envisioned.

I’m new and have some issues with player control going unresponsive and the A button moving the play sprite instead of just left and right control. Any ideas on how to solve that would be greatly appreciated.

Other than that I think I have the first phase done. It’s still a work in progress.

3 Likes

This is great! As I mentioned in my post for Falling Fruit, Kaboom! was one of my favorite games on the Atari 2600. Really nice job in recreating the game that I remember!

As far as the player sprite moving to the right at the start of each level, take a look at the highlighted block in my snapshot of your startLevel function:

image

If you remove the highlighted block, then the player sprite should no longer move to the right at the start of each level.

1 Like

Thanks! That fixed my issue. I still have random lock ups in the test window.

I was hoping you would see this one. I have enjoyed your projects and how you’ve re-built some of my favorite childhood video games. I have some more improves to come. They might be in by the time this gets approved. :smiley:

1 Like