Computer Science Canada

text blackjack... tell me what you think

Author:  xtreemboarder [ Tue Jan 24, 2006 10:43 pm ]
Post subject:  text blackjack... tell me what you think

title says it all

Author:  Stork [ Mon Feb 27, 2006 4:21 pm ]
Post subject: 

Nice. But I think you should consider using enums instead of strings.. Check out http://java.sun.com/j2se/1.5.0/docs/guide/language/enums.html
Also, consider using a List instead of a String for containing the list of cards in your and the dealers hands


: