Skip to content

alisentas/DX-Breakout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DX-Breakout Build Status

A clone of the popular DX-Ball game written in C++ using Allegro5.

Installation

Install allegro5, pkg-config, make and g++ to your system, change directory and run these commands in the game directory.

make

then you can play the game using make run.

For Ubuntu

sudo add-apt-repository ppa:allegro/5.2
sudo apt-get update
sudo apt-get install liballegro5-dev
make
make run

For Arch Linux

sudo pacman -S pkg-config allegro
make
make run

Credits

Design and Programming by Ali Şentaş
Background music by Joseph Gilbert / Kistol

About

A clone of the popular DX-Ball game.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published