Alternate project 4 Wordle #428
jdonwells
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One thing about the hangman project is you can complete it without really using a list. That seems bad.
So I have a different project in mind. Wordle.
Starter code looks like this: https://snap.berkeley.edu/snap/snap.html#present:Username=jdonwells&ProjectName=project%204.6%20Wordle%20starter%20code
Finished game looks like this: https://snap.berkeley.edu/snap/snap.html#present:Username=jdonwells&ProjectName=project%204.6%20Wordle
By giving them all the graphics in the starter code we can force them into using lists of lists. That is, we make them use a list of guessed words called old guesses. We also suggest they use a list to hold the next guess called new guess. If they do anything else then the refresh the board block doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions