Hi All.

I've started writing a very basic game of 21. I'm just using shapes and labels to make up the cards. I did a quick search for other 21 games and found one similar the the type I want to write. The code is a bit on the long side though. Is there an easier way of doing this? I was thinking of using an array for the cards but I could use a point in the right direction.
I've attached the form I found. It looks like it still needs a lot of work but I'm only interested in how to use and call the cards, without spending the next three weeks typing the code.

If anyone knows of any step by step guides that would be great too.