Jim Bumgardner

Results 3 issues of Jim Bumgardner

Around line 120, in the beginMove function, there is a line that begins if (this.maskGraphics.getBounds().contains... That checks the bounds of the maskGraphics. On iOS getBounds() returns undefined, and this kills...

I programmed the one at wheelof.com - feel free to contact me if you want some tips on improving the realism of the motion on this one (especially the way...

I've produced a test suite of all the patterns from Toussaint's paper, which I'll include here. ``` let test_suite = [ [[3,2], [1, 1, 0]], [[4,3], [1, 1, 1, 0]],...