Aim Workshop is a game where you shoot targets and strive to achieve the highest score.
Built on the foundations of pygame, Aim Workshop is a fully functional and user-friendly mini-game. The application includes several options to tailor the experience to the user's preference. Furthermore, the application includes a fully functional database using SQLite where the user is able to see their past scores for each of the four game modes.
Aim Workshop also includes modular classes for the sliders, buttons, and targets which can be used in other pygame applications. These classes are fully modifiable for your liking.
- Python
- pygame
- SQLite
- How to run the program
python3 main.py
-
Tech With Tim on YouTube - initial idea for the game
-
Socratica on YouTube - extremely helpful video that got me started with SQLite
-
Note: This project is imported from my NCSU GitHub Enterprise Account. This GitHub account is my personal account.