calumbell / cs50g-breakout

Project 2 of CS50 Games Development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Lua 100.0%