Live data from Hacker News

Ask HN: What are the languages used in gaming?

news.ycombinator.com

1–10 of 16 posts

Re: Ask HN: What are the languages used in gaming?

#7
If you know nothing about programming, you should probably start by learning Python and the PyGame engine.

If you already know programming, then a lot of games are written with either the Unreal engine (using C++) or Unity (using C#).

There are certainly exceptions. Minecraft was originally written in Java, but I don't know of any other major games using Java. Undertale was made in GameMaker Studio. Any game with a custom engine is likely using C or C++, but I wouldn't try writing your own engine unless you really know what you're doing. It is not a task for the inexperienced.

Re: Ask HN: What are the languages used in gaming?

#8
Most game engines are probably written in C++, with scripting done in C#, Python, Lua or a custom language.

But all languages are used. Minecraft was written in Java. A guy called Michal Ziulek is working on game development ecosystem for Zig, which I think is really neat.

https://github.com/michal-z/zig-gamedev

Post reply on HN