vote up 1 vote down star
1

Hello.

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.

flag

51% accept rate

2 Answers

vote up 1 vote down

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|flag
vote up 1 vote down

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

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

:-)

link|flag

Your Answer

Get an OpenID
or

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