Add Knights Puzzle to interactive index

Ensure the Knights Puzzle is listed on the interactive index page.
This commit is contained in:
gpt-engineer-app[bot] 2025-07-21 09:55:30 +00:00
parent 5a6442268d
commit b519e6b331

View file

@ -81,6 +81,15 @@ const allInteractives: Interactive[] = [
path: '/northcotts-game',
theme: 'Games',
dateAdded: '2024-03-15'
},
{
id: 'knights-puzzle',
title: 'Knights Exchange Puzzle',
description: 'A classic chess puzzle where you must exchange the positions of white and black knights using legal knight moves.',
tags: ['chess', 'knights', 'puzzle', 'logic', 'strategy'],
path: '/knights-puzzle',
theme: 'Puzzles',
dateAdded: '2024-07-21'
}
];