structuring code

Hi,

I would like to know if the folowing is posible.

I would like to have some kind of structure in my files, code and project.

So first of all I create a directory mygame.
Everything the game will use will be in this directory.

But what about panda? can I leave the files of panda in the installation dir? And when I craeate an installation of it, it will include all the files needed automaticaly?

I think the answer to the question depends on what you mean by an installation. But if you mean that you intend to use packpanda to distribute your application, then you’re right–you don’t need to worry about including the Panda sources within your application tree, since packpanda will take care of that.

David