- 2
Help me in making my own game
games
2 Answers
+ 15
You use Unity 5 for making games.
0
There are a lot of free engines to get you started with 2D and 3D games. Some free engines such as Blender (which is a 3D modeler but has a python based game engine system) might be a little more complex then others so be sure to look into each. As giorgi mentioned unity 5 [at time of writing] is likely one of the most well documented free engines you can start with. Unity free seems pretty good for making small project games [and larger titles too]. Be sure to read up on differences between free and paid versions of some engines, just so you know if you need to expect limited features or a forced "made with [engine] free/personal" screen. Also in cases of engines like Unreal be sure to read the pricing page as unreal is only free to use for commercial [for sale] games up to a certain amount of profit before incuring a royalty. You could also make games in almost any programming language but you will probably want to use an engine first.