Making a cube in the most complicated way

  Рет қаралды 3,863

tEEvy gamez

tEEvy gamez

Күн бұрын

Пікірлер: 42
@nataliexists
@nataliexists 3 ай бұрын
youve finally reached the same power as a scratch user*. congratulatis! *note that the scratch user needs to be extremely cracked
@teevygamez7684
@teevygamez7684 3 ай бұрын
I feel like scratch requires a bit more crack, but that's the fun part
@porterduncan674
@porterduncan674 2 ай бұрын
The cube did a bill cipher at the end there
@aykarain
@aykarain 3 ай бұрын
huh... time to make something like this in geometry dash now... or not...
@civilcrows
@civilcrows 3 ай бұрын
"Tobey Maguire got bit by a spider, me? It was the algorithm"🗣🗣🔥
@teevygamez7684
@teevygamez7684 3 ай бұрын
I'm really proud of that one lmao
@mudk1pclub
@mudk1pclub 3 ай бұрын
5:26 i was fully expecting a jumpscare
@teevygamez7684
@teevygamez7684 3 ай бұрын
next time
@mudk1pclub
@mudk1pclub 3 ай бұрын
Uh oh...
@stumblairo3721
@stumblairo3721 3 ай бұрын
Underrated🗣️📢🔥
@Gimmickvr
@Gimmickvr 3 ай бұрын
Fr
@idotestbottler9706
@idotestbottler9706 3 ай бұрын
Good night cube
@teevygamez7684
@teevygamez7684 3 ай бұрын
thank you for your service
@robotninjajesse3050
@robotninjajesse3050 3 ай бұрын
just make your own 3D engine at that point 💀
@teevygamez7684
@teevygamez7684 3 ай бұрын
never
@wildgeese9122
@wildgeese9122 2 күн бұрын
Goodnight cube
@AryamanRaj
@AryamanRaj 3 ай бұрын
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
@teevygamez7684
@teevygamez7684 3 ай бұрын
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.
@besjfm
@besjfm 3 ай бұрын
2:06 this got me so off guard
@codenatix
@codenatix 3 ай бұрын
Amazing vid!
@teevygamez7684
@teevygamez7684 3 ай бұрын
thanks!
@crazylabz_ha
@crazylabz_ha 3 ай бұрын
I made something like this in html, i quit when moving your mouse up instead rotated the screen horizontally when looking left
@teevygamez7684
@teevygamez7684 3 ай бұрын
That sounds pretty cool, and annoying to make lol
@nataliexists
@nataliexists 3 ай бұрын
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.
@teevygamez7684
@teevygamez7684 3 ай бұрын
Yeah, I probably will look into that at some point, I just love doing it this way haha
@Gimmickvr
@Gimmickvr 3 ай бұрын
E
@crazylabz_ha
@crazylabz_ha 3 ай бұрын
Made something like this in html, i quit when moving your mouse instead rotated your screen
@calebchang5932
@calebchang5932 3 ай бұрын
just make a 3d renderer atp 😭 great video tho, surely this one blows up and gets a teevyillion views
@teevygamez7684
@teevygamez7684 3 ай бұрын
how much is a teevyillion?
@nataliexists
@nataliexists 3 ай бұрын
​@@teevygamez768410^teevy
@hungvuyuo
@hungvuyuo 3 ай бұрын
here before you hit 1K
@teevygamez7684
@teevygamez7684 3 ай бұрын
:')
@dqdhanya103
@dqdhanya103 3 ай бұрын
𝙣𝙞𝙘𝙚
@TheNotableMan1
@TheNotableMan1 3 ай бұрын
You should try making one in Scratch! I've made one before, so I know that it's possible
@teevygamez7684
@teevygamez7684 3 ай бұрын
I never used Scratch, that's both an exciting and a horrifying idea! I love it
@TheNotableMan1
@TheNotableMan1 3 ай бұрын
@@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
@nataliexists
@nataliexists 3 ай бұрын
@@teevygamez7684 good for migranes
@aykarain
@aykarain 3 ай бұрын
i was 200th like :0
@LillLill64
@LillLill64 3 ай бұрын
666th view
@teevygamez7684
@teevygamez7684 3 ай бұрын
at 1:47 he says middle, but it should be "left". unsubscribed.
@Stagnated541
@Stagnated541 3 ай бұрын
What about the third face? The cursed hexagonal shape
@teevygamez7684
@teevygamez7684 3 ай бұрын
you mean the top one at 1:26? That's never seen in this case (also that requires more math than this haha)
How do those ball animations actually work?
6:59
tEEvy gamez
Рет қаралды 6 М.
Do NOT buy this game | 'Member the Alamo? Review
17:03
Graeldon
Рет қаралды 827 М.
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 161 МЛН
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 83 МЛН
They Chose Kindness Over Abuse in Their Team #shorts
00:20
I migliori trucchetti di Fabiosa
Рет қаралды 12 МЛН
jfchfd
0:04
catnap...
Рет қаралды
The Quest to Build a 4D Rubik's Cube
26:08
Rowan Fortier
Рет қаралды 781 М.
Why Is It Bad That My Game Looks Good?
16:40
Deynum Studio
Рет қаралды 307 М.
Making a font in the most complicated way
6:18
tEEvy gamez
Рет қаралды 12 М.
I 3D Printed a $1,224 Chair
23:56
Morley Kert
Рет қаралды 2,3 МЛН
The Weird World Of RUBIKS CUBES
40:42
Foafy
Рет қаралды 158 М.
Being Homeschooled
13:01
Haminations
Рет қаралды 8 МЛН
How I Made a 3D Platformer in 2D Game Engine
21:23
ggenije
Рет қаралды 549 М.
Attempting to Solve a PUPPET CUBE (With NO Help)
25:47
J Perm
Рет қаралды 5 МЛН