0
I am creating a "game" with no graphical interface, to distract me from that accustomed programming of everyday life. Using Python3.7.0 and Sqlite3.
I would like to 'protect' the game’s source code so that no changes can be made that circumvent game steps.
The only way I can do this I believe is to turn the Python file into an executable, as I can turn to a . exe ??
There is a bug, then for this version. Duplicate of this answer
– danieltakeshi
Hello @Carlos Pereira, if you are using a known engine, such as coconuts 2d, Unity and etc. You have to check which files should be placed in the code deploy in order to work properly, some Engings already give you the step by step to make the correct deploy.
– Phill