I want to build a card game in C# ASP.Net.

Something like blackjack or solitaire.

Has anyone any ideas on how to go about doing this or any references I could refer to? Books on card game designs would be a good help.

Help greatly appreciated.

Cheers.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Here's the Blackjack Starter Kit in C# from Microsoft:

http://msdn.microsoft.com/en-us/vcsharp/aa336742.aspx

:-)

link|improve this answer
feedback

Blackjack's rules are very basic, and is a nice exercise.

Wikipedia will probably give you all the rules you need.

I have no experience with Solitaire, but I know something like poker is a quite bit harder.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.