Add craps game to index listing
This commit is contained in:
parent
0485afd776
commit
31c019ff31
1 changed files with 9 additions and 0 deletions
|
|
@ -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'
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue