How would one make a game stand alone

I am curious in python / panda3d how does one create a standalone game?

I have discovered that if I try to run my programs written in panda with the python command that it runs for a second then closes. (ie ‘python myGame.py’)

If I run the same program in my IDE (geany, drpython, etc) it runs fine.

SO How do I setup and distribute standalone packages?

JB

I’m working on a tool, called pdeploy, that is able to convert your game into a standalone executable or installer. It will be in the upcoming 1.7.0 release.

jbskaggs, don’t you know about ‘packpanda’?

I hope that will make smaller installers

Yeah, they are smaller. :slight_smile: