Changes between Version 14 and Version 15 of WikiStart


Ignore:
Timestamp:
07/27/21 13:45:51 (3 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v14 v15  
    113113...
    114114}}}
     115Notice, above is slightly simplified code, for fully working code check the [source:/exampleparties/randomparty/src/main/java/geniusweb/exampleparties/randomparty/RandomParty.java source code].
    115116
    116117The party must follow the behaviours that it promises. The example above folows the SAOP behaviour. 
    117118
    118 Notice, above is slightly simplified code, for fully working code check the [source:/exampleparties/randomparty/src/main/java/geniusweb/exampleparties/randomparty/RandomParty.java source code].
     119**Warning**:  do not use stdin and stdout/print in your party. These are used for communicating with the partyserver. Using them will disturb that communication and most likely result in your party requesting illegal actions. Executing an illegal action will result in your party being killed by the protocol.
    119120
    120121=== Throwing exceptions