werewolf-1.5.1.1: A game engine for playing werewolf within an arbitrary chat client

Copyright(c) Henry J. Wylde 2016
LicenseBSD3
Maintainerpublic@hjwylde.com
Safe HaskellNone
LanguageHaskell2010

Game.Werewolf.Variant

Contents

Description

Variants alter how a game plays out. Either by changing the messages returned, or by changing the game logic.

Synopsis

Variant

data Variant Source #

Variant definitions require only a few pieces of information.

Instances

allVariants :: [Variant] Source #

A list containing all the variants defined in this file.

Traversals