Game Design Ideas Articles Hexagonal Grid for games
From ShieldKings Wiki
Revision as of 16:02, 14 August 2016 by Shealladh (Talk | contribs) (Created page with "Game Design Articles to ADD to wiki as reference, expanding ideas and forming a Game Build Plan. ==Game_Design_Ideas_Articles_Hexagonal_Grid_for_games | Hexagonal grid for...")
Game Design Articles to ADD to wiki as reference, expanding ideas and forming a Game Build Plan.
Contents
Hexagonal grid for games and other projects - Part 1
First version of a hexagonal grid for games or other apps.
Jeff Modzel, 26 Jul 2006

Introduction
The goal of my project is to create a modular, reusable hexagon based map that could be used in simple games and ALife applications. I wanted to leverage as much functionality as possible from .NET, which meant using GDI+ and Forms. Drawing shapes with GDI+ and capturing mouse events with Forms is fairly trivial, which would allow me to spend my programming time solving on more important issues (like hexagon geometry!). This is the first "version" of the hex map, and by no means complete.

Hexagon
AA

My namespace is Hexagonal
AA


Pulling it all together in a Form
AA
Conclusion
AA
License
AA
About the Author
AA