I need help with drawing three stacks of chips at all four corners of the screen. I am drawing red, white, and blue chips. I have drawn all chips on the top left with a few lines of code. I have also drawn a white stack of chips at all four locations, but there is a lot of code involved in that.
I am wondering what to do to draw a stack of blue, and red chips at the four locations without a lot of code. I put the x, and y locations in an array, but the chips are only drawn in the last location.
Also does anybody have any tips on how to make a card game?
–Blatex24