Update interactives listing and share link

This commit is contained in:
gpt-engineer-app[bot] 2025-09-05 06:18:30 +00:00
parent 975808f831
commit 461decff78
3 changed files with 9 additions and 2 deletions

View file

@ -25,7 +25,7 @@ interface Game {
const games: Game[] = [
{
id: 'craps-game',
title: 'Craps: First Throw',
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'],
component: CrapsGame