- 3
Which cool games were made with C++
13 Respuestas
+ 7
I'd suggest you to ask something related to programming / sololearn.
+ 4
HK416ismywife
I am not much into game development.
Just worked in 3 games till now but what I have seen is we can use multiple languages.
I learned to decompile codes of unity games and most of the games have c++ codes but those scripts didn't had their classes.
So I shared my experience.
+ 4
Martin Taylor Thank you for typing so many words.I know everything you said above.But bro, you seem to have misunderstood what I was talking about with ADITYA KHANDELWAL .We're talking about what language to script games using the Unity engine. Not in what language is the engine itself written.According to you, the Unity engine does indeed script games in c#.I didn't mention what language the game engine itself is written in.😂
+ 3
ADITYA KHANDELWAL I remember that Unity engine only has c# and JavaScript API, while Unity2019 only has c# API, so I think Unity script should be written in c# and JavaScript.
I'm not a game developer . But I'm going to be one,that's my dream.😏
+ 2
Minesweep, pong, cube2, cube, stepmania, sintel the game, thousand parsec e.t.c
+ 2
Worldfudge too
+ 2
ADITYA KHANDELWAL Why do I remember that Unity3d was scripted in c# and JavaScript?😊
+ 1
Now a days most of the games are made using Unity 3D and Unity 3D uses C/C++ for writing scripts.
0
All triple A games use C++ combined with a scripting lang to user level (interface, real-time, etc) usually C#, Lua, or a custom one.
When certain pieces of program are key on performance can be writen in raw C, even in Assembly
0
Martin Taylor Godot engine a good one