- t1Point(int) - Method in class game.Euchre
-
An adder that increments team 1's score.
- t2Point(int) - Method in class game.Euchre
-
An incrementor that increments team 2's score.
- takeTrick(ArrayList<Card>) - Method in class game.Euchre
-
A method that determines which card is the highest out of those
played, and will return that card.
- Team - Enum in game
-
A enumerated class that holds team information.
- testCreateDeck() - Method in class game.EuchreTest
-
- testGameStatus() - Method in class game.EuchreTest
-
- testPrintCards() - Method in class game.EuchreTest
-
- testShuffle() - Method in class game.EuchreTest
-
- toString() - Method in class game.Card
-
A toString method that returns a string for each card depending
on their set number from cardName.