American Young Coder (AYC)

AYC logo
Loading Events

« All Events

  • This event has passed.

6 PM – USACO Bronze – Gamas (Darin Sub)

May 16 @ 6:00 pm - 7:00 pm

Today We Did
  1. We reviewed Wordle games and learnt how to manipulate 2D Lists. Continue in your file named May9_WordleGame.java, and submit to the google drive: here when you are finished!

Homework:

Continue the homework, make it work with 2D arrays.

// HW
// Create the framework for this wordle game, and try to solve it, keep note of what exact information you are missing to solve this

// note: for this symbol ✓, you can copy paste from here or google the unicode value for ✓ and use it similar to the previous homework

// the x or ✓ appears directly above the word you guessed
  1. // the correct word here is quack
    
    GUESSES:
    1. _ _ _ _ _ 
    
    2. _ _ _ _ _ 
    
    3. _ _ _ _ _ 
    
    4. _ _ _ _ _ 
    
    5. _ _ _ _ _ 
    
    6. _ _ _ _ _ 
    
    YOUR GUESS:
    1. Enter your guess : bloom
    
    GUESSES:
    x x x x x
    1. b l o o m 
    
    2. _ _ _ _ _ 
    
    3. _ _ _ _ _ 
    
    4. _ _ _ _ _ 
    
    5. _ _ _ _ _ 
    
    6. _ _ _ _ _ 
    
    YOUR GUESS:
    2. Enter your guess : flags
    
    GUESSES:
    x x x x x 
    1. b l o o m 
    x x ✓ x x 
    2. f l a g s 
    
    3. _ _ _ _ _ 
    
    4. _ _ _ _ _ 
    
    5. _ _ _ _ _ 
    
    6. _ _ _ _ _ 
    
    YOUR GUESS:
    3. Enter your guess : bush
    
    GUESSES:
    x x x x x
    1. b l o o m 
    x x ✓ x x 
    2. f l a g s 
    x ✓ x x x
    3. b u s h _ 
    
    4. _ _ _ _ _ 
    
    5. _ _ _ _ _ 
    
    6. _ _ _ _ _ 
    
    YOUR GUESS:
    4. Enter your guess : kite
    
    GUESSES:
    x x x x x
    1. b l o o m 
    x x ✓ x x
    2. f l a g s 
    x ✓ x x x
    3. b u s h _ 
    x x x x x
    4. k i t e _ 
    
    5. _ _ _ _ _ 
    
    6. _ _ _ _ _ 
    
    YOUR GUESS:
    5. Enter your guess : quick
    
    GUESSES:
    x x x x x
    1. b l o o m 
    x x ✓ x x
    2. f l a g s 
    x ✓ x x x
    3. b u s h _ 
    x x x x x
    4. k i t e _ 
    ✓ ✓ x ✓ ✓ 
    5. q u i c k 
    
    6. _ _ _ _ _ 
    
    YOUR GUESS:
    6. Enter your guess : addff
    You lost. The correct answer is "quack"

Details

Date:
May 16
Time:
6:00 pm - 7:00 pm
Event Categories:
,
Verified by MonsterInsights