public override bool Update(GameTime time, HackGameBoard board) { if (board.GetScore() >= targetscore) return true; return false; }