Dr. Mark Humphrys

School of Computing. Dublin City University.

Online coding site: Ancient Brain

 

Search:


A* in Complex World

A more advanced A* algorithm exercise would be to apply the algorithm to a 3D visual world.

Here is "Complex World", a 3d-visual World (but actually a 2-d movement problem).
The enemy chases the agent, not very intelligently:

  

Click to run Mind: Complex Mind in World: Complex World at Ancient Brain.
  
"Complex World" uses the "Three.js" graphics library:

  

Hard exercise: A* in Complex World

Here is a hard exercise:
  


Click to run Mind: Complex Mind (clone by Theo Delettre) in World: Terminator 7 (A* Practical 1 World 1) at Ancient Brain.
This is an A* search, re-calculating every time step as the target moves.