Project 2 of CS50's Introduction to Games Development
Breakout (1978) was a classic arcade game created by Atari, here it has been recreated using the LÖVE2D game engine.
First, clone this repository:
git clone https://github.com/calumbell/cs50g-breakout
Install LÖVE2D - instructions can be found here
To run the game:
cd breakout
love .
You can see this project in action here.
Breakout was built using the LÖVE2D engine.
Push was used for resolution-handling, and hump was used for Lua object-orientation.