lycan-city / werewolf-brain

Werewolf game logic in a well documented npm package.
12 stars 11 forks source link

Add template feature #5

Closed vetom closed 7 years ago

vetom commented 7 years ago

Template feature allows the user to create a game based on our templates. Several examples below.

Basic

Novice

Amateur

Wolfpack

Competent

mamodom commented 7 years ago

I was talking with @wistcc and I think it'll be better if there is an "include/exclude" feature (That would allow the moderator to build a deck with a subset of the available roles). And build templates upon that

vetom commented 7 years ago

@mamodom thanks for the suggestion! In that case, you can build your own deck and call the getBalancedGame function passing that deck as a second parameter, also you can create your own cards and add it to that custom deck!