Hexagonal Grids

Community

Build hex grids and compute distances with ease.

Author15195999826
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill provides practical formulas and algorithms to create and manage hex-based boards, including coordinate systems, distances, pathfinding, and rendering.

Core Features & Use Cases

  • Coordinate systems support: offset, cube, axial, and doubled
  • Distance and range calculations
  • Line drawing and hex traversal
  • Hex map generation and pathfinding examples
  • Use Case: Build a hex-based game board and compute distance between two hexes

Quick Start

Start by representing hexes with axial coordinates, compute distance using the max-diff formula, convert to cube for algorithms, and prototype basic pathfinding with a small hex grid.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Hexagonal Grids
Download link: https://github.com/15195999826/LomoMarketplace/archive/main.zip#hexagonal-grids

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository