A game about beauty, explosions, lines, squares and a triangle.
This game is dear to me. I started working on it in 2008 by accident when I was just fooling around. The game in it self is nothing special, it is kind of beautiful and meditative. And because it is so easy to work with I have created ports for it to almost every platform that I've used. (Files for building on these platforms is not included in this project).
In 2020-2021 I did a push to convert the whole project to c++20 modules, and that will probably make compilation to other platforms more difficult for the nearest future.
2022-11-14 Finalized real c++-20 modules using newest features of clang
https://github.com/mls-m5/matmake3/
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 16
sudo apt install libc++-16-dev libc++abi-16-dev # This is needed for modules to work
sudo apt install libsdl2-dev
sudo apt install libsdl2-dev
Build with
path/to/matmake3
Or without using modules at all (does not a that new version of clang but a version of libc++abi-dev installed.
./non-module-build.sh clang++
If you search for rym on google play stor you should probably find a installer.