3d multiplayer game help

Can anyone help me to make my game multiplayer?
Game code : https://github.com/ajh123/game

You can look into the python socket module if you are using python. This allows you to host a game server on a pc and log into it on another. I am new to Panda3D, but have successfully integrated the two.