Hi all,
Today I spent all day long making a Breakout style game. I've never made one and have always wanted to. I see some of you have made them, I still need to check those out. I tried twice to add the mouse to it but with my code it's not really adaptable, which is fine. I also tried it with non-stop movement, besides pressing up or down to stop it. But that was a bit tedious so I kept with the old fashion way of just left or right arrow keys. It works best when you keep pressing it and not holding it down. It takes a little getting used to. The colors of the bricks are a random color per level. It doesn't give you any control of your diagonal shot, but instead 100% random. That I think makes it a bit harder (and easier to code for me lol). Also, sorry about having so much code, I know the best programmers use as little code as possible, but this is the only way I know pretty much, and the way I used to program decades ago.
So here it is..... Brick Smasher. Enjoy!
(Code deleted, much better mouse version I made is below.)