Note: I apologize, I'm infamous for excessive typing. [=)]
Enemies that wander from one side of a platform to another has its advantages, the greatest one being simplicity in both programming and game play mechanics. My view, however, is that a Platformer with some sophisticated AI makes for a much more breath-taking experience.With Ultimate Extreme Action PONG leaving me with little to work with in terms of AI (Up and Down…[=(]), I built a small Platform Engine, moderately reminiscent of Prince of Persia or Ninja Gaiden and have begun working on a bit of AI for the enemies, originally out of boredom, but currently due to interest.The character I designed, while still only a walking Sprite Mask, carries a gun that rotates and aims in the direction of the player's mouse, and the player must fight the enemies using an arsenal of about 4-6 different weapons as they are acquired throughout the game (and possibly a few spell-like abilities or just regular ol' abilities).This leads to a smidgen of a dilemma. Simple side-to-side AI won't suffice here; the enemy needs to be capable of taking cover, calling for backup, gauging his enemy (you) for combat awareness and ideal firing times, crouch when little cover is available, snipe if possible, throw grenades when the player is under cover, and other such concepts. The enemy needs to be able to think much like the player.I guess I don't really have much of a question, but more of a brainstorming blog. Presently, I have several concepts on paper, with bits and pieces of code started, but haven't undergone any major coding, since the concepts are all still so early in development.Presently, I have these enemies in concept:Faction IPlatformer Enemy AI
Posted by Infinity_Plus on Sept. 3, 2010, 5:07 p.m.
WOAH wtf…
link to image btw... idk what happenDUDE WTF
Actually, I see the smiley broke it ONLY FOR YOU. How is that even possible O_oFirefox?
And seriously, lol whats with my comment?It's not firefox. For you previews are parsed differently than for me. I don't know how that is possible. Looking into it right now.
Also, your comment contained a link immediately followed by a tag. That for a start is a silly thing to do. The parser isn't perfect.It's only that preview, I I have a feeling that he just happened to have the smiley as the last thing in his preview and that is what screwed it up.
And I do that all the time with quotes, it's the only way to fit everything properly so I thought it would be the same for the hide tag.linkEDIT: I found out only mods could see smileys properly parsed in previews. I commented the smiley parsing out, for just in case.
This must be no surprise but the reason stuff isn't working as it is supposed to is because the FUCKING CODE IS FUCKING CHAOTIC