From 753a7a9ec63a2715ff221dd243bee5cbe8559162 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Sun, 29 May 2016 17:33:54 +0930 Subject: [PATCH] Add notes.md --- notes.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 notes.md diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..47d2940 --- /dev/null +++ b/notes.md @@ -0,0 +1,42 @@ +# Spoilers! + +Note: Codes seem to be unique for every user. + +## Code 1 +Found in `arch-spec`. + + == hints == + - Here's a code for the challenge website: ............ + +## Code 2 +Obtained on initial execution of code. (Or just be lazy like me and extract it from the binary.) + + Welcome to the Synacor Challenge! + Please record your progress by putting codes like + this one into the challenge website: ............ + +Required opcodes: `nop` and `out` + +## Code 3 +Obtained at the completion of the self-test. + + Executing self-test... + + self-test complete, all tests pass + The self-test completion code is: ............ + +Required opcodes: All except `halt` and `in` + +## Code 4 +At the foothills, the first area of the RPG: + + == Foothills == + Things of interest here: + - tablet + + > take tablet + + > use tablet + You find yourself writing "............" on the tablet. Perhaps it's some kind of code? + +Required opcodes: All except `halt`