Skip to content

jaspervdj/PhitSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

PhitSolver

What

PhitSolver is a Haskell program to solve puzzles from the Phit Droid puzzle game on Android (http://www.mtoy.biz/phitdroid2ndEdition.html).

Usage

Pieces are described by # characters. Leave an empty line between every piece. The first piece given is considered as the board.

Example

$ ghc --make PhitSolver.hs
[1 of 1] Compiling Main             ( PhitSolver.hs, PhitSolver.o )
Linking PhitSolver ...
$ cat input.txt
####
####
####
####

###

#
##

##

#
#

##
#

##
 #
$ cat input.txt | ./PhitSolver
aadd
eabb
eebc
fffc

About

Haskell program to solve PhitDroid (http://www.mtoy.biz/phitdroid2ndEdition.html) puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published