Skip to content

Commit 99b9591

Browse files
author
carson-coder
committed
Add to README
1 parent d8e332b commit 99b9591

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55

66
Trying to make a multiplayer game protocol in python because there are no good ones out there that are open-source (That I found)
77

8-
This will probably just be another terible one but ¯\\_(ツ)_
8+
This will probably just be another terible one but ¯\\\_(ツ)\_
99

10-
*Totaly not because I am mad that photon isn't open-source*
10+
*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+
> │ ├─ \_\_init\_\_.py -- Used for better importing
22+
> ├─ main.py -- Nice CLI for interfacing with our program

0 commit comments

Comments
 (0)