On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Can I use pygame?

A topic by HamsterSteak created Jul 08, 2022 Views: 382 Replies: 3
Viewing posts 1 to 3

I like to use pygame, which is a python module that allows you to make games, but to run it you would need a program that runs python code, as well as the pygame module, installed on your computer. I could upload it to a website like repl.it, which is an online browser IDLE, but I'm not sure if that's allowed.

in the jam rules it’s stated that you can use any “game engine,framework,library,or even making your own game engine”. i am also gonna make a game with pygame but to upload it as a python code idk about that ,personally i’m gonna make the game then convert it to exe.(i recommend to convet it to exe because it’s the traditional way :)

Submitted

thanks a lot this helped

(+1)

You should export the game to Windows and preferably Linux and Mac. Google how to do it. For me, tools like Py2Exe, Py2App, pyinstaller, cx_freeze, did the job.