How to Program Skills Without the Game Materials?

Hey there,

We don’t have this seasons materials yet as they are out of stock. (we only have the field) and have a tournament coming up in about a week. Any tips on programming skills without any materials?

(Currently using VEXcode Pro but I heard there’s a VR version on block coding, how good is that?)

You could 3d print some of the parts there are cas files for everything on the field and vexcode VR is kinda jank but works

I would mark the location of every game element on the field with tape. Since the field specs are in the manual, you can mark the locations accurately.
Then, code the robot like the game elements are there. Have it drive over the marks that the discs would on, and when it goes to fire, make sure it’s positioned in a place that will mathematically get the disc into the goal.
Make it work perfectly in theory.
Above all, make your code easily adjustable. That way, when you get to competition and your programming skills isn’t perfect(It won’t be), you can easily make adjustments to make it work well.
Hope that helps!

5 Likes