+
+
+
+
+ Burnside's Lemma: Cube Coloring
+
+
+ How many distinct cubes can you make by painting each face in one of 5 colors?
+ Two cubes are the same if one can be rotated to look like the other.
+
+
+
+ {/* 3D Cube Arena */}
+
+
Paint Your Cube
+
+
+
+
+
+
+
+
+
+ {colorPalette.map((color) => (
+
+
+
+
+
+
+ {faceNames.map((name, idx) => (
+
+
+ {name}
+
+ ))}
+
+
+
+
+
+
+ {/* Permutation to Rotation */}
+
+
+
+ Permutation → Rotation
+
+
+
+
+ Pick a Permutation
+
+ Choose where each face (0-5) goes
+
+
+
+ {selectedPermutation.map((value, idx) => (
+