Skip to content

calumbell/cs50g-breakout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breakout

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.

Full project specification

Setup

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 .

Visuals

You can see this project in action here.

Requirements

Breakout was built using the LÖVE2D engine.

Push was used for resolution-handling, and hump was used for Lua object-orientation.

About

Project 2 of CS50 Games Development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages