good python engine

Started by
2 comments, last by DavitosanX 9 years, 9 months ago

Hey there people,

I'm learning the basics of python now quiete a while to make games in the future.

My ultimate goal is to make a game like battleground europe (http://www.battlegroundeurope.net/home).

Here are some screens:

http://otavafiles.fi/plaza/s/f/vanhat/69298.jpg

http://www.blogcdn.com/massively.joystiq.com/media/2011/03/3pr2after.jpg

http://www.blogcdn.com/massively.joystiq.com/media/2011/06/134preview2.jpg

I know it's a long way till there and that i have to start very very small and that's exacly what i'm doing now,

but i have a question: With which engine, which uses python, can i make such a game or do i have to learn another language,

which will be a litle bit harder, to make such a game?

thanks,

Dalphin

Advertisement
Panda3d is a great game engine, python based. However, and of note worth consideration, is the assets you'll be using. A game is generally about mechanics, which in turn are about algorithms. It's not a matter of which bells and whistles an engine supports, it's a matter of proficiency.

So basically you say and correct me when i understand it wrong: It doesn't really matter which engine you choose, but the thing that does matter is how experienced and well trained you are in programming?

You can pick any engine you like, even if it doesn't support python. I say that because whatever you have learned in python so far will most likely be applicable in another language. Unity 3d, for example, uses either Javascript or C# as its scripting languages, and those aren't that different to python when it comes to the basic building blocks. Of course, there will be some learning involved, but if you already know how to solve problems through programming, then learning some new syntax and a slightly different paradigm isn't too hard.

Starting out in game programming? Me too! Check out my blog, written by a newbie, for the newbies. http://myowngamejourney.blogspot.mx/

Also, if you don't mind a 5 seconds ad, here's a great free ebook for beginners on the subject of pygame: http://bit.ly/19Bem2q

This topic is closed to new replies.

Advertisement