Skip to content

Instantly share code, notes, and snippets.

View judemelancon's full-sized avatar

Jude Melancon judemelancon

View GitHub Profile
// This decodes the ??? entries from LYNE http://www.lynegame.com/
// They are part of the #solvelyne puzzle.
// This is can be run in LINQPad ( http://www.linqpad.net/ ) in C# Program mode, but it should also work as a single-class project.
// It is a direct translation of https://gist.github.com/BlaXpirit/9902067 by Oleh Prypin (BlaXpirit).
// It relies on data from http://blaxpirit.pythonanywhere.com/lyne/information .
// LYNE's Developer: Thomas Bowker http://thomasbowker.com/
// Discussion: http://steamcommunity.com/app/266010/discussions/0/558750717604246010/
// Mist ( http://steamcommunity.com/profiles/76561198025724101 ) appears to be the first to complete a substantial solution.
// BlaXpirit [UA] ( http://steamcommunity.com/id/blaxpirit ), again, gathered the information and wrote the Python Gist upon which this was based.