
GitHub - pgeerkens/HexGridUtilitiesForGames: Hex-grid utilities …
Hex Grid Utilities for Board-Game Development in C# A tool-kit of utilities for building board- and strategy-games on a hexagonal grid, providing these features: Lightning-fast ALT Bidirectional …
Hexagonal grid for games and other projects - Part 1
Jul 26, 2006 · First version of a hexagonal grid for games or other apps. The goal of my project is to create a modular, reusable hexagon based map that could be used in simple games and …
Hexagonal Grids : r/gamedev - Reddit
May 9, 2013 · Hexagonal grids are sometimes used in games but aren’t quite as straightforward as square grids. I’ve been collecting hex grid resources for nearly 20 years, and wrote this …
FergusMcLaughlin/Hex_Game: Hex Game made in Unity with C# - GitHub
Hex Game made in Unity with C#. Contribute to FergusMcLaughlin/Hex_Game development by creating an account on GitHub.
BenMakesGames/HexGrid - GitHub
HexGrid is a library that helps perform a variety of hex-grid functions, such as computing distance, getting directions, and drawing various shapes: lines, asterisks, arcs, rings, circles, and …
Hexagonal Grids - Red Blob Games
Hex-Grid Utilities [43] is a C# library for hex grid math, with neighbors, grids, range finding, path finding, field of view. Open source, MIT license.
c# - Create a hexagonal grid where I can get the position of the ...
Oct 21, 2021 · I was thinking of using a basic hex grid code to create the prefabs in the right place and then just add empty game objects on each corner of the prefab, but then I have a bunch …
Clickable hex grid in c#.net - Game Development Stack Exchange
Aug 9, 2010 · I want to create a Windows Form-based adventure game where the player clicks a hex on a static map to bring up their next encounter. I have the map already and plan to scan …
Open Source 2D Game Engine that supports Hexagon Maps for …
Sep 29, 2010 · I cannot find a 2D game engine to create hexagon maps for .net. The best I can find is Xconq (http://sourceforge.net/projects/xconq/) and pygame. Does anybody where I can …
[RELEASED] HexKit: hexagon grid tools in C# - Unity Discussions
May 2, 2014 · Designed for independent developers and hobbyists, HexKit is a streamlined C# resource for handling hexagon grids in your game. Versatile: One resource, many …