Add craps game to index listing

This commit is contained in:
gpt-engineer-app[bot] 2025-09-05 06:24:24 +00:00
parent 0485afd776
commit 31c019ff31

View file

@ -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'
}
];