I'm a freshman in computer science and recently finished a simple 2D dodging game using Pygame. It allows the player to move left and right, includes hitboxes, game menus, tracks high scores with file I/O, and has some UI elements. I'm wondering if this type of project would be worth mentioning on my resume, considering it's just Pygame and Python. I really enjoyed learning Pygame, but I'm not sure if it's something employers will find valuable.
5 Answers
Make sure to upload your project to GitHub and put that link on your resume. I always check out candidates' repos when I review resumes. If someone doesn’t have a GitHub link for a tech role, it raises some red flags for me.
Honestly, showing any pet projects is a big plus. It signals that you enjoy coding beyond just a paycheck. Just make sure the quality of your code on GitHub is decent; nobody wants to see messy or incomplete projects.
Definitely include it! As a freshman, your resume is still kind of empty, so adding projects that show what you can do is great. Just make sure it doesn’t take the spotlight away from any other significant experiences you might have.
It really depends on the job you're aiming for, but Pygame isn’t unknown among tech people. In fact, I’ve seen it used for small utilities in some professional environments. It can definitely show that you know how to code.
Absolutely include it! As a freshman, having any completed project shows you can build something functional. The features you've implemented suggest a good grasp of fundamental programming concepts, which is impressive even for an early-stage developer.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically