Iam new to GameBlender. How can I go about for gameBlender using Python scripting and what are the software requirements for Gameblender. Please reply
The software requirements for the game engine itself are pretty low. The requirements for your game depend on how many faces your models have, how big your textures are, and how complex the game logic is.
For using Python in the game engine, well… Saluk used to have a really good tutorial for using Python in game Blender, but it went offline when he redesigned his website. Hear that saluk? Hint, hint.
If you already know a little python, you can look at the python scripts in games people have posted on the forum. If you don’t know any python, take the quickstart at http://www.python.org There’s also some documentation for the game engine’s Python functions in the gBlenderDoc http://vc.bc.ca/~kingsland/blender/download/usingblender/gBlenderDoc.pdf