Changes between Version 5 and Version 6 of WikiStart


Ignore:
Timestamp:
Mar 9, 2021, 10:20:05 AM (4 years ago)
Author:
enricol
Comment:

Some typos

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v5 v6  
    2626=== runsession settings
    2727
    28 * Edit {{{bw4t/runsession.py}}} program with your favourite text editor
     28* Edit {{{runsession.py}}} program with your favourite text editor
    2929* If you added a new TeamXXAgent, import it
    3030* locate the section containing the agents list, like this
     
    4141
    4242=== runtournament settings
    43 * Edit {{{bw4t/runtournament.py}}} program with your favourite text editor. Edit the agents as described with the runsession settings above.
     43* Edit {{{runtournament.py}}} program with your favourite text editor. Edit the agents as described with the runsession settings above.
    4444* Additionally there is a {{{teamsize}}} variable. Set it to the desired team size for the sessions.
    4545
     
    7070||F||to close it||
    7171 
    72 Humans can also send and receive messages. Click on the balloons-icon at the top right. An additional area will appear at the right or at the bottom of the screen (notice, in many browsers this remains invisible because they hide the scroll bar). You can type your own messages and select agent(s) to adress to.
     72Humans can also send and receive messages. Click on the balloons-icon at the top right. An additional area will appear at the right or at the bottom of the screen (notice, in many browsers this remains invisible because they hide the scroll bar). You can type your own messages and select agent(s) to address to.
    7373
    7474= Implementing your agent