psuedocode for "readings"
This commit is contained in:
parent
46e747a163
commit
c3d08e4543
4
main.js
4
main.js
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user