Live data from Hacker News

Show HN: dmangame - a python AI game

news.ycombinator.com

1–9 of 9 posts

Show HN: dmangame - a python AI game

#1
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!

Re: Show HN: dmangame - a python AI game

#5
post #4

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.