An open source kingdom building game
Downloads
·
Report Bug
·
Request Feature
- fmt: A modern formatting library.
- spdlog: Fast C++ logging library.
- raylib: A simple and easy-to-use library to enjoy videogames programming.
For more examples, please refer to the Documentation
Contributions are what make the open source community such an amazing place to be, learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project
- Create your feature branch (
git checkout -b feature/<my-feature>) - Make your changes
- Configure the code with CMake (
mkdir build && cd build && cmake ..) - Compile the code with GNU Make (
make) - Test your changes with CTest (
make test)
- Configure the code with CMake (
- Commit your changes (
git commit -m '<my-commit-message>') - Push to the branch (
git push origin feature/<my-feature>) - Open a pull request
Distributed under the MIT license. See
LICENSE
for more information.