Making a random card game
Hello, I have a limited to basic understanding of coding and have come to the conclusion I need some help on a project for my site.
I currently have a card game as a printable, but would like to have a version playable in browser. I'm thinking javascript is the way to go here. PHP is not available to me, however I am able to insert code directly into the page. The game would consist of a "startup" image with rules etc. , and then click that image to randomly load one of roughly one hundred card images, then another round and so on. No ending round is needed for this type of game. Also the images will likely be hosted on a separate site so linked by url.
Any and all help is greatly appreciated!