Whether you're looking for extensions, pathfinders, sprite sets, example projects or code snippets—you name it, we've got it!
TAGS
SORT BY: Stars, Latest
AI, Math
99
Pathfinder and A* solver native extension for Defold Engine build on MicroPather.
50
This module helps you to create groups (army) of game objects (soldiers) and organize them in several different patterns or your customized pattern and manage moving and rotating game objects as a customizable group.
AI, Game mechanic
46
Map utility/module for tilemaps
42
This module contains functions to create a world map as a shape of a graph and the ability to manipulate it at any time, easily see debug drawing of this graph and move game objects inside of this graph with utilizing auto pathfinder.
3D, AI, Math
22
Defold native extension for recast navigation.
Library for creating behavioral trees that allow you to easily manage advanced NPC behaviors in your game. It is functional and event-driven, which means you can easily save and load any node in any moment.
14
NavGO is an easy to use path finding tool meant for use when tile map based path finding is just not possible or is to complicated for the project at hand.
AI
11
How to create a simple Neural Network with genetical renforcement
A high-performance A* pathfinding library written in C++11, designed for real-time games and simulations with hundreds to thousands of moving objects. Built with a focus on performance, using flat array data structures and advanced caching mechanisms.
3
The Official Player2 AI NPC Plugin for Defold. The Player 2 AI NPC Defold plugin allows developers to easily create AI NPCs in their Defold projects.