Number-Game
Number-Game copied to clipboard
Compile the files into a neat executable
I'm pretty sure there's a way to do it. Make it so that it looks just like any other game
I found this tutorial on how to 'compile' it, although it's more like installing it? Idk. Anyway, here's the link to that video
It would be great to package it https://packaging.python.org/en/latest/tutorials/packaging-projects/ and make it installable with pip. (Which then could provide an executable)
I've made an executable before with pygame and had to format the file directory like this project so that it compiles neatly. Also, the executable should be called Number-Game.exe. And this will mean a lot of refactoring is gonna be required.
Is there any progress or wish for this issue to retain relevance? @R0merol I may be able to help with this!
Yes, I'd like this issue to be completed. But first, I'll have to refactor the code to make it easier to compile