So ive been told many time sto use godot becasue its for low end computers and it like unity but not. the thing is im not sure where to start or even whihc version of godot would be best to use. there another thing si cant code like at all i usally look up some code or let chatgpt do the wrok or expalin things to me but its usally not too good in that department. but i really want to make a video game and im not sure why or even how to start or what i should make, becasue i keep coming up with ideas that are way to complex.

do you have any tips, advice or something you would like to share with me by chance?

  • @fsk
    link
    English
    11 year ago

    Godot was a fine choice. I tried Unity and found myself spending more time fighting Unity bugs than working on my game. Godot also is better for 2D. You should try 2D games before making 3D.

    You also need to learn basic programming first. Things like for/while/if, function calls, variables, object oriented programming.

    Your first game idea should be something REALLY SIMPLE.