Skip to content

A multiplayer protocal i am making that i want to be nice, easy to use, and open source

License

Notifications You must be signed in to change notification settings

carson-coder/Multiplayer-Protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

    _   ___  ___ __  __ ___
   /_\ / _ \/ __|  \/  | _ \
  / _ \ (_) \__ \ |\/| |  _/
 /_/ \_\___/|___/_|  |_|_|  (A Open-Source Multiplayer Protocol)

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

This will probably just be another terible one but ¯\_(ツ)_/¯

Totaly not because I am mad that photon isn't open-source

Files.

    src -- Where the code is  
    ├─ Client -- Package  
    │  ├─ client.py -- Client Script  
    │  ├─ \_\_init\_\_.py -- Used for better importing  
    ├─ Server -- Package  
    │  ├─ server.py -- Server Script  
    │  ├─ \_\_init\_\_.py -- Used for better importing  
    ├─ main.py -- Nice CLI for interfacing with our program  

About

A multiplayer protocal i am making that i want to be nice, easy to use, and open source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages