Deception is a game similar to the commonly played roleplay game called Mafia.
The players are divided into two teams, Service and Virus. The Virus team knows who they are, whereas Service do not. After the roles are assigned, there is one round in which every person gets some information. After this, voting is held based in this information, and the team member who gets lynched makes his/her team lose. As the Virus team is always in minority, they need to be more convincing than the service team.
The game works with whatsapp, and the instructions and role infomation are sent on whatsapp to the respective players.
- In info.txt, update the number of players (n) on line 1.
- In the next n lines, add n player names.
- In the next n lines, add n player phone numbers in same order as above.
- In the next line, add number of virus players needed (>=2).
- In the next line, add number of service players needed (>=2).
- Install twilio using : pip install twilio
- Set up sandbox on twilio and update credentials.txt
- Add players to sandbox
- Run agent_gui.py from command prompt