lymacasm / Rubik-s-Cube

Rubiks's Cube Solver Repository
1 stars 1 forks source link

Added scrambler #18

Closed batesandy123 closed 9 years ago

batesandy123 commented 9 years ago

I added the ability to scramble a Rubik cube. This will automatically reset the target color for the solver class.

lymacasm commented 9 years ago

@bates-andy123 Did this work on your machine? Nothing happens when I press any of the buttons on mine.

lymacasm commented 9 years ago

This is what I get when I click a button screen shot 2015-04-12 at 10 00 46 am

batesandy123 commented 9 years ago

I took the jQuery library out. When I made that branch. I think next time I will leave it in for simplicity. You have to place the jQuery library in the app/static folder.

@lymacasm

lymacasm commented 9 years ago

Awesome, it works. I think we should keep the library in, that way we don't need to copy it in every time we checkout master. I'll merge the pull request, and then merge the jquery addition into master.