This bot helps you to play Killer.
Killer is a game for more than 2 players, it's rules are quite simple. First each person needs to know, who his/her "victim" is. In order to do this players need to write their names on some cards, then shuffle them and give it to each player. Of course, no one should know who your victim is. Then the game begins. If 'killer' and "victim" happen to be face-to-face, in the place, where there are no other people, "killer" can say: "You are murdered", then "victim" loses and his/her victim goes to "killer". This continues until only 2 people are left, and they are winners.
There are some problems which can occur while playing. For instance, player can get himself/herself as "victim". But using this bot you can avoid such problems. It automatically sets victims for each player without any collisions, resets victims whem some player gets killed and stops the game when there are only 2 players left. Also this bit counts kills and victories for each player and shows it on the scoreboard.
First you press the "start" button to register in the bot and then you are ready. Anyone can create a game and get an invite message, which player needs to send to the bot if he/she wants to join this game. If there are more than 2 players in the game, creator can press start game button, everyone gets targets and unique codes, which you should give to person who've killed you. Also you can visit scoreboard to see top Killer players.
- Clone this repository
- Install requirements.txt: pip install -r requirements.txt
- Launch django server using: python3 manage.py runserver
- Launch the bot using: python3 bot.py