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
-
Method Summary
Modifier and TypeMethodDescriptionint
void
increaseScore
(int points) void
void
setScore
(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)
-