diff --git a/main.js b/main.js index db52aa3..bf285c1 100644 --- a/main.js +++ b/main.js @@ -142,7 +142,7 @@ var deck = new Object (); //layer 1. card (78) //layer 2. position (7) //layer 3. orientation (2) -var deck = { +deck = { fool: { thePast: { up: [], @@ -2459,5 +2459,7 @@ var deck = { //create a function that prints the string stored in the deck object for the card that is dealt. + + // MODULE 2C: Execution