Add Bulgarian Solitaire to index
Added Bulgarian Solitaire to the global index at `/index`.
This commit is contained in:
parent
5585cf8ce5
commit
4be4ab3ef5
1 changed files with 9 additions and 0 deletions
|
|
@ -118,6 +118,15 @@ const allInteractives: Interactive[] = [
|
||||||
theme: 'Puzzles',
|
theme: 'Puzzles',
|
||||||
dateAdded: '2024-12-19'
|
dateAdded: '2024-12-19'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'bulgarian-solitaire',
|
||||||
|
title: 'Bulgarian Solitaire',
|
||||||
|
description: 'A mathematical card game where you repeatedly redistribute cards into piles until reaching a stable configuration.',
|
||||||
|
tags: ['solitaire', 'card-game', 'mathematics', 'puzzle', 'redistribution', 'stable-configuration'],
|
||||||
|
path: '/bulgarian-solitaire',
|
||||||
|
theme: 'Puzzles',
|
||||||
|
dateAdded: '2024-12-22'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'knights-puzzle',
|
id: 'knights-puzzle',
|
||||||
title: 'Knights Exchange Puzzle',
|
title: 'Knights Exchange Puzzle',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue