Beat the dealer to 21 in my version of blackjack! To object of the game is to get closer to 21 than the dealer without 'busting' (going over 21). For a more complete set of rules, see: http://en.wikipedia.org/wiki/Blackjack Defining rules: - Double Down on 9, 10, 11. - 5 Card Charlie wins do not occur. - Bets are returned as 2x the original bet. - Blackjacks return 3x the bet. - If you lose the dealer always takes 1x your bet. - The dealer stands when above 17. In my opinion, my version is more in favour of the player than in an actual casino. This game proved a real challenge to make. After 2 days I finally got a working list-based card system, a funcioning dealer and many rules implemented. Also it took a while to make all 52 card sprites. :P Please Love-It and comment your opinions, and of course any bugs you encounter. Top Viewed #3