This week we will evaluate your plans for your deck of cards and talk about strategies for generating it with code.
Begin translating your sketches into code form using this project template as a starting point.
cards.csv
file with the spreadsheet data you have prepared for your deck of cardsdrawCard()
function to generate each of the cards in your deck. Use the attributes of the card
argument to draw a specific card and interact with the on-screen slider control to pick which card is currently being drawn.