Awesome
termBreaker
Check the WebAssembly version online: Play
About termBreaker
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.
How to build.
mkdir build;
cd build;
cmake ..
make -j
./termBreaker
How to test
mkdir build;
cd build;
cmake ..
make -j
./test/termBreakerTests
What warning have been removed?
MSVC with DEVELOPER_MODE seems to fail. I had to remove them to pass the CI.