herobank110 / factorygame

Python game engine to have a 2d movable "graph".
https://factorygame.readthedocs.io
MIT License
1 stars 2 forks source link

better packaging utilities #4

Open herobank110 opened 3 years ago

herobank110 commented 3 years ago

currently a pair of batch files lets users export to executable containing python interpreter

resources (sound, images, etc) aren't bundled with it. considerations: make folder with copy of content folder next to output executable, or make self extracting archive (sfx) of content + executable for small distributables (<15MB), since the sfx must be extracted each time it is played, adds delay

consider using nuitka instead of pyinstaller

this must be cross platform (no batch script), considerations: python, powershell