PDA

View Full Version : World of Warcraft Trading Card game


oedipuss
February 16th, 2007, 01:44 PM
Hello

Anyone here interested in wow:tcg ?
I'm making a python app that can be used to play it 1vs1 online.. It's pretty beta, but if you're interested leave a reply and I'll post a dl link with the scripts later, when I've cleaned it up a little.

It requires the images and xml data from wowbuilder, at http://www.wow-builder.com/

and opens decks in xml saved from wowbuilder.
Currently I haven't been able to run wowbuilder in wine, but the xml deck file structure is so simple it can be quickly written manually in any text editor.

The app also requires PyOpengl, numpy and wxPython.

PS: the code is all kinds of horrible , I'm afraid.. I'm not a pro programmer.. But it runs =D