Update Sim game page

Add unique ID to Sim game and update link and QR code.
This commit is contained in:
gpt-engineer-app[bot] 2025-08-22 05:50:52 +00:00
parent e331c33aa7
commit 927c445677
2 changed files with 3 additions and 3 deletions

View file

@ -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'],