Raquette Baballe Game Guide

A modern twist on the classic brick-breaking arcade game. Learn, play, and create!

About Raquette Baballe

Raquette Baballe is a modern interpretation of the classic arcade game. Developed in C++ with the Allegro graphics library, it features dynamic gameplay, challenging levels, and unique bonuses.

Features

Supported Platforms

The game runs on Linux, macOS, and Windows. Enjoy the experience on your preferred system.

Installation

Follow the steps below to set up the game:

  1. Install necessary tools: g++, make, cmake, and Allegro.
  2. Clone the repository from GitHub.
  3. Compile the project using the provided Makefile.

Refer to the README for platform-specific instructions.

For more information about installation, refer to the Download page.

Game Rules

The objective is to destroy all the bricks using the ball and your racket. Some bricks contain bonuses that enhance gameplay.

Game Controls

Bonuses

Bonuses are marked with letters on bricks:

Create Your Own Levels

Design custom levels by creating text files in the ressources/levels directory. Use this format:

X-coordinate Y-coordinate Color [Bonus]

Available colors and bonuses are detailed in the README.

Documentation

Visit the Raquette Baballe Wiki for detailed documentation.