Add interactive to index
Update width and add Sikinia Parliament puzzle to index page.
This commit is contained in:
parent
3c457231a8
commit
98a2b98975
2 changed files with 8 additions and 1 deletions
|
|
@ -76,6 +76,13 @@ const allInteractives = [{
|
|||
tags: ['strategy', 'two-player', 'math', 'logic', 'xor-strategy', 'educational'],
|
||||
path: '/games/assisted-nim',
|
||||
theme: 'Games'
|
||||
}, {
|
||||
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'
|
||||
}];
|
||||
|
||||
// Featured interactives (3 fixed ones)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue