4x game

Hello! I am working on a 4x game (like Civilization) in python and I am wondering how to do the hexagon map and AI. Any help would be greatly appreciated.

Hexagonal grids are a bit trickier than they seem at first. I found this to be a great resource:
redblobgames.com/grids/hexagons/

Thank you so much rdb, this looks awesome! :smiley: I will be sure to try it out tommorrow.