Skip to content

core, add command-line option to set the difficulty.

Johnny Jazeix requested to merge work/difficultyOption into master

gcompris-qt --difficulty x to set to x difficulty (x between 1 and 6) or gcompris-qt --difficulty x-y to set difficulty between x and y (x and between 1 and 6, x < y). If there is any error parsing the difficulty, an error is displayed and GCompris leaves.

Merge request reports