Help Creating an AI NPC

I was wondering if there is any documentation regarding how to create an AI NPC.

I am looking to create an enemy of some sort for my player to shoot at.

Thanks

I would do this by adding a custom control to the Node which represents the NPC. Dcoumentation on custom controls is at https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:advanced:custom_controls.

As jme is a core engine, there is no ready to use ai in it, however this also allows you to do all kinds of ai’s and use external librarys.

You can probably get around every ai framework out there to work with jme.

Yeah, making your enemies move and enabling your player to shoot is kind of your business in this whole equation, else wheres the fun? :wink: