Package bot

Interface Summary
IF_Bot_Talk Specifies the methods that can be called by a Talk object to trigger the bot to update the state.
 

Class Summary
Bot The frame for the whole bot.
DroolsBot Foundation of a bot which wants to implement its strategy via drools.
HSBremen1 An example bot which implements its strategy in java.
HSBremen2 Basic example bot which implements its strategy with drools.
RandomBot Simple bot who plays all games and bets randomly.