PDA

View Full Version : Cardfaces . . .


Chu
09-15-2004, 02:49 AM
Hello all, right now I'm a student in CS and for a semester project I'm currently implementing a computational secure, p2p poker client (i.e. a client where you can absolutly trust the shuffler/dealer, even though there is no master server). The math behind it is a little complex, but if you really want to know I can post about it /images/graemlins/wink.gif

Anyways, right now I'm currently trying to find a free source of card faces for the client that don't look like a 4 year old did it in MS Paint. Anyone know a good place?

RiverTheNuts
09-15-2004, 02:52 AM
just print screen off of PP or somewhere, and cut and paste, lol

wacki
09-15-2004, 02:55 AM
A brain free way:
Use a digital camera, take a picture of a each card. Use photoshop to edit images.

Or you can just hack solitaire, or some program on source forge.

What shuffling algorithm are you using?

wacki
09-15-2004, 02:56 AM
[ QUOTE ]
just print screen off of PP or somewhere, and cut and paste, lol

[/ QUOTE ]

even better.

Ed Miller
09-15-2004, 02:57 AM
Googled this thread:

http://www.idevgames.com/forum/showthread.php?t=4808

Chu
09-15-2004, 03:02 AM
[ QUOTE ]
A brain free way:
Use a digital camera, take a picture of a each card. Use photoshop to edit images.

Or you can just hack solitaire, or some program on source forge.

What shuffling algorithm are you using?

[/ QUOTE ]

Don't know yet -- shuffling is really not the important part of this setup. I'll probably just go with my gut instinct which is generate a rand from (0..n) where n is the cards left in the deck and then that card is the next in the shuffled deck, and then pull it from the pool.
A strong RNG is a really important part of this setup so I don't see why it won't work (but I will be doing some research -- I know how tricky these things are), and I'll probably be writing a plugin to pull them from random.org.

Chu
09-15-2004, 03:02 AM
[ QUOTE ]
Googled this thread:

http://www.idevgames.com/forum/showthread.php?t=4808

[/ QUOTE ]

Thanks!

wacki
09-15-2004, 03:03 AM
[ QUOTE ]
Googled this thread:

http://www.idevgames.com/forum/showthread.php?t=4808

[/ QUOTE ]

Wow, Ed Miller schooled me w/ a simple google search.

I feel stupid.

wacki
09-15-2004, 03:05 AM
http://parazen.bio.indiana.edu/bart-google-thumb.gif