+ 1

Can i create high graphics games like assassins creed with the help of python

3rd Feb 2017, 5:28 PM
Aniket
2 Respostas
+ 4
First, high graphics games like assassins creed are made by teams of hundreds of designers, developers, and experts. And, those games are usually made using c++. So, python is usually not the tool to create high graphic games like assassins creed but I am pretty sure it is possible if an end user has enough memory to play it. One famous program made completely in python is Blender, which can be used to make 3D models for game industry (also as I know you can use python to write scripts for blender models, correct me if I am wrong). So if you want SOME DAY to work in serious game industry, start learning C++ You have some game engines in which you can dip into game programming: Game Maker - 2D games, uses C Unity - 2D and 3D, uses C# or JavaScript Unreal Engine - 3D (probably can 2D too), uses C++ I'd suggest you to take one language and try to learn as much as possible because it will be much easier to switch to another when you know concepts. To work in game industry, you need to master algorithms and math. Serious game industry is serious sh**. Good luck and keep coding! :)
3rd Feb 2017, 5:42 PM
Ladislav Milunović
Ladislav Milunović - avatar
0
Thanks
3rd Feb 2017, 5:44 PM
Aniket