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 or low, and you may implement wild cards.)
File List:
Deck.java
12Kb
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 Classes
(Popularity: ) : 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 ... 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 ...