08-30-2023 11:21 AM
I wanted to create some card game applications in LabVIEW,
Wondering if anybody could turn me on to a standard deck of cards VI?
08-30-2023 11:41 AM
Hi led,
@LED47 wrote:
I wanted to create some card game applications in LabVIEW,
Wondering if anybody could turn me on to a standard deck of cards VI?
All you need are images of all cards in a deck: use your favourite search engine to find them.
Then you can load them as needed using PictureFile functions and display them in a 2DPicture indicator...
08-30-2023 12:32 PM - edited 08-30-2023 12:41 PM
A quick google search would have found the typedef (picture ring of a deck of cards) here ...
but there are many more....
Note that you might want to rearrange the items according to your needs. In particular, one above start the suit with the ace and the other ends with the ace.
08-30-2023 03:37 PM
Thank You!