Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Dose someone use python/ pygame?

A topic by gamexdifficulty created May 29, 2020 Views: 278 Replies: 7
Viewing posts 1 to 3
Submitted

Dose someone use python/ pygame?, and why?

Submitted

For sure there’s someone using python, considering there’s also Godot to work with. I would use that but I’m learning Unity so I’m sticking to that :D

Submitted(+1)

I'm using pygame! not sure if anyone else was, but I want to learn python so I've been coding everything in python for a few months now, and its going quite well

Submitted

Nice Respect dude i am using Pygame too

Submitted

how are you planning to distribute the game when ur done? I'm using pyinstaller, but its kinda wack

Submitted

pyinstaller dose not work if you haven‘t installed pygame.
Whatch this:https://youtu.be/RrpvNvklmFA

Submitted

works for me, I put the files on a USB stick and managed to run it on my gf's laptop, my laptop and my mom's work laptop all of which I'm nearly certain don't have python or pygame installed...

Submitted

if it workes it is fine, but pyinstaller only convertes the script in an exe and the module in the video compiles the modules and python + creates an exe. Pyinstaller wont work at all devices but the module will :)