Skip to content

done#14

Open
YairSas wants to merge 5 commits intogigamonkey:mainfrom
YairSas:main
Open

done#14
YairSas wants to merge 5 commits intogigamonkey:mainfrom
YairSas:main

Conversation

@YairSas
Copy link
Copy Markdown

@YairSas YairSas commented Feb 4, 2025

Here is the implementation of an extra challenge, the LeBron puzzle step

Copy link
Copy Markdown
Owner

@gigamonkey gigamonkey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One suggestion for a change to your solution script and then this will be ready to merge.

Comment thread solutions/LeBron.sh Outdated
YairSas and others added 2 commits February 10, 2025 15:29
Co-authored-by: Peter Seibel <peter@gigamonkeys.com>
@YairSas YairSas requested a review from gigamonkey February 10, 2025 23:34
Copy link
Copy Markdown
Owner

@gigamonkey gigamonkey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops. I lied. I just noticed that your solution doesn't work and your hint is maybe not sufficient for the player to solve the puzzle.

Comment thread solutions/LeBron.sh
grep -o 'LeBron.*' puzzle/LeBronInfo.txt \
| sed -n '50p' \
| sed 's/^LeBron\s*//' No newline at end of file
sed -n '50s/^LeBron\s*//p' puzzle/LeBronInfo.txt No newline at end of file
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops. I just noticed this doesn't actually work. You should test your solution and fix it. Maybe you changed the puzzle? Or possibly I didn't test it before and assumed it worked. At any rate, it doesn't work now.

Comment thread build/LeBron.sh
echo "Oh hail the mighty LeBron James, the king of the NBA and greatest basketball player of all time!" >> "$FILE"
done

echo "Secret is appended immediately after 'LeBron' on the 50th line, with no spaces in between."
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feels like you need to tell them what file it's in or how to find it in the hint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants