Skip to content

marty777/synacor-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

synacor-challenge

Rust implementation of the Synacor Challenge

Usage:

	synacor-challenge.exe [OPTIONS] <INPUT>
	or
	cargo run -- [OPTIONS] <INPUT>

ARGS:
	<INPUT>    Your challenge.bin file

OPTIONS:
	-d <FILE>               Export a decompiled version of the challenge binary to text file
	-h, --help              Print help information
	-i                      Disables autosolving and runs the challenge binary in interactive
							terminal mode.
	-t <SEARCH_TYPE>        Enables the search for teleporter setting rather than using a
							precomputed solution. [possible values: single, parallel]

Example:

synacor-challenge.exe challenge.bin

Thank you to Eric Wastl for a fun set of challenges!

About

Rust implementation of the Synacor Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages