LBreakout is a Breakout-style arcade game using SDL.
Version: 010315LBreakout is a breakout-style arcade game in the manner of Arkanoid. Use your paddle to aim a ball at bricks until all bricks are destroyed.
License: GPL
Operating System: Linux
Homepage: lgames.sourceforge.net
Developed by:
Lots of power-ups will help you with that task: extra balls, energy balls, extra lifes, weapons, glue, bonus floors, paddle expansion and extra score. Your best results are saved in a highscore chart.
Note that this game is no longer maintained. If you find any bugs don't even bother to mail me. Grab LBreakout2 instead which features the original levelset now. In fact, I just keep this game to explain the 2 in LBreakout2.
Requirements:
· X11, SDL(1.0 or better)
Installation
1. type './configure'
options:
--disable-sound (no sound)
--disable-install (no installation; play from source directory)
(e.g. './configure --disable-sound --disable-install')
2. type 'make'
3.become root
4. type 'make install' (only if 'install' is not disabled)
5. type 'lbreakout' to play