I got ADDICTED to Coding

Поділитися
Вставка
  • Опубліковано 22 гру 2024

КОМЕНТАРІ • 148

  • @ariagerber
    @ariagerber 5 місяців тому +349

    This game is really cool for learning basics of algorithms and data structures, you slowly progressing from simple 2d navigation and states to sorting and maze solving problems

  • @gametec_live
    @gametec_live 5 місяців тому +472

    The Farmer wasnt replaced, hes been promoted to software developer XD
    Awsome videos btw, a joy to watch...

    • @KedrigernGaming
      @KedrigernGaming  5 місяців тому +7

      Promoted but most likely it earned much less :D
      Thank you! Appreciated!!

    • @gametec_live
      @gametec_live 5 місяців тому +2

      @@KedrigernGaming Can we get a discord server or similar? Would be awsome, especially since this is still a relatively small (definitely underappreciated) channell...

    • @KedrigernGaming
      @KedrigernGaming  5 місяців тому +1

      I could look into that for sure ;)

    • @InnerEagle
      @InnerEagle 4 місяці тому +1

      Isn't that the joke about programmers? Give up programmin and going farming?

  • @danielthompson2561
    @danielthompson2561 Місяць тому +35

    I’m a Data Scientist, and I loved this game. Really fun problem solving getting the proc as good as possible. Just wish there was more.

    • @KedrigernGaming
      @KedrigernGaming  Місяць тому +3

      I agree! This game is really unique. In a way also quite short but there is a lot of optimizing to be done so it can take longer.

  • @darkreaper4990
    @darkreaper4990 5 місяців тому +152

    Wish there was a game like bloons TD 6 but programming focused like this. It would be SOOOOO much fun.

    • @KedrigernGaming
      @KedrigernGaming  5 місяців тому +7

      Man that sounds awesome! Hope we get it some day

    • @iCrimzon
      @iCrimzon 4 місяці тому +7

      IAH Hacker Wars(?) is pretty close to that, its currently just in demo but you can try that

    • @KedrigernGaming
      @KedrigernGaming  4 місяці тому +7

      @@iCrimzon Found it! It is called Internet War

    • @ForTheOmnissiah
      @ForTheOmnissiah 4 місяці тому

      Look up Screeps, it's an RTS where you program the AI yourself. Also look up IAH Internet War (it has a demo and is in development).

    • @СергейМакеев-ж2н
      @СергейМакеев-ж2н Місяць тому

      @@KedrigernGaming Look up "Screeps". I think that was the OG "Programmable MMORTS".

  • @Ninanomori
    @Ninanomori 4 місяці тому +43

    Omg they kept calling it a drone but I saw it as a little scarecrow jumping with their little stick and the stick creates the harvest impact but now realized it’s a drone

  • @isaacpharoah7331
    @isaacpharoah7331 5 місяців тому +19

    I love these vids. Genuinely keep posting because these are really interesting. Commentation really good aswell

    • @KedrigernGaming
      @KedrigernGaming  5 місяців тому

      Thank you so much! You just made my day!

  • @resresres1
    @resresres1 Місяць тому +5

    i didn't even make it through the whole video and my very first thought is that doing for loops for updating the world is slow. You won't be able to make large grids without starting to run into the loop taking too long to update. There are much more efficient ways to do this than running for loops to update the game world.
    edit!: i take back what i said, apparently some of the programming options aren't unlocked until you progress further, such as using lists or dictionaries.

  • @mnamethonk
    @mnamethonk Місяць тому +29

    'Go buy this game'
    Proceeds to not tell what it's called or doesn't link to it...
    EDIT: Since whoever made this video isn't taking the hint, the game is called "The Farmer Was Replaced" on Steam.

    • @KedrigernGaming
      @KedrigernGaming  Місяць тому +2

      Well to be fair it should be shown under the video, there is a link to a playlist named after the game and the name of the game is in like every second comment :D

    • @mnamethonk
      @mnamethonk Місяць тому +23

      @@KedrigernGaming I mean, if people keep asking for it it probably means it's not as apparent as it should be.

    • @squeecy9965
      @squeecy9965 Місяць тому +18

      @@KedrigernGaming Or just say the fucking name of the game in the section of the video named "What is this game?"

    • @MezZDigitalArt
      @MezZDigitalArt Місяць тому +1

      wtf is it called?

    • @mnamethonk
      @mnamethonk Місяць тому

      @@MezZDigitalArt It's called "The Farmer Was Replaced" on Steam.

  • @IB0Mber
    @IB0Mber 5 місяців тому +6

    Loved the video! Straight to the point, with great commentary!
    A suggestion to the code is that you could keep track of how many pumpkins are ready to harvest, and if it is 16 you harvest it

    • @KedrigernGaming
      @KedrigernGaming  5 місяців тому +2

      Thank you

    • @IB0Mber
      @IB0Mber 5 місяців тому

      @@KedrigernGaming haha no it wasn't at all!
      Also, I really like these videos, please keep the series going!

    • @KedrigernGaming
      @KedrigernGaming  5 місяців тому +1

      Already working on the next episode!

  • @Linuxdirk
    @Linuxdirk Місяць тому +6

    True programmer moment: “…and now … it got FUCKING harvested! Shit!”

  • @mightbeanerd
    @mightbeanerd Місяць тому +4

    I just started learning how to code and now I get this in my recommended, so I guess I need to try games like this at some point

    • @KedrigernGaming
      @KedrigernGaming  Місяць тому +1

      That’s awesome! First of all, best of luck with that!
      I don’t think games are good at teaching you to code. But they are more entertaining which might make you keep going.
      This game in particular might be the closest to actually teaching you something though. It is more about the way you think about problems. Here despite knowing how to code I find myself struggling with the language quite a lot.
      But don’t give up. You can do it!!

  • @bacon5481
    @bacon5481 5 місяців тому +7

    This is awesome, great educational video!

  • @gulpdiator
    @gulpdiator 5 місяців тому +16

    When I was playing the game I was a bit more "functional" programming. A factory function (any, fn) that -> returns

    • @KedrigernGaming
      @KedrigernGaming  5 місяців тому +1

      Damn! I understand what you mean.
      That is quite interesting!

  • @vonbardok4516
    @vonbardok4516 Місяць тому

    This is really cool. I remember playing a game called Colobot when i was a kid that was somewhat similar.

  • @insentia8424
    @insentia8424 4 місяці тому +6

    I love how you can pass functions as arguments into functions in this game, totally didn't expect being able to do so, since none of the stuff mentioned it.
    But it works.
    Allowed me to not have to rewrite the loop to pass over the whole field every single time, nor do I need to copy paste it anymore.
    I wonder how this game will look once it's out of early access.

    • @KedrigernGaming
      @KedrigernGaming  4 місяці тому +1

      I realized this properly yesterday (even though the discussions about this have been made already in the comments).
      But since I don't really see eye to eye with the language it's weirdly hard or me to think about these things and improve the code clarity and quality. I mainly look at the game as a set of puzzles I need to solve using low level solutions - none of that fancy bs lol (maybe I got too used to other games where you can only use like 10 commands).
      Ahh...You are gonna absolutely hate me when the next videos come out... Or just call me Mr. Copy&Paste and call it even.

  • @ocha2911
    @ocha2911 Місяць тому

    Everytime he says pumpkin, it gets even funnier i dont even undestand what he says anymore i keep laughing 😂

  • @pcnerd5994
    @pcnerd5994 5 місяців тому +5

    I really love and hate this game at the same time. It is a really unique and fun game but it feel like work.

    • @KedrigernGaming
      @KedrigernGaming  5 місяців тому +1

      I so understand what you mean!
      But the good thing is you can whatever you want with no code review and just focus on the fun. (not me though, getting proper reviews in the comments lol)

  • @oknaa8526
    @oknaa8526 2 місяці тому +1

    where can i play this game ? is it on steam?

  • @maarakucraft2632
    @maarakucraft2632 4 місяці тому +6

    nice one, im so late learning coding, now im boring playing game, instead i really excited making game 🤣,

  • @220SouthlandAve
    @220SouthlandAve 3 місяці тому +1

    I love how the presentation was somewhere between Conan O'Brien, Flula Borg, and an actual software developer 😂

  • @Arko_3
    @Arko_3 Місяць тому +1

    are the assets here made with blender by you?

    • @KedrigernGaming
      @KedrigernGaming  Місяць тому +1

      Nooo I didn't make any of this ;)

    • @Arko_3
      @Arko_3 Місяць тому

      @@KedrigernGaming oh I thought you made this game, its great

  • @bodurskii
    @bodurskii Місяць тому

    What engine and tools did you use to build and design this game? Awesome pres and video!

  • @angelonip2367
    @angelonip2367 3 місяці тому

    Great video, great game, great Red John pfp, greatest channel ever. 😂❤

  • @rogeliovazquez4385
    @rogeliovazquez4385 2 місяці тому

    great vid and ur hilarious man

  • @GyroCoder
    @GyroCoder Місяць тому

    I'm getting ComputerCraft turtle vibes a lot.

  • @zbeeder
    @zbeeder 2 місяці тому

    where can i play this

  • @aciddev_
    @aciddev_ 5 місяців тому +2

    ok, but i think it would be easier to first go through pumpkins and then go through everything else. maybe in two different functions in a loop?

    • @KedrigernGaming
      @KedrigernGaming  5 місяців тому

      Just to see if I understand correctly, you mean to go through a sub-grid to plant pumpkins, once done go through the rest of the whole grid and plant the rest? I feel like the order doesn't matter. Or does it?

    • @aciddev_
      @aciddev_ 5 місяців тому

      @@KedrigernGaming yes, it would just be significantly easier to implement, i think

    • @KedrigernGaming
      @KedrigernGaming  5 місяців тому +1

      I would say it would break the outer loop. Like I would make a square for pumpkins, then I would have to skip a few cells to get out of it and always keep checking if I hadn't stepped back into it. That would be many additional checks I think.

    • @aciddev_
      @aciddev_ 5 місяців тому

      @@KedrigernGaming idk, maybe

  • @martinstrausz5440
    @martinstrausz5440 2 місяці тому

    how did you made the UI

  • @edmund2434
    @edmund2434 11 днів тому

    Imagine this game are actually making people pay for it and making them write the code to build the actual farmer replacement machine

    • @KedrigernGaming
      @KedrigernGaming  11 днів тому

      Oh damn! I expect to see this in the headlines 2 months from from now.

  • @smjonas8616
    @smjonas8616 5 місяців тому

    11:15 I think you can use a backslash to split a long line into two lines

  • @Drakar1903
    @Drakar1903 2 місяці тому

    Gonna tell my grandkids this was Leetcode

  • @ambots13
    @ambots13 3 місяці тому

    same reason why I got into coding, making bots for almost all games I played with a high level clicker language.

  • @weltonbarbosa206
    @weltonbarbosa206 Місяць тому

    the name of the game is not on the video

    • @KedrigernGaming
      @KedrigernGaming  Місяць тому

      Yeah, sadly its just in the comments and playlist

  • @YoNoSe1989
    @YoNoSe1989 4 місяці тому +1

    This is cool. I just started learning how to program. Make some coding tutorials dude

    • @KedrigernGaming
      @KedrigernGaming  4 місяці тому

      That is awesome! Hope you enjoy it and make it far!
      It for sure is an intriguing thought. Although I appreciate that teaching is no easy task and that not just anyone can do it properly.

  • @offgridvince
    @offgridvince 3 місяці тому +1

    Everytime i scroll past this, i crave pineapple

  • @rhov5708
    @rhov5708 5 місяців тому

    Can the pumpkin(s) disappear once they have merged? aka can a 2x2 pumpkin lose one of its members and turn into three 1x1 pumpkins again, or can the whole 2x2 pumpkin disappear?

    • @KedrigernGaming
      @KedrigernGaming  5 місяців тому

      That is a good question! A pumpkin can only disappear while growing. And it can only merge once fully grown. So merged pumpkins can't die anymore (nor can their parts).
      I think (understood this from a comment) that it takes 2 seconds for a pumpkin to grow and it has a 20% chance of dying every second. If we make it grow faster it would also technically decrease the chances of it dying.

    • @rhov5708
      @rhov5708 5 місяців тому

      @@KedrigernGaming Ok, in that case I would rather count the grown pumpkin patches you fly over, and harvest as soon as you count the 16th fully grown pumpkin in a given loop. So start of loop you set count to 0 and every grown pumpkin patch adds one. If it ever reaches 16, you know all the pumpkins finished growing into a big patch and you can harvest immediately. Might even be worth adding a sub-flightpath to then immediately go plant them all again too.

    • @KedrigernGaming
      @KedrigernGaming  5 місяців тому

      I like the counter idea, but I don't think there is a way for me to distinguish a grown pumpkin from a growing one.
      That being said, I have a completely different idea in mind which will rework the way pumpkins are handled altogether.

    • @rhov5708
      @rhov5708 5 місяців тому

      @@KedrigernGaming O, I assumed the 'ready to harvest' thing meant it is grown. Take whatever I suggest eith a grain of salt, since I havent played the game and dont know the limitations xD. Also, if you are dtarting to get a number of different crops, you might consider switching out the ifs for a switch/case statement. I hope the game has those!

    • @KedrigernGaming
      @KedrigernGaming  5 місяців тому

      Oh my...you are right. I guess I am just too tired xD
      Yes, the drone can tell when it is ready to harvest, which means fully grown. Sorry about that :D
      Oooh I would like a switch but don't think the game has it (yet?).

  • @Daniello49
    @Daniello49 Місяць тому

    16:14 😂😂😂😂

  • @hewert154263
    @hewert154263 4 місяці тому +2

    Where to download this game??

  • @fad-e2840
    @fad-e2840 Місяць тому

    it's addictive to watch

  • @Zpheme12
    @Zpheme12 Місяць тому

    Can anyone share more games like this?

  • @tigum2706
    @tigum2706 2 місяці тому

    what is the name of this game?

  • @nonexternal
    @nonexternal 2 місяці тому

    Am I blind or cant i see the name of the game anywhere?

    • @KedrigernGaming
      @KedrigernGaming  2 місяці тому

      The name of the game is too weird 😂 Should be under the vid or as playlist and such.
      The name is The Farmer Was Replaced.

  • @ethana1
    @ethana1 5 місяців тому

    wait so is this game out or nah? love the more trad approach re: coding compared to Exapunks or Human Engineering Machine

    • @KedrigernGaming
      @KedrigernGaming  5 місяців тому +1

      Yeah, real game :) The farmer was replaced, you can find it on steam
      I also play 7 Billion Humans on the channel. A follow-up of the game Human Resource Machine.

  • @__Rizzler__
    @__Rizzler__ 2 місяці тому

    day 64 and still addicted to this game. this game is soo sigma

  • @darcgames6375
    @darcgames6375 2 місяці тому

    you should try playing minecraft with computercraft mod

  • @ShivSindhu088
    @ShivSindhu088 2 місяці тому +2

    #WTF=WhatTheFun

  • @tanercoder1915
    @tanercoder1915 5 місяців тому

    Is this written in Lua?

  • @df15804
    @df15804 3 місяці тому

    Nice youtube recommendation

  • @prototype-mk4758
    @prototype-mk4758 2 місяці тому

    i dont know my numbers fuck 🤣

  • @owensheed4859
    @owensheed4859 5 місяців тому +2

    where can i play?

  • @nickpucci5586
    @nickpucci5586 3 місяці тому

    cool game but could you provide an actual link to the game or at least say the name in the video so we know how to find it

    • @KedrigernGaming
      @KedrigernGaming  3 місяці тому

      I named the playlist after this game, the name is just under the video and also as a response to a few other comments asking the same question.
      Maybe the issue is the game having a weird name? Not sure...

  • @abhishekreddy2805
    @abhishekreddy2805 2 місяці тому

    me too!

  • @JackGamerEuphoriaDev
    @JackGamerEuphoriaDev 5 місяців тому

    AWESOME VID. Could you please provide the name of that game. I'm not finished the vid, I'm sorry I'm just wanna try it for myself first.

  • @Cewu
    @Cewu 2 місяці тому

    3min into the video and I am already downloading this game. I am sorry for not watching it. XD

    • @KedrigernGaming
      @KedrigernGaming  2 місяці тому +1

      Damn! :D
      But hey, good luck and have fun :) After you solve a few puzzles, you might want to revisit my videos and compare solutions ;)

    • @Cewu
      @Cewu 2 місяці тому

      @@KedrigernGaming oh, for sure! :)

  • @scott_itall8638
    @scott_itall8638 5 місяців тому

    Damn aint on mac.

  • @clajmate69
    @clajmate69 2 місяці тому

    can you code to make a greater yield?

    • @KedrigernGaming
      @KedrigernGaming  2 місяці тому

      You can upgrade the unlocks to get more yield. And you can always make your code more optimal and faster.

  • @monkeynetwork450
    @monkeynetwork450 2 місяці тому

    Mate, I love this. But cant ignore the fact that you sound like Fucking "Big Lez" from "The Big Lez Show"
    Cheers mate! Awesome video. I'm Gonna get this game for sure.

    • @KedrigernGaming
      @KedrigernGaming  2 місяці тому

      Cheers!
      Didn't know Lez can code huh? ;)
      Enjoy the game and good luck!

  • @enzirtanimation2660
    @enzirtanimation2660 27 днів тому

    it is nice recomendation

  • @vnXun
    @vnXun 5 місяців тому

    5:36 I guess it was walking before?

    • @KedrigernGaming
      @KedrigernGaming  5 місяців тому

      I was afraid someone would say this. It wasn't literally crawling before but it was 'crawling'

  • @acatreassuresyouthateveryt7842
    @acatreassuresyouthateveryt7842 2 місяці тому

    Coding IS addicting, debugging on the other hand....

    • @KedrigernGaming
      @KedrigernGaming  2 місяці тому

      So true! But that feeling when you finally figure it out... yeah..not even that. Usually makes you want to give up...

  • @couchbrogames7499
    @couchbrogames7499 4 місяці тому

    1000 sub

  • @theferryman6746
    @theferryman6746 Місяць тому

    Bro, do you, by any chance, know Patrick Jane?

  • @kovacsattila8993
    @kovacsattila8993 3 місяці тому

    But does this game make you get into polymorphism? Where are the classes and methods? Do you have to import modules and use them? So you say you not going to hit a solid wall with a simple planting game after like a few weeks? I am not sure. If you want to argue with me don't use the "after you master the game do something else" argument. I really just curious how far this game will take you by it's own.

    • @KedrigernGaming
      @KedrigernGaming  3 місяці тому

      I don't think it does (no polymorphism, classes or any of that fancy stuff). It is a very 'simple' version of coding. Beginner friendly in that sense I feel.
      I suppose this is less 'learn to code' and more 'solve puzzles' kind of game. But it the closest any game has ever gotten to coding as far as I know. So you can actually learn the basics quite nicely as it is all visual and nicely done. The game also forces you to review your own code, debug it, refactor it on build on it. So if you write bad code, you are the one being punished for it later when you need to revisit it and make some changes. I have never seen a game like this before.

    • @kovacsattila8993
      @kovacsattila8993 3 місяці тому

      @@KedrigernGaming Well, it works for somebody but not for everybody. For example if you install KSP and start playing, you not going to have a great and easy time trying to land on the moon, more like a strouggle full of frustration. It's a game, and you can try out everything, but you still going to have a "Why i can't get this to work" experience probably, because most people does.
      Back to this game: for the same thing I recommend Mimo instead. Not frustrating. You not going to slam your phone into the ground, and teach you everything what this game does, even if you have tiktok attention, and even if you only have 5 minutes a day. And it WILL get you there.
      Probably many people going to have that certain KSP experience with this one also.

    • @KedrigernGaming
      @KedrigernGaming  3 місяці тому

      It is true this game just drops you into the action for sure. But I really love that it is not learning course or anything like that. It really is just a game.

  • @K14E
    @K14E Місяць тому +1

    you cuss like a teenager but also have to bleep it AND you sound like borat, what a terrible experience for my ears

  • @kongming6327
    @kongming6327 2 місяці тому

    Bitburner better

  • @alextrebek5237
    @alextrebek5237 3 місяці тому

    Managers will encourage salaries to stagnate, layoffs rise, expecting existing staff "to do more with less (AI)." ML codes worse than junior SWEs, too many hallucinations. But useful for 1st drafts
    Seniors who know datastructures & algos, it can't beat
    I see more junior SWEs becoming entrepreneurs and making $$$

  • @PersonManManManMan
    @PersonManManManMan 5 місяців тому

    (577)

  • @josephreagan9545
    @josephreagan9545 4 місяці тому +18

    The video was interesting but the constant unnecessary bad language was a deal breaker, and as a result, I stopped watching the video. Excessive Bad language doesn't make a video better just trashy.

    • @null_spacex
      @null_spacex 4 місяці тому +1

      Language is just language until you perceive it

    • @matt92hun
      @matt92hun 4 місяці тому +2

      The guy sounds German which to me is an interesting demonstration of how "bad language" is not inherently "bad" and I enjoy how diverse the reactions there are to the same thing.

    • @MythoSpore
      @MythoSpore 2 місяці тому +3

      Wow, words really trigger and bring you down no matter the connotation. That's a bummer.

    • @funicon3689
      @funicon3689 2 місяці тому +2

      i didn't even notice lol

    • @QrowNora
      @QrowNora Місяць тому +1

      Cringe comment