Skip to content

jirapave/PentominoRuby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pentomino Solver

About

Pentomino solver is a ruby program, which is capable of solving 2D Pentomino problems. Width and height of a desk can set. You can use either basic pentomino shapes or define your own in a file.

Defining own shapes

You can define your own shapes in a file and set the program tu use it. Syntax is like following:
type,number:number,number:number……
Type: Should be unique, some text, for example “L”
Number: Any Integer, means X and Y coordinate of a point relative to 0,0, which is always starting point of shape (you don’t have to create that one).

Example: L,0:-1,0:-2,0:-3,1:-3 creates classic L shape

About

Pentomino solver which can be used with own defined shapes or predefined

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages