feat: add standalone Nim game page, route, and container layout; remove global header/footer from /games/nim

This commit is contained in:
Neeldhara Misra 2025-07-22 02:40:47 +05:30
parent bfa6e66450
commit 3705152d34
5 changed files with 69 additions and 8 deletions

View file

@ -62,6 +62,13 @@ const allInteractives = [{
tags: ['chess', 'knights', 'puzzle'],
path: '/knights-puzzle',
theme: 'Puzzles'
}, {
id: 'nim',
title: 'Game of Nim',
description: 'A classic two-player game of strategy. Take turns removing stones from heaps. The player to take the last stone wins!',
tags: ['strategy', 'two-player', 'math', 'logic'],
path: '/games/nim',
theme: 'Games'
}];
// Featured interactives (3 fixed ones)