| Class | Description |
|---|---|
| GUI |
GUIOrig.java is the class which holds the thread for running the main GUIOrig of starvation evasion
The GUIOrig is responsible for drawing the game state on the screen for the user and for receiving user input
The GUIOrig displays to the user the the time remaining in the phase, the visualization, data graphs
information related to food products, the user's hand, the cards the user has drafted, the user's deck and discard pile,
and other information relating to the draft.
|
| SummaryBar |
SummaryBar is the node which is displayed at the top of the GUIOrig.
|
| Timer |
Timer is the class responsible for representing the countdown timer for the two different game phases
DraftingPhase has 5 minutes
VotingPhase hase 2 minutes
|