💿🐜 Antkeeper source code https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.3 KiB

  1. # Antkeeper Source
  2. Antkeeper is an ant colony simulation game currently in development for Windows, Mac, and Linux. This repository contains all of the source code to Antkeeper.
  3. Head over to [antkeeper.com](https://antkeeper.com/) if you're interested in following the development of the game or purchasing a copy when it's released. Antkeeper is an indie game with a single developer, so feel free to reach out to me personally with any questions, comments, or feedback you may have.
  4. ## Building
  5. Download the Antkeeper build system, source code, and all dependencies via the [Antkeeper superbuild](https://git.antkeeper.com/antkeeper/superbuild) repository:
  6. git clone --recursive https://git.antkeeper.com/antkeeper/superbuild.git
  7. Detailed configuration and build instructions can be found in the [README](https://git.antkeeper.com/antkeeper/superbuild/src/branch/master/README.md) of the superbuild repository.
  8. ## Documentation
  9. Documentation for the source code of the latest version of Antkeeper can be found at <https://docs.antkeeper.com/latest/>.
  10. Alternatively, the following command generates source code documentation using [Doxygen](https://www.doxygen.nl):
  11. cd docs && doxygen
  12. ## License
  13. Antkeeper source code is licensed under the GNU General Public License, version 3. For more information, see [LICENSE.md](./LICENSE.md).