« All Events
6 PM – USACO – Gamas
January 23 @ 6:00 pm - 7:00 pm
Today We Did
- We reviewed Word guessing / Hangman game.
- We started on Wordle game.
Homework
- Continue implementation of WordleGame.
- Use checkmark (✓) if the letter exist and the position is correct.
- Use x if the letter exists but the position is not correct.
- Below is the expected result.
DEBUG - quack
1. _ _ _ _ _
2. _ _ _ _ _
3. _ _ _ _ _
4. _ _ _ _ _
5. _ _ _ _ _
6. _ _ _ _ _
1. Enter your guess : bloom
1. b l o o m
2. _ _ _ _ _
3. _ _ _ _ _
4. _ _ _ _ _
5. _ _ _ _ _
6. _ _ _ _ _
2. Enter your guess : flags
1. b l o o m
✓
2. f l a g s
3. _ _ _ _ _
4. _ _ _ _ _
5. _ _ _ _ _
6. _ _ _ _ _
3. Enter your guess : bush
1. b l o o m
✓
2. f l a g s
✓
3. b u s h _
4. _ _ _ _ _
5. _ _ _ _ _
6. _ _ _ _ _
4. Enter your guess : kite
1. b l o o m
✓
2. f l a g s
✓
3. b u s h _
x
4. k i t e _
5. _ _ _ _ _
6. _ _ _ _ _
5. Enter your guess : quick
1. b l o o m
✓
2. f l a g s
✓
3. b u s h _
x
4. k i t e _
✓ ✓ ✓ ✓
5. q u i c k
6. _ _ _ _ _
6. Enter your guess : addff
Sorry you lose - quack