Recent Work, 6/14/2016

Refactor progress:

  • Moved both kinds of animation for the win screen into the Screen object from the main screen.  Some code is too game-specific still, requiring a container class for the animated confetti.
    • This required putting the clock into the Game() class.
    • Both the middle-ground flying wingdings and the foreground fade in.
    • Minor upgrades to win screen 
  • Changed the win screen to keyboard exit only and added a message to that effect.

To Do:

  • Make a container for the confetti.