Skip to content

RossPaterson/synacor-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

synacor-challenge

A solution to Eric Wastl's Synacor Challenge (https://challenge.synacor.com/)

  • Machine.hs, State.hs: implementation of the virtual machine
  • game.hs, script: run the game, with a script of commands
  • maze.gv: map of the maze of twisty little passages (in GraphViz format)
  • coins.hs: solver for the coin puzzle
  • teleporter.lhs: solver for the teleporter puzzle
  • orb.h: solver for the orb puzzle