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
|
|
@ -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'
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue