Dual Snake is a Python-based simulation where two AI-controlled snakes compete in a grid-based environment using the A* pathfinding algorithm. The game is implemented using the pygame library and features clean visuals, smooth gameplay, and an adaptive AI logic that navigates toward the food while avoiding collisions.