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
Sokoban (part 9)
- 10
Locked
Fieldclasses,... It should be: In the Model and Board classes...