Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #177: Ham Hamlet

olga_strubbe
11 - Bolide

I followed the solution proposed to figure out the extra credit assignment - this was a tough one, I admit, for me.  I did learn new tips on using RegEx when parsing into 1-4 word pairs (nice use of RegEx!)  thank you , @AYXAcademy !

ed_hayter
12 - Quasar

This challenge was hell

 

Spoiler
Strategy was to identify the most common characters a, y and space then try and reverse engineer some of the values based on word configurations.

I started by working out by or "ybyay" and also found S from a word that looked like "atessay" as states.

Also worth noting you can brute force the macro by trying all combinations as it does not penalize wrong guesses.

image.png
gawa
15 - Aurora
15 - Aurora

done

Christina_H
14 - Magnetar

Fun challenge using trial and error to decode the message!

Spoiler
image.png

 

tammybrown_tds
9 - Comet

This was nothing short of confusing for me.  I really didn't understand what it was doing, even after using the solution for a guide.