+ 1
How to create a God related shooting game
How to create a mahabharat shooting game with character and asthras
2 Answers
+ 6
By learning programming.
+ 3
Most graphical games are designed using a gaming engine. I suggest you look at: GODOT or UNITY.
Godot is what I use. It's open source (free) and can build 2D and 3D games. It uses GDScript (similar to Python) or C#.
Unity uses C#. A little more advanced.
Unreal uses C++. Requires a strong computer but has the best graphics engine.