Automatic role assignment for Two Rooms and a Boom
- Clone repo
- Create Python3 virtual environment (you got this!)
python3 -m venv venv-2r1b
source venv-2r1b/bin/activate
- Update
dir_path
,email_address
andpassword
fields in .py script - Add player email addresses to
emails.csv
- Run:
python3 two_rooms_and_a_boom.py
Optional: specify additional player roles in the chosen_optional_special_roles
variable.
Enjoy!