Uses of Interface
bot.IF_Bot_Talk

Packages that use IF_Bot_Talk
bot   
 

Uses of IF_Bot_Talk in bot
 

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