Introduction
MRB's Documentation
Walkthrough
    The General Idea
    MasterControl
    The Modules
    The World
Design Suggestions Modified MRB Source

Code Walkthrough: The World

Still working on this one....  Class Worldmodel both describes and simulates the world based on information received from the soccer server.  The Worldmodel maintains a comm object to speak directly to the server and has feedbackAudio and getSayMsg functions for communication.  The class can generate snapshots of the world at different points in time using data from the server or through prediction.  The class also stores information about the players actions at different points in time.

 

Previous: Modules