Skip to content

brthor/Panda3D-Multiplayer-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panda3D-Multiplayer-Chat

This is a simple Client Server Networking framework initially made for the Panda 3D game engine in 2009. It's a good place to learn about how to do game networking, but needs many improvements. Project works with current (1.9) version of Panda3D, pull-requests an documentation writers are welcome.

Getting Started

To get Started you will need to run both the server and client.

Run the Server first using the batch file in \server directory or by typing following in cmd

    cd ./server
    ./run.bat

Now Run the Client using the batch file in \client directory or by typing following in cmd

    cd ./client
    ./run.bat

About

Simple Client Server Networking framework for Panda3D game engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published