Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: dmangame - a python AI game
48 points by okayzedd on May 22, 2011 | hide | past | favorite | 8 comments
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!



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 is a fun game, simple enough rules to understand right away and start coding your ai, and still enough complexity for interesting strategies.



Sorta amazed this works on my iPhone!


and android.


it's actually just JSON data being saved into a standalone html file with a canvas element that is drawn onto, so it should work in most places.


This looks to be a ton of fun. Thanks!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: