# hex-engine-example-hexagon-grid **Repository Path**: tinygg/hex-engine-example-hexagon-grid ## Basic Information - **Project Name**: hex-engine-example-hexagon-grid - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-18 - **Last Updated**: 2025-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @hex-engine/2d hexagon tile grid demo This is an example repo showing how to create a grid of hexagon tiles in [Hex Engine](https://hex-engine.dev). The hexagon tiles change color when clicked on. Big thanks to [this post by red blob games](https://www.redblobgames.com/grids/hexagons/) for a nice breakdown of how to model and draw hexagonal grids. ![screenshot of the game](screenshot.png) ## Usage To run a development webserver for your game locally: ```sh npm start ``` To build a production version of your game for redistribution: ```sh npm run build ```