[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] [Poll] Hex Grid



> What's (in your opinion) the most efficient / effective way to implement a
> hex-grid?

Here is everything you'll ever need for the math based approach.
http://www-cs-students.stanford.edu/~amitp/gameprog.html#hex

You could also cheat and use a bitmap based approach.

Alan