READ ME: ========= CSP Game Definition: ==================== The folder contains the csp and scg folder. The scg folder contains the scg.cd and scg.beh which are SCG level definitions. The scg.cd contains the config defintion. The csp folder contains -- cspDomain.cd & cspDomain.beh - contains the CSP game level definition. -- config.input - configuration input file. /protocol/ contains -- cspProtocol.cd & cspProtocol.beh -- contains the Protocol defintiions and methods for CSP game Positive Secret and Negative Secret protocols. /avatar/ contains -- cspAvatar.cd & cspAvatar.beh -- contains the avatar defintions & methods. The test for csp is in CSPTest.java HSR Game Definition: ==================== The HSR also follows the same pattern. The Protocols in hsr are Positive & Negative. The test for hsr is in src folder as HSRTest.java