Check Out Our Socials:
Prep & Practice
To begin this year's season, all students are building up their programming knowledge using the Botball Virtual Simulator. To complete this phase of our 2025/26 Botball training, complete the following Tasks & Goals shown here.
On World: JBC 2
Have your digital robot move to a can, pick up the can using the claw, and set it down in specific circle.
Which circle?
Go here, press the run button, and follow the prompt:
https://codehs.com/s...3/run
On World:
It doesn't matter which world/map
For this challenge, write a program that makes a 90° CW turn, a 180° CCW turn, a 270° CW turn, and lastly a 360° CCW turn.
In your program, include a variable that serves as a flag. If the flag is set to 1, the program uses spin turns, if the flag is set to 0, the program uses swing turns.
hint: ask the tutor how to use variables + if/else statements
On World: 2025 Fall Game Table
For this challenge:
- drive straight to the first black line,
- then make a 90° CCW turn and stop at the next black line,
- lastly drive straight & stop immediately at the black line.
hint: ask the tutor how to use the light sensor
On World: 2025 Fall Game Table
For this challenge:
- drive straight and stop at the first black line,
- then make a 90° CW turn and stop at the next black line,
- next make a 90° CCW turn and stop at the next black line,
- make another 90° CCW turn and drive through the orbs.
note: must use light sensor
hint: consider using gradual turns instead of swing turns
Physical Robots