diff --git a/src/components/InteractiveIndex.tsx b/src/components/InteractiveIndex.tsx index c9d15c6..4ecc3da 100644 --- a/src/components/InteractiveIndex.tsx +++ b/src/components/InteractiveIndex.tsx @@ -234,6 +234,15 @@ const allInteractives: Interactive[] = [ path: '/puzzles/stacking-blocks', theme: 'Puzzles', dateAdded: '2025-01-22' + }, + { + id: 'craps-game', + title: 'Craps: An Exploration', + description: 'Experience the classic casino dice game! Roll two dice and learn about probability as you discover the rules of the opening throw.', + tags: ['probability', 'dice', 'casino', 'mathematics', 'statistics', 'gambling'], + path: '/themes/games/craps-game', + theme: 'Games', + dateAdded: '2025-01-05' } ];