Changes between Version 33 and Version 34 of WikiStart


Ignore:
Timestamp:
07/29/21 22:50:59 (3 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v33 v34  
    151151Your tar.gz file must contain a {{{party.py}}} program in the root of the project, defining a function party() that returns your main class, like this:
    152152
    153 Refer to [https://tracinsy.ewi.tudelft.nl/trac/GeniusWebPythonPartiesServer/wiki/WikiStart#Installnewparties install new party] to deploy your party.tar.gz on the pythonpartiesserver.
    154 
    155 
    156153{{{
    157154from randomparty.RandomParty import RandomParty
     
    161158
    162159Of course you should replace RandomParty with your party's main class name but the file name must stay {{{party.py}}}.
     160
     161Refer to [https://tracinsy.ewi.tudelft.nl/trac/GeniusWebPythonPartiesServer/wiki/WikiStart#Installnewparties install new party] to deploy your party.tar.gz on the pythonpartiesserver.
    163162
    164163= Debugging