zappy — networked game server walkthrough video
Made a walkthrough video of zappy — a 42 team project. C++ server by PepeSegura and samuelcordero, Godot GUI by Tagamydev, Python AI by me.
The AI part: each client runs a custom behavior-tree that handles async TCP commands, partial vision, and no shared coordinate system. Coordination is solved through a queen protocol — drones use the broadcast message direction as a Marco Polo signal to regroup without ever sharing a map.
