module AlexCodebreaker module Modules module Settings MATCHING = { place: '+', presence: '-' }.freeze CODE_MIN_DIGIT = 1 CODE_MAX_DIGIT = 6 CODE_LENGTH = 4 MIN_PLAYER_NAME_LENGTH = 3 MAX_PLAYER_NAME_LENGTH = 20 end end end