Changes between Version 202 and Version 203 of WikiStart


Ignore:
Timestamp:
06/26/19 14:43:28 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v202 v203  
    194194
    195195= Writing a party in Python
    196 We provide a python-to-java adapter so that you can easily write your party in python instead of Java. You can check the full working example code [https://tracinsy.ewi.tudelft.nl/trac/Genius2/browser/exampleparties/randompartypy/src/main/resources/RandomParty.py here]. A python-based party looks like this:
     196We provide a python-to-java adapter so that you can easily write your party in python instead of Java. You can check the full working example code [source:/exampleparties/randompartypy/src/main/resources/RandomParty.py here]. A python-based party looks like this:
    197197{{{
    198198class RandomParty (DefaultParty):