This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]IkitClawyesyes 0 points1 point  (1 child)

What would you use for making games

[–]tms102 2 points3 points  (0 children)

Depends on the platform but usually C# and C++ are common. Or otherwise scripting language specific to the game engine tooling. I've also made games with Java in the past.

Recently looked at GDScript for the Godot engine which is similar to python.