how to develop game using cpp gdnative.....guide me please ,,,,i know basic programming!

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By nishanthgreen

i have a story line for a 2d game. i have explored godot and im struglling with how to start with that game development. i have binded and my setup is completely ready.

i need a starting tutorial like how to code in cpp and how to start with!!!

I’m curious. Why do you want to code in C++? Unless you’re already a competent C++ programmer, it’s going to have a much steeper learning curve than, for example, gdscript.

Why not use gdscript?

jgodfrey | 2020-11-26 20:56

I agree, starting with C++ it’s not the best idea. GDscript it’s the best choice in order to start game dev. If you don’t have any experience in programming maybe it’s better that you learn at least the basis (if, for, etc…). Probably the best language would be Python because GDscript has a very similiar structure to it. In this way you can optimize your time by avoiding low level detail that you don’t need at this time.

truock | 2020-11-27 12:27

:bust_in_silhouette: Reply From: magicalogic

A quick google such for cpp tutorials or ebooks should help but using cpp in godot is not the best idea especially if you are not already familiar with cpp. GDscript is faster to learn and use.