Add PerfectMarketGame to data

This commit is contained in:
Mathias Wagner 2025-02-16 21:36:21 +01:00
parent c17a2d102e
commit 58897aa9a3
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44
3 changed files with 14 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -0,0 +1,9 @@
import banner from "./banner.png";
export default {
name: "Der vollkommene Markt",
description: "Anhand eines Kuchenmarktes finden deine Schüler:innen heraus, wie Angebot und Nachfrage funktioniert.",
url: "https://markt.edu.gnm.dev",
category: "Wirtschaft",
banner
}

5
src/data/games.js Normal file
View File

@ -0,0 +1,5 @@
import PerfectMarketGame from "./PerfectMarketGame/meta.js";
export default [
PerfectMarketGame
]