dripton / Slugathon

Clone of the old Avalon Hill fantasy wargame Titan, using Python / PyGTK / Twisted
https://github.com/dripton/Slugathon/wiki
8 stars 2 forks source link

AI #34

Closed dripton closed 14 years ago

dripton commented 14 years ago

We need an AI. It has to be a separate network client, not inside the server. The AI should be able to watch a server for new games with vacancies, and join as needed.

dripton commented 14 years ago

The AI can now join the game, split, move, and recruit. It cannot fight but it can flee and concede.

dripton commented 14 years ago

I think the AI is mostly feature-complete now. It's incredibly dumb, though.

dripton commented 14 years ago

Since the dumb AI works now, I'm going to close this issue and make a new one for a smarter AI.