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?
9 Answers
+ 12
Go through these posts. You'll find your answer.
https://www.sololearn.com/discuss/688949/?ref=app
https://www.sololearn.com/discuss/701615/?ref=app
https://www.sololearn.com/discuss/625747/?ref=app
https://www.sololearn.com/discuss/99903/?ref=app
https://www.sololearn.com/Discuss/448721/?ref=app
https://www.sololearn.com/Discuss/488976/?ref=app
https://www.sololearn.com/Discuss/620013/?ref=app
https://www.sololearn.com/Discuss/318078/?ref=app
https://www.sololearn.com/Discuss/498964/?ref=app
https://www.sololearn.com/Discuss/241201/?ref=app
https://www.sololearn.com/Discuss/375449/?ref=app
https://www.sololearn.com/Discuss/162813/?ref=app
https://www.sololearn.com/Discuss/247712/?ref=app
https://www.sololearn.com/Discuss/215227/?ref=app
https://www.sololearn.com/Discuss/231138/?ref=app
+ 9
For Android learn: Java
For Unity learn: C#
For Unreal Engine learn: C++
+ 8
@David Carroll Ok, changed it now, thanks for clarifying š
+ 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.
+ 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
+ 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.
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:)
0
challenge me if you can
- 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.