- Home /
makeing enemies
I am making a game and can't find out how to make enemies. Can someone please help me out with this ?
[Edit by Berenger : Please try to write in a proper english with a reasonable ponctuation. Seriously, Even your tags are spelled wrong.]
Unfortunately, making a game is more complex than just "this is what I want ... there done". You have to be able to describe and visualize the nature of the thing you are trying to achieve. For example, what kind of a game is it? If the game is a space ship, then then enemies are likely to be spaceships, is it a tank game ... the enemies are likely to be tanks ... etc etc. Next you have to think about game play mechanics. How will you interact with the enemies and how will they interact with you? What kind of "weapons" will we use ... will it be physical collision? Do the enemies throw soggy kittens?
Next, what if any "path finding" or "AI" needs to be employed?
The unfortunate reality is that writing games really takes a lot of patience and perseverance. I'd suggest reviewing as many tutorials as you can possibly find.
pwner667823 : Did u change my question ?
(and) Thanks. But that still not explain it good enuf
$$anonymous$$e : Yes I did. I corrected some spelling mistakes and changed your tags. enimis and help would have been useless, and ????!!?!?!?!!!!? is just annoying people.
Please use comments.
Answer by aldonaletto · Jun 06, 2012 at 03:43 AM
A good starting point is the FPS Tutorial: download the Completed version to see how it works, then do it yourself from start - download the FPS Tutorial and the 3 PDF instructions and follow them - you will learn a lot, and get some amazing enemy robots to kill in your game.