Skip to content
DrInfy edited this page Apr 9, 2020 · 10 revisions

In order to run games, run

python run_custom.py -map <MapName> -p1 <bot> -p2 <opponent>

Sharpy can start games against in game AI, other sharpy bots and against ladder bots. It's also possible to play real time games as human against bots. Bot names can have arguments and the parameters are separated by ".". ai.random.veryhard would be ingame ai, random race with very hard difficulty.

Use following to get full list of arguments and list of bots and maps with

python run_custom.py -h
Clone this wiki locally