use arrow keys to move. that's basically it. my high score is 161 beat it. simple game. i hope you enjoy it.
i made this game in 2 days but in total probably in like 40 minutes. not too difficult. actually i take that back. it was a "challenge" how i made it: first i made the simple sprites. ball then under the green block there is a white piece. i made the code that if you touch it you lose and the lose screen comes up. then i made the gravity work which took about 20 minutes of debugging but i got it to work. then i had to make it bounce off the green thing and have the green thing move which in total took maybe 40 minutes actually this project took longer than i thought. boom there is your game to bounce ball. there is more code than expected to be. especially for the ball. when you think about it there is a lot of things that go into making things work and those little things can make or break your game. the thing about computers is that they do exactly what you tell them to do, so you have to be very very literate to make your game work. it's not just like "when you touch the green bounce the red ball." this is why making games is harder than you think. next time you look at a simple game look for yourself how hard it could be.