-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadMe.txt
26 lines (17 loc) · 888 Bytes
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
In this project Indirect communication is also implemented and documented.
In order to run the project.
Things to be installed includes as follow:
1. Rabbitmq-server (should be configured to accept guest requests). Config file is uploaded also, copy it to /etc/rabbitmq directory
to use it(linux).
2. pika
3. json
4. Tkinter
How to Run:
1. Open terminal and run "Server.py" using "python Server.py"
2. Open terminal and run "Client.py" using "python Client.py"
3. Name Dialoge will pop-up, insert name, constraints as described in HW.
4. Dilaoge will pop up to select the server. Select the server.
5. Session Dialog will pop-up, select existing session or create new session for your game.
6. Now you can play and you can see on the right side of game window , names of players and corresponding scores.
7. Code is also commented quite well.
Regards,