Should I Include My Pygame Game Project on My Resume?

0
19
Asked By TechyTurtle99 On

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

Answered By RepoRanger88 On

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.

Answered By ByteSizedProjects On

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.

Answered By CodeCrafter42 On

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.

Answered By DevWithPygame On

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.

Answered By FreshmanDev On

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

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.