Sandbox engine for testing out different Snake AIs strategies.
Implements standard BFS
Solves for the X Axis first. Once the head is aligned to the same X axis as the fruit, the snake pivots to solve for Y.
No collision detection logic.
Engine that just forcefully key's UP.
Engine that completely does nothing, just repeats the last action.