oal / SlitherlinkScala

Slitherlink solver in Scala using functional programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slitherlink Scala, DAT233

University of Agder, fall 2016

Made by:

  • André Torsvik
  • Olav Andreas Lindekleiv
  • André Hauge Jegtvolden

Puzzles

Puzzles are placed in the "input" directory, and are written to "output" as soon as all puzzles in a file are solved.

How to run it

First, cd into the SlitherlinkScala directory, then run:

mkdir out
scalac -cp . src/*.scala -d out/
scala -cp out Runner

About

Slitherlink solver in Scala using functional programming


Languages

Language:Scala 100.0%