Add share component and UID

Add a unique identifier (UID) to the game and integrate the share component at the bottom of the page. Ensure that the copy link and QR code functionalities within the share component are operational.
This commit is contained in:
gpt-engineer-app[bot] 2025-08-22 11:15:51 +00:00
parent 8c757b0c0d
commit ae5c1544ff
3 changed files with 15 additions and 3 deletions

View file

@ -22,7 +22,7 @@ interface Game {
const games: Game[] = [
{
id: 'subtraction-game',
id: 'subtraction-game-uid-2024',
title: 'The Subtraction Game',
description: 'A strategic two-player game where players take turns removing circles. Click on any of the last k circles to remove it and all circles to its right!',
tags: ['strategy', 'two-player', 'logic', 'game-theory', 'subtraction'],