views:

64

answers:

2

Using other questions on here I found Amit's Page on Games including a section on Hex Tiles which also links to a game coding wiki here.

I am looking for suggestions:

(a) libraries, engines or code samples in any language. I have found one in python, PGU+pygame, but looking for more.

(b) open source hex-tile tactics or strategy games.

Because google can find things for me, what I'm hoping is that you have actually used one. So if you googled and then posted, then this is nothing better than let-me-google-that-for you. Much appreciated if (i) you have used it, (ii) seriously, any language at all is okay, C/C++, python, java, flash/flex, whatever.

Related question and another related question but .net

A: 

Based on another question here on stackoverflow, there is XConq, an open source turn based tile game.

Warren P
+1  A: 

I used PGU a number of years ago to make a hex based game for PyWeek, you can take a look at the code if you want to. :)

http://www.pyweek.org/e/PySwec/

I've got a more updated version at home which is quite a bit better but unless you actually want to play the game you should be fine with that. :)

Srekel
Excellent. Thanks.
Warren P