An open API service indexing awesome lists of open source software.

https://github.com/toasterbirb/breakout

[MIRROR] Atari Breakout remake made with Birb2D
https://github.com/toasterbirb/breakout

Last synced: 8 months ago
JSON representation

[MIRROR] Atari Breakout remake made with Birb2D

Awesome Lists containing this project

README

          

# Breakout
Atari Breakout remake made with Birb2D

![Screenshot](./screenshot.png)

## Building
You need to have [Birb2D](https://github.com/Toasterbirb/Birb2D) library installed (version 0.1.1).

```
git clone https://github.com/Toasterbirb/Breakout
cd Breakout
make
```

## Running
```
cd build
./breakout
```