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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you display how many cards are in the deck?

A

Deck.Getnumberofcards()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you display the cards in the deck?

A

deck.getcarddisplay

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you add a same tool type

A

Modify play card to sequence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you display the next card?

A

Cards.getcarddescriptionat(0)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

how do you make auto difficulty?

A

Modify get cards from deck

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do you get stats from deck?

A

Deck.get stats

then makes stats function with Card TC = Cards[i]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do you makes retrieve card?

A

New card Class

modify get card from deck

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do you complete challenge one off

A

Current lock.Set challenge met to true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly