+ 1

Python coding

Can you create a fully functional code for 3d games using python

18th Sep 2024, 7:17 AM
Mahlik M
5 Respuestas
+ 1
yes
18th Sep 2024, 8:01 AM
Lisa
Lisa - avatar
+ 1
@AraL - Explosion! Very funny, and true. :)
18th Sep 2024, 8:58 PM
Jerry Hobby
Jerry Hobby - avatar
0
Depends on the game you are building. You're not going to make a massive 3D game with Python. Can you make games? Sure. But at some point you need to choose the right language and game engine for the game you're designing. If you want to write 3D games, you need to look into Godot, which has a language similar to Python, or Unity, which uses C#.
18th Sep 2024, 12:20 PM
Jerry Hobby
Jerry Hobby - avatar
0
If you want to make a big game, you should use C++ or another fast language. But for small games there is no problem. Python puts a lot of pressure on the system because of its easy coding, so the system must first understand the data types you are using and then execute your instructions one by one. But when you use C++, the system only does part 2 (execute your instructions). and also for making games with python you can use "pygame" library. result: ---small games--- python -> good C++ -> good ---big games--- python -> Computer explosion C++ -> good
18th Sep 2024, 8:00 PM
AraL
AraL - avatar
0
Jerry Hobby 😁🙏🏻
18th Sep 2024, 9:55 PM
AraL
AraL - avatar