Posts

Showing posts from May, 2019

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.

New Browser Based Multiplayer Snake Game

Just added a simple multiplayer Snake game to my personal website using the same game engine I wrote previously for the Tank Battle game. You can check it out here:  https://robertyin.dev/snake I have also made some improvements on the netcode which improves the latency of both Tank Battle and Snake game.