i'm trying to program a rubix cube using java, and i have it finished up to the point where it will display four different views of the cube, but i want to be able to let the user actually try to solve the rubix cube. the way i have it set up is i have a variable for each of the visible squares, and i send the coordinate information of the square the variable corresponds with to six methods which draw the six different faces. i was wondering if it was possible to allow the user to try to solve the cube with the way i have it set up now, and if it is, i would really appreciate any advice.




Reply With Quote