0

Game

Should I fully learn JavaScript and css before I learn C++ and C# (I want to make a game)

25th Jun 2018, 3:35 PM
Ryan Sullivan
Ryan Sullivan - avatar
1 Answer
+ 5
Ryan Sullivan (Suvan) No. Learning javascript first before other languages for game development, is like Starting from the North, going to the East, and then to the West. Why don't you just go straight to your Passion. If you want to make web games, learn just Javascript. If you want to make 3D Games, learn C++ Here's the pseudocode : if(webGames) { learn_Javascript() } else if(3DGames){ learn_C++() } else if(2dGames){ Learn_C#() } else{ learnAnyOtherLang() }
25th Jun 2018, 4:13 PM
Dlite
Dlite - avatar