I am working on a combinatorial card game,when the world is initiated and first card gets clicked the score is set to zero but the values of the remaining cards changes based on a list of integers of how well each card combines with that card,when the next card gets clicked the integer value of that card is added to the score and so on and so on. So how do I do it how would I assign an integer value to each actor/card based on the previous actor/card chosen..Can someone please help me using a simple example of 5 cards? my actual list has 40+ cards but a five card code will help me to understand the gist of it
