ericmichael / polyomino

Self-Assembly of Polyomino Tiles
3 stars 2 forks source link

Fuller 'Tetris' example #10

Closed ericmichael closed 10 years ago

ericmichael commented 10 years ago

The example in main with the 'Tetris' Polyominos needs more work in the glue department.

Right now it uses the 'I' polytile as the seed and grows to additional assemblies. We need this example to grow further.

I think we just need to go over all the glues again and make sure they are correct in the generators. I probably changed some to simplify the initial problem.

Mariomds commented 10 years ago

Tetris example is now infinite by the X attaching to other X's on all available glues.

ericmichael commented 10 years ago

Don't think this is working for me on latest version of master

ericmichael commented 10 years ago

Moving on to better examples.