First lecture (12.3.2010 + 17.3.2010)
Slides from the lecture.
We have introduced Pogamut 3 and created first bot - a follow bot - code here (contains also homework).
Homework is to:
- Install Pogamut3 - get it at download page
- Create a simple bot that is able to run randomly around navpoints (class NavigationPoint in Pogamut)
- You have to read about (in JavaDoc)
- command GetPath()
- Class Path()
- NOTE: Add listeners - beware of weak references! Always store pointers. If you are unsure how to use listeners, consult ResponsiveBotTutorial found in tutorials