2017/2/10
if (score == -4) { Greenfoot.stop(); //or add GameOver Screen or something }
private int score = 0;
X