-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Client] Translate Human Moves #32
Comments
robertbates1995
changed the title
[Server] translate human moves into CUBOTino compatible moves
[Client] translate human moves into CUBOTino compatible moves
Apr 11, 2023
The introduction of the MacroMove enum is the first step towards fixing this issue. |
robertbates1995
added a commit
that referenced
this issue
Apr 20, 2023
robertbates1995
changed the title
[Client] translate human moves into CUBOTino compatible moves
[Client] Translate Human Moves
Apr 26, 2023
robertbates1995
added a commit
that referenced
this issue
May 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Kociemba algorithm being used for this project gives a solution that is comprised of moves a human could perform. Because the CUBOTino only rotates the bottom of the cube, the incoming moves need to be 'translated' so that it can preform the solution given by our algorithm.
The text was updated successfully, but these errors were encountered: