santit96's picture
Fix typo
db761e2
raw
history blame
85 Bytes
WORDLE_CHARS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
WORDLE_N = 5
REWARD = 10
CHAR_REWARD = 1