Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stuartpb/ghost-in-the-wires-puzzles

The chapter headings from Ghost in the Wires in convenient hackable JS form.
https://github.com/stuartpb/ghost-in-the-wires-puzzles

Last synced: 6 days ago
JSON representation

The chapter headings from Ghost in the Wires in convenient hackable JS form.

Awesome Lists containing this project

README

        

ghost-in-the-wires-puzzles
==========================

The chapter headings from Ghost in the Wires in convenient hackable JS form.

The puzzles themselves are defined in puzzles.js. Convenient utility functions
for decoding them are in utils.js For spoilers, the answers are in decoders.js.
index.html presents an environment to fiddle with the puzzles and utils.

Interpreting the decoders.js format, and the solution to the last puzzle, are
left as an excercise for the reader.