Tagged Questions

6
votes
4answers
324 views

Why won't my simple if statement work?

I've designed a simple card game where two cards are displayed and the user has to bet on whether they will get a card that is inbetween the two cards displayed. If the user doesn't want to bet, they ...
3
votes
6answers
2k views

Is there a built in Playing Card library in .Net?

Is there some built in Card graphics library built into .Net/Windows? Is there any way to utilize the card graphics used by the various card games that come with Windows? They look really nice and it ...
1
vote
2answers
538 views

C# ASP.Net BlackJack/CardGames Reference

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 ...
0
votes
3answers
475 views

XNA Cards Games

I want to make a card game using C# and i found some APIs that give me access toward cards, but that APIs are for C++ that needed a wrapper. XNA framework have some way to access cards for a card game ...