Add Stacking Blocks interactive

Add "Stacking Blocks" interactive to the Puzzles page. This new interactive is based on the description provided in the attached screenshots.
This commit is contained in:
gpt-engineer-app[bot] 2025-08-22 06:42:56 +00:00
parent 1adc590312
commit d352192c9e
5 changed files with 322 additions and 0 deletions

View file

@ -75,6 +75,16 @@ const Puzzles = () => {
difficulty: "Intermediate" as const,
duration: "5-15 min",
participants: "1 player"
},
{
id: "stacking-blocks",
title: "Stacking Blocks Optimization",
description: "Split stacks of blocks to maximize your score! Each split earns points equal to the product of the new stack sizes.",
path: "/puzzles/stacking-blocks",
tags: ["Optimization", "Strategy", "Mathematical", "Algorithm"],
difficulty: "Intermediate" as const,
duration: "10-20 min",
participants: "1 player"
}
];