An NxNxN Cube Twisty Puzzle Simulator
Stars
0
Forks
0
Watchers
0
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
59
commits
Added GLFW_INCLUDE_GLU define and removed glu.h include as per https://www.glfw.org/docs/3.3/build_guide.html#build_macros
7f02fefView on GitHubAdded default case to Cube::twist switch statement to silence msvc warning and rewrote side initialization to be more readable
4b55071View on GitHubChanged some size_t variables to unsigned int to prevent conversion from size_t to unsigned int
340e9bcView on GitHubFixed typo in README and added slightly more information about the project
8cbc679View on GitHubFixed bug preventing center sticker from rotating on certain sized cubes
f890a87View on GitHubSwitched to bit fields for holding sticker data instead of using bitwise operations to extract values from an unsigned char
af5f4b0View on GitHub