Blackjack simulation program help
Hi I'm interested in writing a blackjack simulation program in java. I took a few programming classes in college but it's been a few years and I don't remember very much. Therefore I don't even really know where to start. I know I probably need a card class and a deck class, a method for adding up the hand value, a method for the basic strategy, ect. Eventually I'd like to incorporate card counting into it. If anyone could give me advice of how to start, even if it is something like you will need this, so you should go back and review it, it would be very much appreciated.
Re: Blackjack simulation program help
I think you should search a thread here, that is same about Black Jack.
Re: Blackjack simulation program help
I would personally look at other BlackJack code examples and see how they are done. You can then use this as a base to create your own program.
http://www.faqs.org/docs/javap/sourc...ckConsole.java
Java Programming: Chapter 6 Exercises
AAA Java Source