mikelg128 / Project-Kestrel

Rogue-Like based on the tcod-python libraries
0 stars 0 forks source link

Implement a way to build the project as .exe #13

Open mikelg128 opened 4 years ago

mikelg128 commented 4 years ago

Build the project to produce a .exe (assuming Windows only for now).

So far have tried to do this using pyinstaller, but it has not quite worked. Need to dive into the advanced settings and debug a bit to see if I can get it working.