[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Possible to create console games with pygame?




I know that people have ported Python to GC, which is the least powerful of the consoles, and deployed games with it. However, I'm pretty sure they did not use SDL or pygame. PS2 Linux can run SDL and Python, which in theory means it can run pygame, but I don't know if anyone has bothered to try.

Realistically, for a console, you probably wouldn't be using SDL (for many reasons).. which means you probably won't be using pygame. That doesn't preclude you from using Python in a console game, though.
I know people that got Linux/Python working on Dreamcast but unfortunately getting Pygame working didn't happen.