Operate the mouse to move the robot and click to throw treats to dogs. Alternatively, WASD or arrow keys can be used to move and spacebar to throw. The score increases by 10 for every dog you feed.
We started with a basic moving shooter game and added multiple enemy sprites and changed the player and bullet sprites, as well as the background. We also added a scoring mechanism, randomized the "enemy" dogs, and added the end screen. Also, we changed the play mechanism from just arrow keys to move and shooting by clicking the mouse, to being able to move by tracking the mouse or using WASD (or arrow) keys, and the spacebar to shoot (or mouse click). Images from rawpixel.com, adobe stock images, and favpng.com. Thanks to warfame_test for the original project Game 2: Moving Shooter for the base code that was remixed.