Page 1 of 1

Basic functions for card games

Posted: Tue Mar 03, 2015 6:22 pm
by Dutchman
I have made a basic set of functions to handle playing cards.
The functions are presented as a lib which can be included in a game program.
Three different sizes of spritesheets are avaialble for display of the cards, including jokers and an image of the back.
The files are available in the folder "Cards" at https://www.dropbox.com/sh/g3d1deaewfeb ... jx3Ga?dl=0.
The content and usage is described in the file "- ReadMe.txt"
The test- and demo-program is "Cards basics.txt"

Re: Basic functions for card games

Posted: Tue Mar 03, 2015 7:03 pm
by Mr. Kibernetik
Very nice cards images!

I tried my new automatic code capitalization feature on your code, but... it is already all capitalized! :shock:

Re: Basic functions for card games

Posted: Tue Mar 03, 2015 7:10 pm
by Dutchman
I'm used to do that so that I can easy recognize my own functions and variables. :D