How do you make an .exe out of your game?

Hello,

Sorry for the noob question.

I dont understand how the final game gets made if its scripted in python.

Is there a way to compile the whole thing into an exe file that can then be distributed to end users? And do people that want to play your game need to have python installed?

Thanks for any info

Packpanda is a very easy way to make a installer for your game. Once you setup the configfile and installer images/text (optional) it’s basically a button click to make a exe installer containing everything a user needs to play your game. It also creates startmenu entries…

It is good enougth for smaller projects.

Cool.

Thanks a lot :slight_smile:

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