Skip to content

Commit

Permalink
Update for 55.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
quisquous authored Jan 27, 2024
1 parent 6e122ae commit b9bf655
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/assets/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,12 @@ export const gameList = {
steamAppId: '1497440',
playtime: 6,
},
a_highland_song: {
name: "A Highland Song",
url: 'https://www.inklestudios.com/a-highland-song/',
steamAppId: '1240060',
playtime: 6,
},
} as const satisfies { [key: string]: Game };

export type GameKey = keyof typeof gameList;
Expand Down Expand Up @@ -708,4 +714,9 @@ export const meetings: Meeting[] = [
"title": "Video Game Club 54.0",
"games": ["jusant", "cocoon"]
},
{
"date": "2024-01-28",
"title": "Video Game Club 55.0",
"games": ["a_highland_song"]
},
];

0 comments on commit b9bf655

Please sign in to comment.