/MathBlocks

Test your math skills with Mathblocks. Add or subtract numbers to destroy blocks. Clear as many as you can to win.

Primary LanguageC++

Math Blocks

Test your math skills with Mathblocks. Add or subtract numbers to destroy blocks. Clear as many as you can to win.

Getting started

Windows (MSYS2)

Install Libraries

https://www.allegro.cc/files/?v=4.4

Build

cmake -G "MSYS Makefiles" .
make

Mac OS

Install Libraries

https://github.com/msikma/liballeg.4.4.2-osx

Build

cmake -G "Unix Makefiles" .
make

Linux

Install Libraries

sudo apt-get install liballegro4-dev

Build

cmake -G "Unix Makefiles" .
make