Click here to access the final submission form!

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:

qrcode_observant-beauty-6fd.notion.site.png

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!


Important Rules and Disqualification details

What you are allowed to do:

  1. You can change the sample scripts and the scriptred.py and scriptblue.py files.
  2. You can make your own helper functions using the allowed functions from the game components (Pirate and Team methods provided in the documentation).
  3. Collaborating with other teams is allowed. There will be no plagiarism check either, but it's up to you whether you want to help your opponent!

What you are NOT allowed to do:

  1. 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.

  2. You are not allowed to use methods of game engine components that are not provided in the documentation.

  3. The only state your script uses should be signals. Global variables are thus NOT ALLOWED* (other than name ).

  4. You cannot use any of the following libraries:

<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*


FAQs and Common Technical Errors

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.