Overview
In this part of the documentation, we have prepared a few examples that will help you better understand your bot and improve it quickly. If you have any questions you can find help on our Reddit forum.
Examples:
- Aiming at the opponent - Make your units aim and shoot at the opponents.
- Smartly spawn your units - Decide which units you should spawn based on the situation.
- Basic unit communication - Shows you how your units can notify each other about the nearby enemy.
- Retreat - Make your worker units run back to spawn when they are low on health.
- Prepare your bot on start - Run resource heavy preparation at the start of the game such as analyzing the map, loading machine learning files, etc.
Extra:
- Using an IDE - Increase your productivity using an IDE.
- Debug your code - Learn how to debug your bot, set breakpoints and other cool stuff.