A minigame to find a Wikidata item based on its category.
Go to https://wikidata-graph-game.edjopato.de.
Start the following two processes (probably in different tabs / shells):
deno bundle --watch --output=public/logic.js web.ts
cd public && python -m http.server --bind localhostThen you can open the webpage on http://localhost:8000.
Start the following two processes (probably in different tabs / shells):
deno run -A --watch local.ts
d2 --watch --dark-theme=201 graph.d2Then edit the local.ts file to your liking.