DifficultyPicker automatically varies the difficulty of the game

Use DifficultyPicker to set up automatic difficulty adjustments for your game.

p = new DifficultyPicker 1, 50
onRoundStart ->
  write p.pick()

You need two things to make a DifficultyPicker work in your game:


How it works

Here are the nitty gritty details about how the DifficultyPicker chooses numbers: