GitXplorerGitXplorer
R

synacor-challenge

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
971e61de21b5d197375ffc11dde8acb6f2bb756f

Create LICENSE

RRossPaterson committed 4 years ago
Unverified
488f498e76ee60e19d5cd63a91efa992fa1e33d2

clarify comments

RRossPaterson committed 4 years ago
Unverified
83a6fd396a13cca7b362d5bc940d2da8160df8a2

key to files

RRossPaterson committed 4 years ago
Unverified
01eb2b3e0d8f5cf562998ab3b5666925786e38df

add map of maze

RRossPaterson committed 5 years ago
Unverified
081d297bd4836985414dbb55472ab3ffd5119612

add dynamic programming solution

RRossPaterson committed 5 years ago
Unverified
73d74e10c399708c4227140053c4d508748ec961

solution

RRossPaterson committed 5 years ago

README

The README file for this repository.

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