Building Memory… Day 3 – April 9, 2007
Created menus Menus worked a little differently depending on Applet/Application choice. We needed to make two constructors for the Game class. Put other menu code in separate method.
Put Drawing Canvas on Screen Same for both Applets and Applications, made a common method that both will call to get the Drawing Canvas set up.
Now we need Cards Create Card class Needs an image for the front and for the back. Set the dimension, location, add to drawing canvas
Open Questions How do we get each card to have its own unique face image? How do we position the cards nicely on the screen? How do we flip the cards?