Hello, I am new to blender. The thing is, me and my school club have decided to move on from creating games in Alice to creating them in Blender. My role in the development will be one of the programmers. My problem is that I am not sure what exactly I need to learn as the programmer. I looked at the tutorial page, and there is a bunch of stuff about animation, modeling, game engine, and so on. Game engine will be a given, but what else should I start learning if I am to be the programmer? I would appreciate any help that can be given.
Blender uses an extended version of Python for its scripting language, although lots of stuff can be done in the Game Engine without programming.
If Python is new to you, the first step would be to run thru the tutorial at python.org .