- 3
How to make a game
Plzzz tell anyone
11 Respostas
+ 14
What kind of game?
+ 14
Seriously?
3D games, 2D games, simple console app game, word game, guess the number games, all kinds of games falls under computer games.
You need to elaborate your thread content ffs.
+ 1
To try to help you a little but the big work have to come from you:
-Learn how to program with object languages (C# recommended to build powerful games)
-Learn OOP
-Learn graphic design 2D/3D (modeling, texturing, lighting, animation, ...)
-Learn performance optimisation
-Try small games first (terminal games, tic tac toe, pac man or whatever your want)
-Try a lot!
-Learn how to organize your code, to clean it, to refractor,.. the best school for it is -> Try! Try! Try! (and ask questions on forums :D)
-Learn libraries that fit your style of games you want to build
-Learn from others, read their code, challenge yourself everyday...
... that's the very basic.
0
Computer
0
Action games like prototype 2 and Android games like clash of clans and clash royal
0
Your question is a little bit too light... games existing by thousands...
0
Plzzz tell
0
3d games
0
Rageya if you are requesting to know how to make "Prototype 2" and "Clash of clans" that means that you don't even know the very basic of programming. Nobody will tell you how to build that kind of games because it's really too big and if you know the basic of programming you will figure how to make them by yourself... I strongly recommand you to take your time to learn first.
0
Thx for your opinion Geoffrey
0
steps for game development:
1.Have a vision ( flow chart).
2. Target technology. ( pc/Android/PlayStation/whatever you like)
3. Learn the essentials.
4. Take 1 step at a time.
5. Test and modify untill satisfied.