I'm Artificially Intelligent...

Published June 07, 2005
Advertisement
I've thought up the concept for my 4e4 game already. The game will feature a metal gearish style of gameplay, favoring stealth over run and gun tactics. And yes, it will feature ninjas, pirates, robots, and zombies.

Of course, the game will require some pretty advanced AI code, which I'm going to enjoy immensaly. AI has always been my favorite part of game programming, even though I have never made a game that required AI.

The game will feature intelligent ninja, robot, etc, guards that can act semi-intelligently. The goal is to have enemies that can call for backup when they see the player, and attack in formation. I've already mapped out in my mind how the AI will work. Basically, it will use a Finite State Machine to control the actions of the guards. I'll post some example code tomorrow, once I fully flesh out how this will work.

Oh, and this game will be open-source, so maybe some people will be interested in what I did with the AI.
Previous Entry Yay!!!
Next Entry Sigh...
0 likes 2 comments

Comments

Ravuya
I wrote a simple guard AI for an earlier unfinished game of mine, Fright. It had line-of-sight, chase and retreat, and some simple shooting routines. I think I might work on it some more, maybe finally have a decent AI in my game other than "chase after the player and attack them".
June 07, 2005 09:11 PM
Stompy9999
I'm going to write down the idea for my guard AI if your interested. I have never put these ideas into actual code, so it might not be the best resource, though.
June 08, 2005 10:02 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement
Advertisement