문제

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)

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top