Metadata-Version: 1.2
Name: txwerewolves
Version: 0.6.2
Summary: Networked adaption of the Werewolves party game for 3-10 players.
Home-page: https://github.com/cwaldbieser/txwerewolves
Author: Carl Waldbieser
Author-email: cwaldbieser@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/cwaldbieser/txwerewolves/issues
Project-URL: Source, https://github.com/cwaldbieser/txwerewolves
Description: ===========
        Werewolves!
        ===========
        
        Werewolves! is a party game sometimes called "Mafia".  There are many variations.
        This game is based in part on a card game adaption.
        
        The players are randomly assigned roles of either villagers or werewolves.  3 additional
        roles are dealt to the table.
        At night, some of the villagers with special roles and all the werewolves wake up at different
        times and perform certain actions.  After all the night phases are done, the players
        may discuss what happend during the night, though they may not actually show each other
        their cards.  A player may say the role she received, but she may also claim that she
        were dealt a role that she did not receive.
        
        After the discussion, all the players vote for a player to eliminate.  If there is a
        player or players who received more than 1 vote, the player(s) with the most votes
        are eliminated and the actual roles the players now posess are revealed.  If a
        werewolf was killed, the village team wins, even if an innocent villager was eliminated,
        too.  The villagers may also win if no one is eliminated and all the werewolves are in
        the middle of the table.
        
        See full documentation at http://txwerewolves.readthedocs.io/
        
        
Keywords: game multi-player network
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Games/Entertainment :: Board Games
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4
