Package de.tum.cit.ase.maze.utils
Class Score
java.lang.Object
de.tum.cit.ase.maze.utils.Score
The Score class represents a score in a game.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintvoidincreaseScore(int points) voidvoidsetScore(int points)  
- 
Constructor Details
- 
Score
public Score() 
 - 
 - 
Method Details
- 
increaseScore
public void increaseScore(int points)  - 
getCurrentScore
public int getCurrentScore() - 
resetScore
public void resetScore() - 
setScore
public void setScore(int points)  
 -