Changes between Version 202 and Version 203 of WikiStart
- Timestamp:
- 06/26/19 14:43:28 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v202 v203 194 194 195 195 = 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: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 [source:/exampleparties/randompartypy/src/main/resources/RandomParty.py here]. A python-based party looks like this: 197 197 {{{ 198 198 class RandomParty (DefaultParty):