From 927c445677d30f54f3b18d9b4d0f20c6fd1c5e4c Mon Sep 17 00:00:00 2001
From: "gpt-engineer-app[bot]"
<159125892+gpt-engineer-app[bot]@users.noreply.github.com>
Date: Fri, 22 Aug 2025 05:50:52 +0000
Subject: [PATCH] Update Sim game page
Add unique ID to Sim game and update link and QR code.
---
src/App.tsx | 4 ++--
src/components/GamesGallery.tsx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/App.tsx b/src/App.tsx
index 9bc55c7..c532faf 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -95,8 +95,8 @@ const App = () => (
} />
} />
} />
- } />
- } />
+ } />
+ } />
} />
} />
} />
diff --git a/src/components/GamesGallery.tsx b/src/components/GamesGallery.tsx
index d148fb4..826cc55 100644
--- a/src/components/GamesGallery.tsx
+++ b/src/components/GamesGallery.tsx
@@ -49,7 +49,7 @@ const games: Game[] = [
component: NimGame
},
{
- id: 'game-of-sim',
+ id: 'sim',
title: 'Game of Sim',
description: 'A strategic two-player game where you take turns coloring edges between vertices, trying to avoid creating a triangle of your own color.',
tags: ['strategy', 'graph-theory', 'two-player', 'logic', 'game-theory'],