Re: Zombehs ~The Rise~ - The Zombie Shooting RPG.
Posted: Mon Apr 09, 2012 4:38 am
I was able to play single player that time, very nice job.
A few notes:
A few notes:
- I was able to walk off the map when moving upwards. Might be good to add some kind of bounding box.
- The zombies seem to only move directly at me. The best thing you could do is implement some sort of a* algorithm, but what I've noticed is a quick and dirty method is to say this: If there is a collision between the enemy and the user, check the path along the x and y axis, and then the y and x axis respectively, If the first fails, send them along one of the alternative paths.