public bool testScore() { if (utilities.getHighScore() < playerScore) { utilities.saveHighScore(playerScore); return(true); } return(false); }