File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# mafia
2
2
:dollar : Web Server Application For Mafia Game Playing On Local Network
3
3
4
- Playing mafia game made easy simply by having
4
+ Playing mafia game made easy simply by having:
5
5
+ a system to run <b >mafia</b > on it (We call it FekroBot)
6
6
+ a hotspot that can provide a local host for us (your WIFI modem or your mobile hotspot)
7
+
7
8
There you go, lets play some mafia :sunglasses : .
8
9
9
10
## Usage
@@ -30,14 +31,14 @@ Then install mafia requirements by
30
31
```
31
32
$ pip3 install -r requirements.txt
32
33
```
33
- 3 . <b >Run the server application</b >
34
+ 2 . <b >Run the server application</b >
34
35
35
36
Now everything is ready, lets play:
36
37
run the command ` $python3 mafia.py number_of_players[int] ` , for example imagine you want to play mafia with 5 players.
37
38
```
38
39
$ python3 mafia.py 5
39
40
```
40
- 4 . <b >Getting roles</b >
41
+ 3 . <b >Getting roles</b >
41
42
42
43
There you go, now each player can open a browser and type ` serverhost:port_name ` .
43
44
You can’t perform that action at this time.
0 commit comments