cubing / mark2

Client-Side Javascript WCA-Style Scrambler
https://www.cubing.net/mark2/
7 stars 6 forks source link

New square-1 scramble images #152

Closed walterprs closed 12 years ago

walterprs commented 12 years ago

Hello Lucas,

I ported Prisma's graphics module to javascript and replaced Mark2's square-1 scramble drawer. If you like it, I can do the same to the other puzzles.

Walter

lgarron commented 12 years ago

Wow, that's cool!

Unfortunately, it's important to be able to view the pattern at a quick glance, which works better with a net layout.

Right now, we're working on tnoodle for the WCA, and Mark 2 is probably not going to become official. However, your code looks like a good thing to incorporate into Mark 2 when I separate the scramblers and graphics into their own repo.

lgarron commented 12 years ago

I've merged this into a branch. Your code is pretty awesome compared to the old drawing code.