org.dartra.framework
Interface Score

All Known Implementing Classes:
StandardScore

public interface Score

A player's score.

Score objects are value objects. They are created by a game implementation.

Author:
Erwin Vervaet

Method Summary
 int getValue()
          Get the score value.
 

Method Detail

getValue

public int getValue()

Get the score value.