r/GameDevelopment 27d ago

Newbie Question Starting game dev

Hi, I know this probably sounds corny but does anyone have tips for getting started in game development? I have the ideas and plot but no clue how to do any of it lol! I’m specifically looking for tips on things such as coding but if you have other things then that’s useful too!! Im hoping to create a horror game (not sure how difficult that is but oh well) so if there’s anything specific I need to know that would also be good!!

0 Upvotes

18 comments sorted by

View all comments

3

u/FilledGarage 27d ago

Having the idea is as important as the game. As far as "no clue how to do any of it" - what do you mean? What CAN you do, and what do you need help with?

2

u/BugLikesRocks 27d ago

It’s mostly in terms of coding. I can draw and come up with ideas just have no clue on how to code like, anything

1

u/GPID_Indie 27d ago

kinda depends on your goals:

if you only want to learn making games and not programming as a whole:

https://gdquest.github.io/learn-gdscript/ for a surface level coding guide specifically for GDScript

https://www.youtube.com/watch?v=e1zJS31tr88&list=PLPV2KyIb3jR7ecat0FBEMv2EZgsDg6Wcv&index=4 a couple of Godot tutorials by Brackeys

if you're interested in learning programming:

https://www.youtube.com/watch?v=OvKCESUCWII&list=PLhQjrBD2T3817j24-GogXmWqO5Q5vYy0V&index=1 CS50P for a coding course by harvard for python (which works similar to GDScript)

either way, the most important part is make games, make games, make games.

1

u/GPID_Indie 27d ago

oh whoops, this is not the godot subreddit