psuedocode for "readings"

This commit is contained in:
patriciarealini 2015-09-10 22:18:44 -07:00
parent 46e747a163
commit c3d08e4543

View File

@ -142,7 +142,7 @@ var deck = new Object ();
//layer 1. card (78) //layer 1. card (78)
//layer 2. position (7) //layer 2. position (7)
//layer 3. orientation (2) //layer 3. orientation (2)
var deck = { deck = {
fool: { fool: {
thePast: { thePast: {
up: [], 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. //create a function that prints the string stored in the deck object for the card that is dealt.
// MODULE 2C: Execution // MODULE 2C: Execution