💬🗣️ General in Bryant's Revenge Community & Updates

Post thing here
You can now slide down slopes,
I gotta figure out on how to make the speed stack on now

Dev Playlist
Yes(I’m constantly updating this when I find sweet video game music to listen to)
Spotify can’t top this
https://youtube.com/playlist?list=PLtSz5yEvhjr0O2DKIGn3u4v9WfEyJ…
Slopes are the key to speed
My whiteboard is coming in clutch for this thing

Update,
Having to restructure on how the cycle breaking down works is a lot more trickier than I thought- I'm having to rethink the way I go about this and I'm having to keep restructure things to work easier and so it's simple to me to understand
Update on the Depth Sorting
The actual sorting works!!!
However the code I used to break the cycle down is pretty faulty, so I’ll have to make a new one, hopefully it’ll still work in tandem with the correction code
Just figured it out lol(I think)
It was in the exact same way to solve as a different type of cycle
I just found out there can be a different case with a loop, which now can determine which edge it needs to break in order to get the result I want, which yeah it's sorta tricky to figure out, even in those smaller cycles

Ok I’m calmer from earlier now lol
But I did also find out that Geometry only cycles can exist
Which isn’t too much of a problem because the fix on that is just by comparing Ys to each other and breaking off the one with the grater one to the lesser one

I also found out too that there CAN be cycles that are more than 4(times which I thought a cycle consisting of four connected nodes would be impossible but I guess not)
However, the same method I had before STILL WORKS!!
I’m 💯 confident this is it