[java] AI in java -- Alright I'm a novice when it comes to AI

Started by
1 comment, last by CaptainJester 19 years, 5 months ago
I'm working on something of a strategy program. I've looked at the Strategy Pattern, the Facade Pattern, the Flyweight Pattern, etc. All I'm really trying to do is give a creature in the environment a goal to acheive, and then later if need be change the goal -- like circumstances change, or it acheives the goal... I know this is kind of vague. Any suggestions? L-
"Education is when you read the fine print; experience is what you get when you don't." -Pete Seegerwww.lucid-edge.net
Advertisement
You may want to look up FSMs(Finite State Machines).
Have you checked out http://www.ai-junkie.com/?

I am not sure if it will be helpful in your case, but he has a lot of AI specific stuff there.

[edit]
Go to the Agents link and you will find info on Finite State Machines(FSM).

[Edited by - CaptainJester on October 22, 2004 1:45:34 PM]
"None of us learn in a vacuum; we all stand on the shoulders of giants such as Wirth and Knuth and thousands of others. Lend your shoulders to building the future!" - Michael Abrash[JavaGaming.org][The Java Tutorial][Slick][LWJGL][LWJGL Tutorials for NeHe][LWJGL Wiki][jMonkey Engine]

This topic is closed to new replies.

Advertisement