From: Josh H. <jo...@hu...> - 2007-08-06 17:53:12
|
> Funny you should mention this one too...I'm currently working on this as a > tool. :) > > > > Again, awesome! I'd love to take a look at what you've done with that so > far, do you have a link I can visit? > I've gone back and forth in my mind with how I want to implement this: a wiki or a database. There are advantages to both. As a wiki, we can show Card of the Day articles that are for that card, as well as strategy tips, decks built around the card, and lots of other things like that. As a database, it's easy to integrate into the forums on councilofelrond.org and meccg.net (which was my original goal). Here are the two sites I'm modeling it after: http://ww2.wizards.com/gatherer/ http://www.swccgpc.com/wiki/index.php?title=Main_Page http://cards.swccgpc.com/ The second site, the Star Wars CCG (decipher game) Player's Committee site, has both a database and a wiki, which is cool. I had started working on code for the database, then realized I should come up with the database structure before I went too far with it. So currently I have a lot of the info in a mysql database, but still haven't gotten around to making a nice view for it. Okay, I've gotta get back to work, but wanted to get some updates out on this stuff. --Josh |