We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e332b commit 99b9591Copy full SHA for 99b9591
README.md
@@ -5,6 +5,18 @@
5
6
Trying to make a multiplayer game protocol in python because there are no good ones out there that are open-source (That I found)
7
8
-This will probably just be another terible one but ¯\\_(ツ)_/¯
+This will probably just be another terible one but ¯\\\_(ツ)\_/¯
9
10
-*Totaly not because I am mad that photon isn't open-source*
+*Totaly not because I am mad that photon isn't open-source*
11
+
12
13
+> Files.
14
+>
15
+> src -- Where the code is
16
+> ├─ Client -- Package
17
+> │ ├─ client.py -- Client Script
18
+> │ ├─ \_\_init\_\_.py -- Used for better importing
19
+> ├─ Server -- Package
20
+> │ ├─ server.py -- Server Script
21
22
+> ├─ main.py -- Nice CLI for interfacing with our program
0 commit comments