/Simple-Turret-Game

click and shoot game made in pygame

Primary LanguagePython

Click and Shoot turret game

A simple game where the user clicks to shoot a projectile at targets.

game

The projectile is designed to follow the mouse position and change velocity relative to the mouse's distance from the turret. Collision with targets increments score, and time limit is set to end the game at 60 seconds.