A while back, we had Java applet games similar to Flash games, and let's not forget that Minecraft was built using Java. Nowadays, though, it feels like Java isn't the go-to language for game development anymore. I'm curious – can someone explain why that is? Do any companies still use Java for making games? Thanks for your insights!
1 Answer
You can still develop games in Java, and it can actually be a lot of fun. But if you’re looking to land a job in the gaming industry, you might want to consider other languages and platforms that have better support. Unity, for instance, is based on .NET and really easy to learn if you already know Java. Most Java game development happens with indie developers or as a hobby. Some frameworks like LibGDX and LWJGL 3 exist, and I'm currently using LWJGL for my project and to get a better grip on OpenGL.
I'm more of an old-school developer who doesn’t work in the industry anymore, but I still love programming in Java!