Shooting Gallery

Published 2023-06-12


-Shoot the bullseye to start.
-Mouse to aim.
-Left mouse button to shoot.
-X or Z to restart.

-The goal is to have the highest score and highest accuracy% possible.
-The yellow ducks are worth 10 points and the target is worth 50 points.
-Avoid hitting the green duck as it will deduct 50 points.

This is my first Pico-8 game so any feedback or suggestions will be much appreciated. It is a carnival style shooting gallery. I had some difficulty getting the collision to work with all of the objects and I am still looking for ways to improve it, especially with making the green duck block the collision for the target. The collision I am currently using is the circle-based collision from the Bridgs tutorial series.

-Left mouse button now shoots instead of Z.
-Added hit sound effects for the target, yellow duck, and green duck.
-Added sparks when shooting the target, yellow duck, and green duck using a mikamulperi tutorial.
-Shooting the green duck deducts 50 points instead of 20.

-Fixed ammo amount.
-Small change to the title screen graphics.
-Ducks and target now disappear briefly after being shot.
-Shoot the bullseye to start the game instead of pressing Z or X.