An experiment in Agent-based AI programming. A game board is generated in 2 dimensions, and on it are spawned droids(agent AI objects) and food(their targets) at random coordinates on the board. Each of the droids takes turns making a decision on where to move(up/down, left/right) on their turn.