Add Cube Coloring interactive

This commit is contained in:
gpt-engineer-app[bot] 2025-10-28 05:18:26 +00:00
parent 7a166fc8d0
commit 9a127a5e22
7 changed files with 1160 additions and 22 deletions

View file

@ -261,6 +261,15 @@ const allInteractives: Interactive[] = [
path: '/themes/discrete-math/structures/burnsides-lemma',
theme: 'Discrete Math',
dateAdded: '2025-01-22'
},
{
id: 'cube-coloring',
title: "Burnside's Lemma: Cube Coloring",
description: 'Explore cube rotations and their correspondence with permutations. Paint a 3D cube and understand the rotational symmetry group.',
tags: ['group-theory', 'symmetry', 'cube', 'rotations', 'permutations', 'algebra', '3d'],
path: '/themes/discrete-math/structures/cube-coloring',
theme: 'Discrete Math',
dateAdded: '2025-01-22'
}
];