Hi,
I want to have some data that holds numbers 0-51, and then each value correlates to a card.
Now I'm just writing a shuffle and deal mechanic, and I thought that dictionary would be best, but now I've changed my mind. Actually, it would be an array.
I've got the data saved as a CSV in Excel (which I tried to convert into a dictionary .json file for C3 with no success). What's the best thing to do?
I can't seem to get my CSV file to convert to array or dictionary properly. Is there a way to do this? Or do I simply have to re-input that data each time I make a mistake?! That seems overly punitive.
Thanks