All Projects → antkeeper → antkeeper-source

antkeeper / antkeeper-source

Licence: GPL-3.0 License
💿🐜 Antkeeper source code (GitHub mirror)

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to antkeeper-source

first-person-controller-for-unity
A First-Person Controller for Unity.
Stars: ✭ 18 (-21.74%)
Mutual labels:  gamedev, indiegame
TJAPlayer3
TJAPlayer3 is a rhythm game application for Windows (and compatible environments). It provides a style of gameplay very similar to that of Taiko no Tatsujin and similar rhythm games, and supports .tja files compatible with a number of other similar rhythm game applications. Download the latest release here: https://github.com/twopointzero/TJAPla…
Stars: ✭ 106 (+360.87%)
Mutual labels:  simulator
Windows-10-SVM
Pixel-perfect replica of Windows 10, simulated in the browser with Vanilla JS.
Stars: ✭ 14 (-39.13%)
Mutual labels:  simulator
libgdx-template
🎮 Starter project for libGDX. Perfect for Game Jams.
Stars: ✭ 18 (-21.74%)
Mutual labels:  gamedev
super-mario-typescript
Meth Meth Method's "Writing Super Mario in JavaScript" series, in TypeScript
Stars: ✭ 15 (-34.78%)
Mutual labels:  gamedev
ReactionMechanismSimulator.jl
The amazing Reaction Mechanism Simulator for simulating large chemical kinetic mechanisms
Stars: ✭ 39 (+69.57%)
Mutual labels:  simulator
CuboidalDrift
A casual, fun, 3D indie game made with Unity
Stars: ✭ 13 (-43.48%)
Mutual labels:  indiegame
zig-opengl
OpenGL binding generator based on the opengl registry
Stars: ✭ 29 (+26.09%)
Mutual labels:  gamedev
roadifier
Open Source road mesh generator script for Unity
Stars: ✭ 30 (+30.43%)
Mutual labels:  gamedev
pman
A Python package to help bootstrap and manage Panda3D applications
Stars: ✭ 15 (-34.78%)
Mutual labels:  gamedev
antares
Digital circuit learning platform
Stars: ✭ 15 (-34.78%)
Mutual labels:  simulator
jiminy
Jiminy: a fast and portable Python/C++ simulator of poly-articulated systems with OpenAI Gym interface for reinforcement learning
Stars: ✭ 90 (+291.3%)
Mutual labels:  simulator
trophy-hunter
Trophy Hunter is a League of Legends companion app for the Overwolf store
Stars: ✭ 21 (-8.7%)
Mutual labels:  gamedev
ResourceCollection
A collection of handy resources, as recommended by Pharap
Stars: ✭ 18 (-21.74%)
Mutual labels:  gamedev
aurora-sdk-win
An SDK to develop effects for Nanoleaf Light Panels using features like frequency, beat, or tempo.
Stars: ✭ 22 (-4.35%)
Mutual labels:  simulator
touch-bar
Launch the macOS Touch Bar simulator from the command-line
Stars: ✭ 43 (+86.96%)
Mutual labels:  simulator
hierarchy-icons
Unity extension to show component icons in the Hierarchy.
Stars: ✭ 47 (+104.35%)
Mutual labels:  gamedev
simobility
simobility - light-weight mobility simulation framework. Best for quick prototyping
Stars: ✭ 29 (+26.09%)
Mutual labels:  simulator
ScriptableObjectMultiSelectDropdown
Multi Select Dropdown for ScriptableObjects
Stars: ✭ 18 (-21.74%)
Mutual labels:  gamedev
educhain
an instructional purpose blockchain.
Stars: ✭ 21 (-8.7%)
Mutual labels:  simulator

Antkeeper Source

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.

Head over to 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.

Building

Download the Antkeeper build system, source code, and all dependencies via the Antkeeper superbuild repository:

git clone --recursive https://git.antkeeper.com/antkeeper/superbuild.git

Detailed configuration and build instructions can be found in the README of the superbuild repository.

Documentation

Documentation for the source code of the latest version of Antkeeper can be found at https://docs.antkeeper.com/latest/.

Alternatively, the following command generates source code documentation using Doxygen:

cd docs && doxygen

License

Antkeeper source code is licensed under the GNU General Public License, version 3. For more information, see LICENSE.md.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].