I'm trying to create a 2d rpg game that could be comparable to Realm of Mad God, but would be singleplayer only. I would like to use Pygame but I heard that 1.It's too slow, and 2)It would crash to often. So, which of these three languages is best.
Tell me more
×
Game Development Stack Exchange is a question and answer site for
professional and independent game developers. It's 100% free, no registration required.
|
closed as not constructive by Byte56, Yannbane, Tetrad♦ Feb 17 at 18:47
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
If you use hardware acceleration, which Pygame does have (check out the link below, CTRL+F "hardware acceleration", I din't guarantee it's pretty though), it shouldn't really matter. The most efficient of those, however, would be C++. But even it won't save you from your code being inefficient. A really good, OO and hardware accelerated multimedia library for C++ is SFML. |
|||||||||||||
|