A pure JavaScript site
View Breakout Game View Code (GitHub)
The breakout game is a slightly modified version of the one from Mozilla tutorial.
The goal of this project was to learn to use JavaScript by following the tutorial, then adding a few changes by myself for practice.
I made the brick colors to be chosen randomly from a set of predefined colors. I also added the ability to track levels and increase ball speed when the user levels up.