ptdnet Posted February 17, 2015 Share Posted February 17, 2015 Heya! I've seen people asking how to do hex tiles and quite frankly, many solutions are just way too complicated. I've ripped the tile display engine out of one of my games to show how easy it can actually be. Demo: http://www.passthedice.net/HexxDemo/ Source: https://github.com/ptdgames/HexxDemo It draws a small map and lets you hover around the different tiles. Have fun. I tried to over-document the code so let me know if there are issues. Edit: more than you ever needed to know about hex tiles here: http://www.redblobgames.com/grids/hexagons/ Triplanetary 1 Link to comment Share on other sites More sharing options...
Berzee Posted February 17, 2015 Share Posted February 17, 2015 Bookmarked for later. Not working on anything hexagonal right now, but I know I will appreciate this in the future. Thanks! ptdnet 1 Link to comment Share on other sites More sharing options...
Mohammad Abdalla Posted August 2, 2015 Share Posted August 2, 2015 The link to your GitHub account takes me to a 404 page, do you have the source hosted on at any other locations? Link to comment Share on other sites More sharing options...
Recommended Posts