The Tournament
Create your own fighting robot in AS3 and watch it battle it out in FlashBrighton’s third Robot Wars tournament. It will be held on Tuesday 25th May 2010 at 19:00 BST at The Werks in Hove. The event will also be streamed live at live.flashbrighton.org.
Submission
If you wish to compete, send your Bot and BotController classes to legojoe [at] gmail.com. The deadline for submissions is Tuesday 25th May 17:00 BST. UPDATE: There will be a one hour coding session before the tournament, so the deadline is now 20:00.
Quick Start
- Download the source and add it to your ActionScript 3 (FP10) project.
- In org/flashbrighton/as3bots/bots/ create a new class that extends BaseBot.
- Create another class that implements IBotController.
- Use the code from JoesBot and JoesBotController to get a good idea of where to start.
- In Main.as create a new instance of your bot in the addBots() method.
- Compile and watch!



