The good old classic Breakout game. Paddle is moved by the keyboard. Love it, comment, share, remix! =)
This is almost identical to LVRS's original project. I've made the following additions to make it easier for my class to create certain types of remixes of this project: - each row of bricks is one sprite that is cloned - the paddle moves using the left and right arrows. - comments to the code - added some functions. Thanks to LVRS for creating the original. Great job!