This site requires JavaScript, please enable it in your browser!
Greenfoot back

sp33dy's Comments

Back to sp33dy's profile

Its beautiful to watch. Starting of a lemmings game???
If you used an array list though, you can deal from the top. After a hand, randomly add the cards in play to the end of the array. In that way, the cards remain constant. Every now and again you could shuffle up the entire pack. Just a thought. You don't need to loop or iterate through the array list because you just want to use a FIFO (first in first out) array. Does that make sense?
The card deck should remain constant (as per a real deck); look into holding in an array. In fact, several packs could be used. In this way, card counting 'could' be used as a tactic. If I keep hitting, I should see Lose come up if I go over 21. Not happening at the moemnt.
...so it wraps.
Yes, it's 255 strips wide and using Graphic2d's gradient fill yes.
Would be nice to see the dealers cards, full stop; however, great look already! Think about having the cards float in from deck. Promising.
Thank's dan. All fixed :-)
oh yes!! Being a big bang theory fan.. Their rules would rock!! Literally rock..
This is great! Clean, enjoyable and addictive. Love the simple graphics with the explosion effects etc.