Programming and Theory

  • #957
  • 29 Aug 2018

Today we will program a Catch me if you can Game.

You should program the Defender to defend the base of a new planet from various intruders.
You should program the Intruders to sneak into the base alive. If the intruder sees a defender, the intruder has to move backward and later try to enter the base again.

It is important to have two different programs for the different types of behavior of robots – one for defenders and one for intruders.