this post was submitted on 13 Sep 2023
480 points (98.0% liked)

Technology

58101 readers
3678 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Jaarsh119 14 points 1 year ago

As typical as it is for the current indie game dev climate, making a 'Vampire Survivors' type game is probably a really good starting point for game development. 2D games are somewhat easier to make than 3D ones, so a 2D roguelike could be fun (but get's very complex very quickly) or a old-school Zelda styled game would also be pretty cool in my opinion while remaining fairly simple.

Here's are a couple other avenues to learn off the top of my head:

  • Follow along with one or two of the large amount of tutorials they have for the engine and adding new features and gameplay mechanics to them when you feel like it.

  • Think of a cool but simple idea and try to execute it yourself through trial and error, referencing the online docs and asking questions to the Godot game dev community.

It can be super daunting as there is a lot to learn. Try to learn by working on something that you yourself think is fun and that'll keep you more motivated :)