Step 1 - Locate the correct file
The file that you are expected to modify is called ai_template.py. Its code is locate here:
This file imports the bare-bone AI class from ZDengine.py.
- You must rename the class to follow the following pattern: zd_yourname_ainame This is the name that will be shown on the leaderboard.
- You must rename the file using the exact same pattern, but also adding a .py file extension.
- You must specify which division your entry belongs to.
You may create any number of AIs, but each must be uniquely named. In the end, you will submit your best entry.