All Projects → jeremyz → godot-hexgrid

jeremyz / godot-hexgrid

Licence: MIT license
a godot based framework to build hex map boardgames.

Programming Languages

GDScript
375 projects

Projects that are alternatives of or similar to godot-hexgrid

Halma
Halma Game Built With The Awesome libGDX framework
Stars: ✭ 20 (-58.33%)
Mutual labels:  boardgame, godot
Baritone
google maps for block game
Stars: ✭ 3,868 (+7958.33%)
Mutual labels:  astar
pathfinding-visualizer
Website built using React Framework for visualizing Pathfinding and Maze Generation Algorithms.
Stars: ✭ 33 (-31.25%)
Mutual labels:  astar
tektosyne
The Tektosyne Library for Java provides algorithms for computational geometry and graph-based pathfinding, along with supporting mathematical utilities and specialized collections.
Stars: ✭ 52 (+8.33%)
Mutual labels:  astar
psycopgr
A Python wrapper of pgRouting for routing from nodes to nodes on real map.
Stars: ✭ 24 (-50%)
Mutual labels:  astar
NavMeshDemo
Unity client navmesh export to server for pathfinding
Stars: ✭ 31 (-35.42%)
Mutual labels:  astar
cards.py
Generate Print-and-Play cards for your board games
Stars: ✭ 16 (-66.67%)
Mutual labels:  boardgame
Pathplanning
Common used path planning algorithms with animations.
Stars: ✭ 3,418 (+7020.83%)
Mutual labels:  astar
unity-pathfinding
Find paths in Unity Tilemaps with A* Search
Stars: ✭ 70 (+45.83%)
Mutual labels:  astar
Pathfinding
A pmmp virion (library) for pathfinding using A*
Stars: ✭ 36 (-25%)
Mutual labels:  astar
astar-gridmap-2d
A* algorithms for 2D gridmaps. The fastest one, until you prove me wrong
Stars: ✭ 43 (-10.42%)
Mutual labels:  astar
LightOSM.jl
A Julia package for downloading and analysing geospatial data from OpenStreetMap APIs.
Stars: ✭ 32 (-33.33%)
Mutual labels:  astar
astar-typescript
A* search algorithm in TypeScript
Stars: ✭ 37 (-22.92%)
Mutual labels:  astar
Artificial-Intelligence-State-Space-Search
Different Searching algorithms (DFS, BFS, IDS, Greedy, A*) opting to find optimal path from source to destination
Stars: ✭ 24 (-50%)
Mutual labels:  astar
Graphhopper
Open source routing engine for OpenStreetMap. Use it as Java library or standalone web server.
Stars: ✭ 3,457 (+7102.08%)
Mutual labels:  astar
chessx
Sources of the official ChessX version.
Stars: ✭ 43 (-10.42%)
Mutual labels:  boardgame
Astar
ROS package of A star algorithm
Stars: ✭ 42 (-12.5%)
Mutual labels:  astar
path demo
An experimental set of pathfinding algorithms for video games
Stars: ✭ 16 (-66.67%)
Mutual labels:  astar
Easystarjs
An asynchronous A* pathfinding API written in Javascript.
Stars: ✭ 1,743 (+3531.25%)
Mutual labels:  astar
Valhalla
Open Source Routing Engine for OpenStreetMap
Stars: ✭ 1,794 (+3637.5%)
Mutual labels:  astar

godot-hexgrid

is a godot based framework to build hex map boardgames.

code is based on gdx-boardgame, which is based on rustanddust.

test maps made with hexmap a gimp plugin.

features

- [x] Distance
- [x] Adjacents
- [x] 3D Line Of Sight
- [x] Reachable Tiles ::: BFS
- [x] Shortest Path ::: A*
- [x] Range Of Influence (LOS - Fire Power)
- [ ] Battle lines (Kruskal + farthest apart units are the flank units)

screenshots

Line Of Sight Possible Move - Shortest Path Range Of Influence Path

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].