Number-Game icon indicating copy to clipboard operation
Number-Game copied to clipboard

Compile the files into a neat executable

Open farisfaikar opened this issue 4 years ago • 5 comments

I'm pretty sure there's a way to do it. Make it so that it looks just like any other game

farisfaikar avatar Sep 19 '21 12:09 farisfaikar

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

farisfaikar avatar Oct 16 '21 15:10 farisfaikar

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)

Joshix-1 avatar Oct 02 '22 09:10 Joshix-1

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.

farisfaikar avatar Oct 02 '22 09:10 farisfaikar

Is there any progress or wish for this issue to retain relevance? @R0merol I may be able to help with this!

coldenate avatar Oct 03 '22 01:10 coldenate

Yes, I'd like this issue to be completed. But first, I'll have to refactor the code to make it easier to compile

farisfaikar avatar Oct 03 '22 02:10 farisfaikar