Distribute game

I have a simple game in Panda3D video and want to “distribute” in another PC as if the end user, do not want the end user has all the code, just enough to start playing, how do you do?, Greetings and thanks!

Hi, welcome to the forums!

You can pack your game as a .p3d file, and distribute that. Then anyone with the Panda3D runtime installed can play it (you could even embed it into a web page then).
The manual extensively describes how to make a .p3d file.

Or you could take that .p3d file and convert it into an installer .exe with pdeploy, so that they wouldn’t even need to have the runtime installed:
panda3d.org/manual/index.ph … _installer

I read somewhere that creating an installer with one of P3D’s tools could allow you to automatically create platform depend (windows, linux, mac).

Why must a(n) internet connection be present to do this… That’s is the part that puzzles me and makes the hairs on the back of my neck standup.

Panda is open source after all.

To fetch Panda binaries for other platforms from runtime.panda3d.org .