Python Plugin?

Hi, I’m working on a first person shooter in the game engine. I was thinking of only using logic bricks (yes that means no up or down) but then I just got the feeling that people wouldn’t really like it that you can only turn left or right and you can’t look up or down. So, then I tried to learn a bit of stuff with python (found a nice tutorial about making useless particles) but I have a question. Don’t you need a python plugin to use it on Blender? Cause whatever I wrote it never really did anything. I didn’t finish the tutorial but I think that it would do something even though it’s not finished. If you do need a python plugin can you send me a link to it? I searched on the forums for a link but couldn’t find anything. Also, I would like a tutorial that shows how to make a FPS camera movement from scratch. I for some reason don’t feel special making the game if I use a template that someone else made. Thanks :smiley:

http://socialstorage.googlepages.com/beginningbgepy

Thanks :slight_smile: that seems helpful. I’ll try it out.