Check the WebAssembly version online: Play
This is a game made for the C++ Best Practices Game Jam.
Use your mouse to throw balls toward the blocks before they reach you.
Earn coins by completing levels. Buy additional balls to grow and complete even hardder levels.
mkdir build;
cd build;
cmake ..
make -j
./termBreaker
mkdir build;
cd build;
cmake ..
make -j
./test/termBreakerTests
MSVC with DEVELOPER_MODE seems to fail. I had to remove them to pass the CI.