My solution to the Synacor Challange based on the archived specification
python -m synacor spec/challenge.bin
python -m synacor adventure
python -m synacor disassemble spec/challenge.bin
python -m synacor coins
rustc synacor/energy_level.rs
./energy_level
python -m synacor orb-maze
pre-commit install
Based on the archived specification
Developed under the MIT license.