examples
In this page we show how to use the resources that we provide. The resources are available at the Bot Development page. Read [2] for more information.
ConsoleObserver
A console application for observing a game. It is an example of how to use dip to build an observer.
ConsolePlayer
A console application for playing a game. It is an example of how to use dip to build a player.
ConsolePlayerPro
A console application for playing a game that performs hold whenever we don't want to decide the orders to perform. It is another example of how to use dip to build a player.
RandomBot
A bot that plays randomly. It is an example of how to use dip and bot to build a bot.
RandomNegotiatorRandomBot
A bot that plays randomly and proposes and responds to proposals randomly. It is an example of how to use dip and nego to build a bot capable to negotiate.