American Young Coder (AYC)

AYC logo
Loading Events

« All Events

  • This event has passed.

7 PM – Intro to Competitive Programming – Darin

May 13 @ 7:00 pm - 8:00 pm

What We Did Today:

  1. Finished the hangman game
  2. Introduced the Wordle game

Homework:

Continue in your file named May13_Wordle.java, and submit to the google drive: here when you are finished!

// 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:
    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"

Notes:

You can reach out to me at ddjapri@ayclogic.com if you have any questions!

You can find class notes here.

Details

Date:
May 13
Time:
7:00 pm - 8:00 pm
Event Categories:
,
Verified by MonsterInsights