Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwarwick/synacor
Synacor Challenge
https://github.com/jwarwick/synacor
Last synced: 4 days ago
JSON representation
Synacor Challenge
- Host: GitHub
- URL: https://github.com/jwarwick/synacor
- Owner: jwarwick
- License: mit
- Created: 2016-12-31T18:46:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-26T23:13:27.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T04:41:32.547Z (about 2 months ago)
- Language: Assembly
- Size: 410 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Synacor Challenge
Elixir implementation of the [Synacor Challenge](https://challenge.synacor.com)
## Usage
```
% iex -S mix
...
iex(1)> Synacor.Terminal.run "challenge.bin"
...
> solve
```## SPOILERS
Locations of the eight codes:
1. In the `arch-spec` document
2. When starting the VM
3. When the VM completes the self test
4. In `use tablet`
5. Chiseled on the wall of the twisty little passages (you may need the lit lantern)
6. In `use teleporter`
7. Written in the sand after teleporting to the island (need to get the registers correct)
8. In `use mirror` (text is mirrored)## License
See the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).