All Questions
3 questions
1
vote
1
answer
723
views
NPC interaction depending on conditions stored in XML
I am developing a RPG game for Android using LibGDX, at this moment the NPCs in the game have some moving AI (pathfinding), like random directions and stuff.
Now I am working on the dialogue system, ...
0
votes
1
answer
1k
views
Smooth Npc Movement
I have an Npc in my rpg that moves around based on a Random() variable. My main goal is to have him walk in a random direction a small bit every 2 seconds. I only want him to move about 32 pixels ...
1
vote
1
answer
768
views
Collision detection with entities/AI
I'm making my first game in Java, a top down 2D RPG.
I've handled basic collision detection, rendering and have added an NPC, but I'm stuck on how to handle interaction between the player and the NPC. ...