Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 881 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 881 Bytes

Panzer Toy

(Beautiful screenshot here)

Build instructions

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

Contributing

To contribute, your code needs to be compliant with the C++ Core Guidelines (it doesn't need to follow it EXACTLY)

Font used

We're using the font SquareFont by Bou Fonts at the moment. Thanks to him for his awesome work !