November 2019
Beginner
184 pages
3h 18m
English

In this chapter, you’ll build the Robot Heist game from the ground up. You’ll make two robot objects that the player will use to navigate each level. You’ll also create the backdrop and other objects, such as crates, guns, and panels. You’ll use PuzzleScript rules to make these objects interact with one another in interesting ways.
Recall from Chapter 2 that the RULES section in your code is where you write instructions to change one set of objects into another.
In Robot Heist, two robots work together to rob a Data Bank. Each robot has different capabilities, so the player needs ...