help with cardgame
hello internet!
I'm trying to make a card game using javascript, and because my skills are... non existent.. i'm having a little trouble
i have a full deck of cards, and i'm looking for a code that'll allow me to click a "deal" button, and have one card dealt to the computer, and three cards to the player.
I have an array consisting of all my cards (and i have the images for each one), i have a shuffle function that i got working from a different project that i did in class. But from here I really have no idea.. i've been trying to hours and hours to do this and any help would be appreciated..
thanks in advance
|