GitXplorerGitXplorer
y

rubikscube

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
3c3eae863865ff4cdda3cf1d134f52a212cd51c9

Cool original icon was added :)

yyeputons committed 11 years ago
Unverified
abd65ddced489f2558d2f6d20f2622675d9148c8

README updated

yyeputons committed 11 years ago
Unverified
2c32a66f2bf46da5eda1f51946894ebf3d2b7397

Fixed bug with AlertDialog 'unable to load cube' when clicking on 'Restore' button if no 'cube.bin' was found

yyeputons committed 11 years ago
Unverified
013234726054c6259fbea8295daa9b8672cf3b73

Added logging of number of operations

yyeputons committed 11 years ago
Unverified
e5fab5236da8877cddc8cddff029cef359ba57be

RubikSolver: now SequenceRecorder is a parameter of class, all methods except build*() are private

yyeputons committed 11 years ago
Unverified
938cb1e98a927cd51702985de191550b3e80dbc7

SequenceRecorder: rotateYRev() and performRotationRev() methods were added, they're used in RubikSolver now

yyeputons committed 11 years ago

README

The README file for this repository.

rubikscube

This is an Android application for solving a Rubik's cube. Part of a 2013-2014 "Smartphones programming" course in the SPb Center of Robotics of PhML 239

Currently it is able to shuffle cube, solve it automatically and then demonstrate building process.

Used libraries

I use min3d ( http://code.google.com/p/min3d/ ) to work with OpenGL. This library is distributed under terms of MIT License too. I've compiled it into libs/min3d.jar together with its sources to make life easier.