SnakeGame.score

Counts how much score the player has.

class SnakeGame
int score;

Meta