Package | Description |
---|---|
me.lihq.game | |
me.lihq.game.people | |
me.lihq.game.people.controller |
Modifier and Type | Field and Description |
---|---|
private ScoreTracker |
ConversationManagement.scoreTracker |
ScoreTracker |
GameMain.scoreTracker
The score tracker.
|
Constructor and Description |
---|
ConversationManagement(Player player,
SpeechboxManager speechboxManager,
ScoreTracker scoreTracker)
This constructs a conversation manager.
|
Modifier and Type | Method and Description |
---|---|
private void |
Player.checkForClue(ScoreTracker scoreTracker)
This method checks to see if the tile the player is facing has a clue hidden in it or not
|
void |
Player.interact(ScoreTracker scoreTracker)
This method is called when the player interacts with the map
|
Modifier and Type | Field and Description |
---|---|
private ScoreTracker |
PlayerController.scoreTracker |
Constructor and Description |
---|
PlayerController(Player player,
ScoreTracker scoreTracker)
Constructor to create the PlayerController to control the provided Player
|