Welcome to bbm (http://sf.net/projects/bbm/)!!
Ceated by:
Mark Dillavou <line72@users.sf.net>
Amy Dillavou <gs2luv@line72.net>
Fred Dorothy <fdorothy@uab.edu>
UAB GameDevelopers Club (http://www.uab.edu/gamedev/)
Windows Instructions
Make sure you have directx9 installed from http://www.microsoft.com/directx/ Everything else is included.
Double click on bbm.exe
Unix (Linux/MacOSX/BSD) Instructions
To build bbm:
You will need the following dependencies: pyogre (http://www.ogre3d.org/wiki/index.php/PyOgre) pyode (http://pyode.sourceforge.net/) pysdl_mixer (https://gna.org/projects/pysdlmixer) psyco [optional buy highly recommended] (http://psyco.sourceforge.net/)
To build bbm:
$ python setup.py build
To install bbm (as root):
$ python setup.py install
To run bbm:
if bbm hasn't been installed, it can still be run from the local directory. Make sure you build it then run:
$ ./bbm
if bbm has been installed, run:
$ bbm
Game
- Controls
- Arrow keys or W A S D control the ball Left Control or left mouse button is brake Escape Pauses (Pressing Escape again quits, enter continues) Mouse rotates the camera Right Mouse Button (on some linux platforms, middle mouse button) + dragging the mouse rotates and elevates the camera Mouse scroll wheel (windows only) zooms the camera in and out.
- Objective
- Destroy all the red, green, blue, and purple boxes You can only destroy boxes that are the same color as your ball Running over color power-ups changes your ball Grey boxes are indestructible Pyramids are teleports If you fall off, you will be restarted at the start position as a red ball You win by destroying all the blocks before you energy runs out Your energy (bottom left) constantly drains. Destroying blocks refills it. Your energy maxes out at different values depending on the difficulty of the level
