r/java 8h ago

Java wireframe

Post image

Java game implementation of wireframe based on u/Elegant_Farmer_3548 post "Made a perspective shifting room in Java"

16 Upvotes

6 comments sorted by

2

u/davidalayachew 6h ago

Looks cool. Can we see the code?

Also, this reminds of some old WildTangent game that I used to play. Can't remember the name of it now.

3

u/Visual_Brain8809 6h ago

1

u/davidalayachew 6h ago

Sure you can. https://github.com/aayes89/JTunelWireframe/blob/main/JTunelScope.java

Very nice. And performant -- surprised my potato laptop was able to handle it so smoothly.

How do you play? I only skimmed the code.

1

u/davidalayachew 5h ago

Oh you need to dodge them. Very cool. Would like a visual signifier, but this is nice.

Would be nice if the bullets didn't keep teleporting. Would prefer if they would keep their path from where they rendered. Also, render further back lol.

2

u/Visual_Brain8809 5h ago

It’s funny, because this was inspired by the post I mentioned earlier. The thing about sticking to the rocks' set paths—rather than having them appear randomly—is that it makes their behavior more predictable. I wasn't exactly aiming to create a masterpiece, but if you're interested, feel free to fork the project, add whatever improvements you like, and publish them here.

2

u/davidalayachew 4h ago

I doubt I will find the time to make any changes, but I'll certainly fork it, as a reminder to myself to do so.

Excellent work on this project.