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:
gpt-engineer-app[bot] 2025-07-24 05:07:42 +00:00
parent d455a6e752
commit a52dceb089

View file

@ -171,6 +171,15 @@ const allInteractives: Interactive[] = [
path: '/contest-problems/sunny-lines', path: '/contest-problems/sunny-lines',
theme: 'Contest Problems', theme: 'Contest Problems',
dateAdded: '2024-12-22' 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'
} }
]; ];