pseudocode for the functions.

This commit is contained in:
patriciarealini 2015-09-23 14:29:52 -07:00
parent 5d1cef5c44
commit 818cd04d09

View File

@ -2322,9 +2322,12 @@ deck = {
};
// MODULE 2: Functions
//create functions 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.
//fetch the element class to get the name of the card.
//fetch the element class to get the position of the card.
//fetch the element class to get the orientation of the card.
//get & output the appropriate object based on the classes assigned to the element.
// MODULE 3: Execution