+ 2
What coding will be recommended for creating a game
Like a code for pixelated/ 3d/a game with good graphics
24 Respuestas
+ 5
C++ and C# are probably the two most popular ones. You can learn C++ and use the Unreal Engine, or you can learn C# and use Unity. Both engines have lots of resources and tutorials for you to improve your game dev skills.
+ 4
Python is a scripting language that can be used to prototype games, but it is not the fastest language when it comes to developing games.
+ 2
C++ as you tagged it?
+ 2
C++ is faster than Python, but you can also use C# or Java.
+ 2
You can make a game in c# , c++ , java , js , py ... , there are a lot of languages that u can use to build a game. Also you need to have a look at some Game Engine that help you to develop the game (bests : (Unreal engine(c++) , Unity(c#)), cuz if you have to build your own engine its gonna be a pain.
+ 1
Ok thank you
+ 1
You're welcome
+ 1
Ok thanks very much Chris Coder
0
Ok tnxs what about python
0
Ok so which programming language will be faster
0
You can any language you want ... But C# is the best from what I know ... Also c++ and python are good
Maybe JavaScript but it's rare
So as I said any language you want.
If you wanted to use engines like *unity* || *unreal* then go to c# / c++
0
Unreal Engine 5
0
Ok thanks
0
Thanks for your opinion
0
C++ is great for game dev but other languages are also great
0
C sharp and Unreal Engine
0
try installing ursina module in python then
import ursina
0
Abhijeet Jio Fiber Thanks after seeing what a game could look like running in python... I'll definitely stay away from python for gaming
0
Francis Diafo Honestly C++ will be the hardest to learn for gaming with out frameworks for game development. It is estimated that it will take an absolute beginner at least 3 months to learn C++. That's working at least 2 to 3 hours each day. However with a framework such as Unreal Engine that has many built in features you'll have a 3d character running around the screen in a few minutes. You will only need to code things that you can not find in the market.
I think it would help you to research popular game engines. Each Engine has different use cases for what type of game you'd like to make. Plus they let you know what coding languages they support. Good luck :D
0
You might need c# or java