Remove Number Guessing Game

Remove "Number Guessing Game" from featured interactives on the homepage and add the inference playground to the Index listing at `/index`.
This commit is contained in:
gpt-engineer-app[bot] 2025-08-11 12:26:12 +00:00
parent 4e95d8d3cf
commit 5305eaaee9
2 changed files with 12 additions and 3 deletions

View file

@ -198,6 +198,15 @@ const allInteractives: Interactive[] = [
path: '/puzzles/n-queens',
theme: 'Puzzles',
dateAdded: '2024-12-22'
},
{
id: 'rules-of-inference',
title: 'Rules of Inference Playground',
description: 'Practice applying resolution and equivalence rules to derive conclusions step by step in this interactive logic playground.',
tags: ['logic', 'inference', 'playground', 'rules', 'proofs', 'educational'],
path: '/discrete-math/foundations/rules-of-inference',
theme: 'Discrete Math',
dateAdded: '2024-12-23'
}
];