Do you guys know what coding launguage I should start with for game dev?
you need to decide where you want to launch your game. if it’s a browser, then javascript, if android, then java or kotlin, if PC, then c/c++. you can also use game engines, and then it will be the internal language of the selected engine (more often also common as C# or C++). but using the engine, you will get multi-platform support, and on the other hand, there will be some limitations that are often irrelevant for starting projects