Can anyone help me to understand the basic and simpler way to understand the programming language so i can make a copy like game like this?I don't want to make a detailed graphic RPG game but i wanna make a turn based combat , low graphics RPG game.How much time it will take to make a game like in the pic?
A great introduction language is Python. It is pretty simple and easy to pick up and will make it easier to learn future languages. To make a fairly complex game though you'll probably want a higher language such as C++ and an already made engine such as the Unreal Engine which works great with Microsoft Visual Studio. Other than that you just need to put in the effort if you really want to create anything worthwhile.