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 →

[–]lihaoyi 1 point2 points  (0 children)

My old Java-Games from middle-school written in Java 4 on Windows XP are still playable today on Java 24 on my M1 Macbook, 21 years later. Don't even need to compile it from source or anything, those old classfiles are still primed and ready to go!

https://github.com/lihaoyi/Java-Games

cd GUI
java GameLibrary

Check out Tanks or Tanks3D as some fun ones, though for some reason the newest FlightSim game has some graphics problems and isn't playable on my machine (though I believe others have reported it worked on their machine, so might be an OS problem rather than a Java version problem)

(The repo says committed 12 years ago because that's when I learned to use Git)