Add to global index
The AI added the "Parliament of Sikinia" puzzle to the global index, ensuring it is now visible on the main page.
This commit is contained in:
parent
d455a6e752
commit
a52dceb089
1 changed files with 9 additions and 0 deletions
|
|
@ -171,6 +171,15 @@ const allInteractives: Interactive[] = [
|
|||
path: '/contest-problems/sunny-lines',
|
||||
theme: 'Contest Problems',
|
||||
dateAdded: '2024-12-22'
|
||||
},
|
||||
{
|
||||
id: 'sikinia-parliament',
|
||||
title: 'Parliament of Sikinia Puzzle',
|
||||
description: 'Separate parliament members into two houses so each has at most one enemy in their house. A graph theory puzzle!',
|
||||
tags: ['graph-theory', 'logic', 'coloring'],
|
||||
path: '/puzzles/sikinia-parliament',
|
||||
theme: 'Puzzles',
|
||||
dateAdded: '2024-12-22'
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue