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:
parent
8c757b0c0d
commit
ae5c1544ff
3 changed files with 15 additions and 3 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue