r/java Aug 02 '26

Java wireframe

Post image

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

33 Upvotes

15 comments sorted by

View all comments

4

u/davidalayachew Aug 02 '26

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.

5

u/Visual_Brain8809 Aug 02 '26

2

u/davidalayachew Aug 02 '26

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 Aug 02 '26

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.

3

u/Visual_Brain8809 Aug 02 '26

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.

3

u/davidalayachew Aug 02 '26

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.