Method: StudioGame::Player#score

Defined in:
lib/studio_game/player.rb

#scoreObject



25
26
27
28
# File 'lib/studio_game/player.rb', line 25

def score
    # @health + @name.length
    @health + points
end