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

Multiplication #8

Open
5 tasks
jugglinmike opened this issue Sep 25, 2014 · 0 comments
Open
5 tasks

Multiplication #8

jugglinmike opened this issue Sep 25, 2014 · 0 comments
Milestone

Comments

@jugglinmike
Copy link
Collaborator

The game should have more than one mole, and the Director is there to
orchestrate them all. Lets add a few more moles to see how this can happen.

  • director.js
    • Initially set the HTML of the el variable to be a 2-by-2 grid
    • Remove the mole property
    • Define a moles property as an array of 4 Mole instances. Append
      each mole's el to a different "cell" in the grid inside the
      director's el element
    • Call scheduleShow with each mole
  • Stylesheet(s)
    • Add any styling changes necessary to keep things looking sharp
@jugglinmike jugglinmike modified the milestone: The Director Sep 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant