this post was submitted on 13 Feb 2026
43 points (97.8% liked)
Programming
25504 readers
393 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't think this is a good answer but a funny anecdote. I was pretty obsessed with video games starting with the NES. I got really good with computers, programming, etc and more than 10 years into being a professional software developer, I figured it was time to actually look at making a game, arguably the reason I got into coding to begin with. Turns out that so little about game development is actually coding these days, been that way for decades now.
There are so many parts to making a video game, as you mentioned. If you want to do everything yourself and from scratch, yeah you will need to understand code and physics/math formulas, etc. Maybe some graphic design for the world you're creating, maybe some music and audio effects knowledge. But there are also game engines out there that will do virtually or literally all of this for you.
I guess my real point is, figure out what you enjoy doing, and how you can contribute that to making games. It doesn't matter if you're good at it or don't even know where to start, the important part is that you do start and stick with it.
Did you actually end up doing game dev?
Little bit by myself, mainly some puzzle stuff in the browser. Turns out I really enjoy writing code than making games.