-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Refactor the interaction between the board game view with other.
-
Board view offer an interface to listen for the following events:
- User touch a ball (onTouchBall(Point p))
- User touch on an empty cell (onTouchEmptyCell(Point p))
-
Use an interface to define how interact with the board animation and provide all the methods necessary for animate each situation:
- onSelectBallListener
- onMoveBallListener
- onScoreListener
- onAddBallListener