Skeleton Flashcards
1
Q
How do you make numbers that aren’t 1- 5 out of range?
A
modify getchoice code with another do while
2
Q
How do you display how many cards are in the deck?
A
Deck.Getnumberofcards()
3
Q
How do you display the cards in the deck?
A
deck.getcarddisplay
4
Q
How do you add a same tool type
A
Modify play card to sequence
5
Q
How do you display the next card?
A
Cards.getcarddescriptionat(0)
6
Q
how do you make auto difficulty?
A
Modify get cards from deck
7
Q
How do you get stats from deck?
A
Deck.get stats
then makes stats function with Card TC = Cards[i]
8
Q
How do you makes retrieve card?
A
New card Class
modify get card from deck
9
Q
How do you complete challenge one off
A
Current lock.Set challenge met to true