vote up 9 vote down star
7

I'm curious to know what commercial games, if any, have been written with pyGame. The scale doesn't matter much, it doesn't have to be a massive success, but it should be significant that more than 2 people have ever heard of it.

I ask this because nearly everything I saw on the pyGame website seemed fairly underwhelming. I understand the amount of work that goes into even simple game development, but I'm looking for examples that, say, do a better job than your average Flash "defend the castle" game.

EDIT: Feel free to mention what scale the game is on, if its an MMO, web game, client app, number of players, overall success, etc.

flag

6 Answers

vote up 6 vote down check

These are probably the most prominent, although I don't believe they are commercial.

It looks like there is a game called Galcon that is commerical and written with pyGame.

http://www.galcon.com/classic/index.html

link|flag
vote up 5 vote down

Galcon uses pygame.

http://www.galcon.com/classic/index.html

link|flag
beat me to it. :) – BobbyShaftoe Jan 11 '09 at 0:34
vote up 2 vote down

Generally speaking, the vast majority of game development is done in C++, or Flash for the web. Python is very rare in the field and the use of PyGame with it even rarer, due to the lack of hardware support for the graphics. So it's not surprising that people can only name Galcon - there may not actually be any others.

link|flag
Thanks, this is mostly what I was asking the question in the first place. PyGame does seem to have a lot of useful features that can be adapted for use outside of an actual game. – Soviut Jan 22 at 6:36
pyGame certainly has hardware support (in many ways it's just a high level wrapper around SDL, which itself has hardware support), but brather is has little support for accessing the graphics APIs (though there are openGL bindings for python these days) – Falaina Aug 8 at 3:57
By hardware support I meant '3d acceleration support' which SDL lacks - sorry for any confusion. – Kylotan Aug 10 at 13:58
vote up 1 vote down

Not commercial, but you can find lots of professional quality games at pyweek.org .

link|flag
vote up 0 vote down

Dangerous High School Girls in Trouble is a prominent example. It's a 2D RPG. I don't know how commercially successful it was, but it got a good reception and was nominated for a Writer's Guild Award.

http://www.mousechief.com/dhsg/index.html

link|flag
vote up 0 vote down

Look up Wikipedia... Civilization 4, uses python for most of its tasks. Eve Online, uses Stackless Python. Freedom Force Frets On Fire uses python and pygame The Temple of Elemental Evil, a computer role-playing game based on the classic World of Greyhawk Dungeons & Dragons campaign setting. Vampire: The Masquerade - Bloodlines, a computer role-playing game based on the World of Darkness campaign setting. Vega Strike, an open source space simulator. Battlefield 2, uses Python for all of its addons and a lot of its functionality Teeworlds uses python and pygame

link|flag
look up (List of Python software) Wikipedia – Kable Dec 4 at 19:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.