Blackjack Game 2005

 


In a moment, an applet window will pop up to play the game! Your browser is ignoring the <APPLET> tag!


This program was written as an Introductory Programming project by Charlie Meyer, with support from and Mr. Corica


Key ideas:

            Programming:

            Use of classes to represent game objects (Deck, Dealer)

            Use of an array to represent an large group of objects (in Deck)

            Interclass communication (PlayerPanel)

 

            Java:

            Graphical output

            Swing widgets (buttons, labels)

           

May 26, 2005