|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#46
|
||||
|
||||
|
Variation of palace, but I'm looking for something simpler. And something that I can post on forums without getting it censored. Thanks though.
__________________
A work in progress: Card Game Platform (Status: Hard Drive Crash deleted project, rewrite planned) | Joke Thread “Rational thinkers deplore the excesses of democracy; it abuses the individual and elevates the mob. The death of Socrates was its finest fruit.” |
|
#47
|
||||
|
||||
|
Hearts and Spades are fairly simple, rule wise (of course, there are rule variations that can complicate things a little). Both use the entire deck.
Pitch (setback) is somewhat more difficult to play well, but the basic rules are fairly simple. It uses 6 cards per hand, which is usually less than the entire deck. I plan to write a pitch game, which is why I am following your thread. The rules (and some variations) for these games can be found in any Hoyle-type book or site. |
|
#48
|
||||
|
||||
|
__________________
"Java makes impossible things possible, but makes easy things difficult." - Somebody
|
|
#49
|
||||
|
||||
|
I'm thinking blackjack and hearts will be my testing games.
Wei, I love setback. |
|
#50
|
||||
|
||||
|
I can make one using your library if it would help any.
|
|
#51
|
||||
|
||||
|
Truthfully, Gimp, I never heard of pitch until I moved to damyankeeland. Now I'm hooked. My "adopted" family plays cutthroat for money when we have gettogethers, and about 6 of us play in tournaments (partnership play). I've taken third in the last two, which covered my entry fee and plenty of scotch to enhance my play
. Got kicked from second to third in the last one when the opponents made a desperation 4-bid on J,x and made it! |
|
#52
|
||||
|
||||
|
Niice.
Do you play 5-bids? I've heard it called 4-smudge, basically the same thing - bid it, you have to make every single trick, then you get 5 points. I saw someone bid a 5 with ace, king, queen, jack, ten, eight and lose it! (Someone else was also all-trump but they had the nine). Only time I made it was a desperation bid with king, queen, ten. Tag: This is far more than a library. Card game libraries exist, so I'm not interested in making another one (except worse). This is project is the real deal: server with everything except gameplay, client with everything. Client might need to be edited slightly for more 'interesting' games, but it should work with almost no changes. My ultimate goal is to be able to make a few games without even touching the client - same client can connect to different game servers. |
|
#53
|
||||
|
||||
|
Rummy
Gin Rummy Those are fairly easy to play and should be easy to code. Rummy is pretty simple although wikipedia complicates its description a little bit. You can find your own rules and definition if you want to make it. Gin rummy is basically the same thing except you can play all of the cards in the discard pile and lay down your sets and runs. but you'll use the whole deck. I'd just stick to blackjack. That was the first program I ever made so I know anyone can do it.
__________________
so you think you can tell heaven from hell Last edited by lw22 : June 12th, 2007 at 06:27 PM. |
|
#54
|
||||
|
||||
|
Google defines a 'library' as: "(computing) a collection of standard programs and subroutines that are stored and available for immediate use"
Which is what you have. Quote:
It is your project, and I have had my fair share of these, so I will now argue, but I just don't see the point. If you are going that far, you might as well attach a GUI and call it a Card-Game-Engine for Java. At any rate, keep up the good work. |
|
#55
|
||||
|
||||
|
Have you, uh, read my posts? I said it would have a GUI.
|
|
#56
|
||||
|
||||
|
Sorry, I must have missed it >.<
|
|
#57
|