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.

Comments

Popular posts from this blog

New Browser Based Multiplayer Snake Game

Upgrading to ASP.NET Core 3.0

Experimenting with Google Vision API