Add Chessboard Repaint Puzzle - a challenging parity puzzle
This commit is contained in:
parent
d9c0c88333
commit
f8fd9ac4d8
5 changed files with 411 additions and 2 deletions
|
|
@ -91,6 +91,15 @@ const allInteractives: Interactive[] = [
|
|||
theme: 'Puzzles',
|
||||
dateAdded: '2024-12-19'
|
||||
},
|
||||
{
|
||||
id: 'chessboard-repaint',
|
||||
title: 'Chessboard Repaint Puzzle',
|
||||
description: 'Repaint rows, columns, or 2×2 squares to achieve exactly one black square. A puzzle about parity and operations!',
|
||||
tags: ['logic', 'parity', 'strategy', 'puzzle', 'chessboard', 'operations'],
|
||||
path: '/puzzles/chessboard-repaint',
|
||||
theme: 'Puzzles',
|
||||
dateAdded: '2024-12-19'
|
||||
},
|
||||
{
|
||||
id: 'knights-puzzle',
|
||||
title: 'Knights Exchange Puzzle',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue