Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring #35

Open
leobel opened this issue Dec 20, 2016 · 0 comments
Open

Refactoring #35

leobel opened this issue Dec 20, 2016 · 0 comments
Assignees

Comments

@leobel
Copy link
Owner

leobel commented Dec 20, 2016

Refactor the interaction between the board game view with other.

  1. 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))
  2. 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
@leobel leobel self-assigned this Dec 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant