Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jwarwick/synacor

Synacor Challenge
https://github.com/jwarwick/synacor

Last synced: 4 days ago
JSON representation

Synacor Challenge

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).