Building Memory… Day 2 – April 6, 2007 What do we want the game to look like? • Window to appear • Menu for one player, two player, game rules • Cards appearing • Place to see player’s score and how many pairs made Let’s identify some objects • • • • • • Card (Background scenery needed) Applet / Application Player Top level object ("Game") Mouse listener Some interface (flipping cards) Starting point • Let’s get some things appearing on the screen. • Start with an Applet or Application – wait – we can make it both • Work on menus