Show HN: dmangame - a python AI game

48 points by okayzedd ↗ HN
over the past couple months, i've picked up an old project around writing AI in python. the premise is to code a strategy for an AI player to use in a simplified RTS game. the AI basically takes the seat of a human player and the human codes its brain.

main site: http://okayzed.github.com/dmangame/introduction.html

app engine server and match archive that runs and hosts games: http://dmangame-app.appspot.com

github: http://github.com/okayzed/dmangame

more AI: http://github.com/okayzed/dmanai

i'm looking for players, comments, ideas, etc - thanks!

8 comments

[ 6.4 ms ] story [ 43.9 ms ] thread
This is a fun game, simple enough rules to understand right away and start coding your ai, and still enough complexity for interesting strategies.
Bitbath is something similar, although the AI is limited by design. For example, the units can only coordinate by 3-Integer radio messages.

http://www.hacker.org/bitbath/

that's really cool. i haven't seen bitbath or wormageddon before. wormageddon looks amazing.
This looks to be a ton of fun. Thanks!