Exemplo n.º 1
0
    public void NextQuestion()
    {
        _gameView.ReinitializeFiguresRandomly(_spawnedFigures);
        _gameView.RecolorAll(_spawnedFigures);

        _score += 100;
        _gameView.PrintScore(_score);

        _functionTimer.AddSecondsToTimer(3);

        ExecuteRandomQuestion();
    }