Pack program *and* dynamically loaded files into single executable? (python + pygame, or language agnostic)

前端 未结 1 1896
执笔经年
执笔经年 2021-01-17 01:19

There are plenty of great answers to questions about making a standalone executable, but I can\'t figure out how to pack art assets (or dynamically loaded files) into it as

相关标签:
1条回答
  • 2021-01-17 02:21

    Game development is not field of expertise, but if you haven't already checked out py2exe, I would strongly recommend that you do. It seems to me that any and all scripting import statements will be taken care of by py2exe.

    Hope this helps

    0 讨论(0)
提交回复
热议问题