Feedback:
Feedback Order: Descending Ascending
Page Navigation: First Previous ( 5 ) Next Last
I really like this tool. Now my Rubik\'s Cube isn\'t all scrambled up on my shelf. I do think entering the current state of a cube is a little tedious at the moment; would it be possible to auto fill colors that can be predicted, like the center color once you put in 2 or the corners once there are 2/3 colors entered? Either way I still like this and will use it whenever the need arises.
Art S. From Albuquerque, NM Left This Feedback At: 13:43:38, 11/05/2014
I\'m doing a livestream on websites to use for solving rubik\'s cubes, but I won\'t have internet connection while doing it. I need a app on amazon app store to show this website even though it won\'t be a website I still need it. By the way your website ranked #1! Please reply to this feedback and if you make the app tell me what it\'s called. Thank you for understanding.
Crazyharry7750@gmail.com From collegeville PA Left This Feedback At: 13:01:14, 11/01/2014
Reply From Admin:
Thank you for your feedback. I have been thinking about making an app for my solution user interface but I have a bunch to learn so it won't be anytime soon. It sounds like a standalone one that does not require internet is what you would like. I will include that in my study of making apps. I suspect that ups the difficulty significantly.
Thank you for your feedback. I have been thinking about making an app for my solution user interface but I have a bunch to learn so it won't be anytime soon. It sounds like a standalone one that does not require internet is what you would like. I will include that in my study of making apps. I suspect that ups the difficulty significantly.
Awesome!!! Thank you sooo much RubikSolve. You\'ve saved a lot of sheer frustration. :-)
puzzled From Adelaide, South Australia Left This Feedback At: 19:39:50, 10/27/2014
This is awesome.... wish i could get the tips and tricks to solve it..
Ajay From India Left This Feedback At: 08:49:43, 10/24/2014
Reply From Admin:
Check out the Links page: http://rubiksolve.com/links.php
It has links to sites that show the basics on how to solve the cube.
Thanks for the feedback!
Check out the Links page: http://rubiksolve.com/links.php
It has links to sites that show the basics on how to solve the cube.
Thanks for the feedback!
THAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANK YOU SO MUCH
A Random User From kissimmee, FL, USA Left This Feedback At: 12:02:38, 09/19/2014
Amazing
sparkymarky From Gateshead Left This Feedback At: 10:46:04, 09/12/2014
This website is amazing! There are a few others but they are no where near as good as this! Keep up the good work
ANONYMOUS From Australia Left This Feedback At: 16:25:24, 08/17/2014
the kids think i am amazing many thanks
prs From northants uk Left This Feedback At: 11:41:59, 07/29/2014
Reply From Admin:
You are welcome. Thank you for taking time to give feedback.
You are welcome. Thank you for taking time to give feedback.
You are great.... thank you so much! Danke well!!!
Caracol From Basel, Switzerland Left This Feedback At: 23:52:52, 07/28/2014
An awesome bit of coding. Respect.
The Caravanman From UK Left This Feedback At: 07:01:30, 07/26/2014
Reply From Admin:
Thank you for the feedback!
Thank you for the feedback!
This thing is EPIC!!!!!!!!! My rubik\'s cube has been scrambled for YEARS!!!! Literally, years. Even the Ruwix solver couldn\'t get it, but thank you for giving me the answer!
Noorquacker From The Milky Way Galaxy Left This Feedback At: 10:10:02, 06/18/2014
Did not solve cube successfully. :(
NP From England Left This Feedback At: 04:30:43, 06/14/2014
Bloody Brilliant! You are so clever Thank you!
The Ninja of Darkness From Spaaaaaaaaace Left This Feedback At: 04:01:08, 06/14/2014
This is the BEST!
mike10 From Ca Left This Feedback At: 16:57:46, 06/04/2014
I\'m really happy I found your page. Especially that moves are doesn\'t depend on position between sides, but just side you want to rotate. It\'s helpful to solve some though rubik\'s puzzle. Thanks!
Piterk From Warsaw, Poland Left This Feedback At: 06:15:22, 05/29/2014
I just wanted to say that this site is amazing and I wasn\'t expecting it everytime to be right I give kudos to the awesome developer for all his hard work thanks for this site :)
Malco From BUrlington ontario Left This Feedback At: 04:08:01, 05/26/2014
colour selection on three of the colours has suddenly been disabled!
doctorD From Uk Left This Feedback At: 11:52:58, 05/07/2014
Reply From Admin:
I have gotten several reports of this but have been unable to recreate the bug. If you run into this issue please let me know what browser and device you are using. I want to get the site back to 100% for everyone but until I can recreate the issue I cant fix it.
I have gotten several reports of this but have been unable to recreate the bug. If you run into this issue please let me know what browser and device you are using. I want to get the site back to 100% for everyone but until I can recreate the issue I cant fix it.
the solution is working wonderfully... but what is the logic behind wont you give how to solve this your way,
,all the time do we need to sit before the net cant we do it or solve it by logical way , is there any solution with you to
make calculations in turn to solve the way you do it please respond
Dr. Kapu Ramesh
,all the time do we need to sit before the net cant we do it or solve it by logical way , is there any solution with you to
make calculations in turn to solve the way you do it please respond
Dr. Kapu Ramesh
dr kapu ramesh From siddipet india Left This Feedback At: 08:04:43, 04/15/2014
Reply From Admin:
The algorithm that you are asking about is the Kociemba algorithm which can be found over at http://www.kociemba.org/cube.htm
As for the code that I use to generate the moves, it is a variation of the C program that Greg Schmidt created over a decade ago, I just put a nice website GUI on the front and back end, and tweaked his code to run on a server. I can’t find the original location where I got his code, but a quick Google search yields a couple of links:
http://www.randelshofer.ch/cubetwister/javadoc/ch/randelshofer/rubik/solver/KociembaCube.html
http://nova.polymtl.ca/~simark/solverB/README.TXT
http://www.wrongway.org/?rubiksource (has source code for many solvertypes)
The website basically just puts together a nice GUI to interface with the C code at the links above.
The algorithm that you are asking about is the Kociemba algorithm which can be found over at http://www.kociemba.org/cube.htm
As for the code that I use to generate the moves, it is a variation of the C program that Greg Schmidt created over a decade ago, I just put a nice website GUI on the front and back end, and tweaked his code to run on a server. I can’t find the original location where I got his code, but a quick Google search yields a couple of links:
http://www.randelshofer.ch/cubetwister/javadoc/ch/randelshofer/rubik/solver/KociembaCube.html
http://nova.polymtl.ca/~simark/solverB/README.TXT
http://www.wrongway.org/?rubiksource (has source code for many solvertypes)
The website basically just puts together a nice GUI to interface with the C code at the links above.
Doesn\'t work for me. It sort of gets close, but doesn\'t actually solve the cube. I had to try about 3 times before it solved it.
Tried a very similar app on the iPhone with no problems, so I suspect there\'s something wrong in your code.
Tried a very similar app on the iPhone with no problems, so I suspect there\'s something wrong in your code.
RC From London, UK Left This Feedback At: 12:56:26, 02/10/2014
Reply From Admin:
Without further details it is hard to determine if the server timed out on your cube or if it is actually a code problem. You go on to say it did solve it on the third time. If you have an app that provides you better results than you should probably use that. :-) This is still the only app/site that I have seen that boils the solutions down to an easy to use instruction. Everyone else seems to require high processing animations or crazy terminology. Suggestions and feedback are always welcome.
Without further details it is hard to determine if the server timed out on your cube or if it is actually a code problem. You go on to say it did solve it on the third time. If you have an app that provides you better results than you should probably use that. :-) This is still the only app/site that I have seen that boils the solutions down to an easy to use instruction. Everyone else seems to require high processing animations or crazy terminology. Suggestions and feedback are always welcome.
I love this site!!! I\'m kind of OCD about having my Rubik\'s cube solved and have 4 kids who love to mess it up. Needless to say, I use the solver often. Thank you for giving me a way to solve my cube that doesn\'t take me all day because I rarely have even 5 minutes. I love thinking through how to solve the cube on my own but this site is great when I don\'t have time to exercise my brain.
Mom4-4 From Salt Lake City, ut,USA Left This Feedback At: 19:12:01, 02/06/2014
Brilliant. It solved my cube which had never been returned to the solved state before. Thanks for this wonderful tool.
huzzarisme From UK Left This Feedback At: 16:00:36, 01/28/2014
hello
nini From tbilisi Left This Feedback At: 02:43:54, 01/28/2014
this sucks and never works better fix it or I will yelp.com it bad reviews
this sucks From u.s.a. Left This Feedback At: 17:48:48, 01/09/2014
Reply From Admin:
All feedback good and bad is welcome. Most people seem to be able to get it to work, I track failures versus successes and successes win 8 to 1. I continue to monitor the numbers.
All feedback good and bad is welcome. Most people seem to be able to get it to work, I track failures versus successes and successes win 8 to 1. I continue to monitor the numbers.
Sorry to tell you this but it doesnt work!
Cameron From New Zealand Left This Feedback At: 11:36:17, 01/05/2014
Dear Author!Thank you very much for this site, your program.It really worked.Also it was surprisingly to found sources.
I wish your site to be at Internet top)
I wish your site to be at Internet top)
grom4ik From Zaporizhzhya, Ukraine Left This Feedback At: 10:37:43, 01/02/2014
Page Navigation: First Previous ( 5 ) Next Last