Add Knights interactive to index
Add the Knights interactive to the index page.
This commit is contained in:
parent
ad504df7ae
commit
5a6442268d
1 changed files with 7 additions and 0 deletions
|
|
@ -55,6 +55,13 @@ const featuredInteractives = [{
|
||||||
tags: ['strategy', 'board-game', 'two-player'],
|
tags: ['strategy', 'board-game', 'two-player'],
|
||||||
path: '/northcotts-game',
|
path: '/northcotts-game',
|
||||||
theme: 'Games'
|
theme: 'Games'
|
||||||
|
}, {
|
||||||
|
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'],
|
||||||
|
path: '/knights-puzzle',
|
||||||
|
theme: 'Puzzles'
|
||||||
}];
|
}];
|
||||||
const Index = () => {
|
const Index = () => {
|
||||||
return <Layout>
|
return <Layout>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue