Skip to content

mikelneonedwin/bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Puzzles

This repository is a small collection of developer puzzles built around binary artifacts and narrative clues.

Each puzzle gives you a story and one or more files to inspect. Your job is to interpret the artifacts, write your own solver in any language you like, and unscramble the binary data back into its original form.

The puzzles are intentionally open-ended:

  • You can use any programming language or tooling.
  • You can solve each puzzle however you want.
  • You should submit your work as code, not as a written reveal of the answer.

Puzzle Outcomes

  • Puzzle 1 unscrambles to readable English text.
  • Puzzle 2 unscrambles to playable media.

The repository does not document the solving method. The challenge is in finding that for yourself from the provided materials.

Repository Layout

.
├── puzzles/
│   ├── 01-sorting-of-souls/
│   └── 02-war-commander/

Each puzzle folder contains the public challenge artifacts plus an answers/ directory for submissions.

How To Participate

  1. Pick a puzzle.
  2. Read the story and inspect the provided files.
  3. Build your own solver.
  4. Place your solution inside that puzzle's answers/ directory.
  5. Open a pull request.

See CONTRIBUTING.md for the submission format.

Warning: When reading text files, be careful to get rid of carriage returns (\r).

Puzzles

About

A collection of puzzles where bytes have been scrambled and it's your job to crack them. Solve the puzzle, PR your solution, see how others approached the same problem.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors