Add Plate Swap Puzzle with full functionality and attribution
This commit is contained in:
parent
99482e4314
commit
d9c0c88333
5 changed files with 555 additions and 0 deletions
|
|
@ -82,6 +82,15 @@ const allInteractives: Interactive[] = [
|
|||
theme: 'Games',
|
||||
dateAdded: '2024-03-15'
|
||||
},
|
||||
{
|
||||
id: 'plate-swap',
|
||||
title: 'The Plate Swap Puzzle',
|
||||
description: 'Arrange plates around a circular table so each person has their own plate. A challenging permutation puzzle!',
|
||||
tags: ['logic', 'permutation', 'strategy', 'puzzle', 'cycles'],
|
||||
path: '/puzzles/plate-swap',
|
||||
theme: 'Puzzles',
|
||||
dateAdded: '2024-12-19'
|
||||
},
|
||||
{
|
||||
id: 'knights-puzzle',
|
||||
title: 'Knights Exchange Puzzle',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue