Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Can I submit a zip file containing the source code to my game?

A topic by The_Blox created 18 days ago Views: 42 Replies: 3
Viewing posts 1 to 4

Im finding it difficult to convert to Html5 on Android.

Submitted

just use pyinstaller to convert your source code to exe - 

install pyinstaller using this command in CMD - 

pip install pyinstaller

Navigate to Your Script's Folder using cd and path in CMD 

When you are at folder of your source code in cmd run this command - (change game.py to what your .py file is called)

pyinstaller --onefile game.py

Locate the Executable: After running the command, PyInstaller will create a dist folder in the current directory. Inside the dist folder, you'll find the game.exe file.

Submitted

wait a sec u are using andorid to make pygame

Submitted

this is my discord if u want help and trust me then just send me your game compressed source code folder i will try to make it exe - 

selfish_dev 

or use this pgs4a (i never used it idk how to use)