Brick Breaker
-
Demo
- Source
-
Details
I made this game in the summer of 2019, between my first and second years of undergrad. It was my first introduction to JavaScript, HTML, and CSS. It is based on some great online tutorials: Intro to Game Development with JavaScript and 2D breakout game using pure JavaScript.. Some custom features I implemented were increased ball speed and smaller paddle width as the game progresses, pausing the game when new levels are reached or a new life is gained, five level variations with increasing difficulty, and improved ball rebounding off the bricks. I also added custom styling elements. The whole project took me just over a week to complete. It was a great learning experience to understand how JavaScript, HTML, and CSS work together.