Kleptomania -- Red Team

Diplay System Resource Page

Here you will find resources for the display system of the Kleptomania infrastructure.

  • Display spec
  • Last Updated 10/22/2004 @ 2:11 PM
  • Display sources
  • Last Updated 10/23/2004 @ 1:37 PM
    To run these, type
    javac Server.java Display.java && java Display
  • You will notice that all teams are required to notify the display whenever their executive receives an answer to the RoomQuery question from the Blue team's grammar. To make this easier, we've written the code for you. It's included in the sources above, in the file UpdateDisplay.java. Simply compile against it and use it like this:
      UpdateDisplay ud = new UpdateDisplay(server);
      ud.update("treasure:blue:4");
    
    Adjust your string appropriately, of course.
  • A summary of our information requirements (from the spec):
    requirementsyntax
    ClockTICK:<round>:<period>:<clock>:<pause>
    Player statusSTATUS:<player-name>:<status-string>
    Alarms triggeredALARM:<area-name>:<player-name>
    Dialog messagesDIALOG:<team-name>:<short-message>
    Treasure countTREASURE:<team-name>:<count>