Skip to content

Commit

Permalink
Adding a new challenge: Mysterious Box
Browse files Browse the repository at this point in the history
  • Loading branch information
arguiot committed May 24, 2018
1 parent 6703cd0 commit c8b365b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _data/noob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
fancy: Caesar Encrypt
question: caesar-encrypt.md
answer: LIPPS
- name: box
fancy: Mysterious Box
question: box.md
answer: WINNER
- name: inverse
fancy: ATBASHCipher
question: inverse.md
Expand Down
13 changes: 13 additions & 0 deletions noob_questions/box.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# The problem
![Box with 9 23 14 14 18 5 written on it](https://ds055uzetaobb.cloudfront.net/image_optimizer/4792c83f3197dbc4d38097fd1fd45e3b8cffff7c.png)

A magic word is needed to open a certain box. A secret code assign each letter of the alphabet to a unique number. The code for the magic word is written on the outside of he box.

# What is the word inside the box?
To help you, here is some words that could have been written:
- LOOSER
- SECRET
- LOTTOS
- WINNER

_This challenge was inspired by [Brilliant](http://brilliant.org)_

0 comments on commit c8b365b

Please sign in to comment.