private void PlatformCompleted()
    {
        characterScript.MoveToPosition(_activePlatform.JumpPoint);

        platformGenerator.CompletePlatform(_activePlatform, _incorrectLetterCount);

        _activePlatform = platformGenerator.GetNextPlatform();

        _currentletterIndex   = 0;
        _incorrectLetterCount = 0;
    }