How to make games in C++ from 0 experience!

  Рет қаралды 10,485

Low Level Game Dev

Low Level Game Dev

Күн бұрын

Пікірлер
@yds6268
@yds6268 6 күн бұрын
How to start from 0 experience: get experience
@golovkaanna8757
@golovkaanna8757 5 күн бұрын
that's how everything goes
@TheCommunistRabbit
@TheCommunistRabbit 5 күн бұрын
No shit
@ilax666
@ilax666 6 күн бұрын
Thanks for showcasing my project at 0:24 !
@lowlevelgamedev9330
@lowlevelgamedev9330 6 күн бұрын
thanks for sharing it 💪
@LeftoverAtoms
@LeftoverAtoms 6 күн бұрын
My biggest issue was wanting to do everything myself.. but when I started using libraries was life changed forever.
@witchtheer3450
@witchtheer3450 6 күн бұрын
brain fog entered my life and now i just look at my screen like "wtf does this do" , so probably the best advise to everybody is to write comments what that specific code does. it will save you a bit of time and headache.
@lowlevelgamedev9330
@lowlevelgamedev9330 6 күн бұрын
if you want to reduce brain fog reduce shugar and carbs, if you work with your stomach empty or with only some meat inside you will be as fresh as possible 💪
@youtubeenjoyer1743
@youtubeenjoyer1743 6 күн бұрын
@@lowlevelgamedev9330 brain fog is a psychological problem fixed by finding purpose in life, like your craft. Cutting sugars or all carbs is a meme, a fud. The largest part of the history of humanity was built on carbs.
@TheCommunistRabbit
@TheCommunistRabbit 5 күн бұрын
Drink water
@0xlobo
@0xlobo 6 күн бұрын
I became better at programming after watching your channel for one month, I made three games on cpp. I want to make a series of how I can make games for scratch like 3D
@lowlevelgamedev9330
@lowlevelgamedev9330 5 күн бұрын
glad to help 💪
@proboiz_50
@proboiz_50 5 күн бұрын
Finally i can understand your accent after 3 to 4 videos
@Cinarbayramic
@Cinarbayramic 6 күн бұрын
i learned c++ thanks to an exam in turkey called "bilgisayar olimpiyatları" but i didnt pass because my math was weak and there were 20 math 10 c questions😭
@joelincz8314
@joelincz8314 6 күн бұрын
Great advice!
@Ali107
@Ali107 2 күн бұрын
ChiliTomatoNoodle is a good C++ tutorial guy. (I learnt basic C++ from him)
@CharlesCarter-j3p
@CharlesCarter-j3p Күн бұрын
very cool . I like using C, instead of C++ so I can learn the underlying algorithms needed and how to code them up and how they work with specific hardware. I find it satisfying to keep optimising, like using CPU cache tiling and SIMD, for me its more fun to make the most performant code or see how performant I can make the code for a specific project. I also like using Shader code and CUDA, I find this the most fun. Keep up the good work bro, love your videos.
@FoXcodeZ
@FoXcodeZ 5 күн бұрын
4:26 music in the background sound similar to the title screen song from the old game called "Kick Master" :P
@nazar949
@nazar949 3 күн бұрын
Hi, can you tell which pattern you use? ECS? Maybe you make some video about patterns in gamedev, sorry if question is duplicated.
@lowlevelgamedev9330
@lowlevelgamedev9330 3 күн бұрын
approach based design, that means write the code as simple as possible, don't think of paterns think of what the code should do, and abstract stuff later if needed. For context I never used ECS or any paterns probably for that matter
@nazar949
@nazar949 3 күн бұрын
@@lowlevelgamedev9330 thanks for the reply. Yes at the beginning just writing simple code is good. What about long term stuff? I am thinking of making engine in c++ and use it later for 2D games with SDL (cross platform). And now I'm watching a course of ECS, this organizes code structure really well.
@WhyHaya
@WhyHaya 5 күн бұрын
maybe you want to give a tutorial on how to post a multiplayer game?
@carljohnson4592
@carljohnson4592 6 күн бұрын
0:18 thanks for mentioning me (Miss blind )
@diabloolivero73
@diabloolivero73 5 күн бұрын
We all know that C++ is the only programming language that exists 😎
@lowlevelgamedev9330
@lowlevelgamedev9330 5 күн бұрын
fr
@hattabf16
@hattabf16 5 күн бұрын
is recording in a luxury bathroom important ?
@lowlevelgamedev9330
@lowlevelgamedev9330 5 күн бұрын
yes, very important, next time I think I'll be recording from the gym
@yds6268
@yds6268 6 күн бұрын
I consider "ask Chat GPT when you don't know how to do something" to be bad advice. You can't trust anything it says. Much better to check out SO (the older the better) and eventually other repositories and even documentation. Relying on AI will make learning harder, not easier.
@lowlevelgamedev9330
@lowlevelgamedev9330 6 күн бұрын
it only helped me so far so
@yds6268
@yds6268 6 күн бұрын
@lowlevelgamedev9330 fair enough, but you already had a lot of experience and knowledge before using it. What if you had it right from the start? Do you think it would've helped you or hindered you?
@ltecheroffical
@ltecheroffical 6 күн бұрын
Quick note, just don't ask on SO, if your a beginner, DO NOT ask on Stack Overflow, you will just get downvoted and post banned.
@Bensai1000
@Bensai1000 5 күн бұрын
I've been using it more or less from the start and I find it very useful as tool for making suggestions. It makes is very easy to find support documentation can give insight into best practices (I don't really know if the suggestion is best practice but everyone seems to have their own opinion anyway). As I've been making things for longer I've asked it less and less for logic and more for ideas, as you stated you cant really trust everything it says. It does help my flex my troubleshooting brain too, as logic is provides straight up doesn't work and I have to reason out what I need vs what is doing (which is why I ask it for logic less now). Also helps to combat that blank canvas intimidation I face as a newb.
@TheCommunistRabbit
@TheCommunistRabbit 5 күн бұрын
Chat gpt is much faster than looking for stack overflow posts, you can ask it questions and it will answer you without downvoting you and getting you banned
@justsomeguy8385
@justsomeguy8385 5 күн бұрын
Don't know if I recommend C++ for a beginner. Definitely for someone who already knows a different language though. Maybe C because it's so much more simple, but you still lend your mental bandwidth to things like build systems and memory management when you honestly don't need to these days. Also Rust seems to lure people in from the hype, but it's also hard mode.
@lowlevelgamedev9330
@lowlevelgamedev9330 5 күн бұрын
idk I started with cpp when I was quite young and it didn't seem like a problem
@justsomeguy8385
@justsomeguy8385 3 күн бұрын
​@@lowlevelgamedev9330 Didn't you say you started with Java in a different video? I might be thinking of a different youtuber. Whatever the case, it's just my observation from teaching a lot of beginners hows to code that the more complex a language and the tooling is, the less likely they are to stick with it. And learning to code in any language is infinitely better than quitting before learning at all.
@viddeshk8020
@viddeshk8020 2 күн бұрын
Remember guys "more doing less learning"
@me-specifically
@me-specifically 5 күн бұрын
linking libraries in minGW is even more hell, not once have i found a single tutorial on how to link a library with mingw, so if try to do it you're probably gonna have to do your own research and figure it out yourself
@lowlevelgamedev9330
@lowlevelgamedev9330 5 күн бұрын
maybe chat gpt knows?
@thanosfisherman
@thanosfisherman 12 сағат бұрын
But why would I want to use that monstrosity of a language called C++ and not a nicer one e.g C# or Java?
@lowlevelgamedev9330
@lowlevelgamedev9330 12 сағат бұрын
I would sat the same thing but about java :))), because if you want to do low level stiuf cpp is the better option, I don't want a language that forces me to use oop or that has a garbage colector
@alihene2225
@alihene2225 6 күн бұрын
so based
@VFusioN69
@VFusioN69 6 күн бұрын
I am on mac does this apply same to me
@lowlevelgamedev9330
@lowlevelgamedev9330 6 күн бұрын
yes it does
@ltecheroffical
@ltecheroffical 6 күн бұрын
@@lowlevelgamedev9330 Except the Visual Studio part, use VSCode or something else. Visual Studio (or at least the C++ version), doesn't run on mac at the time i'm posting this.
@sdxqw_
@sdxqw_ 6 күн бұрын
when C video?
@James-e4q3c
@James-e4q3c 5 күн бұрын
I am scared of C++ All those memory leaks
@TheCommunistRabbit
@TheCommunistRabbit 5 күн бұрын
Watch Dave Churchill game programming lectures on KZbin, he explains how to manage memory in a way you don't need to think about it. Inside a game you won't be allocating memory dynamically btw
@lowlevelgamedev9330
@lowlevelgamedev9330 5 күн бұрын
memory leaks are the last thing you ever think about when coding cpp gamedev, it's like saying you are scared of going to the beach because of sharks. Watch my video on memory leaks
@justsomeguy8385
@justsomeguy8385 5 күн бұрын
​@@TheCommunistRabbit Can you share which video that is? Looks like their course is tens of hours long across multiple videos
@AlexTsaava
@AlexTsaava 6 күн бұрын
great vid, only made console games kuz i can't link SFML 💀
@lowlevelgamedev9330
@lowlevelgamedev9330 6 күн бұрын
try my setup bro
@Alex2-bf4ms
@Alex2-bf4ms 6 күн бұрын
@@lowlevelgamedev9330 this is my alt acc, cuz for some reason i can't see the reply from the main one, still i do like making Console games and I'm too lazy to learn a new library 🤣 To make normal games or simulations i can stick to pygame 💀
@AlexTsaava
@AlexTsaava 6 күн бұрын
@@lowlevelgamedev9330 im too lazy ... for simulations i usually use pygame... RIP but it works well
@nein9420
@nein9420 6 күн бұрын
Linking libraries is so ridiculously outdated. Programs are big nowadays and I don't want to rely on stuff like CMake to make my life easier. We're unfortunately still stuck in the 1970s with this one.
@AlexTsaava
@AlexTsaava 5 күн бұрын
@@lowlevelgamedev9330 NGL I am to lazy...
@vycdev
@vycdev 6 күн бұрын
@Invincible_Eyes
@Invincible_Eyes 3 күн бұрын
Jesteś Polakiem?
@lowlevelgamedev9330
@lowlevelgamedev9330 3 күн бұрын
nope
@proman2837
@proman2837 2 күн бұрын
Please talk about graphics mathematics 🙏🥹
@JamesPorter-808
@JamesPorter-808 6 күн бұрын
Have you ever played foosball at a community college? Lol sorry first thing that came to mind
@OrangeIND-
@OrangeIND- 6 күн бұрын
Know More Comment : Sprites 2D: A sprite is a 2D image or graphic used in games to show characters, objects, or effects. It can be a still image or animated to look like it’s moving. Think of it like a sticker you can move around and interact with in the game world! Some Properties : loadFromFile("sprite.png"); setTexture(texture); draw(sprite); Load the image → Attach it to a sprite → Move and display it on the game window
@TheCommunistRabbit
@TheCommunistRabbit 5 күн бұрын
What
@Broom-fz2gm
@Broom-fz2gm 6 күн бұрын
first
@ZettaiKatsu2013
@ZettaiKatsu2013 6 күн бұрын
Why use C++ without OOP ? Just go for Python or Lua.
@lowlevelgamedev9330
@lowlevelgamedev9330 6 күн бұрын
💀 bruh so the advantage of using cpp besides the fact that pyton is extremely slow, is the fact that it is strongly typed. This makes it easy to refactor. And there is nothing that forces you to use oop with cpp, a lot of people use cpp without oop
@ZettaiKatsu2013
@ZettaiKatsu2013 6 күн бұрын
​@@lowlevelgamedev9330​Since you replied to my comment I want to thank you for the video and for your comment. I am not a troll who engages in language wars. C++ is very fast at run-time, this is true. And Python is a lot slower at run-time, but these differences are not big enough to be a problem for players or learning game developers. Many games were written in many different languages and it's fine. Except if you want to use operator overload or move semantics, C++ isn't the easiest pick for a beginner. Other languages are a lot more friendly to beginners, especially children and this is the priority. That is why I don't want to frustrate people with linking or config problems. The most important is having fun. As a developer I like using C++ outside of game development. I don't hate it. Have a good day Mister
@TheCommunistRabbit
@TheCommunistRabbit 5 күн бұрын
Was bro high when he wrote this comment 🤣
@ZettaiKatsu2013
@ZettaiKatsu2013 5 сағат бұрын
@@TheCommunistRabbit Yes, my comment was too blunt and frank, my bad ^^'
@yds6268
@yds6268 6 күн бұрын
"Write simple code, don't use abstractions, so you can modify it easily?" That's not how anything works. Simple code only works for simple projects. Complex projects require abstractions to be in any way manageable. Especially when you need to change something later. I refuse to believe your game code doesn't have several levels of abstraction.
6 күн бұрын
I think his point was not about not using abstractions at all, but only introducing them later, when you really know that you need them. If you design your architecture upfront you may end up having a rigid structure that doesn't scale with the addition of new features.
@lowlevelgamedev9330
@lowlevelgamedev9330 6 күн бұрын
my point is in how you get to having those layers of abstractions, good luck coming with a good abstraction first try for a big project, so it is better to start simple and see after what is the best abstraction
@yds6268
@yds6268 6 күн бұрын
If you don't have any structure, it's impossible to scale the project at all. If your code is a mess right from the start, there's no hope in recovering anything later without totally starting from scratch.
@Mad3011
@Mad3011 6 күн бұрын
Hard disagree, when starting out you won't even know which abstractions to build. And nothing is worse than building the *wrong* abstractions.
@yds6268
@yds6268 6 күн бұрын
@@Mad3011 as a beginner, you look at examples and see what abstractions they use. It's not that hard to figure out that the player requires a separate class or that the player and other entities might share some traits, so it makes sense to create a general entity class. I don't even know how a beginner would be able to make a game without those abstractions. Using arrays for everything? It's even harder to understand/manage than introducing objects right away. And objects/classes are abstractions.
Optimizations Are bad for Beginers!
14:36
Low Level Game Dev
Рет қаралды 20 М.
I Scraped the Entire Steam Catalog, Here’s the Data
11:29
Newbie Indie Game Dev
Рет қаралды 485 М.
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 61 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
The Problem With Procedural Generation
17:57
Acerola
Рет қаралды 246 М.
I Redesigned the ENTIRE YouTube UI from Scratch
19:10
Juxtopposed
Рет қаралды 428 М.
The Insane Engineering of the Gameboy
17:49
Real Engineering
Рет қаралды 2,1 МЛН
How Game Designers Solved These 11 Problems
15:41
Game Maker's Toolkit
Рет қаралды 2,6 МЛН
What I do to never have to worry about memory leaks!
8:03
Low Level Game Dev
Рет қаралды 47 М.
Everything You Need To Start Making Games (As A Beginner)
16:11
Juniper Dev
Рет қаралды 76 М.
10 Gamedev Libraries For 10 Needs (used by AAA companies)
11:33
Oskar Schramm
Рет қаралды 29 М.
When Optimisations Work, But for the Wrong Reasons
22:19
SimonDev
Рет қаралды 1,1 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 61 МЛН