Skip to content

naydichev/picrosolve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

picrosolve

a simple picross solver

Install

To install just clone and python setup.py install

Use

Create a puzzle file that looks like the following:

cat sample_puzzle.txt
[rows]
1 1
3
1 1

[cols]
3
1
3

Execute with the following

picrosolve solve sample_puzzle.txt
 ==== Solved ====
----------------
|    | 3| 1| 3|
----------------
| 1 1||||
|   3||||
| 1 1||||
----------------
There are 6/6 solved sequences

About

a simple picross solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages