nathansttt / hog2

Pathfinding and search testbed/visualization suite. Current code is in PDB-refactor branch.
MIT License
111 stars 54 forks source link

Rubik's Cube Alternate Implementation Pull Request #1 #48

Closed MarcusKim442 closed 3 years ago

MarcusKim442 commented 3 years ago

Commit implementation of RC demo, including the projection of the cube to 3D, and animation of cube actions.

RCState state arrays are present and update with cube actions, though the cube is not drawn using them.

modified: build/SFML/demos/rc/Makefile.prj.inc modified: demos/rc/Driver.cpp modified: environments/RC.cpp modified: environments/RC.h