youve finally reached the same power as a scratch user*. congratulatis! *note that the scratch user needs to be extremely cracked
@teevygamez76843 ай бұрын
I feel like scratch requires a bit more crack, but that's the fun part
@porterduncan6742 ай бұрын
The cube did a bill cipher at the end there
@aykarain3 ай бұрын
huh... time to make something like this in geometry dash now... or not...
@civilcrows3 ай бұрын
"Tobey Maguire got bit by a spider, me? It was the algorithm"🗣🗣🔥
@teevygamez76843 ай бұрын
I'm really proud of that one lmao
@mudk1pclub3 ай бұрын
5:26 i was fully expecting a jumpscare
@teevygamez76843 ай бұрын
next time
@mudk1pclub3 ай бұрын
Uh oh...
@stumblairo37213 ай бұрын
Underrated🗣️📢🔥
@Gimmickvr3 ай бұрын
Fr
@idotestbottler97063 ай бұрын
Good night cube
@teevygamez76843 ай бұрын
thank you for your service
@robotninjajesse30503 ай бұрын
just make your own 3D engine at that point 💀
@teevygamez76843 ай бұрын
never
@wildgeese91222 күн бұрын
Goodnight cube
@AryamanRaj3 ай бұрын
Bro correct me if im wrong, but wont this method be better, just want to know what could go wrong in this approach - Lets say, 6 images are i0, i2…. i5 Start at i0 Face = i0 Left = 3 Right = 1 Up = 4 Down = 5 Back = 2 (As per your layout) Then lets say user presses left (lets say input is LL) New Face = Left New Right = Face New Left = Back New Back = Right New Top = Top New Bottom = Bottom For now this is a function for only Left turn, but by using LL instead of left, we can input direction to give a universal output. For example - New (LL) = Back //new left becomes back New(Opposite(LL)) = Face //new right becomes face New(Face) = (LL) //new face becomes the turn which user made #opposite of up will become down, and the And so on Similarly you can also add rotations, the direction and its opposite will not be included, and the rest of images will rotate (ig this can be hardcoded) according to direction What is your opinion on this approach? Im Not building a box or anything, I havent coded in years infact. This sort of problems and logic building interests me, so I just want to know what you think Amazing video
@teevygamez76843 ай бұрын
Thanks for sharing! If I'm understanding correctly, you're sort of tracking the face and just updating the current ones with that. That makes sense too. I have a similar thing in the code, where each face has the number for the "next" one, kinda like Next(Current, Right) which gives the "right" face of the current one, depending on the layout. So the approach should work, just keep in mind, one of the trickiest parts are the rotations... I think your approach may solve some of that, but you still need to track the angle of the faces somehow.
@besjfm3 ай бұрын
2:06 this got me so off guard
@codenatix3 ай бұрын
Amazing vid!
@teevygamez76843 ай бұрын
thanks!
@crazylabz_ha3 ай бұрын
I made something like this in html, i quit when moving your mouse up instead rotated the screen horizontally when looking left
@teevygamez76843 ай бұрын
That sounds pretty cool, and annoying to make lol
@nataliexists3 ай бұрын
doesnt gamemaker have builtin 3d capabilities? in my version (8) theres like a bunch of 3d functions listed under d3d. also have you checked out the wiki page for rotation matrix, its how most people rotate their cubes.
@teevygamez76843 ай бұрын
Yeah, I probably will look into that at some point, I just love doing it this way haha
@Gimmickvr3 ай бұрын
E
@crazylabz_ha3 ай бұрын
Made something like this in html, i quit when moving your mouse instead rotated your screen
@calebchang59323 ай бұрын
just make a 3d renderer atp 😭 great video tho, surely this one blows up and gets a teevyillion views
@teevygamez76843 ай бұрын
how much is a teevyillion?
@nataliexists3 ай бұрын
@@teevygamez768410^teevy
@hungvuyuo3 ай бұрын
here before you hit 1K
@teevygamez76843 ай бұрын
:')
@dqdhanya1033 ай бұрын
𝙣𝙞𝙘𝙚
@TheNotableMan13 ай бұрын
You should try making one in Scratch! I've made one before, so I know that it's possible
@teevygamez76843 ай бұрын
I never used Scratch, that's both an exciting and a horrifying idea! I love it
@TheNotableMan13 ай бұрын
@@teevygamez7684 If you make a video about it, could you shout out my scratch account if you use some of my code? I don't really care if you do or don't
@nataliexists3 ай бұрын
@@teevygamez7684 good for migranes
@aykarain3 ай бұрын
i was 200th like :0
@LillLill643 ай бұрын
666th view
@teevygamez76843 ай бұрын
at 1:47 he says middle, but it should be "left". unsubscribed.
@Stagnated5413 ай бұрын
What about the third face? The cursed hexagonal shape
@teevygamez76843 ай бұрын
you mean the top one at 1:26? That's never seen in this case (also that requires more math than this haha)