TecnoballZ (http://linux.tlk.fr/games/TecnoballZ/) is an exciting Brick Breaker with 50 levels of game and 11 special levels.
Build from source:
Edit src/Makefile
Modify the lines like this:
Line 4: CXXFLAGS = -O3 -Wall -I/resources/indexes/include/SDL
Line 7: LIBPATH = -L/resources/indexes/lib -L.
Save your changes
Edit include/escapeMenu.h
Modify line 66 like this:
static const unsigned char cyclingtab[];
Save your changes
Edit include/zeGigaBlit.h
Add #include "../include/zexplosion.h" below #include "../include/lesBriques.h"
Save your changes
Type make
To launch the game,type ./tecnoballz --nosound
Sorry, no sound (Segfault if sound actived)