A bubble-popping game built with C++ and SFML. Features colorful bubbles, particle effects, and smooth gameplay with bloom post-processing.
First, initialize the submodules:
git submodule update --init --recursiveThen build the project:
mkdir build
cd build
cmake ..
makeExecute the built binary to start the game.
