Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stuartpb/ghost-in-the-wires-puzzles
- Owner: stuartpb
- Created: 2013-07-01T23:00:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T20:21:58.000Z (over 8 years ago)
- Last Synced: 2024-04-09T22:14:41.064Z (9 months ago)
- Homepage: https://stuartpb.github.io/ghost-in-the-wires-puzzles/
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.