mabre / team61

Other
2 stars 4 forks source link

Implement an AI #118

Open mabre opened 10 years ago

mabre commented 10 years ago
mabre commented 10 years ago

@Jessypet Please add a possibility to choose between Human and Computer (Simple) for each team in local game (ai branch). Add an aiType type property with value set to AIType.NONE.getValue(), or AIType.SIMPLE.getValue(), respectively. If you want, you can also implement reading the property in MapWindow (in line 206 is a temporary implementation which assigns a simple AI to every but the first team).