Deploying Code for Blizzard
We always want to make sure that our robots are running the correct version of code during demos. We definitely don't want little kids driving the robot at max speed and shooting balls at max velocity!
The code for Blizzard is located in the rebuilt-2026 repository on GitHub, which you can find here. Be sure to clone the repository on IntelliJ on the DS before the demo if it isn't there already.
The demo code for Blizzard is on the blizzard-demo branch. To get there, open the terminal using this icon:
Then, type git checkout blizzard-demo to navigate to the demo branch:

