2

I plan to write a hex board war game. Any books/sites to recommend? Probably require:

  • game strategy AI programming
  • board (hex) representation
  • turn-based game loop
  • ...

(community wiki please)

ohho
  • 50,879
  • 75
  • 256
  • 383

1 Answers1

7

It's not a book, but Amit's Game Programming Information has been a very useful resource for me. His site has a section devoted to hexes and the various maths involved in dealing with them.

Michael Kristofik
  • 34,290
  • 15
  • 75
  • 125