Week 14

Final Project Development

Intro

This week we will evaluate your plans for your deck of cards and talk about strategies for generating it with code.

Sync Up

Activities

Begin translating your sketches into code form using this project template as a starting point.

  1. Start by replacing the contents of its cards.csv file with the spreadsheet data you have prepared for your deck of cards
  2. Refine its drawCard() 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.