santit96's picture
Add correct char reward as a constant
86f1c6b
raw
history blame
87 Bytes
WORDLE_CHARS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
WORDLE_N = 5
REWARD = 10
CHAR_REWARD = 0.1