Open I82Much opened 10 years ago
Also the asymmetry is very ugly.
First attempt alternates left, right, top, bottom. But I forgot that all of the 'extents' of the pieces assume that we're going left to right, top to bottom. Makes a pretty cool screw up though.
OK fixed the bugs (off by one errors). Looking much better in symmetrical case. As of commit https://github.com/I82Much/BrickMosaic/commit/d408332fdcdb38036eee77736bb3567bc8647739
The stair stepping in the head is really bad. Probably can't be helped with greedy algorithm though.
e.g. look at attached image - no standard build would ever waste so many small pieces. Could imagine teaching it things like how it's good to alternate rows for rigidity/strength.