Skip to content

skangas/sbreakout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stefan’s Breakout

This is a small Breakout clone written in C++ using SDL.

I wrote this many years ago, and it’s probably not useful as more than an exercise, but I figured I might as well archive it here.

screenshot.png

To build this, you probably need to install these prerequisites (on Debian GNU/Linux):

sudo apt install libsdl1.2-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev

Then simply type:

make

Information on the copyright and license for the graphics in graphics/README and for the music in music/README. The photo background.jpg is in the public domain (photo by NASA).

I wrote this for fun, but pull requests are welcome. I probably won’t be fixing any bugs though.

Happy hacking!

About

Yet another breakout clone, written in C++ and using SDL.

Resources

License

Stars

Watchers

Forks