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:
parent
1adc590312
commit
d352192c9e
5 changed files with 322 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue