Looking for an open source card set graphics.
July 30, 2004 1:54 PM   Subscribe

I'm trying to find an open source "playing card" set that I would be free to use in a small game I'm curently coding in C++. (Trying to familiarize myself with a couple graphic libraries and doing a bit of experimentation with cross-compiling).
posted by RavinDave to Computers & Internet (8 answers total) 1 user marked this as a favorite
 
pygames.sourceforge.net is a GPL'd solitairs that comes with a whole bundle of card sets.
posted by Flat Feet Pete at 2:09 PM on July 30, 2004


I had to this for my CompSci class here, only it was in java. Is a very useful project for low-level programmers.
posted by jmd82 at 2:10 PM on July 30, 2004


Response by poster: Pete: Thanx! My first instinct was to use PySol, but it seems that the programmer has put it on hiatus because of some license abuse (or something -- the comment on his page was kinda terse). I didn't realize a fork existed. That'll do nicely.

jmd: I'm also playing around with network stuff; attempting to code a client/server combo instead of a straight game. Always easier to learn when you're working on a "fun" project, rather than trying to assimilate volumns of abstract theory.
posted by RavinDave at 2:31 PM on July 30, 2004


The kdegames package also has card sets. (Also, if you haven't decided on a C++ toolkit yet, kdelibs isn't bad.)
posted by Galvatron at 2:37 PM on July 30, 2004


Response by poster: Galvatron: I was exploring KDE recently (via cygwin) and was impressed with several features. Nonetheless, I'm kinda leaning toward GTK+ since my Debian box is gnome-centric and I've been having a shocking amount of success doing GTK in a Windows environment (using VC++, DevC++, Borland and mingw). Still, I'll look into it. Also exploring wxWidgets. I was blown away by the wxPython IDE that I recently installed. Problem is that I know less than squat about Python and am not anxious to learn (yet) another language.
posted by RavinDave at 2:53 PM on July 30, 2004


AisleRiot (GNOME's solitaire) also has a few sets.
posted by reynaert at 3:09 PM on July 30, 2004


Yeah, wxWidgets is nice too--certainly comparable to Qt/KDE, and the Python bindings are of exceptional quality.
posted by Galvatron at 3:11 PM on July 30, 2004


Here is a GPL card set from a page about Egyptian Rat Screw
posted by jazon at 3:25 PM on July 30, 2004


« Older A Friend's Past   |   Good car window shop in NYC? Newer »
This thread is closed to new comments.