gonna start a big game project what are the key thing i should know (i have mastered HTML, CSS, JAVASCRIPT)!
This isn’t a comprehensive list but here’s a few things I would suggest in no order:
-How to 3d model or where to get premade 3d models (I’d avoid AI generated models they have too many triangles if you want decent quality).
-A little C++ knowledge.
-How to follow tutorials and research through extensive documentation.
-Patience! (You will inevitably run into problems/bugs that will stump you for a while)
-Building parts, not the whole. For example, make an inventory system that could be used in any game instead of keeping track of character items in your game. Hope that makes sense. For a big project, make it in pieces. Keep your mind on the big picture, but make your parts in a way that they could be used for any similar project.
Those points have served me well so far.
i think you should know that it’s not a good idea to start a big project without proper experience.