+ 1
What should I start studying to develop a game
5 Answers
+ 8
first find a game engine then learn the programming language it supports...... finally start making some games..... hope this help đ ,if you stuck just go to google or you tube for some tutorial .
+ 3
look up blender! great for prototyping an idea, also great for realistic artwork. it has a built in game engine. after you test your concept, you can import your game assets to unity or unreal4 engine.
+ 2
Usually game developers use C++. Also you can start with C# if you plan to use Unity engine or Java if you orient on mobile platforms.
0
as for a game engine check out 'Game maker studio' their language is very familiar to JS. So if you have any experience with JS it should be pretty easy to catch up. Unity works also with C# (Heard it supports JS also. not 100% sure about that.) But I've heard better things about game engine studio when it comes to 2D. Also HTML canvas Is neat if you are familiar with JS and HTML.
0
I would recommend to do Unity or Unreal Engine tutorials which are in their main pages and then from there create your own games đ