mirror of
https://github.com/ltcptgeneral/cse151b-final-project.git
synced 2024-11-10 07:04:45 +00:00
4 lines
69 B
Python
4 lines
69 B
Python
|
WORDLE_CHARS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
|
||
|
WORDLE_N = 5
|
||
|
REWARD = 10
|