Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Can I just upload a python file?

A topic by Ajinaline created Aug 07, 2019 Views: 2,374 Replies: 5
Viewing posts 1 to 5
Submitted(+3)

I'm not familiar with any engine so I have decided to make a plain python file using the command terminal

Host(+1)

It sounds like this should be fine, just make sure you're happy with it !

(+2)

You could also use pyinstaller to build a distributable file. If not, remember to include a requirements.txt file so we can install the dependencies correctly!

Submitted(+2)

Thanks for the reply! 

(+3)

You might be able to copy and paste your code into a Python browser implementation like Python Trinket

https://trinket.io/features/python3

Then just link to your trinket.

Submitted(+2)

Thanks for the advice! :D