Making a 2d game | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Making a 2d game

I am writing out ideas for a 2d game. I am planning on using unity because it’s free and a very good software, and I know I little about c++, but what do you guys think? Should I use unity for a good 2d game? And is c++ the best for game making in unity, or is something like java better?

13th Jul 2018, 12:25 AM
dabonoggin
dabonoggin - avatar
3 Answers
+ 5
When developing games, Unity is a really good place to go as it has thousands of pre-made assets that you can use in your game and developing and scripting the game itself is pretty easy with it. Unity primarily uses JavaScript and C# for its scripts, so I would recommend looking into both of those languages rather than others for deciding on which to choose (of course, you can also use both as JS may be better in some aspects than C#). If you do really want to use C++ and other languages however, there are plugins that you can implement into the engine to allow for them to be used. Hope this helped! d:
13th Jul 2018, 12:31 AM
Faisal
Faisal - avatar
+ 4
dabonoggin Do not be mistaken ================ Unity uses :: C# and Javascript Unreal uses:: C++
13th Jul 2018, 12:57 AM
Dlite
Dlite - avatar
31st Jul 2018, 7:58 PM
B K