Skip to content

Request a set of strings from the API, decode them, and post them back to the API to see if they're correct. If you're right, we'll give you a harder set to solve.

Notifications You must be signed in to change notification settings

noops-challenge/riddlebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

riddlebot

👋 Meet Riddlebot

Riddlebot loves puzzles, riddles, and most of all: ciphers.

Riddlebot will send you riddles in the form of encrypted messages. It's up to you to decrypt them and send them back to Riddlebot's API.

Each challenge is more difficlut than the last. Can you solve them all?

🤖 API

Get started at https://api.noopschallenge.com/riddlebot/start

Post your login to riddlebot to get started with the challenge.

POST https://api.noopschallenge.com/riddlebot/start

{
 "login": "noop-challenger"
}
{
  "message": "Hello from Riddlebot. Get the first riddle at the provided riddlePath",
  "riddlePath": "/riddlebot/riddles/1234567"
}

Get the first riddle

GET https://api.noopschallenge.com/riddlebot/riddles/Zsy4sdsCuYrIPwbnw5HOowNvsWcxmh_uo31C8tkN4wU

{
  "message": "The riddleText is reversed. When you have figured out the answer, post it back as JSON. See the exampleResponse for details.",
  "riddlePath": "/riddlebot/riddles/1234567",
  "exampleResponse": { "answer": "ANSWER GOES HERE" },
  "riddleType": "reverse",
  "riddleText": "EVIF EERHT OREZ XIS OWT OWT NEVES RUOF EVIF THGIE TA KCAB EM LLAC ESAELP TOBHTAP SI TI OLLEH"
}

POST to solve the first riddle

POST https://api.noopschallenge.com/riddlebot/riddles/Zsy4sdsCuYrIPwbnw5HOowNvsWcxmh_uo31C8tkN4wU

{
 "answer": "..."
}

If your answer is correct, you will get the path of the next riddle in the response.

If you can solve all of the riddles, Riddlebot will grant you a certificate of riddleology.

See the API documentation for more information.

Ruby starter kit

The included (ruby starter)[./riddlebot.rb] shows how to interact with the Riddlebot API. It's up to you to write the code to figure out the answers. Good luck!

More about Riddlebot here: https://noopschallenge.com/challenges/riddlebot

About

Request a set of strings from the API, decode them, and post them back to the API to see if they're correct. If you're right, we'll give you a harder set to solve.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages