correct and enhance the example command line a bit
This commit is contained in:
parent
8e4d0c966b
commit
956da1d494
1 changed files with 2 additions and 2 deletions
|
@ -164,8 +164,8 @@ file.
|
|||
.B --turns=value
|
||||
sets the number of turns for the chosen scenario. The default is "50".
|
||||
.TP
|
||||
Example to test your own AI:
|
||||
wesnoth --multiplayer --controller2=python_ai --algorithm2=python_ai --parm2=python_script:py/my_own_python_ai.py --side2=Rebels
|
||||
Example to test your own AI against the default AI without starting the GUI:
|
||||
wesnoth --nogui --multiplayer --controller1=ai --controller2=ai --algorithm2=python_ai --parm2=python_script:py/my_own_python_ai.py
|
||||
.
|
||||
.SH AUTHOR
|
||||
.
|
||||
|
|
Loading…
Add table
Reference in a new issue