Skip to content

alexander-koval/BubblesCrush

Repository files navigation

BubblesCrush

A bubble-popping game built with C++ and SFML. Features colorful bubbles, particle effects, and smooth gameplay with bloom post-processing.

Screenshot

Building

First, initialize the submodules:

git submodule update --init --recursive

Then build the project:

mkdir build
cd build
cmake ..
make

Running

Execute the built binary to start the game.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published