+ 2
What programming language was used to program God of War?
4 ответов
+ 7
God of War was built using the Kinetica game engine, which was used for some PlayStation 2 era titles including GoW and the racing game Kinetica of the same name.
Most AAA gaming titles are built with "engines", which are large frameworks that combine multiple layers of disciplines.
Some other popular game engines are:
* Unreal (Epic Games)
* Source (Valve games)
* Havok (a physics engine)
* Frostbite (DICE - i.e. Battlefield)
0
Does Kinetica have any specific language for scripting
0
Like
Unreal uses c++ and blueprints
Unity uses c# or JavaScript or boo (python)
Godot uses c++
0
Y