this post was submitted on 01 Apr 2024
672 points (96.2% liked)

Gaming

19732 readers
46 users here now

Sub for any gaming related content!

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 17 points 5 months ago (2 children)

Java is a hilariously bad platform for games.

[–] [email protected] 6 points 5 months ago

Only if you're incompetent. Otherwise just not optimal.

Starsector, Rise to Ruins and Project Zomboid run well and are made in Java for example. It's harder to pull off but it can be done. (still needs native libraries though)

[–] [email protected] 2 points 5 months ago (1 children)
[–] [email protected] 5 points 5 months ago (2 children)

What makes you say that? I'm genuinely curious

[–] [email protected] 4 points 5 months ago

Minecraft. Runescape. Mindustry. Slay the Spire. Project Zomboid. Doodle Jump. Shattered Pixel Dungeon. Delver. Lots of mobile games. Also It's rediculous to say Java is inappropriate for games when C# is used for games via Unity (unity is the value proposition there - c# is very similar to Java)

[–] [email protected] 3 points 5 months ago (1 children)

Java is (or at least used to be) one of the first languages new programmers started with.

Making it very accessible to create new mods.

[–] [email protected] 1 points 5 months ago

I haven't modded as of yet but I started off with Java and am now a C# Dev and the transition wasn't too hard since most of the same principles apply to both languages. Unity games, that are often written in C# to me are the most moddable ones, especially considering that there's a ecosystem for Unity mods out of the box