Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cophilot committed Sep 28, 2024
1 parent c1eb96d commit 0b59442
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/games/wingspan/definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import { GameDef } from '../../api/types/GameDef';
export default function getDefinition(): GameDef {
return {
title: 'Wingspan',
url: 'https://boardgamegeek.com/boardgame/266192/wingspan',
rulesUrl: "https://www.szellemlovas.hu/szabalyok/fesztavEN.pdf",
bgColor: '#f4f5f0',
fontColor: '#73645b',
primaryColor: '#9fcccf',
Expand Down
2 changes: 2 additions & 0 deletions src/games/wizard/definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { WinMode } from '../../api/types/WinMode';
export default function getDefinition(): GameDef {
return {
title: 'Wizard',
url: 'https://boardgamegeek.com/boardgame/1465/wizard',
rulesUrl: 'https://blog.amigo-spiele.de/content/ap/rule/06900-GB-AmigoRule.pdf',
bgColor: '#1F1F1F',
fontColor: '#29A972',
primaryColor: '#8C2225',
Expand Down
2 changes: 2 additions & 0 deletions src/games/world-wonders/definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import wonders from './assets/wonders.png';
export default function getDefinition(): GameDef {
return {
title: 'World Wonders',
url: "https://boardgamegeek.com/boardgame/365258/world-wonders",
rulesUrl: "https://s3.amazonaws.com/geekdo-files.com/bgg361700?response-content-disposition=inline%3B%20filename%3D%22ENGLISH_rule_book_AW_rev_1_web.pdf%22&response-content-type=application%2Fpdf&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJYFNCT7FKCE4O6TA%2F20240928%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240928T151225Z&X-Amz-SignedHeaders=host&X-Amz-Expires=120&X-Amz-Signature=c8175e8505349a67032142a17c16a2281a9a9400428fcdbdaa77196b36182b88",
bgColor: '#e8e0dd',
fontColor: '#6c5f56',
primaryColor: '#b39d90',
Expand Down

0 comments on commit 0b59442

Please sign in to comment.