Sokoban (part 9)

  • 10
  • Locked
Various events will occur during the game. Let's create an EventListener interface. Every class that wants to handle events must implement it. And classes that generate events will call this interface's methods. 9.1. Add the EventListener interface to the controller package. 9.2. Add these void met
You can't complete this task, because you're not signed in.
Comments (1)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
Seb
Level 41 , Crefeld, Germany
26 February 2020, 13:02
Slight correction for Point 9.5 - the last statement: In the Model and Field classes,... It should be: In the Model and Board classes...