-
Notifications
You must be signed in to change notification settings - Fork 29
Running Games
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
- Plans and Build Order
- Settings, debug and logging
- Structure and Life Cycle
- Unit Roles
- Unit Cache
- Running Games
- Converting Sharpy bot from before 2.0 version
- Converting Sharpy KnowledgeBot to SkeletonBot
- Converting Python bot to minimal Sharpy bot
- OLD: Extending Your Existing Bot With Sharpy
- Packaging For Ladders
- Extending Sharpy
- Advanced Build Order tricks
- Machine Learning With Sharpy