ayazaga
v0.0.0
Published
JavaScript port of lykoss/lykos, a Werewolf party game IRC bot
Downloads
6
Readme
IRC based online Werewolf (a Mafia theme) game
THIS PROJECT IS UNDER HARDLY DEVELOPMENT
Installation
Simply install using NPM.
npm install -g ayazaga
Configuration
You should create the IRC settings file at config/irc.yml
channel: "#wolfgamechannel"
auth:
username: yourusername
password: password
connection:
host: irc.freenode.net
port: 6667
owners: [user1, user2]
admins: [user1, user2]
Run
Then, you can connect to server and start the game:
ayazaga start
You can change connection file:
ayazaga start --config=config/another-config.yml
Game and Name
Inspired from lykoss/lykos, a Werewolf party game based on IRC Protocol,
From Wikipedia:
Mafia (Russian: Ма́фия, also known as Werewolf) is a party game created in the USSR by Dimitry Davidoff in 1986,3 modelling a conflict between an informed minority (the mafia) and an uninformed majority (the innocents). At the start of the game each player is secretly assigned a role affiliated with one of these teams. The game has two alternating phases: "night", during which the mafia may covertly "murder" an innocent, and "day", in which surviving players debate the identities of the mafiosi and vote to eliminate a suspect. Play continues until all of the mafia has been eliminated, or until the mafia outnumbers the innocents.
Ayazağa is a village in Istanbul, Turkey which is famous for wolves and killer software projects.
License
MIT