how to make game into exe file

how do u make ur game into an exe file…to play it???

panda3d.org/manual/index.php/B … _packpanda

Note that you don’t have to make your game into an exe just to play it. You can just run it using python. But packpanda is a useful tool for packaging up your game so that other people can easily play it, without having to first install python.

David

I was wondering if it was possible with Panda3D/Python, now I know! Thanks! :smiley:

You can also build it into an .exe using PyInstaller or py2exe. Have yet to try PyInstaller but the py2exe method can be found here: discourse.panda3d.org/viewtopic.php?t=2120