Thanks for looking at this, but I've uploaded a better version,... look for that one... This code is a set of base classes for building card games. I have included a Deck object and a Hand object. I have also included a small console app to show the basics of what you can do with it. Once a card from the deck is dealt into a hand, it won't be dealt again. This could could easily be modified for different functionality, but I stopped here, because I didn't want to exclude possible card games I didn't know about. Have fun with it and Rate for me if you download it.
File List:
Deck.java
3Kb
Hand.java
1Kb
buildHands.java
2Kb
Similar code
Bomberman 1.0 Complete
(Popularity: ) : Bomberman! 2-4 players supported. I made this game in less than a week (as a bonus game for my OAV Computer Science project) so there could be some bugs. But as far as I know, there aren't any. :p Please ... A Pong Game
(Popularity: ) : I once checked on this site for a pong game,surprisingly I did not find any,so I tried to make it myself. And here you have it.I have updated my old version. Please vote for me,this version is a whole lot ... Card Base Class Improved
(Popularity: ) : This is a base class for building a deck of cards in Java. It is an improvement on the previously uploaded deck in that it now has support for Jokers, and differing values for cards (ie. Aces can be high ... A Pong Applet
(Popularity: ) : Wow this game was fun to make. Four paddles one for each side of the applet. The balls come from where you click. you can have as many balls as you wish. control the paddles with mouse. balls are of ...