If you want to build Panzer Toy yourself, you will need CMake 3.10 or above
$ git clone https://github.com/Maks-s/panzer-toy.git --recursive --depth=1
$ mkdir panzer-toy/build
$ cd panzer-toy/build
$ cmake ..
$ make install # This is an example, you can use any other generator
And voilà ! You can find the binaries in panzertoy/build/bin
Contributions are more than welcome :D
To contribute, your code needs to be compliant with the C++ Core Guidelines (it doesn't need to follow it EXACTLY)
We're using the font SquareFont by Bou Fonts at the moment. Thanks to him for his awesome work !