Author: Ian P (ippavlin)
Screenshot: http://i.imgur.com/HsNqU.png (older version)
A blackjack game in C#. The game currently handles Hits and Stands, Double-downs, Surrenders, and I'm currently working on Splits, as well as simulating the dealer's hand if the dealer's score is <17. Win/Lose checks are in place. The player can only have a total of 9 cards, or else they lose.
CREDITS
Background from Flickr.
Cards from: http://www.eludication.org/playingcards.html (released under a Creative Commons license)
LICENSE
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.