Please reply which programming language should be used by me to lay out 2/3d games? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Please reply which programming language should be used by me to lay out 2/3d games?

1.html 2.css 3.JavaScript 4.java 5.python 6.more

9th Aug 2018, 4:27 PM
Albert Whittaker :Shaken To Code
Albert Whittaker :Shaken To Code - avatar
6 Answers
+ 2
Python can be used for 2D games, but is highly not recommended for 3D. Java and some C-Family members are the way to go for all game types.
9th Aug 2018, 5:31 PM
Dread
Dread - avatar
+ 14
Ekhm... you definitely *can* do 3D games in Python, like: https://www.instagram.com/p/BQ-8ubDDTNi/ (all done in pyglet) But in order to have much greater performance and library support, you can try Unity (C#) or Unreal (C++) engines, thought up specifically for 3D animation.
9th Aug 2018, 5:54 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 3
I recommend Unity, it uses C# and is very beginner friendly. Having some experience in c++, java, or another OOP language and some sort of experience in a 3d environment(3ds max, blender, etc) is encouraged but not mandatory.
11th Aug 2018, 5:04 PM
John Drennan
John Drennan - avatar
+ 1
you could you game design engines like Unity or Unreal engine and check out what languages they support .but typically C++ is one of the best
10th Aug 2018, 12:04 PM
saeed shadkami
saeed shadkami - avatar
0
It kind of depends on scope, target,goals and experience. Are you asking as a general question or do you have anything more specific in mind?
9th Aug 2018, 9:43 PM
A.A.
A.A. - avatar
0
I use C++ and javascript to make games see: https://github.com/borislavvv00
12th Aug 2018, 10:49 AM
B K