Compete with AI Players in WebSocket Snake Game
My WebSocket Snake game now supports AI controlled players. I have implemented two different AI. One uses a simple Greedy Algorithm and the other extends the first one with DFS (Depth-First-Search). Click here to check them out.