Just, can you make a executable file in .zip without .dep packages?
the deb package is actually a zip, to run it without sudo you can extract it with 'dpkg -x file_name.deb .'
with sudo: 'sudo dpkg -i file_name.deb'
the executable is in the bin folder
Thanks, but executable file won't run
I also want to note that it's cool that you made a game without an engine. Good job!