0
Game development
Hey guys, I am having difficulty in deciding how to make games. I tried out c++ but I dunno why but I found it exceedingly difficult.Plz suggest an easier lang/software such as unity
3 ответов
+ 1
unity uses C#
https://www.sololearn.com/discuss/708962/?ref=app
+ 1
Vis-`a-vis Martin's comment, that sums up most Q&A.
So, I'll give you some advice: real game dev is tough because it should be. The only reason I published a game in ~6 months was years of experience and reusable code. And it was 2D.
Choose a good engine based on your needs and make some useless shite. When you're ready, make the game. You tagged this Counter Strike, so I presume 3D is your goal. There are 3D engines besides Unity: Ogre and Unreal come to mind (there are others). But make sure you have a foundation. You can't run before walking. So start small. Make a 2D game or even a console (CLI) game.