The teacher downloads the latest version of the project:
· From Moodle platform
· Fromgit repository
The teacher creates and places an Enemy class object somewhere on the board. It explains some methods of the Actor class:
· move(int)
· turn(int)
· setRotation()
While explaining the methods, the teacher also shows how certain properties of the class are changed (for example, the position of the object on the board, ie the x and y values). The teacher discusses with the students how to supplement the act() method so that every time the act() method is called, the Enemy class object should move two steps forward.