Start Making Games

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

ความคิดเห็น • 1K

  • @mrgamer92834
    @mrgamer92834 2 ปีที่แล้ว +19269

    This is honestly super calming for someone learning programming

    • @dimples2270
      @dimples2270 ปีที่แล้ว +70

      The music helps

    • @mr.voidroy6869
      @mr.voidroy6869 ปีที่แล้ว +149

      Keep in mind as well as long as u understand the logic of the code u can code whatever using flow logic charts rather than manually coding.

    • @Halesnaxlors
      @Halesnaxlors ปีที่แล้ว +114

      Remember "Divide and Conquer"!
      Break your problems into smaller and smaller parts until the solution is trivial.
      If you want to optimize, you can do that later. It's 10 times easier to optimize existing code than writing optimized code from start.

    • @YoloHunt
      @YoloHunt ปีที่แล้ว +25

      It truly is that easy when you have a cup of tea and take your time to think rather than rush because of passion. Understanding is the key to success and for coding/programming it helps save a lot of stress.

    • @terryriley6410
      @terryriley6410 ปีที่แล้ว +13

      ​@@mr.voidroy6869This is rather pointless to understand. You can create anything in minecraft redstone, that doesn't mean it's a good tool for most programming tasks. Visual scripting is cool but it gets really unwieldy very fast.
      I think the advice should be the opposite, if you can learn to make stuff by connecting boxes in a visual scripting environment, you are more than ready to learn to program by writing code. There is a reason most of development is done in code, it's just so much more productive and lends itself way better for abstractions. It also translates way more to different domains.

  • @NachoBearYeah
    @NachoBearYeah ปีที่แล้ว +16357

    This man is going to convince me to develop a game and I ain't even wanted to

    • @6antman
      @6antman ปีที่แล้ว +225

      Like bro fr😂😂😂

    • @ZenoDovahkiin
      @ZenoDovahkiin ปีที่แล้ว +211

      The first impulse comes in many forms.

    • @arpitkumar4525
      @arpitkumar4525 ปีที่แล้ว +78

      Same. But I am waiting for an idea. I only like story driven games so I can't make that

    • @NachoBearYeah
      @NachoBearYeah ปีที่แล้ว +63

      @@arpitkumar4525 stay ready and an epiphany will come

    • @finn_in_the_bin5263
      @finn_in_the_bin5263 ปีที่แล้ว +8

      Me too 😂 it might be the right outlet for all the stories I wanna make!

  • @grandmarnier3746
    @grandmarnier3746 9 หลายเดือนก่อน +4008

    What he’s basically saying is that when you feel overwhelmed with something instead of looking at the whole picture, focus on one thing at a time. When your brain says “I can’t possibly fill all this up to create a video game” you tell your brain “but I can create a lamppost”. A big project is really just a bunch of little projects grouped together.

    • @onepiecefan3969
      @onepiecefan3969 6 หลายเดือนก่อน +97

      That's exactly right, that's the thought process and workflow that's gotten me through programming up until this point (4th year Comp Sci undergrad). Everything in your project or game or whatever is just a collection of smaller things, so focus on those first.

    • @L0LWUTN00B
      @L0LWUTN00B 6 หลายเดือนก่อน +26

      In software development this is known as Agile working usually in Sprints , delivering small amounts of deliverables which also means feedback from business or customer .

    • @Mr.Sparks.173
      @Mr.Sparks.173 5 หลายเดือนก่อน +27

      In every project worth doing, it's always going to be too large to do all at once. Doesn't matter if your building a game, a mech suit, or a building, it's always going to be too large to do all at once.
      But no one said you had to do it all at once. And just like how a building gets built brick by brick and the mech suit gets built bolt by bolt, so too does games get built bit by bit.
      And after some time, you either have a game, or a lot of experience in trying to make a game. Both are valuable.

    • @Skibidi_Male_X
      @Skibidi_Male_X 5 หลายเดือนก่อน +1

      Was this an AI generator response

    • @hoseinbebany
      @hoseinbebany 5 หลายเดือนก่อน

      @@grandmarnier3746 well said

  • @Rochie
    @Rochie 2 ปีที่แล้ว +8006

    I made my first game when I was 12 using game maker 8. It was my first real entrance to programming.

    • @PirateSoftware
      @PirateSoftware  2 ปีที่แล้ว +2091

      That's rad!

    • @arly803
      @arly803 ปีที่แล้ว +325

      Me too! Sadly I gave up on game maker studio when yoyogames bricked gms1 right when gms2 came out.
      Didn't buy into 2 because I didn't want to reward that kind of behaviour.
      Life has since happened and I haven't really had much time to get back into casual game dev, but when I do, I want to learn godot.

    • @ShaneCreightonYoung
      @ShaneCreightonYoung ปีที่แล้ว

      Same. keyboard right position += 2 type of stuff. I must’ve found it by googling how to make video games

    • @austinwoodall5423
      @austinwoodall5423 ปีที่แล้ว +48

      Gms2 is just too bloated. Like if I wanted that kind of game dev experience, why choose gms2 over Godot or unity or ue5? It used to be an accessible engine for beginners to learn the basics. And the quality of games made with gm8 far outpaces gms2

    • @ruibarian5187
      @ruibarian5187 ปีที่แล้ว

      ​@@austinwoodall5423because they do different things well, have different costs if you intend to monetize them, and you ultimately can't be an expert in all of them. UE5 is great for pretty 3D graphics, it would be a lot of work to take UE5 and make a pixel-graphics side-scroller. You could do it, but it would be way easier to make in GMS.

  • @badoodis
    @badoodis 8 หลายเดือนก่อน +123

    I'm glad this guy is blowing up. Shares so many unique experiences and shares so much applicable knowledge to people.
    I've understood this shared process for years, but understanding it changed my life. Him sharing this, as basic as it seems, can really change someone's life and create the potential for someone finding their passion.

  • @nevergon...9273
    @nevergon...9273 ปีที่แล้ว +2510

    As someone who has never made a game and doesent want too i somehow find myself loving every video of this man

    • @bbbbbbb51
      @bbbbbbb51 ปีที่แล้ว +47

      I've never wanted to, despite enjoying games. I've been having the thought recur in my mind lately though. I'm more of a music guy when it comes to creative outlets, but I also code for a living. I really love the idea of making a game and writing all the music for it. Being able to convey exactly what I want visually and audibly. I've seen a few others who've done the same thing with success and it's really endearing and inspirational, even if the music isn't groundbreaking or amazing. If it fits, it fits & that's what ultimately makes it feel special.

    • @jordanswarm9120
      @jordanswarm9120 ปีที่แล้ว +2

      I came here to comment the same thing 😂

    • @MichaelAivaliotis
      @MichaelAivaliotis ปีที่แล้ว +4

      It’s his voice.

    • @Kay_OC
      @Kay_OC ปีที่แล้ว +3

      @@bbbbbbb51 I’m down to help lol

    • @BamassacreGaming
      @BamassacreGaming ปีที่แล้ว

      to*

  • @alejandrobotero8725
    @alejandrobotero8725 10 หลายเดือนก่อน +396

    "This is your world. You can do anything you want here."
    -Bob Ross (rough paraphrase)

    • @stoic-leoric
      @stoic-leoric 7 หลายเดือนก่อน +21

      No mistakes, just happy little accidents...

    • @Gcnico
      @Gcnico หลายเดือนก่อน +8

      @@stoic-leoric no bugs, just happy little features

  • @Cryptic0013
    @Cryptic0013 ปีที่แล้ว +1538

    Remins me of one of my earliest mentors addressing the same thing.
    "Just make a cube (or square). Then make it move back and forth. Now make it jump up and down. Congratulations, your formerly blank slate is now officially a game that just needs some more assets and features."

    • @Drekromancer
      @Drekromancer 7 หลายเดือนก่อน +64

      You had one hell of a mentor.

    • @ItsJustSeb
      @ItsJustSeb 7 หลายเดือนก่อน +43

      Dude that's actually really inspiring.

    • @Tobias-t3k
      @Tobias-t3k 7 หลายเดือนก่อน +14

      Some times later: ok this class has double pointer referencing class x whose member is referencing y and if I want to change this I need to adjust this function there omg I have to overthink that calculation but that is affecting this. why is this isn't working anymore reee

    • @hggpi
      @hggpi 5 หลายเดือนก่อน

      @@Tobias-t3k deleting always works

  • @stuartbadminton
    @stuartbadminton 5 หลายเดือนก่อน +47

    As someone who has been programming for a really really long time it's so heartening to see pople like this really take the time to understand how intimidating starting out can be and to be that reassuring voice. Guys, you can do it, it's an awesome journey and a world of pain, but you'll love it!

    • @TheSpeep
      @TheSpeep 3 หลายเดือนก่อน

      Honestly, to start working on a simple game, you dont need to know that much code, and I think if more people knew that, itd be a lot less intimidating to get started on their project.
      If you just download Unity, look up what a bool, float and gameObject are, and how to write an if statement, youve basically got the base knowledge to start making prototypes. Everything else, you can google.
      Your code wont be the cleanest, and theres bound to be prettier ways to do things, but you can now start making games, and youll get better at it as you do it.

  • @ryanomalley1776
    @ryanomalley1776 ปีที่แล้ว +1083

    TH-cam is pushing your content out to me like no other, your doing something right.

    • @Soldier4USA2005
      @Soldier4USA2005 ปีที่แล้ว +37

      Same.
      I suddenly get a bunch of his shorts and whatnot and I didn't click on anything even remotely close to game development recently ... and that's OK. This time.
      Anyways. He seems super wholesome and very comforting and relaxing regarding game developing.
      Someone once called him "the Bob Ross of our generation" and I'm beginning to see why. :)

    • @MartinLjosdal
      @MartinLjosdal ปีที่แล้ว +56

      Probably because he DIDN'T chech that "share with subscribers" button

    • @beardbeardler2713
      @beardbeardler2713 ปีที่แล้ว

      I started learning GameMaker last night!

    • @ontil68
      @ontil68 ปีที่แล้ว +18

      ​@@MartinLjosdal we have seen that one as well huh?? 😂😂

    • @whatthecluck6874
      @whatthecluck6874 ปีที่แล้ว +7

      Reason being, he made a video explaining if you dont check notify subs. The new clip only gets sent to live feeds.

  • @weightreleasebrandon
    @weightreleasebrandon 11 หลายเดือนก่อน +35

    I really love these shorts where you explain how to take a baby step. It's really so important to just accept that you're not going to take big strides all at once, until you've earned that knowledge and experience. It all starts with non-highlightable, boring, frustrating, patient, and at times FUN, baby steps, in the same direction, consistently.

    • @BitBlush
      @BitBlush 7 หลายเดือนก่อน +1

      It almost formalizes it? By demonstrating it as "a step," its a lot easier to get yourself to just do it instead of overwhelming yourself with broader strokes

  • @MeddySteady
    @MeddySteady 4 หลายเดือนก่อน +7

    God i lover this Dev, he is supportive as hell to his fanbase and looks out for other Devs. Much mad respect forever

  • @prestonwyatt5443
    @prestonwyatt5443 ปีที่แล้ว +108

    Why is it so hard to find people like this guy in life?

    • @missionpupa
      @missionpupa 7 หลายเดือนก่อน +11

      because its not easy to be a good person, to be good you also have to be competent and strong.

    • @Melindro
      @Melindro 7 หลายเดือนก่อน +5

      @@missionpupa Be the person that other people claim to be, that's true freedom

    • @Eunostos
      @Eunostos 7 หลายเดือนก่อน +3

      it's... not. If you can't find them though, try being one!

    • @DavidJayIndie
      @DavidJayIndie 7 หลายเดือนก่อน

      Be the change you want to see in this world :)

    • @LeCharles07
      @LeCharles07 7 หลายเดือนก่อน +2

      Because people like Thor are 1 in a billion.

  • @Neonalig
    @Neonalig ปีที่แล้ว +481

    Game development is seriously an iterative process. Certainly if you watch someone developing their project they've worked on for the past few years it will look intimidating, with tons of cross-references and implementations, but we all started learning how to move a player and create a lamp. The rest comes with time.

    • @nicreven
      @nicreven ปีที่แล้ว +38

      It seriously is. You never have a good mechanic, a good system, a good number for some value, a good *game*, from the get go.
      It takes time, trial, and error. Look at the way Valve does things, for pete's sake. They iterate and playtest and iterate and playtest over and over and over again.
      Game design is kind of awesome because you get to say "... Okay. That sucked, but have I learned from it?"

    • @ignskeletons
      @ignskeletons 7 หลายเดือนก่อน +9

      I'm learning Godot right now and the secret is to take a scary concept like "build a level" and break it down into smaller parts like "build this one tree, add one dirt path, make one squirrel" and it becomes less scary than the sum of the parts.

  • @IvelLeCog
    @IvelLeCog ปีที่แล้ว +115

    I'm currently training as a Plumber of all things but making games has always been at the top of my list of things to do in life. I can't do a complete pivot at this stage, but I am going to take your advice and just take one step at a time, in my spare time.
    Thank you for the kick up the ass lol

    • @zackglickert4495
      @zackglickert4495 ปีที่แล้ว +1

      how’s the progress??

    • @jaktwo
      @jaktwo 11 หลายเดือนก่อน +4

      never give up!!!

    • @bestelln
      @bestelln 11 หลายเดือนก่อน +2

      I believe in you

    • @MrHolozip
      @MrHolozip 7 หลายเดือนก่อน

      do the thing!

    • @KingBobXVI
      @KingBobXVI 7 หลายเดือนก่อน +3

      The thing about "making games" is that you don't have to start with your final magnum opus game project - and shouldn't.
      Like he said, just make a character move around. The character can be a literal red square, and it just reacts to pressing WASD (realistically, probably only one of those to start).
      With that, you can get a feel for if you like it - if you feel like it's an accomplishment, and you'll probably think of what to do next and the momentum will take over pretty quickly. Or, you'll find it's not for you, and that's ok too.

  • @FurryFailure
    @FurryFailure ปีที่แล้ว +315

    Mans is single handedly inspiring me to get back into Game Deving after losing so much confidence with it

    • @joshmagosh1592
      @joshmagosh1592 ปีที่แล้ว

      Same

    • @SutasSjet
      @SutasSjet ปีที่แล้ว +8

      Same. Went to school for it but just never went anywhere with it. Went into IT. IT sucks man.

    • @SolantisA
      @SolantisA ปีที่แล้ว +1

      Do it.

    • @te9591
      @te9591 ปีที่แล้ว

      ​@SutasSjet really IT is not good?

    • @spheromancer_
      @spheromancer_ ปีที่แล้ว

      @@te9591 IT's good if you like it, but it's hard. You really need to love it or you're not going to have a good time. I learned that the hard way. If I get back into game dev, it'll probably be as a hobbie I can take at my own pace, because the uni experience with programming was awful for me.

  • @Penultimeat
    @Penultimeat ปีที่แล้ว +823

    As someone with ADHD, this is good to hear. Even if I know how to start, spelling it out makes it easier to break it into manageable chunks.

    • @BrokeMyCrayon
      @BrokeMyCrayon ปีที่แล้ว +8

      Not being rude, just curious, but why do you think that is specific to Adhd?

    • @OccupiedMuffins
      @OccupiedMuffins ปีที่แล้ว +81

      @@BrokeMyCrayonit’s not specific to adhd but it is a thing with adhd. Nearly every adhd person has that issue. Leaving things vague can be overwhelming for us but if someone tells us the steps to do it, we can get it done without immediately overthinking and our brains trying to go down every branch of thought at the same time.

    • @Delta9211
      @Delta9211 ปีที่แล้ว +44

      ​@@BrokeMyCrayonI have ADHD so I'll just say from my experience that thoughts of doing something like this while not being broken down is more overwhelming than someone without ADHD. Our brains like to process things when starting a project as if they're bundles of rope on the floor, that we're grabbing and yanking, creating a knotted mess we eventually give up on fixing the disaster it turned into. You have so many thoughts at once without the capability of processing them. If you cut the rope into small enough pieces where they can't get tangled up, then the task itself isn't as daunting for us to manage. We actually get alot accomplished that way. Hopefully I explained that in a somewhat understandable way. 😅

    • @graysonwilson3343
      @graysonwilson3343 ปีที่แล้ว +39

      @@BrokeMyCrayon most of the symptoms to adhd are normal things anyone can experience. Only, for people with ADHD it’s experienced more intensely and frequency- pretty much just a constant every moment of life frequency

    • @williammoody4950
      @williammoody4950 ปีที่แล้ว +3

      This is me with the game Dwarf Fortress, It's a colony simulator that teaches you how to do the first three things and then basically 0 handholding or tutorials after that, the only thing it tells you about after that is the in game menus, you have to figure out literally everything else yourself, I had to watch probably 20 youtube videos explaining what to do before I felt confident enough to play past 10 minutes.

  • @TheSporeCompany
    @TheSporeCompany 11 หลายเดือนก่อน +1

    Thank you for making these bro! I always enjoy how positive and supportive you are and it helps me feel better when my depression is kicking my ass. Listening to you explain programming or just being supportive of someone’s comment about something it’s great to listen to ✌️

  • @LemonIced_T
    @LemonIced_T ปีที่แล้ว +12

    If this guy did a step by step guide on how to start game development with basic instruction like this, I guarantee it would blow up and a lot of people would give it a shot.

    • @hangmanjangojames8146
      @hangmanjangojames8146 ปีที่แล้ว +1

      Made a pretty mid game on steam

    • @Croadly
      @Croadly ปีที่แล้ว +1

      ​​@@hangmanjangojames8146made a pretty mid reply on youtube

    • @Dm3qXY
      @Dm3qXY หลายเดือนก่อน

      and the market will become even more saturated by game developers for Nintendo to sue with after-the-fact patents

  • @tatin1959
    @tatin1959 3 วันที่ผ่านมา +2

    Been thinking of making a game recently, needed this, thankss

  • @Timbo360
    @Timbo360 ปีที่แล้ว +40

    Been playing video games basically my whole life, almost 30, and starting to get into programming. It’s funny how playing games to then learning about mods and how they work lead me to the point where I’m learning how to make games.

    • @TheSkepticSkwerl
      @TheSkepticSkwerl ปีที่แล้ว +4

      Whats worse is these games make money because people love mods the community made. League made 100s of millions because some guy msde dota for fun.

    • @JoNarDLoLz
      @JoNarDLoLz ปีที่แล้ว +1

      ​@@TheSkepticSkwerlDidnt Riot hired one of the devs for Dota? I think his name was Guinsoo back then.

    • @Xeonort
      @Xeonort ปีที่แล้ว

      @@TheSkepticSkwerl Sometimes, though, mods can basically be used as a resume.
      If I'm not mistaken, the guy who did the Falskaar Skyrim mod got hired on at Bungie, practically out of high school, because it was so impressive. He applied as a joke, not actually expecting to get any response and ended up on the dev team for Destiny.

    • @HDL_CinC_Dragon
      @HDL_CinC_Dragon ปีที่แล้ว

      @@Xeonort Happened with Factorio too! A dev who made a massive mod for Factorio was hired on to the team for it's huge expansion it's currently developing.

    • @w00dsm0ke
      @w00dsm0ke 6 หลายเดือนก่อน

      I was in the same position 10 years ago! (almost 30, been playing (mainly PC) games all my life, never really programmed) Now 40 and lots of Gamemaker games later I'm still at it (as a hobby) trying to make new experiences, it's an urge.

  • @sigismund7539
    @sigismund7539 3 หลายเดือนก่อน +1

    After i've seen this. I went on your "make games" site, downloaded gamemaker And few other things. And after 5 Hours of tutorials, reading and experimenting. I've made my own d100 that rolls different number from 1-100 every time Its thrown. I'am proud on myself. Am gonna try and make my own game. Thank you Thor, for your content, inspiration and everything you do for the gaming comunity.

  • @thestudentofficial5483
    @thestudentofficial5483 7 หลายเดือนก่อน +21

    This is why i create templates. Maybe i won't need half the things on it when starting new project but i can always say i didn't start at blank slate. It's the first steps that's really heavy.

  • @cryptoneo
    @cryptoneo ปีที่แล้ว +2

    Thank you for showing people stuff like this, you're awesome for helping to make this stuff more accessible.

  • @ProfessorRS
    @ProfessorRS ปีที่แล้ว +17

    This is pretty much how I learned to code 15 years ago. Set small goals, then research how to do them, then do it, then iterate and improve. You'll become an expert, you just have to start with an interest and create achievable goals

  • @unprankable666
    @unprankable666 8 หลายเดือนก่อน

    Almost zero experience programming, absolutely no experience creating games, and yet from you, it seems so simple and straightforward. Perfect example of a good teacher making a subject easier to learn.

  • @brandonsaunders5892
    @brandonsaunders5892 ปีที่แล้ว +4

    Your videos are very motivating! 10 years ago I took a class in college "intro to computer programming" and I had a horrible teacher very mean and told me I was wasting my time and to pursue a different career. I took it really hard and gave up but now that I'm older and watching your videos has inspired me to try programming again! Thank you bro!

  • @ThirdUncleStudio
    @ThirdUncleStudio หลายเดือนก่อน +1

    Exactly the push we all need! Starting is the hardest part, but who knows what epic games are waiting to be made? Let's go, future devs! 🚀🎮

  • @Iluvu729
    @Iluvu729 7 หลายเดือนก่อน +5

    My biggest problem is always that no matter how great I do initially when self taught, I eventually plateau to the point that I NEED someone to personally teach me or evaluate me to give some direction because without it I'll stagnate and run in circles for years. So also don't feel bad if this method stops working for you

  • @CGWorks1993
    @CGWorks1993 8 หลายเดือนก่อน +2

    Man speaks the truth. 4 years ago I opened a blank project,it was just supposed to be a simple project for a class in college. Now, 4 years later, that "simple college project" is within 1 year of being my first commercial indie game lol. It's intimidating to see all that blank space, and not having anything to base your work on or knowing where to start, but the moment you start putting things down into the project, the easier it gets. We all gotta start somewhere, and it doesn't matter where, just as long as we start at some place, blank project or some framework, and learn and build our way to the top

  • @jack.eastman
    @jack.eastman ปีที่แล้ว +11

    These were my exact first steps I took on my dad's old laptop just under 15 years ago that set me on a career path I had no idea I'd be going down.

  • @StrixTheOwl
    @StrixTheOwl หลายเดือนก่อน

    I came back to this video after watching it 3 months ago and starting my journey. I did exactly what you said with 0 coding experience. Here I am every day adding something new and its become my new hobby. I want to thank you for inspiring this drive in me, and also want to encourage anybody thinking they are not capable to keep trying. Its extremely rewarding.

  • @franciscoencinas8371
    @franciscoencinas8371 ปีที่แล้ว +10

    subbed, the wisdom this mans giving.

  • @Foul_G
    @Foul_G 9 หลายเดือนก่อน +1

    After 36 years of programming in a handful of languages, primarily COBOL and SQL, and dabbling in a few others, for business applications, I'm only a handful of years away from retirement. I've had some interest in game dev for years, but never thought I could grasp what it takes to get into game dev...until I came across your YT Shorts. Your messages of encouragement and positivity that anybody can be a game dev are what's taught this old dog that I ~can~ learn new tricks.

  • @JoNarDLoLz
    @JoNarDLoLz ปีที่แล้ว +55

    Find the easiest and smallest step, and take it. That's how we learned to walk, and we'll eventually learn how to run. Trust the process.

    • @AndyNocturne
      @AndyNocturne หลายเดือนก่อน

      I love this. Stealing it

  • @xuiliux
    @xuiliux 2 หลายเดือนก่อน

    Day one is better than one day, finally started my game dev journey this week! Thank you for the inspiration and keep doing your thing

  • @sharky2606
    @sharky2606 7 หลายเดือนก่อน +3

    People like you and Dr.K are what the internet need the most right now

  • @Resetium
    @Resetium ปีที่แล้ว +1

    My recommendation: Make it the player. Make the first object always be the player, if you do not know what to make first.

  • @infinitum6795
    @infinitum6795 2 ปีที่แล้ว +100

    Cut off at "create a blank project" for me and I thought that was the entire video

  • @DDCRExposed
    @DDCRExposed 6 หลายเดือนก่อน +1

    To break this video down even further. Stop looking at the big picture and look at the small picture. Focus on one piece at a time and eventually (nickel and diming it) you have quite a large project.
    I've been doing this with the Goblin Slayer game system I'm building for FoundryVTT. I started small, getting the Item Sheet working, then the Weapon Sheet and so on. Now, I'm working on skill integration with a Character Sheet that tracks loads of different things. It just takes time.

  • @Tyrarl
    @Tyrarl ปีที่แล้ว +3

    I'm 36 years old by this point, struggling with mental health. I've dreamed of making games since I was in high school working in computer programming courses. I find the process so daunting, but I so appreciate these small clips giving tips to new developers. Maybe one day I'll try it myself, but I haven't written code in 15 years.

    • @Bojonatanjarpehag
      @Bojonatanjarpehag 6 หลายเดือนก่อน

      I'm pretty much in the same spot. I'm a game composer but I've always wanted to create a simple game "on the side" bc I love games etc.

  • @Shred_Flintstone
    @Shred_Flintstone 10 หลายเดือนก่อน +1

    I have been transitioning to coding. I enjoy it but struggle to motivate myself. Your content has been my biggest motivator and I really appreciate it

  • @nikolegoshiwolffe5901
    @nikolegoshiwolffe5901 ปีที่แล้ว +3

    Been wanting to get into game development recently.
    You sound like a very helpful resource.
    What’s the difference between game maker and godot?

  • @zenverak
    @zenverak 8 หลายเดือนก่อน

    Thor’s shorts are the best because they often super motivating but also realistic . Hes the teacher you need after you think you have the knowledge, the one who helps you get started

  • @siddhantlad7422
    @siddhantlad7422 7 หลายเดือนก่อน +3

    Do you think one could use game maker studio without knowing programming

    • @itsexpla
      @itsexpla 7 หลายเดือนก่อน +1

      that would be a no. _but_, you can always learn programming.

    • @siddhantlad7422
      @siddhantlad7422 6 หลายเดือนก่อน

      @@itsexpla how long does it take, if did it bit by bit daily

    • @iLikeRawmen
      @iLikeRawmen 6 หลายเดือนก่อน +6

      @@siddhantlad7422 don’t ask. Just do it. You’ll never learn anything if you get discouraged by a time frame you don’t like. That would be the biggest disappoint of all

    • @siddhantlad7422
      @siddhantlad7422 6 หลายเดือนก่อน +2

      @@iLikeRawmen I'll take that to heart, thank you very much

    • @siddhantlad7422
      @siddhantlad7422 6 หลายเดือนก่อน +5

      @@iLikeRawmen hey man I made my first game already, its just a tiny ship ship shooting big rocks and making into smaller rocks but it was fun

  • @isaiahdrews9536
    @isaiahdrews9536 2 หลายเดือนก่อน

    This man is a hero. He’s out here helping inspire other creators and he’s even teaching them. Good man, he deserves to be more popular than this, more people need to see what he has to offer and on top of that knowledge, he is very entertaining

  • @NoobNoobNews
    @NoobNoobNews 10 หลายเดือนก่อน

    This guy makes me feel like I can make a game, and shows me that it is actually achievable from a very low level of effort or expertise. Thanks for making these clips!

  • @ronentai5950
    @ronentai5950 7 หลายเดือนก่อน +1

    little short snippets like this has actually revitalized my interest in making a game. ive had this one idea stuck in my head for the last 2 years and i just struggle past those first couple steps.

  • @onidraug
    @onidraug 3 หลายเดือนก่อน

    Best part of gamemaker for me was always the forums. If I couldn't figure something out but knew how to describe it, someone was always there to help me out. Gamemaker community is awesome.

  • @jameschilders184
    @jameschilders184 10 หลายเดือนก่อน

    I’ve started following your stuff because programming and video game making was always so interesting to me and I’m just glad you’re such a great guy full of wisdom and compassion for other people looking in from the outside or people who aren’t at the same level as you. I’m just glad to know there’s people who make cool stuff like you that want other people to make cool stuff

  • @DannyHodge95
    @DannyHodge95 5 หลายเดือนก่อน

    This is such great advice for learning any new thing, for 2 reasons.
    1. Break it up piece by piece, don't tackle the whole problem at once.
    2. If you really want to learn something, the sooner you stop watching and start doing the better.

  • @nydaarius6845
    @nydaarius6845 7 หลายเดือนก่อน +1

    damn. this man has a voice that can convince you of almost anything.

  • @SarahLoveDeer
    @SarahLoveDeer 5 หลายเดือนก่อน +1

    the fact that this showed up when i was debating if i should try making a visual novel i have planned.. It feels like a sign

  • @bernielomax3635
    @bernielomax3635 6 หลายเดือนก่อน +1

    I used to make text-based games on my Commodore Vic-20 in the mid '80s. That was my first experience programming. PC Mags had code in them you could type in and run, often it was games. There were some good books about making simple BASIC games, and oh boy was I hooked. Got older, smoked some pot, lost some brain cells, now I'm almost 50 and I work M-F, so there's very little time to do anything substantial. I did, however, just today download Unreal Engine, Godot, Visual Studio, and some other stuff. I guess it's gonna happen. Darn you Thor with your perfect radio voice and your army of ferrets! You've stealthily cattle-prodded me into making games again...this time not in VB with an old Dx9 engine, but with something modern! And I'm not gonna make a massive project either as before...just a simple game and build upon it once the general framework is in place (movement, collision, menus, etc etc). If I fail, I still have 3 card games ready for prototyping aside from art which I can easily do with AI and GIMP. One thing though, it never occurred to me to put a game on Steam. Even a simple game, if it's fun, can generate some serious cash even if it sells for cheap. A FUN game sold for a decent but low price....with so many people on Steam, I can't even imagine. You got me really thinking anyway....GG

  • @mindaman
    @mindaman 4 หลายเดือนก่อน +1

    I have started my journey a couple days ago and almost all of my motivation has come from this man. He has helped me to get through tough times and help me keep my spark to become a developer alive. Thanks Thor

    • @TheLTak3r
      @TheLTak3r 4 หลายเดือนก่อน

      What game engine?

    • @mindaman
      @mindaman 4 หลายเดือนก่อน

      @@TheLTak3r Gsmemaker Studio 2 and Godot

    • @TheLTak3r
      @TheLTak3r 4 หลายเดือนก่อน

      ​@@mindaman are you using both?

    • @mindaman
      @mindaman 4 หลายเดือนก่อน +1

      @@TheLTak3r yea

  • @jakeq3530
    @jakeq3530 ปีที่แล้ว +1

    You are a fucking hero dude. Easiest sub for me on here since 2009!

  • @matthewbeck1383
    @matthewbeck1383 10 หลายเดือนก่อน

    I needed this sincerely, idk how you always show up on my feed saying the right things every time

  • @jargontrueseer
    @jargontrueseer 4 หลายเดือนก่อน

    I love him. He knows what he's doing, by telling them how to start he's not just going through the process, he's also breaking down that anxiety step by step until it's gone, all in a calm reassuring tone

  • @mattiknightgaming1255
    @mattiknightgaming1255 6 หลายเดือนก่อน

    I absolutely. ABSOLUTELY. Love your videos/shorts

  • @dragonmaster1500
    @dragonmaster1500 13 วันที่ผ่านมา

    Yes, it's about doing it in steps. If you're learning python for example, one of the first things to do is open up visual studio, click new script, save as .py, then look up how to print a statement in the console:
    print("Hello World").
    Then you learn how to create variables:
    x = 1
    y = 1
    Then you learn how to do math:
    z = x+y
    And then to see what your answer is, you go back to the beginning:
    print(x, y, z)
    or even:
    print(x+y+z)
    It's all about putting one foot in front of the other. Figure out what your goal is, then break it down into steps, then break those steps down into pieces, and then figure out what each piece is. Another good way is to take some code that someone else made, which does what you want, and then reverse engineer it by researching what each of the different libraries and functions that they used are. It's how I learned about the process behind classic machine learning in R with the MLR3 library.

  • @cameronjadewallace
    @cameronjadewallace 10 หลายเดือนก่อน

    :3 bro made me believe anything is possible... Even human decency, patience, and just helping someone out by being encouraging. Need more of this in the world... If people were more like this, my depression wouldn't be slowly killing me.

  • @shikariedits2743
    @shikariedits2743 5 หลายเดือนก่อน

    This dude made me remember why I selected the tech field.
    I wanted to be a game maker when I was a kid. We used to play RPG on Papers and used Pokemon cards as monsters to fight. We basically invented table top D&D on our own without ever knowing what D&D is. Then life happened and I chased for money in things that I don't like doing.
    Thanks man, you basically revived a child in me who loves making game.
    I have started making a 2D project based on the game that we used to play. My friends will love its digital adaptation.

  • @diegocrusius
    @diegocrusius หลายเดือนก่อน

    thank you for this. Gamemaker is so easy and straightforward and yet you can create quality stuff there

  • @flam_i_am
    @flam_i_am 7 หลายเดือนก่อน

    More game consumers need to see this kind of thing. Might bring a little perspective and appreciation for what goes into making a game.

  • @TowelGard
    @TowelGard 6 หลายเดือนก่อน +1

    I've made a number of tutorial games now, and I still get that feeling when starting a new project.

  • @noisemaker_
    @noisemaker_ 8 หลายเดือนก่อน

    I just started making a game, and you are a big part of the reason, i already have some experience doing this, but i always gave up when using unity, started using gamemaker and im 100% more invested because it felt more intuitive, thanks for the motivation!

  • @AetherRav3n
    @AetherRav3n 8 หลายเดือนก่อน +2

    I remember making a platformer game in year 8 for a school informatics project using game maker and was so proud about how I made every character have actual animations for moving and having gravity in my game.

  • @Parambolumberienriatta
    @Parambolumberienriatta 6 หลายเดือนก่อน

    I wish I had better time management to actually apply this to my life.

  • @kalvinpillay
    @kalvinpillay ปีที่แล้ว

    You are very inspirational. Keep up the great work. TH-cam just started to show your shorts on my feed and I am so grateful.

  • @anandaezaa
    @anandaezaa 2 หลายเดือนก่อน

    i'm on college rn, started my final task making game for thesis about 5 months ago, was scared that my game will not good enough to being one, and now I'm glad it accepted as thesis, and his videos about impostor syndrome and those related was on point, and I could snap out of it because of your videos too, man, glad I found your channel in the first place, now I can laugh at myself's anxiety 5 month ago :D ty man

  • @Sbeve_One
    @Sbeve_One 4 หลายเดือนก่อน

    Just recently started dabbling as a hobby and I wanna thank thor for giving solid straight forward advice and never dogging on someone or telling them it might not be for them he’s just casually encouraging and helping us and I’m 100% here fornit

  • @brunobuss7005
    @brunobuss7005 ปีที่แล้ว

    This guy is blowing up lately and has convinced me to make games. There is a lot to learn but I'm enjoying the experience so far

  • @crystalwolfx
    @crystalwolfx หลายเดือนก่อน

    There's so many points of intimidation. Honestly it also feels so good to know I'm not crazy for making tons of assets, and random items with 1 use are objects for a reason.

  • @BECK_4D
    @BECK_4D 4 หลายเดือนก่อน +1

    I abandoned the idea of being a game developer cause I hate AAA studios and big companies are just not for me, that was years ago and I became a 3D artist instead, but know seems to be that a new era of video games will come and I want to start working on video game projects again, if anyone interested and needs 3D characters and assets count on me!

    • @TheLTak3r
      @TheLTak3r 4 หลายเดือนก่อน

      Did you think of going indie? Instead of joining a studio

  • @dicudavidmihai5068
    @dicudavidmihai5068 หลายเดือนก่อน

    i started at 7 years old and to this day , its still intimidating when u see it blank , but little by little it will be something nice. never give up

  • @fuffybear6865
    @fuffybear6865 6 หลายเดือนก่อน

    Fucking, this right here is how you TEACH someone. From someone with 10 years of teaching experience, this man is worthy of his crown. I had a whole rant but I erased it all and left it like this :)

  • @RenegadeVile
    @RenegadeVile 11 หลายเดือนก่อน

    No matter what kind of programming you want to, making a game is one of the best ways to start. I learned the very basics in RPGMaker 20 years ago.

  • @zeo4481
    @zeo4481 11 หลายเดือนก่อน +2

    PG is much less about making a game now than explaining HOW games are made from scratch.
    At this point he'd have a multi-million dollar TH-cam/Twich accounts before HeartBound is complete...

  • @yipyipyipi
    @yipyipyipi 4 หลายเดือนก่อน +1

    I like game makers official tutorial for a 15 minute asteroids game. It really helps you feel like you can make a whole game, because after following that tut, you have.

  • @superflaggirl1
    @superflaggirl1 2 หลายเดือนก่อน

    Such a great voice! Like a calming radio voice!

  • @KuroRiot
    @KuroRiot ปีที่แล้ว

    I failed at university on my games development course and it really knocked my confidence, you sir are single handedly bringing my spark back, much love bro

  • @ralphymays
    @ralphymays ปีที่แล้ว +1

    Dude i love just the sheer parental vibes you give off when youre giving advice.

  • @davidwarner9222
    @davidwarner9222 2 หลายเดือนก่อน

    This reminds me of just starting how to learn fl studio. I had no idea how to use anything and I did exactly what Thor said just open a new project and just try things out and I greatly appreciate the encouragement not just for the game dev industry but any industry that has this level of creativity and complexity! Much love 🙏

  • @glowraptor5228
    @glowraptor5228 3 หลายเดือนก่อน

    Thank you for making this video man. You started my coding journey, props to you dude.

  • @ImAlexander_YT
    @ImAlexander_YT หลายเดือนก่อน

    Because of you I’ve started working on a rng based dungeon crawler. So far it’s come along very well.

  • @john_g_henderson
    @john_g_henderson วันที่ผ่านมา +1

    I spent my youth wanting to make video games, but I never dipped my toe in or learned any programming. Now in my mid 30’s it just feels very intimidating and like it would take years of study to even know how to make a terrible game. I can’t think of any other art form that has such a large barrier to access.

  • @murdanito
    @murdanito ปีที่แล้ว +1

    That’s like going to the gym and seeing a guy maxing out his set and you can barley lift 25lbs. Don’t look over to him and be intimidated. Look to him as a goal. If I go to the gym enough I’ll look like that. Same thing with programming. Do it enough and it will look like HeartBound ❤️😊

  • @Obironnkenobi
    @Obironnkenobi 11 หลายเดือนก่อน

    I love when good streamers that deserve it make it big.

  • @AmayaOrochi
    @AmayaOrochi 7 หลายเดือนก่อน +1

    I stumbled onto this channel, and I love it! It is so positive and helpful.

  • @user-pe9qg3hg3k
    @user-pe9qg3hg3k 3 หลายเดือนก่อน

    I just discovered you thanks to the algo. I love your content! you have an epic voice, clearly knowledgable and this is easily one of my fave channels on youtube now

  • @mazder360
    @mazder360 11 หลายเดือนก่อน

    This man's voice and demeanor makes anything he sound like Fatherly Advice

  • @TheAngryLibrarian
    @TheAngryLibrarian 7 หลายเดือนก่อน

    I'm so happy to hear this. This is exactly what I did when I started developing the game I'm working on. My brain only cares about the information that will get me closer to a completed project, so the first thing I did was find specific instructions on how to do exactly what I wanted with my player object.

  • @dudemanlike2287
    @dudemanlike2287 5 หลายเดือนก่อน

    this guy has the patience of what every person should have.

  • @SadraxRio
    @SadraxRio 8 หลายเดือนก่อน

    And the feel when your character is moving for the first time is priceless.

  • @DrMicahLuv
    @DrMicahLuv 4 หลายเดือนก่อน

    Thank you for all the encouragement. I love your content because it's entertaining and funny, but you also have a f****** amazing message. My best to you and yours good sir.

  • @Goothrow
    @Goothrow ปีที่แล้ว

    Used Gamemaker studio in Grade 11 for my IT coop project, spent my free time working on a platformer on a laptop 15 years old, anyone can make a game, it just takes time and patience to get it to be something you are proud of. Thanks for the push to get back into it Thor.

  • @tunmixx
    @tunmixx 7 หลายเดือนก่อน

    oh man I wish you were around when I was 8 and I opened game maker for the first time as birthday gift. Keep doing what you are doing you are awesome thanks!

  • @chriscastiel8231
    @chriscastiel8231 11 หลายเดือนก่อน

    I've always wanted to make games. I've spent lots of my time daydreaming on game ideas. But never came around learning programming, because I majored in agrobiology. It felt overwhelming to even consider starting. But dude definitely knocked some sense into me with this. I feel more optimistic, and motivated now to actually take a first step. Gonna do it as my hobby.

  • @therockazoid
    @therockazoid 10 หลายเดือนก่อน

    This man is giving me the fuel to try my hand at making a game. I don't expect a masterpiece but I think I could make something.

  • @AlexanderosD
    @AlexanderosD 5 หลายเดือนก่อน

    Every masterpiece begins with a blank canvas.