Writing a Complete 5 Card Poker Game in Java
After browsing through some old coding projects, I came across a simple 5 card poker game I had to write for a Java course I took back in school. I found the project to be quite fun, and I thought the algorithms for determining each hand were worth sharing. These are no where near complex algorithms, they just provide a decent example of how to convert simple thoughts and problems into code.
Views: 970 | | by Jason
View this tutorial