cse151b-final-project/wordle/const.py

4 lines
69 B
Python

WORDLE_CHARS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
WORDLE_N = 5
REWARD = 10