wyrd
Well-known member
Forums have been kind of dead so in an attemp to liven things up, Im going to post my little project that Im working on to help me get more familiar with the .NET framework.
What is it? A card game class library (yay). Right now it has all of the basic classes like Card, Deck, Player, Hand. The next step is to write an abstract Game class that can be inherited and created into BlackJack or Poker or whatever other card game. Then from those hopefully a GUI can easily be created either from the Game classes as an application in any .NET language. At least thats the goal.
Not much documentation yet either, just to warn whoever is taking a look. Although its mostly self explanatory.
Feel free to comment.
What is it? A card game class library (yay). Right now it has all of the basic classes like Card, Deck, Player, Hand. The next step is to write an abstract Game class that can be inherited and created into BlackJack or Poker or whatever other card game. Then from those hopefully a GUI can easily be created either from the Game classes as an application in any .NET language. At least thats the goal.
Not much documentation yet either, just to warn whoever is taking a look. Although its mostly self explanatory.
Feel free to comment.