This video demonstrates my Robot Dodge game developed using SplashKit in C#. In this version, multiple robots are generated using a List data structure. The robots spawn from outside the screen and move toward the player. The game uses loops to update and draw all robots efficiently. Robots are removed when they collide with the player or move off screen. This task helped me understand how to manage multiple objects using object-oriented programming concepts.