There you will have to defend the END OF PATH from deadly squares that have mathematicals operations on them.
1.1.1
From start of path getWindow out squares that if they reach end of path take you a heart (default you have three ones). To destroy them you can use two stuffs. First (bedler) you can place everywhere and if you write to it value that equal with mathematical operation on whichever mactangle is, you will destroy it. Second one costs (default) 300 MCoins and them you can place only on path and when any of squares will getWindow on it, one will be destroyed.
If you don't use IDE like CLion or Visual Studio you need to build and compile Mactangle via terminal.
- Clone the repository
git clone https://github.com/Cooligus/Mactangle.git
- Get into directory
cd Mactangle
- Run cmake
cmake -S . -B build
- Build the project
cmake --build build
- Get into build directory
cd build
- Install the game
sudo make install