Skip to main content

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

Upload my game written in Python?

A topic by PeddleBoy created Sep 12, 2023 Views: 1,056 Replies: 2
Viewing posts 1 to 2

I'm writing a text adventure game in Python. The first level is ready to test/play. 

Does anyone know how I upload this game to this site as it's written in Python?

(+1)

Games are usually distributed in an executable format, you can try pyinstaller or pygbag to convert the script into binary files.

If you want to distribute the game as a python script, compress all the necessary files into a .zip and upload it to itch, but you must inform users that it is a script and that they require python installed to be able to run it.

Excellent thanks for this hechelion.

This topic has been auto-archived and can no longer be posted in because there haven't been any posts in a while.