this post was submitted on 20 Jul 2025
40 points (95.5% liked)

Programming

21807 readers
592 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
 

So i want to achieve many types of hobbies. For the longest time ive wanted to make games but im honestly unsure where to start, what tools to pick up, and what to learn especially sense i want to attempt to learn for free without having to pay for anything.

Ive been told gamedev is like learning a new language in a way. I could use a point in a starting direction if possible.

I also have a dumb question but i cant really make out a different between the definitions of coding and programming, what is the difference if any?

you are viewing a single comment's thread
view the rest of the comments
[–] Korkki@lemmy.ml 5 points 1 week ago (1 children)

Check out Godot game engine.

Something like LÖVE would be much better for beginners. It's much more important for first projects to get results that keep you motivated than to jump on the deep end with features.

[–] nathanjent@programming.dev 1 points 1 week ago

Fantasy consoles like PICO-8 or TIC-80 offer a simple engine with all the editors included. It's a great way to build a basic game idea before fully committing to an engine like Godot.