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

@ -225,6 +225,15 @@ const allInteractives: Interactive[] = [
path: '/discrete-math/foundations/rules-of-inference',
theme: 'Discrete Math',
dateAdded: '2024-12-23'
},
{
id: 'stacking-blocks',
title: 'Stacking Blocks Optimization',
description: 'Split stacks of blocks to maximize your score! An optimization puzzle about strategic decision-making.',
tags: ['optimization', 'strategy', 'mathematical', 'algorithm', 'puzzles'],
path: '/puzzles/stacking-blocks',
theme: 'Puzzles',
dateAdded: '2025-01-22'
}
];