0

What should i do first?

i want to make a game in the future and i dont know where to start. i know nothing about it.how should i start?

23rd Dec 2017, 6:43 PM
gamee
gamee - avatar
9 Answers
+ 9
For Android learn: Java For Unity learn: C# For Unreal Engine learn: C++
23rd Dec 2017, 9:45 PM
Learnsolo
+ 8
@David Carroll Ok, changed it now, thanks for clarifying šŸ˜„
24th Dec 2017, 6:55 AM
Learnsolo
+ 6
@Learnsolo... Unless I completely missed something, I don't believe C++ is used in Unity3D. However, you are right about C# being used for Unity3D. Unreal Engine does use C++. Both are fantastic gaming platforms.
24th Dec 2017, 1:34 AM
David Carroll
David Carroll - avatar
+ 5
You're right, @David, Unity3D can be extended (create plugins) with C++, but does not support that language for game development Unreal Engine does admit it, and it's a really robust platform. In addition, C++ has a series of libraries and engines very extensive for video games
24th Dec 2017, 2:40 AM
Mickel
Mickel - avatar
+ 1
You canā€™t start from scratch you need to know the base of coding before you jump in, Iā€™d recommend HTML, CSS and maybe later for actually creating behaviors in a website or a game JavaScript. If you want a game not web based it would be harder you would need a game engine and at least know Csharp which is a difficult language.
23rd Dec 2017, 8:18 PM
Kenzoid
Kenzoid - avatar
0
Decide what platform you want to build your game in. Then you should practice. Do at least two game projects just for practice and then you are ready to make the game you always wanted:)
23rd Dec 2017, 7:53 PM
Joni-Pekka Vesto
0
challenge me if you can
24th Dec 2017, 11:23 AM
Abhishek Raj
Abhishek Raj - avatar
- 2
Learn the basics of real languages like c++, c#, Java and maybe python, then start learning how to use game engine of your choice: Unity, Unreal engine, Godot, etc. Don't even think about making your own engine. It's impossible to make decent one for us plebians. And start small. What you think is small project will be much bigger than you think it is.
23rd Dec 2017, 9:29 PM
BlazingMagpie
BlazingMagpie - avatar