-
Install anaconda for your respective system https://docs.anaconda.com/anaconda/install/
-
Clone this repository
-
Create a conda environment with requirements as stated in requirements.txt
This command line should do the job
-
Once, environment is created, run:
(This would replace existing room.csv file)
OR
-
Once the custom room is created, run
(to run a game with custom room as room.csv)
OR
(This would use the specified customRoom)
OR
(for full game)
By default, there are 5 rooms arranged in a circular manner (- 1st - 2nd - 3rd - 4th - 5th - 1st -). And only 5th room is customizable. To customize other rooms and keep number of rooms dynamic, pyQt additions are required.