# 006. Welcome to the neighbourhood.
In this post we will discuss a neighbourhood search algorithm. A neighbourhood search algorithm is one that allows an object to check neighbouring objects only, rather than performing checks on every object in the game – for example, in a game with 500 map tiles and 200 zombies that would be 140,000 checks per frame […]
Read More # 006. Welcome to the neighbourhood.