SkeletonBot is a modular framework for building a JavaBot. SampleBot is a short demonstration bot that moves randomly between navigation nodes and gets stuck on corners. To start using SkeletonBot: Place SkeletonBot.java in the subdirectory 'edu/bowdoin/gamebots/' of the JavaBot 'src' directory. Run 'ant doc' to regenerate API documentation. To make SampleBot available from JavaBots.jar: Place SampleBot.java alongside SkeletonBot.java in 'edu/bowdoin/gamebots/'. Edit 'edu/isi/gamebots/client/BotRunnerApp.java' and add "edu.bowdoin.gamebots.SampleBot" to the array 'knownBots' around line 516. Run 'ant lib' to regenerate JavaBots.jar. For more information: JavaBot: http://utbot.sourceforge.net/ Gamebots: http://www.cs.rit.edu/~jdb/gamebots/ Unreal Tournament: http://www.unrealtournament.com/