Final task is failing with the following error: The onKeyPress(Key) method must call the gameOver() method and do nothing else, if the canUserMove() method returns false. Recommendation from your mentor: Be sure that the gameOver() method is called if the canUserMove() method returns false.