The page gives a quick walk through of how you should run your own copy of the League.
<aside> ⚠️
Warning
Options marked with ℹ️ may conflict with the League rules. Review the ⚠️ Modification Guideline thoroughly before making changes.
</aside>
Configure your game parameters in config.py
:
Details refer to config.py.
Create two strategy files:
attacker_strategy.py
- Defines attacker behaviordefender_strategy.py
- Defines defender behaviorDetails refer to Strategies.