Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds configuration for minimum number of players #102

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions config/games/alenros.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const game: Array<ServerGame> = [
"https://oinkgames.com/en/games/analog/a-fake-artist-goes-to-new-york/",
bggId: 135779,
},
minPlayers: 4,
description: `Please note: you will need a way for all players to draw
together; it is not provided by the game.

Expand Down Expand Up @@ -98,6 +99,7 @@ const game: Array<ServerGame> = [
link: "https://oinkgames.com/en/games/analog/insider/",
bggId: 206051,
},
minPlayers: 4,
description:
'"Insider" combines two fun components: finding out what the secret word is and revealing the Insider. The Insider knows the secret word and tries to hide their identity while carefully manipulating the other players to the right answer.',
displayUrlText: "insider-online.herokuapp.com",
Expand Down