Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Distributing Python game

A topic by Pink Sun created Apr 05, 2022 Views: 105 Replies: 1
Viewing posts 1 to 2
Submitted

I'm making my game in Python with pygame, and I'm wondering whether I'm going to need to compile it to, say, an EXE build for Windows, or whether I can put the python file in directly and give instructions on how to run it.

Host

The best option is to compile the EXE file.