Java - Using Linear Coordinates to Check Against AI [closed]
- by Oliver Jones
I'm working on some artificial intelligence, and I want my AI not to run into given coordinates as these are references of a wall/boundary.
To begin with, every time my AI hits a wall, it makes a reference to that position (x,y). When it hits the same wall three times, it uses linear check points to 'imagine' there is a wall going through these…