Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can a game made with pygame be submitted to Steam? [closed]

After making games with XNA, I wanted to broaden my horizon by working with python. I know XNA is supposedly easy to distribute; however, i'm not sure if a game made with pygame compiled with py2exe could be submitted to steam? My overall question is...How would I submit a game made with pygame to steam?

like image 954
jawerty Avatar asked Jul 20 '12 20:07

jawerty


People also ask

Can you make real games in pygame?

Once you have an understanding of the basics of Python programming, you can now expand your abilities using the Pygame library to make games with graphics, animation, and sound.

Is pygame still used?

Pygame is written using the C Language and built upon the SDL (Simple DirectMedia Layer) library. It had it's initial release in October 2000, replacing the inactive PySDL library. It has, and is still widely used by the community for the creation of 2D games.

How good is pygame for game development?

Pygame is pretty great and fully featured engine and the developers have done a great job. The API is simple and easy to understand. Some users doesn't recommend Pygame/Python for games that need high performance and they are not wrong.

What can be done with pygame?

Built on top of the highly portable SDL (Simple DirectMedia Layer) development library, pygame can run across many platforms and operating systems. By using the pygame module, you can control the logic and graphics of your games without worrying about the backend complexities required for working with video and audio.


1 Answers

That it is Python, assembly or XNA doesn't really matter for Steam, AFAIK. There are two general ways to distribute games through Steam, contacting the Steam team (I just love saying that) themselves, or getting accepted through the Green Light program.

Seeing that you aren't a AAA game dev team, the latter would probably be the best option.

like image 195
orlp Avatar answered Sep 30 '22 14:09

orlp