The fourth edition of our flagship bot programming contest, brought to you by Web and Coding Club, IIT Bombay
The QR code for this page:
Click on this link to download the Game Engine.
If you run into an error that you think isn’t from your end but is somewhere in the Game Engine, first download the Game Engine again from our GitHub page, and if that doesn’t fix the issue let us know!
scriptred.py
and scriptblue.py
files.You are not allowed to edit anything other than the sample scripts, and the scriptred.py
and scriptblue.py
files. Do NOT modify the game engine files by yourself.
You are not allowed to use methods of game engine components that are not provided in the documentation.
The only state your script uses should be signals. Global variables are thus NOT ALLOWED* (other than name
).
You cannot use any of the following libraries:
os
,subprocess
and other libraries that can run commands.<aside> ‼️ IF WE NOTICE ANY SUBMISSION VIOLATING THE RULES, IT COULD LEAD TO THE IMMEDIATE DISQUALIFICATION OF THE WHOLE TEAM
</aside>
** - If you feel your use of global variables does not keep state, consult your mentor*
If you have any queries, please check the following to see if your query has already been answered.
If not, please contact your mentor, or Deeksha (9442136277) or Nihar (9687504859) on Whatsapp.
We’ll keep updating this page as we receive queries from teams.