8000 GitHub - AdsGames/breaker: A simple clear the board style breaking game.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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
0