Sha256: f9a88a112c57b2a9afcc64a6a1d39b61db8570c07c71de83187b442f033b01dd
Contents?: true
Size: 234 Bytes
Versions: 1
Compression:
Stored size: 234 Bytes
Contents
# frozen_string_literal: true module CodebreakerDiz CODE_LENGTH = 4 MIN = 1 MAX = 6 DIFFICULTIES = { kid: { tries: 15, hints: 2 }, average: { tries: 10, hints: 1 }, hacker: { tries: 5, hints: 1 } }.freeze end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
codebreaker_diz-0.1.2 | lib/codebreaker_diz/config.rb |