3 Months of Game Programming in 20 Minutes

  Рет қаралды 589,385

jdh

jdh

Күн бұрын

more like 3 months of game programming in 3 months
BONUS VIDEO/CODE WALKTHROUGH: • How does a custom game...
TWITTER: / jdah__
PATREON: / jdah
GITHUB: github.com/jdah
EDITOR: NeoVim
VIMRC: gist.github.com/jdah/4b4d98c2...
THEME: gruvbox
RESOURCES:
cppreference.com/
learnopengl.com
opengl-tutorial.org
shadertoy.com
stackoverflow.com
* yes, 11:16 should say "position" instead of "postiion" i know 😔
0:00 Intro
0:26 Design
3:03 Early Prototypes
4:55 UI
6:15 Palletization/Lighting
7:22 Portals
9:00 Pixel Problems :(
13:10 Raycasting/Shadows
16:50 New Designs
18:40 Smooth Camera
20:00 Outro

Пікірлер: 676
@ArchitectofGames
@ArchitectofGames Жыл бұрын
I would strongly suggest watching some better videos for inspiration (seriously though, incredibly impressive to see such an engaging explanation of something that may as well be magic as far as I'm concerned!)
@jdh
@jdh Жыл бұрын
no no, it’s better this way - when the gameplay ends up bad we will only have you to blame!
@Kirtle
@Kirtle Жыл бұрын
The man, the myth, the legend himself
@markopolo2224
@markopolo2224 Жыл бұрын
bruh
@3zzzTyle
@3zzzTyle Жыл бұрын
What games did you architect, Adam?
@sagitswag1785
@sagitswag1785 Жыл бұрын
@@3zzzTyle what color is your bugatti?
@Chadderbox
@Chadderbox Жыл бұрын
Your technical knowledge is amazing, I'm always impressed with how much you manage to do and how you do it. I can't believe that you added raytracing aswell.
@droctogonapus1223
@droctogonapus1223 Жыл бұрын
Raycasting
@bl4ckk
@bl4ckk Жыл бұрын
yoo chadderbox
@juliand3565
@juliand3565 Жыл бұрын
not to diminish the effort but raytracing/casting really isn’t technologically challenging, in fact its one of the easiest CG exercises to do, the big issue is that theres no real way to improve the performance :) Its perfect for this due to the low resolution though!
@mikaxxy
@mikaxxy Жыл бұрын
@@juliand3565 yup. To add onto it, the recent hype around it is just that modern GPUs now have dedicated hardware for calculating rays more quickly to the point that it can be used in modern 3d games to actually calculate lighting in real time. Raycasts have been around ever since doom came out (30 years ago), at the very least.
@69bruh
@69bruh Жыл бұрын
chadderbox
@Rozza3
@Rozza3 Жыл бұрын
I don't think it devalues the idea at all, but the "robot cultivating plants" pitch instantly reminded me of Grow Home & Grow Up. Very different though as the main focus of those games was unique (for the time) movement & climbing mechanics in 3d environments. Potentially some good research opportunities there!
@jdh
@jdh Жыл бұрын
huh, I've never heard of those games before! thanks :)
@joaoruss0
@joaoruss0 Жыл бұрын
Reminds me of Wall-e. kzfaq.info/get/bejne/rMuphs9_zK2xf2Q.html
@lonkster
@lonkster Жыл бұрын
The music in that game is peaceful
@nesaijn
@nesaijn Жыл бұрын
I also got reminded of Grow Home! And also since jdh's game is underground it also reminded me of the anime Gurren Lagann. Combining them to in my head led to an image of a robot underground where the goal kinda is going to the surface and then to the sky and eventually to space :O
@deflesz6053
@deflesz6053 Жыл бұрын
I would love to learn more about your NeoVim configuration, it seems that your workflow is really robust in it.
@jdh
@jdh Жыл бұрын
i might make a longer video about the setup at some point, but the driver behind everything is really just FZF (github.com/junegunn/fzf ) and the builtin LSP in NeoVim!
@c4llv07e
@c4llv07e Жыл бұрын
@@jdh broken link. Add a space after it, youtube thinks ')' is a part of the link.
@smellypengu1668
@smellypengu1668 Жыл бұрын
@@jdh A video would be nice!
@bide7603
@bide7603 Жыл бұрын
Just seen this after commenting the same thing +1
@ahmedyehia1538
@ahmedyehia1538 Жыл бұрын
i wonder how did you put that terminal down in neoview @jdh
@tytalksYT
@tytalksYT Жыл бұрын
Seeing vec4 in your code and the projections reminded me so heavily of my computer graphics class. You NAILED this. Great work! Keep it up, ill be watching everything you put out
@razorstone3088
@razorstone3088 Жыл бұрын
how consistent were you in these 3 months? Did you have lots of breaks in between or were you grinding the whole time?
@jdh
@jdh Жыл бұрын
reasonably consistent, there's of course also a *lot* of work that doesn't end up in the video so it might not look like much. probably should have taken more breaks :)
@chefaku
@chefaku Жыл бұрын
another question that I ask myself, had to refactor the code a lot, or hardly even touched the code already done?
@jdh
@jdh Жыл бұрын
@@chefaku everything is constantly being refactored. no code is safe!
@lolcatwill
@lolcatwill Жыл бұрын
the answer is simple: meth
@macslash5833
@macslash5833 Жыл бұрын
@@jdh have you tried rust, if so will you ever use it in a project
@hassanshaikh3451
@hassanshaikh3451 Жыл бұрын
I find it super satisfying when a pixel art style game actually has consistent pixel size so epic work doing that as well as implementing things that wouldn't traditionally be seen in such a style like smooth camera interpolation
@lima7132
@lima7132 Жыл бұрын
Man, that's crazy! I love the style and how much you went through to get to something you were happy with :] I was surprised to see someone come up with an idea so similar to mine, (and actually start making the game lol) really hoping it comes out fully fleshed out someday! We need more robot vs nature games out there haha
@TheBauwssss
@TheBauwssss Жыл бұрын
Dude, that looks really awesome! When I first saw those portals with the sick a$$ lighting, the bloom and the glowing particles _in pretty much all colors of the rainbow_ my jaw just about hit the floor! It looks really, _really,_ *really* good! I'm looking forward to playing your game already 😊
@arial_01
@arial_01 Жыл бұрын
LES GO WE GOD MORE JDH! Love watching this stuff, been around since the beginning and cant wait to see more!
@posterizedsoul4810
@posterizedsoul4810 Жыл бұрын
'Turns out game design is harder than any programming problem.' *(as a programmer)truer words have never been spoken
@WasatchWind
@WasatchWind Жыл бұрын
As a designer who's seen programmers do design, truer words have never been spoken.
@TidanOfc
@TidanOfc Жыл бұрын
Even though I disagree, I can respect your view point.
@Mika-ss2yh
@Mika-ss2yh Жыл бұрын
YES!
@simplexeon
@simplexeon Жыл бұрын
From the perspective of game designer who knows very mild amounts of code, i feel like most people can design a game but not all of the technical black magic required to make it work, so it's interesting to see the other perspective. Just a natural disposition i guess
@jasper-3338
@jasper-3338 Жыл бұрын
@@simplexeon to work out an idea completely is harder as just programming the idea out. The programmer knows how to program it but onto how it should work? Well back to the design!
@minecraftaddictXD
@minecraftaddictXD Жыл бұрын
Amazing video! Recently I've gotten into game development (although I'm starting off with Unity and C#, I doubt I could handle the mental strain of making anything remotely playable in C++ my first try haha), and videos like these are what really pushed me to start in the first place! I'm probably about to use the wrong terminology, but there's just something so fascinating and inspiring about seeing how iterative the design process is; it takes months of dedicated work to achieve systems that most players will take for granted, and watching how you find solutions to functional camera and lighting systems makes it seem a lot less daunting! I was introduced to this channel through the Minecraft from scratch video and found this video through your tweet -- and I'm looking forward to seeing more progress on this game's development!
@yarpen26
@yarpen26 Ай бұрын
As someone who almost screwed off his own head from his neck while trying to code a freaking _pause menu window_ in a 2D game I'm building in my company's proprietary software (our own library is there but it has zero game-related features, only the most basic geometric operations as well as some QoL things such as a scripting language or array element handling, so it's kind of in between a framework and a dedicated engine), the phrase "taken for granted" has adopted a brand new meaning to me.
@bryanthegoalie5692
@bryanthegoalie5692 Жыл бұрын
I'm getting into programming, and development. I love watching what others are doing. Thank you!
@relic374
@relic374 Жыл бұрын
your videos are epic. they are super entertaining and I love how you explain everything. honestly one of my favorite youtube channels.
@ggc_5655
@ggc_5655 Жыл бұрын
As always, an amazing and VERY inspiring video!! Also, maybe you can consider adding a "pinch of" factario by adding some mechanisms that help you to reach your goal.
@RedZFlame
@RedZFlame Жыл бұрын
i'll be honest, the screen when palletization is off also looks really cool. the vibe gives me sort of a deep game with soft, subtle graphics that might show the way someone sees the world. i really hope that there's gonna be an option to be able to see the game without palletization, even if the graphics will be made around the idea there will be palletization, it looks like something that would change the graphics in such a subtle but impacting way
@matt123337
@matt123337 Жыл бұрын
Hell yeah, new jdh video just dropped
@noxmore
@noxmore Жыл бұрын
Awesome video! I really like how this game is turning out, and i'm excited about what you do next.
@StarmanSuper00
@StarmanSuper00 Жыл бұрын
The voxel jitter fix reminds me of a technique used in (directional light) shadow mapping to essentially correct for the same problem there: as the directional light view frustum moves with the player camera, object rasterization to the shadow map produces aliasing artifacts which vary with the camera view, so shadow edges flicker and warble as you pan the camera around or move. In that situation you define a matrix projecting the center of the camera frustum to texel space, floor its x/y components, and project that back to world space before finally using the floor()'d frustum center position to produce the actual light view matrix. (I was not smart enough to figure this out on my own, and had to study the trick before properly understanding it, but you're clearly a different breed)
@jdh
@jdh Жыл бұрын
that's exactly where the trick came from!
@averageenthusiast7616
@averageenthusiast7616 Жыл бұрын
I’m absolutely in love with all of these concepts all together. I love the setting, the art, the whole idea of it being underground, the building, all of it. I really hope we’ll get a playable version soon at some point.
@GhsT-th2gg
@GhsT-th2gg Жыл бұрын
Very cool project ! Do you think you'll make the repo public someday ? I'd love to check out that engine
@quincyames2014
@quincyames2014 Жыл бұрын
been working on my own game/engine for a few months and this is really inspiring thank you
@kleesup
@kleesup Жыл бұрын
Finally, a new video, love your content! 💪💙
@kristzz6586
@kristzz6586 Жыл бұрын
I'm really looking forward to see how this project will turn out, you are one very dedicated programmer, wish u the best of luck
@wijiler5834
@wijiler5834 Жыл бұрын
Keep up the great work jdh, you are inspiring me to get more done especially my programming language
@Skeffles
@Skeffles Жыл бұрын
Great to see you flesh this out. It's really interesting seeing the problems you ran into with 3D isometric rendering.
@electron8262
@electron8262 Жыл бұрын
I really like your C++ coding style. I think you use the modern luxuries of the language whilst still keeping it readable and treating it as a C with Classes.
@Dayne27
@Dayne27 Жыл бұрын
This is very impressive, I'm enjoying these dev logs. It would be cool if you could make a video going into more detail about the coding aspects and how you overcame some obstacles. Other than that, it's looking really good :D
@alexandrosfilth7042
@alexandrosfilth7042 Жыл бұрын
great work! looking forward to working with artists like you on the second renaissance
@swangyi
@swangyi Жыл бұрын
Worth the wait mate! Keep up the work.
@heartsremedy
@heartsremedy Жыл бұрын
This is incredible! genuinely! I can't believe you did this, I can barely work with angles in my games, much less lighting effects, ray tracing, I can barely make a working camera. I'm in a similar boat because I use python and pygame to make games, but there is still a lot of stuff under the hood that's already done for me, so this is just genuinely baffling to see!
@bunnyboy7008
@bunnyboy7008 Жыл бұрын
Being a guy who has just started out with programming & CS in general, this all is not only overwhelming but also excessively intriguing. I have always loved the idea of lines & lines of text making a machine do what you want it to. Great video! I enjoyed the dev log very much!
@ZephaniahNoah
@ZephaniahNoah Жыл бұрын
That looks fantastic! I'm excited to play it.
@deckard6052
@deckard6052 Жыл бұрын
I love your videos, each one is inspiring me to continue working on my projects or learn some new tech!
@CartoonzTV1
@CartoonzTV1 Жыл бұрын
Good video thank you , updated visual studio and everything worked. I'm really glad I found a work
@domenhribernik3414
@domenhribernik3414 Жыл бұрын
Great video can't wait for the next one!
@WasatchWind
@WasatchWind Жыл бұрын
The game is looking fantastic, I really like the concept and the name!
@mr_noodler
@mr_noodler Жыл бұрын
Amazing work!! Jdh is a Very talented programmer and computer scientist, hats off!
@mikul3122
@mikul3122 Жыл бұрын
Very tasteful design, the lighting is fantastic
@AdrianCastravete
@AdrianCastravete Жыл бұрын
This is the first time I'm actually watching one of our movies and at ~0:40 I already subscribed. I love your setup and it's what I also use. But probably the reason I subscribed has more to do with the fact that I relate to your struggles while game designing / programming. I wish you luck and hope to see great games from you! ;)
@spekulatiu
@spekulatiu Жыл бұрын
Holy Shit, this looks fucking awesome. Really hope it gets finished, not like 99.9% of other game devs with dev logs (*cough* Karlson from Dani *cough*)
@spiderbat2089
@spiderbat2089 Жыл бұрын
You’re one part of the reason he hasn’t finished the game
@spekulatiu
@spekulatiu Жыл бұрын
@@spiderbat2089 ah yes, ofc. Thenn go ahead, explain yourself.
@DoodleBunnyTV
@DoodleBunnyTV Жыл бұрын
@@spekulatiu he hasnt completed it because so many people are complaining about it that the pressure is too much for him
@spekulatiu
@spekulatiu Жыл бұрын
@@DoodleBunnyTV i mean yea thats a reason. But i also didnt want to put him in a bad light, it just worked with the joke.
@mananasi_ananas
@mananasi_ananas Жыл бұрын
Or our boy Randy
@Gwilo
@Gwilo Жыл бұрын
I'm in love with the art style and general feel of the game already
@lucianochadru4064
@lucianochadru4064 Жыл бұрын
Awesome !! Very interesting work. Big up
@jeffstienstra3615
@jeffstienstra3615 Жыл бұрын
That smooth camera movement is amazing. I saw that other video too by aartheficial, amazing stuff.
@zelenpixel
@zelenpixel Жыл бұрын
the palettized lighting looks so lovely
@justinhicks1711
@justinhicks1711 Жыл бұрын
Cool lighting and cute graphics!!
@AlexHicks_Tutorials
@AlexHicks_Tutorials Жыл бұрын
Really coming along, nice work!
@michaelrichardson5322
@michaelrichardson5322 Жыл бұрын
this is fucking nuts. looks absolutely stunning can’t wait for the next devlog
@reubs
@reubs Жыл бұрын
dope video dude you got my sub
@myth2553
@myth2553 Жыл бұрын
3 months wait was worth it for this!
@tytalksYT
@tytalksYT Жыл бұрын
Is there any chance you would make a video on the planning/ prep required/put in to make a project of this size? It would be really fascinating to see the methods you use to break this down and make it manageable
@frogman1
@frogman1 Жыл бұрын
the concept is so very beautiful :)
@Gemeneye0ne
@Gemeneye0ne 2 ай бұрын
You are so incredibly talented! I love video games. I especially love programmers that create something new, to me it shows wanting more than just programming but art and innovation. Keep up the awesome work, I am always in awe at how complicated games are, and truly respect when one is dont well.
@joshuaisemperor
@joshuaisemperor Жыл бұрын
Am I the only one that find it so relaxing and mesmerizing just looking at all that code being written while listening to the soothing voice over telling about this amazing journey?
@xhidden9817
@xhidden9817 Жыл бұрын
Let's go new video I'm excited!
@obszczymucha1337
@obszczymucha1337 Жыл бұрын
Fantastic work!
@dottedboxguy
@dottedboxguy Жыл бұрын
heeey a video from you, nice, can't wait to watch that (edit : very nice video, i learned quite a lot of things while watching it that will most likely be useful for me in some years, yay)
@TRiToNDREyJA
@TRiToNDREyJA Жыл бұрын
Pretty damn awesome dude, subbed
@bu3778
@bu3778 Жыл бұрын
Respectfully i NEEEED more! Chill vibes and I really like the aesthetic of your game, keep it up (or else)
@redstone-flux
@redstone-flux Жыл бұрын
I'm just impressed you coded it all in neovim
@guyfromdubai
@guyfromdubai Жыл бұрын
This looks so good dude! I wonder what might be lurking in the underground that could hinder the robotanists flower finding progress
@jakobwetzel8167
@jakobwetzel8167 Жыл бұрын
Let's Go! So excited!
@VishalSharma-bt8qk
@VishalSharma-bt8qk Жыл бұрын
Thank you man for sharing this stuff
@GerbilNoises
@GerbilNoises Жыл бұрын
Anxiously waiting for the next video about this game
@anti2023
@anti2023 Жыл бұрын
The soft camera touch was simply.... hmmm satisfying. It helps easing the motion sickness that usually happens with full locked camera.
@quasigod1083
@quasigod1083 Жыл бұрын
Watching you navigate you code with your neovim workflow is incredibly satisfying for some reason Also I love the games name!
@pognar
@pognar Жыл бұрын
Don't strain yourself too much, every video you upload is a treat.
@twomur_
@twomur_ Жыл бұрын
wow this is so cool! imagine a roguelike with this art style i feel super inspired!!
@andr3318
@andr3318 Жыл бұрын
you deserve 1 million subs NOW!!!! ur the best programming youtuber I've seen!!! And also you inspired me to create my own game! So thanks for all.
@falkelh
@falkelh Жыл бұрын
You're Vim setup is really nice!
@David-ng9qh
@David-ng9qh Жыл бұрын
2 videos from jdh, christmas hit early
@azarsraproductions7824
@azarsraproductions7824 Жыл бұрын
Keep Working on this, I feel this has a huge future!
@finndemoncat9379
@finndemoncat9379 6 ай бұрын
Impressive work ❤
@MrAbrazildo
@MrAbrazildo Жыл бұрын
4:30, even literal strings are slow to apply on the [ ] operator. If framebuffers is a double array of textures, I use to write things like that as: enum en_FrmBufs { GBUFFER=0, TRANSPARENT, MAX_FRMBUFS }; enum en_Textures { GBUFFER=0, NORMAL, DATA, DEPTH, MAX_TEXTURES }; std::array framebuffers; So if you ever need to pick 1 of them alone, use the enums. It'll just slide through arrays directly, the fastest way. But normally, you'll be busy by just using range loops. When you need to "handle" them, just (btw, you don't need to use this->, because by default the compiler will get things from the class) : for (auto &frmbuf: framebuffers) for (auto &texture: frmbuf) Framebuffer::make_attachment (texture.handle);
@talkashie
@talkashie Жыл бұрын
This looks really cool, excited to see more! I think it's a bit jarring when the camera changes angles, though. Have you tried adding a sort of rotation/transition animation when rotating the camera around?
@Magnogen
@Magnogen Жыл бұрын
Those raytraced shadows are mmm _chef's kiss_
@ianyourgod
@ianyourgod Жыл бұрын
I JUST REWATCHED UR OTHER VIDEOS LETS GO
@Bebeu4300
@Bebeu4300 Жыл бұрын
It's cool to see everything coming along and the game design falling a little bit more into place. One detail I'm not too sure about is the palette stuff. I feel it makes the game look like a heavily compressed video and I personally prefer having smoother colours. Of course, I'm not suggesting you remove it necessarily, but if you release the game, an option to disable it would be much appreciated.
@josedejesuslopezdiaz
@josedejesuslopezdiaz Жыл бұрын
amazing work dude.
@eboatwright_
@eboatwright_ Жыл бұрын
I love the graphic style! I also want to make a little survival sandbox game. I've gone through _so_ many programming languages, engines / frameworks, and styles trying to find something I like
@hneri1540
@hneri1540 Жыл бұрын
Use SFML and C++ if you're making a 2D game
@eboatwright_
@eboatwright_ Жыл бұрын
@@hneri1540 I'm not really into C++, I like Rust much more :) Thanks for the suggestion though!
@ByteOfMichael
@ByteOfMichael Жыл бұрын
This is insanely impressive dude!
@dimkauzh
@dimkauzh Жыл бұрын
I'm like watching your video, I understand what your talking about but i can't even think of how i would inplement that! Amazing!
@jonathanfaber3291
@jonathanfaber3291 Жыл бұрын
One potential problem I see is that losing the character behind the isometric stuff is very possible (say while digging a tunnel), so the geometry needs to be turned transparent/translucent at least partly so the player can see through it?
@simplexeon
@simplexeon Жыл бұрын
As someone who's trying to make a game solo, even with an existing game engine, I have no idea how to make the code do half the stuff I want it to, so it's really interesting to see the other perspective of not knowing how to design a game but being able to do all of the dark arts required to make stuff with that much code actually work.
@rafinha7537
@rafinha7537 Жыл бұрын
You shoud do a video about ur software setup /ide/ ide setup for game developing Nice work on your videos btw
@SuperPianoman1998
@SuperPianoman1998 Жыл бұрын
Looks great!
@RAStemen01
@RAStemen01 Жыл бұрын
This is really cool work, I always enjoy seeing how people encountering similar issues end up with their own unique and clever solutions. I was a dev on the now defunct game, Crucible, and we too had a character that was a plant loving robot. Its name was Bugg, but can you guess what its codename was? Yep "Robotanist." I'm sure we weren't the first to come up with that concept/name, but I'm pleased to see that we were on to something. :)
@Grimm-hb7ek
@Grimm-hb7ek Жыл бұрын
I know this is early but I honestly think you're one of the smartest programmers out there, everything you've done so far literally looks so amazing dude.
@Gerz970
@Gerz970 Жыл бұрын
Maybe the robots blinker could change based on how it feeling or on its health. I feel like it would be cool and add lots of visual feedback if the light were to change to red when getting towards low health and start to blink faster the lower it goes.
@Kovman9
@Kovman9 Жыл бұрын
I LOVE THIS CHANNEL BRO
@caseymiradewitt
@caseymiradewitt Жыл бұрын
It's a joy to watch you program, H. Jon Benjamin
@helpearth1712
@helpearth1712 Жыл бұрын
Love you dude
@Chloe-ju7jp
@Chloe-ju7jp Жыл бұрын
really impressive work
@levilive9705
@levilive9705 Жыл бұрын
yoo finally new idh video dropped Ily jdh lol
@ezra3871
@ezra3871 Жыл бұрын
Looks good!
@ModBros8434
@ModBros8434 Жыл бұрын
I think your game concept has a lot of promise. I a gameplay loop where you learn how different elements of your ecosystem interact through experimentation and use that knowledge to make it self-sustaining would be very fun.
@hicknopunk
@hicknopunk Жыл бұрын
This reminds me of making final fantasy and dragon warrior like games in pascal as a kid with 2 of my friends. We even wrote a bitmap art program, tailor made to our games. It made sprite and tile art sooooo much faster to make than using other dos art programs too. One nice feature is you could 4 way split screen and load in 3 sprites, then being able to copy sprite frame to 4 and it could even play the pictures as an animation. (Every non background element had 4 frames). We saved a lot of processing by making custom fonts for all the background tiles, so we could fake scrolling. The hardest part was composing PC speaker music, which in the battle procedure, we had to hand code, and basic bank switching to have 3 copies of the game, one with battle music, one overworld and a town song. Honestly, programming without libraries is sooooo freeing. I miss those days from decades ago.
@notmanyideas
@notmanyideas Жыл бұрын
This is by far the best devlog I've ever seen.
@pdlbackup
@pdlbackup Жыл бұрын
He went crazy again!
@nesaijn
@nesaijn Жыл бұрын
Your robot-underground-in-caves game idea gave me this really awesome image of a mixture of the anime Gurren Lagann and the game Grow Home
4 Months of Game Programming With My Own Engine
21:30
jdh
Рет қаралды 375 М.
I designed my own 8-bit computer just to play PONG
17:19
Когда на улице Маябрь 😈 #марьяна #шортс
00:17
маленький брат прыгает в бассейн
00:15
GL Show Russian
Рет қаралды 4,2 МЛН
Which one will take more 😉
00:27
Polar
Рет қаралды 86 МЛН
Game Development with SDL 2.0 (Steam Dev Days 2014)
51:11
Steamworks Development
Рет қаралды 225 М.
Building my indie game: one month of progress
12:26
jdh
Рет қаралды 271 М.
Remaking MINECRAFT 2D (Minicraft)
15:46
jdh
Рет қаралды 307 М.
Making Minecraft from scratch in 48 hours (NO GAME ENGINE)
16:38
How does a custom game engine work? // Code Walkthrough
52:47
I made an entire OS that only runs Tetris
22:37
jdh
Рет қаралды 1,6 МЛН
I made Games with Python for 10 Years...
28:52
DaFluffyPotato
Рет қаралды 217 М.
Ultimate Indie Gamedev Genre Tierlist
28:58
BiteMe Games
Рет қаралды 164 М.
C++ Header Files
15:10
The Cherno
Рет қаралды 697 М.
Готовый миниПК от Intel (но от китайцев)
36:25
Ремонтяш
Рет қаралды 407 М.
Распаковка айфона в воде😱 #shorts
0:25
Mevaza
Рет қаралды 1,5 МЛН
Теперь это его телефон
0:21
Хорошие Новости
Рет қаралды 1,5 МЛН