Skip to content

AdsGames/breaker

Repository files navigation

Breaker

A simple clear the board style breaking game.

Reliability Rating Security Rating Maintainability Rating

Demo

Web Demo

Setup

CMake

cmake --preset debug
cmake --build --preset debug

Build Emscripten

emcmake cmake --preset debug
cmake --build --preset debug