1 of 8

How to Submit Code

2 of 8

Goals

  • In this tutorial you will learn
    • How to submit code for a competition!

3 of 8

Submit Code

  • Ready to submit your code?
  • Step 1: Open the project you want to submit
  • Step 2: Go to the “Simulate” menu and select “Submit”

4 of 8

Submit Code, cont.

The Submit code window will open.

  • Step 3: Select the name of your team (You will have options if you are member of more than 1 team)
  • Step 4: Select the competition you are submitting to.

5 of 8

Submit Code, cont.

  • Step 5: Review code in :
    • void init ()
    • void loop ()
    • any pages you created
  • Ignore code in:
    • void setPos() and everything that comes before it
    • This is boiler plate code added to all the graphical editor projects.
  • Verify that this is the code you want to submit

6 of 8

Submit Code, cont.

At the bottom of the window

  • Step 6: Click on the check box to confirm your submittal
  • Step 7: Select “Submit”

7 of 8

Submission Log

After submitting code to the competition:

  • Click on your team’s Submission Log (lower left menu of the tournament info page) to verify your code submittal
  • Your team’s code submission date/time is displayed (UTC)
  • Only the most recent code submitted will be run in the competition

8 of 8

Review

  • Congratulations!
    • You have learned how to:
      • Submit your code to the competition
  • Good Luck!