Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Just, can you make a executable file in .zip without .dep packages?

(3 edits)

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

(+1)

I also want to note that it's cool that you made a game without an engine. Good job!