I was hired to automate farming...

  Рет қаралды 579,299

Real Civil Engineer

Real Civil Engineer

Күн бұрын

Пікірлер: 1 300
@llamasaylol
@llamasaylol 5 ай бұрын
The thing Matt did well is making a backup of the code that works. I haven't seen anyone praise him for that yet. I have had far too many interns come to me saying "It's now broken.", me asking to see the previous working version to compare and them not having it saved (or `git commit`ed).
@raznaak
@raznaak 5 ай бұрын
That's about the only good instinct he had... To be fair coding logic can be harder for some people, and there's many things that you kinda need to know or be taught to even think about it. Everyone first code looks horrible with all the additions and copy/paste everywhere. And since he's a Real Civil Engineer, he is already used to saving often so he doesn't lose all his work due to a bug or other problems XD
@RandyFortier
@RandyFortier 5 ай бұрын
@@raznaak It is all about the teacher. If the teacher focuses mostly on the syntax of the programming language, then it doesn't help you think like a programmer which is really what beginners need.
@masaufuku1735
@masaufuku1735 5 ай бұрын
That was definitely a good instinct.
@Ham24brand
@Ham24brand 5 ай бұрын
That’s how Engineers think.
@nathangamble125
@nathangamble125 5 ай бұрын
@@RandyFortier Honestly, this. I don't even remember the syntax of the code I write, I just copy and paste from other things I wrote, and focus on understanding the logic.
@FaultBat
@FaultBat 5 ай бұрын
I program for a living, and I always enjoy watching folks get their head around fundamental programming concepts. Even if I do end up shouting at the screen a couple times every time.
@ZephrymWOW
@ZephrymWOW 5 ай бұрын
when he started with hard coding the position instead of using % to check for odd/even tiles i knew we were in for a massive spaghetti meal
@transcent7
@transcent7 5 ай бұрын
​​@@ZephrymWOWhe used hardcode only to determine whether he is on start or finish of the line, his logic never consisted of finding out if he is on odd/even tile.
@maximvanderhoeden2477
@maximvanderhoeden2477 5 ай бұрын
It's like someone playing a game for the first time with you, that has been playing the game for many years now and not understanding why someone doesn't understand/ do something the rigtht way
@orlagh277
@orlagh277 4 ай бұрын
@@transcent7 he didn't do it exactly how Mr. ZephrymWOW wanted though so it's obviously wrong even though it works. Odd/even doesn't even make sense when you have more than 3 rows and 3 things to plant.
@eabsolutechadofagamer2927
@eabsolutechadofagamer2927 3 ай бұрын
I have no clue how to program, and this comment section is scaring me
@mattbradley-roberts3479
@mattbradley-roberts3479 5 ай бұрын
As a coder of 20+ years this video makes me smile and cringe in equal measure!
@francescozanzottera3381
@francescozanzottera3381 5 ай бұрын
Its kinda lime python whit that syntax but the sheer ammount of useles operation who pump up the computetional cost of the algoritm....
@tipolacko
@tipolacko 5 ай бұрын
Yep, agree. the funniest part is that despite the code being all spaghetti… it worked in the end 😂
@francescozanzottera3381
@francescozanzottera3381 5 ай бұрын
@@tipolacko just like the omnishaia intended
@JohnLeePettimoreIII
@JohnLeePettimoreIII 5 ай бұрын
my mind was screaming, _"FUNCTIONS GOD DAMN IT!!! FUNCTIONS!!"_
@TheFernMeadow
@TheFernMeadow 5 ай бұрын
Same :3
@pranavghantasala6808
@pranavghantasala6808 5 ай бұрын
Pros of computers: they do *everything* you tell them to Cons of computers: they do everything *you* tell them to
@baranoid
@baranoid 5 ай бұрын
i'd have emphasized "everything" in both but this is equally true lol
@MrTehNoms
@MrTehNoms 5 ай бұрын
Con: they ONLY do what you EXPLICITLY tell them to
@robogamer9849
@robogamer9849 5 ай бұрын
so true😂
@daniel_77.
@daniel_77. 5 ай бұрын
Conclusion: computers just execute and we are dumb in programming it.
@chendrix-materialdesigner
@chendrix-materialdesigner 5 ай бұрын
Con: they do *exactly* what you tell them to
@tadcammans8045
@tadcammans8045 5 ай бұрын
When Matt says all the programmers were probably yelling at the screen, we had been yelling for ages already 😂
@ryanstennett7961
@ryanstennett7961 5 ай бұрын
I can back that, taking computer science A Level and watching mat work was slitlghtly painful, however hilarious
@EmmaTheSmol
@EmmaTheSmol 5 ай бұрын
yeah this was painful
@mineline5620
@mineline5620 5 ай бұрын
You use screens? I use receipt printer to programm. Sometimes I even watch videos on my fridge.
@LieutenantRatty
@LieutenantRatty 5 ай бұрын
yup
@rowanlamarsh6949
@rowanlamarsh6949 5 ай бұрын
yep
@jeremydavis3631
@jeremydavis3631 5 ай бұрын
I've been programming for a little over 20 years, and I was both amused and bemused by some of the little errors that all beginners make and that I've long forgotten ever making myself. Never frustrated, though. It was clear that Matt has had some minor experience with programming (as he mentioned), and the editor did a great job of cutting out any long pauses that lacked tangible progress while keeping the rest of the problem-solving process intact. Very well done! Also, this game seems pretty well made for an introduction to basic programming concepts. Unlocking new features of the language as you go looks like a great way to introduce them in small chunks, and only when the player is ready to actually use them. The designer clearly put a lot of thought into that.
@carntzen92
@carntzen92 5 ай бұрын
RCE getting overwhelmed by documentation at the end is true programming.
@Kessik8
@Kessik8 5 ай бұрын
Yeah xD hour-long debugging saves you minute-long reading of the docs
@axiezimmah
@axiezimmah 5 ай бұрын
Screw the docs I'll wing it. 500 hours later.....
@TheCommunistRabbit
@TheCommunistRabbit 4 ай бұрын
Using 20 year old in documented libraries to make homebrew games is where the real pain is at
@TheArtikae
@TheArtikae 3 ай бұрын
The way you read overwhelming docs is to skip anything you don’t understand.
@abefetoieridk6227
@abefetoieridk6227 5 ай бұрын
lets be honest this dev IS A GENIUS he litterally got the consumers to do his job
@axiezimmah
@axiezimmah 5 ай бұрын
Enter screeps, or gladiabots
@TheCommunistRabbit
@TheCommunistRabbit 4 ай бұрын
Kinda like how people who use windows have to fix Microsoft's os by making third party patches
@Doomslaya-1923
@Doomslaya-1923 4 ай бұрын
Who coded do_a_flip() and harvest() functions?
@iamswyfo
@iamswyfo 4 ай бұрын
@@Doomslaya-1923 shut up
@Doomslaya-1923
@Doomslaya-1923 4 ай бұрын
@@iamswyfo Wanna cry?
@zeekoncal1393
@zeekoncal1393 5 ай бұрын
The fact that the test window becomes real code is so true.
@DingleTwit
@DingleTwit 5 ай бұрын
I can relate so much to both the “programming is so rewarding!” and the “why is it doing that?!?” sentiments.
@VladRo100
@VladRo100 5 ай бұрын
As a developer for a living I really enjoyed seeing u go through the coding basics, this was really funny to watch
@brontesundstrom9288
@brontesundstrom9288 5 ай бұрын
Me: taking a break from my programming job to cringe at matt trying to use a while command
@SickSkilz
@SickSkilz 5 ай бұрын
Civil engineers can't be computer engineers. This was PAINFUL to watch 😂😂
@francescozanzottera3381
@francescozanzottera3381 5 ай бұрын
Its kinda lime python whit that syntax but the sheer ammount of useles operation who pump up the computetional cost of the algoritm....
@JohnKoller-y3o
@JohnKoller-y3o 5 ай бұрын
true its like please do this but he never did
@SickSkilz
@SickSkilz 5 ай бұрын
@user-xv4li2mo7d IKR? I kept thinking "there are a few right ways to do this.... and that is not one of them"
@lucash8234
@lucash8234 5 ай бұрын
I found it fun.
@NyZandry
@NyZandry 5 ай бұрын
I've only been doing Python and only for 4 Years, but it still hurt
@manex322
@manex322 5 ай бұрын
Software engineer student here, i loved this game, i wish i had this when i started coding... its a good start for people who dont know anything about programming. You did better than i did when started studying, so kudos for that!
@zipforth
@zipforth 5 ай бұрын
As a software developer, this reminds me of when I learned programming for the first time! It's such a satisfying feeling when everything just clicks together and your code starts working!
@acidoflacuna
@acidoflacuna 5 ай бұрын
I think something important that was missed is that 'if' doesn't always need an 'else'. And that do a flip just basically wastes time but the loop could just hold until can harvest is true.
@decivex
@decivex 5 ай бұрын
while not can_harvest(): pass Edit: while, not if. I'm tired lol
@acidoflacuna
@acidoflacuna 5 ай бұрын
@@decivex isn't that usually placeholder code? Where it essentially doesn't have a purpose because not including it is exactly the same, just less code.
@spankyjeffro5320
@spankyjeffro5320 5 ай бұрын
Else is always needed to create a loop escape. Could be as simple as Else: do nothing()
@spankyjeffro5320
@spankyjeffro5320 5 ай бұрын
Well, technically Else itself is not always needed. But a loop escape is needed.
@decivex
@decivex 5 ай бұрын
@@acidoflacuna I actually wrote the code wrong the first time. The basic idea is that you create a while loop with an empty body so you can wait until you can harvest. Python doesn't allow empty loop bodies so that's where the no-op comes in. In actual python you can also use ... as a no-op but I don't know if the game allows that.
@TravisRayLive
@TravisRayLive 28 күн бұрын
I’m a full-stack engineer and have been for longer than most of this audience has been alive, and oddly enough? This was really fun to watch. I didn’t get frustrated at all, it was just fun watching you learn. Great video.
@Escher1288
@Escher1288 5 ай бұрын
As a recent electrical engineering graduate it warms my heart I wasn’t the only one learning how to fail to use Matrix Laboratory.
@BallistikKitty
@BallistikKitty 5 ай бұрын
As a current electrical engineering student I can confidently say I actually cried because of MatLab last night
@RetroBlockade
@RetroBlockade 5 ай бұрын
As a mechanical engineer, I can confidently say I love MATLAB
@RandyFortier
@RandyFortier 5 ай бұрын
If it helps, MatLab is pretty horrible from a programmer's point of view. Languages like Python (which this game uses something similar to) are much easier.
@c.bro.572
@c.bro.572 5 ай бұрын
They were forcing us to use it almost 20 years ago when I was in college, but the tutorial they gave us was seriously lacking and the program would just not work without any indication as to why. You miss one little period and just.... nothing. I literally skipped every homework question where Matlab was required, cause I'd sit there for 3 or 4 hours and never get the damn thing to work.
@ccoder4953
@ccoder4953 5 ай бұрын
My school also used MatLab. It definitely has a unique way of doing things, but, once you get used to it, it's really not so bad. But yeah, going from procedural code to vectorized code definitely messes with your head. Also makes some code that can get pretty hard to follow. Oh and if you really hate MatLab's licensing stuff, there's an open source semi clone called GNU Octave. The language is mostly compatible with MatLab's (it mostly has some extensions to the language - really not hard to write scripts that work in both). Biggest downside is the toolboxes aren't as complete as MatLab's.
@stevewithaq
@stevewithaq 5 ай бұрын
1:50 As a developer, this REALLY HURT.
@Alex_192.
@Alex_192. 5 ай бұрын
Clearly a python dev
@no_name4796
@no_name4796 5 ай бұрын
As a developer, the entire video hurts lol
@haroerhaktak2613
@haroerhaktak2613 5 ай бұрын
@@Alex_192. Yes.
@Ghosts1129
@Ghosts1129 5 ай бұрын
NGL... forgetting the god damn semi-colon brings back nightmares of searching through codes consistently, failing to notice a tiny error... But not being told that the error is on that line so you begin re-writing and testing and... after 2 god damn hours of searching... realizing the screw up.
@mansimran
@mansimran 5 ай бұрын
Yeah it does hurt 😢
@tsyf1
@tsyf1 5 ай бұрын
As a dev, you're not as bad as most comments I've seen thus far seem to imply. You're obviously a bit confused at some points but you've got good logic skills, curiosity and most importantly, you're having a load of fun! The best programmers I know are just the ones that like creating stuff and have the most fun programming. At some points you got some ideas of stuff you wanted to do, and tried to do it regardless of its difficulty, that same feeling has personally gotten me really far. Cool video! I hope you do more programming-like games!
@Plystire
@Plystire 5 ай бұрын
The best game is game dev 🤗
@obsidianagent
@obsidianagent 5 ай бұрын
This! Also, my first iteration of solving ANY problem looks just as wild. But after that iteration WORKS, I learned enough to solve it in a more pretty way :D .
@diegomastro5681
@diegomastro5681 5 ай бұрын
He started really bad, but i fast forwarded 15 mins and it was decent. Love how fast he started understanding
@harshadityasharma
@harshadityasharma 5 ай бұрын
As a programmer I have never heard a phrase that describes my job better than "It's basically like Excel but there's no boxes. That's what programming is right. Excel without boxes." -RCE 7:58
@charlyhudson2335
@charlyhudson2335 5 ай бұрын
Yepo 100%, Its also a database right?
@romanmorozov6974
@romanmorozov6974 5 ай бұрын
It’s true especially for MATLAB lol.
@talayoki6989
@talayoki6989 5 ай бұрын
​@@romanmorozov6974 I actually hated matlab 😂
@radimnechut519
@radimnechut519 5 ай бұрын
Isn't it, based on what comes first, more like Excel is programming with boxes?
@romanmorozov6974
@romanmorozov6974 5 ай бұрын
@@talayoki6989 yes especially when almost all of the employees (in my field at the time at least) wanted Python (or maybe C++)
@Eitrunix
@Eitrunix 5 ай бұрын
As a Game Dev, I loved watching you figure it out, but I also screamed at my screen MANY times 😂 I'm really hoping for more of this
@joannogueraquer4267
@joannogueraquer4267 5 ай бұрын
Matt: "It looks complicated, but it works" the definition of every program
@Joker22593
@Joker22593 5 ай бұрын
Only bad ones
@ThatWhichObserves
@ThatWhichObserves 5 ай бұрын
@@Joker22593 There's a reason 'spaghetti code' is a term, it looks like a mess, but is functional.. Poorly optimized, some sections wholly redundant, and you don't know why == 0; fixes the timer you made.. but it 'functions'.
@Eisenwolf.Ironwulf
@Eisenwolf.Ironwulf 5 ай бұрын
@@Joker22593 Right the good ones dont work (most of the time xD)
@dazley8021
@dazley8021 5 ай бұрын
"It works?" With a questionmark at the end is peak programming, innit?
@risingdawn7955
@risingdawn7955 5 ай бұрын
Honestly, I've been coding for around 10 years and it's always a joy to watch people start to click on how coding works....also seeing everyone make the exact same mistakes and mistakes that developers make to this day
@TheHorzabora
@TheHorzabora 5 ай бұрын
As a former developer turned manager, then *shudder* system architect (sorry!) I wasn’t cringing at the programming. Honestly, you solved every problem within a moments using your brain. This is a really neat little game that would have taught me programming a lot quicker when I was at uni - or younger, I imagine!
@takumi2023
@takumi2023 5 ай бұрын
Right?
@thibauthanson7670
@thibauthanson7670 5 ай бұрын
> solved every problem within a moments The power of good editing :p But jokes asides, I think this is the best game to learn programming basics. It's real enough to give real skills while still being... Approachable? Tutorialized?
@Kessik8
@Kessik8 5 ай бұрын
As a software developer I can agree, it's great for visualising what your code is doing 👍
@barakavni8047
@barakavni8047 5 ай бұрын
1:35 basically its to call a function the () that means that u wrote a function for example: func harvest(): remove grass; hay_counter+=1 its simplified of course cause there is no command for removing grass but the premise is instead of writing the same lines of code u just call the the label of the func which its harvest() and it does everything u wrote in it p.s tbf for almost a complete beginner u have done a good job in this vid yes the code at the end was unnecessarily long and complicated but at least it worked and u didnt gave up well done matt!
@nerd3d
@nerd3d 5 ай бұрын
My new favorite phrase: "Programming is just Excel... without boxes"
@Alexandar358
@Alexandar358 4 ай бұрын
It's more like the opposite. Excel is just programming with boxes
@ayoCC
@ayoCC 3 ай бұрын
​@@Alexandar358why can't it be both
@theplayer2182
@theplayer2182 5 ай бұрын
Wasn't expecting to see RCE programming, but as a programmer, I can say you have done well for the first time! Good job!
@joehemmann1156
@joehemmann1156 5 ай бұрын
The reason harvest has () is that it's a function. In most programming languages, all functions have some kind of container after them to take arguments/parameters. Like move(North), the function is move, the parameter is north, telling the move function where to move. Harvest is a function that doesn't take arguments, so it's () are blank, but they still exist because they basically tell the program that the prior word is a function.
@adamrowell1588
@adamrowell1588 5 ай бұрын
and harvest on it's own is a value. Later on when you get variables you can do things like if cond: a = harvest else: a = do_a_flip ... a()
@rendomstranger8698
@rendomstranger8698 5 ай бұрын
For those who haven't realized yet, this is Python as a game. If you want to learn basic (and I do mean *basic* ) programming, I recommend picking it up. Just remember Python is an object oriented programming language. Meaning that every program you write can be used by every other program you write. Example: if can_harvest(): | harvest() | move(North) is a program that can be used in any other program. Also, remember that else is optional. Don't use else like Matt did. Because Matt was using else statements like an architect.
@mananasi_ananas
@mananasi_ananas 5 ай бұрын
That is not what object-oriented programming means. If you want to learn programming with Python and you're just starting out, don't worry about what it does mean. And for the record: Python is a fully capable language used extensively in the industry. It's a language great to start with for basic programming, and grows with you once you gain more experience. Extremely complex software can still be written with Python.
@rendomstranger8698
@rendomstranger8698 5 ай бұрын
@@mananasi_ananas I'm well aware that Python is a fully functional language and that Object-oriented programming is more complex than what I described. My comment is directed at people completely new to programming. Not at people who already have a basic understanding of it. Since reusing functions, classes and modules are one of the core skills when using Python, I decided to simplify my explanation as much as possible. As for the basic understanding part, that was in relation to the game. Not to Python as a whole.
@rossclutterbuck1060
@rossclutterbuck1060 5 ай бұрын
@@rendomstranger8698 except that your simplification is completely wrong. OOP and interoperability are completely unrelated.
@mananasi_ananas
@mananasi_ananas 5 ай бұрын
@@rendomstranger8698 sorry I misunderstood, I thought you meant picking up Python but you meant buying the game. Although still, your statement about object-oriented programming is confusing to me, and probably to beginners as well.
@rendomstranger8698
@rendomstranger8698 5 ай бұрын
@@rossclutterbuck1060 Seems that my own understanding of OOP could use some work in that case. My apologies if I'm spreading misinformation.
@ThaitopYT
@ThaitopYT 3 ай бұрын
Man. This bring back memory when I start programming and before I learn how to do automated tests. The pain and fun in chaotic programming.
@henke37
@henke37 5 ай бұрын
Now do it all with just one while loop. And only one call to the harvest function.
@alamrasyidi4097
@alamrasyidi4097 5 ай бұрын
im disappointed he didnt even touched on functions, if this game even has that feature
@NineEyeRon
@NineEyeRon 5 ай бұрын
DEFinatly had functions
@dallencorry
@dallencorry 5 ай бұрын
@@NineEyeRon Ha! INTeresting thing you did there.
@darkwitnesslxx
@darkwitnesslxx 5 ай бұрын
Functions need to be unlocked, but yeah they exist.
@TechNickNZ
@TechNickNZ 5 ай бұрын
As a dev, I gotta say Well Done! Watching you learn was great to see. I know how difficult it is to get programming at the beginning as i've been trying to teach my son some programming recently
@hazlanrozaimi6917
@hazlanrozaimi6917 5 ай бұрын
> Names a temp script file "test" "Yup thinking like. A programmer already"
@diamond7516
@diamond7516 4 ай бұрын
As a programmer, I have to say this was a really good video! And to answer your question, "Why do we add () after harvest?" is because it's a function. "harvest" is the name of the function and () tells the program to run that function. This also allows us to give that function data between (), like you did with "move(North)".
@litlclutch
@litlclutch 5 ай бұрын
You're right... coders were shouting at the screen. You don't need to check planting conditions with your moves... What you had to harvest everything at first was great all ya needed was to add an if before planting to know which to plant. moving logic & planting logic should be their own things. You want to keep the logic as simple as possible and generally that means keeping them separate. Keep up the great videos, if you want more programming games perhaps check out Screeps:World it is a cool game that doesn't get as much love as I think it deserves.
@DanielKling
@DanielKling 5 ай бұрын
He made it so much more complicated than it had to be. He's a true dev, hehe.
@litlclutch
@litlclutch 5 ай бұрын
@@DanielKling feature creep is a tricksie beast
@CommanderNissan
@CommanderNissan 5 ай бұрын
Putting all those loops really threw me for a loop.
@TheJMyth100
@TheJMyth100 5 ай бұрын
Putting all those loops really threw me for a loop.
@vinnibod2500
@vinnibod2500 5 ай бұрын
Putting all those loops really threw me for a loop.
@ZephyrysBaum
@ZephyrysBaum 5 ай бұрын
Putting all those loops really threw me for a loop.
@Nar3ik25
@Nar3ik25 5 ай бұрын
Putting all those loops really threw me for a loop.
@VeeOasis
@VeeOasis 5 ай бұрын
Putting all those loops really threw me for a loop.
@Virtual-Paper
@Virtual-Paper 5 ай бұрын
"It looks complicated but it works" are word to live by
@NFITC1
@NFITC1 5 ай бұрын
Words to program by at least
@airbornejesus3845
@airbornejesus3845 5 ай бұрын
Works for Todd Howard😂😂
@fitz7696
@fitz7696 5 ай бұрын
The question mark is so important too, that little "it works...?" is a universal experience for programmers.
@simoneabelo
@simoneabelo 5 ай бұрын
the other one is "I don't know what I did, but it works now" XD I was waiting for him to say something like that, but he never did.
@donniedorko3336
@donniedorko3336 5 ай бұрын
I LOVE this. It was a lot of fun watching you work through the basics. And what you ended up with reminds me A LOT of my first project. I have one small hint, if you want to hear it. Separate your movement from all the other if statements. Only have one place that says "Move North" or "Move East". You're gonna see something so cool once you get to functions
@TaleraxDeAvon
@TaleraxDeAvon 5 ай бұрын
23:26 Every programmers in a nutshell
@blackfox848
@blackfox848 5 ай бұрын
Rule No. Zero: if it works don't touch it.
@Plystire
@Plystire 5 ай бұрын
@@blackfox848 "If it ain't broke, don't fix it" - Somebody, sometime "If it ain't broke, optimize it" - Some programmer
@jackwilliams4398
@jackwilliams4398 5 ай бұрын
This feeling of satisfaction makes programmers want to continue their work
@85Portar
@85Portar 5 ай бұрын
Bought the game in minute 1 and paused. Very fun way to learn programming. I've been doing it for the last 10 years, but still enjoy these little challenges. In the start you should treat the field as a 2 dimensional array (rows and columns). Since the field grows in both directions you want to make sure your code doesn't break. This way you can dynamically say how many rows (or columns) you want to grow different crops, Also a tip: you don't actually need to do_a_flip, that's just time spent when you could just skip to the next produce and see if that's ready instead this is a pseudo how mine works: size = get_world_size() col_carrots=1 col_bushes=1 while True: for x in range(size): for y in range(size): # will not spoil the actual logic but USE FUNCTIONS # this way we will always iterate over every row and column and we can just change parameters if we need more / less of something
5 ай бұрын
Cool, now I can play after work without thinking that I'm not improving my programing skills
@link_team3855
@link_team3855 5 ай бұрын
also infinite loops are technically fine (while true do) they just arent safe *depending on the language your using (*even then, they usually arent safe) The one thing that makes infinite loops 'safe' is a built in terminate button, or otherwise something that can manually break the loop. Else, if not caught by OS or CPU, the program will deadlock the cpu and simply hang EVERYTHING (..actually now that i think about it... it will only hang a cpu core.) (note, interpreter languages basically never have this possibility, as usually the interpreter will save you)
@Dibbo1001
@Dibbo1001 5 ай бұрын
At 16:32 I was itching for Matt to discover for loops
@LOL1000
@LOL1000 4 ай бұрын
I love how he makes his code future proof, by making his system go back by running into the wall, it does'nt matter how big your farm is since it just goes back.
@tobiasherbst8894
@tobiasherbst8894 5 ай бұрын
1:26 You assume wrong. Everyone is screaming. All the time.
@sonalita_
@sonalita_ 3 ай бұрын
Well, you know how you disparage Architects.... As a developer myself, this was both hilarious and cringe at the same time. I was like WTF is he doing with that first grid navigation attempt. But then I would suck at designing bridges. We should stick to our areas of expertise ;) Seriously and honestly though this game is just brilliant for introducing people to our world. You learn SO much more by trying and failing than by just following a tutorial where all the code is handed to you on a plate. Well done for having a crack and exposing the game to wider audiences. We need more developers despite what people say about generative AI.
@raznaak
@raznaak 5 ай бұрын
Matt, if you want to continue this as a series: if you write a part of the code that is **identical** to another one like at least two or three times, you probably should refactor your code (check how to improve it and simplify it). **Warning, this is a WALL OF TEXT and contains coding technical knowledge that may be a lot to read if you don't care about coding.** Suggestions: *A good philosophy when you begin is: If your function has more than two indentations (the spaces or tabs at the beginning), it needs to be refactored if possible, three indentations is sometimes okay, but that part needs to do simple and quick. *In your main while, separate your movement, the harvest and the rest, so you don't have to copy/paste that part each time you want to do something new. *You don't have to do an "else" if there is no need for an else. In your movement code, you move North anyways, so get rid of the else and move North all the times. *You'd probably want to move East on Y == 0 because if they add new rows you'd need to change it each time to the new last row. *A "while" is also kind of a "if", you don't have to repeat the "if", for example if the "x" is not 2, it won't try to do the "while" anyways so you save an "if". *In fact, you don't really need that many "while"s since you already loop each time and with a little thinking, things could be rearranged to be more concise. *Eventually you could create functions, and that'll make things both more complicated for you, but so much simpler in action (and also for you when you get the knack for it), but until then keep it in the main "while". *Any many other little tricks. So an example of refactoring would be (I used dots because youtube often destroys the formatting of code if spaces or tabs are used, three dots equals a tab): BTW "##" is a way to represent the programmer's comments in Python, what is after it on that line doesn't count as code and is often a remainder that can help your future self or others understand details about your code, or also parts of the code you want to work on later and you don't want to be active right now. while True: ...if can_harvest(): ......harvest() ## Up to now, you must use harvest every plant you have, remove it from the rest as it'll do it each time anyways. Use an "elif" if a plant doesn't need harvest. .... ...if get_pos_x() == 1: ......trade(Items.Carrot_Seed) ......plant(Entities.Carrot) ...elif get_pos_x() == 2: ......plant(Entities.Bush) ## ...elif get_pos_x() == 3: ## TODO ... ...move(North) ...if get_pos_y() == 0: ......move(East) ## That way, you move North each time and East only when it gets back to the first row. And that's it, it does what your function do, but in much less lines, much more readable and easy to add things to. Well, I switched the grass to the first column and the bush to the last, because Grass only needs harvesting anyways and not planting, so it'll just skip that part and loop again, saving much time and not needing another "elif" for nothing, but it's still basically the same. If you get a new plant, you just add a new "elif" and the required row, trade and plant, although as you unlock new things (especially functions and lists), you may even "simplify" your code even more... by using more complex techniques XD But the idea is, the easier you make it for the machine, the more optimized and fast it'll go, and/or the more versatile it can be (adding a new type of plant would eventually be much easier), but at the cost on making it more complicated for you, it needs a certain logic and experience to make the correct choices of techniques. There of course could be more optimal functions: *You could take into account the growth speed of various things. For example, perhaps the drone needs to do two harvests and flip inbetween for the grass, because grass grows really quick but needs a flip to let it grow a bit, and you need it more than the rest. *You could also check your needs in each different plants so you don't have an excess of one and a lack in the others, and do columns with multiple plants, but you'd need to change how your code works entirely for that one. *You could also skipping the whole column if the first plant is no ready to harvest (if you think about it, if the first plant of the column can't be harvested, you don't need to check the whole column to know they'll all be not ready if they're all the same species). *Since carrots need tilling, you could add a check if that tile needs to be tiled when there's new rows that get added (because otherwise you'd need to pause the program and manually get that new carrot tile tilled), right now you could just add it to the carrot column check and check if the soil needs to be tilled and till it if yes, but eventually you'd want that outside the if because you probably need tilling for multiple types of plants. And MANY others improvements I can't think of right now or would take too long to explain, but that comment is already a yuge wall of text and I'll stop now.
@Xeridanus
@Xeridanus 5 ай бұрын
This is great but having played the game after seeing this video, every plant after this has some weird rule that means it's not as simple as adding the next type. For example, trees can't grow next to each other, pumpkins can form mega pumpkins and sunflowers you can only harvest the one with the most petals or you get nothing. And I haven't even finished the game yet.
@diegomastro5681
@diegomastro5681 5 ай бұрын
When i played it I had it like this, imagine a 4x4 grid For i in ROW_LEN For j in COL_LEN do_plant(1) do_carrot(2) do_grass(1) And inside the do_x you do all the processing for that type of veggie. Of course those functions call more functions but once it's done you just dont care about the internals, if you know do_carrot yields you a carrot it doesnt matter how. And for later game you add another layer outside While true: Normal_farm() Full_pumpkin_fam() Maze()
@Xeridanus
@Xeridanus 5 ай бұрын
@@diegomastro5681 I did something similar but different. I worked out which crop was the lowest and passed that into the function then did the logic inside that function, always producing full fields of crops. Of course, that was before I looked at polyculture which is going to need another rewrite I think. Haven't even attempted maze but I did get everything up to sunflowers working.
@diegomastro5681
@diegomastro5681 5 ай бұрын
​@@Xeridanus Oh that's clever, I did the balancing manually, once I saw low of some resource i just tweaked the amount of iterations for each field. I also couldn't make polyculture work, just too much work for little return. Without spoiling anything, try to keep going until you get to the first reset.. The thing you unlock oh boy it blows the game wide open
@christiansmith6616
@christiansmith6616 5 ай бұрын
I actually think this game looks like an excellent programming tutorial. It doesn't hide "real code" but still lets you instantly visualize what the effect of the code has on the drone. And has some pretty good documentation compared to some of the actual libraries I have to use in my job.
@unknown-o4f1o
@unknown-o4f1o 29 күн бұрын
1:35 professional programmer
@NFSHeld
@NFSHeld 5 ай бұрын
This is a nice little game to learn coding. And it's so funny to see you do the "while true" and go "That's not gonna work, it must be capital T" or "while: True" go "The colon needs to be at the end." But don't worry, mistakes like these are common when you start to program, but it's a bit like learning a language. In the beginning, you may sometimes flip two letters of unfamiliar words or forget a comma, but over time you will do it correctly without even thinking about it.
@RealAndySkibba
@RealAndySkibba 5 ай бұрын
00:01 Matt went MatPat
@RasikaVaidya-ix6ge
@RasikaVaidya-ix6ge 5 ай бұрын
What…….
@RealAndySkibba
@RealAndySkibba 5 ай бұрын
@RasikaVaidya-ix6ge he started off with a little bit of a MatPat style "Hello"
@vincentbruno4155
@vincentbruno4155 2 ай бұрын
Omg he did lol
@pietrolocatelli33
@pietrolocatelli33 3 ай бұрын
As a student of Computer Engineering I both laughed and facepalmed multiple times. I have to say though, you've got so much experience in problem solving in general that you've made a lot of progress considering it's only one video, hope to see more! P.S.: Yes programming is rewarding but as the complexity of the program increases the debugging process increases exponentially and that's pretty frustrating
@stevenrobinson5864
@stevenrobinson5864 5 ай бұрын
Ah yes excel without boxes, that’s exactly how programming works.
@NickCombs
@NickCombs 5 ай бұрын
Formulas: the gateway to coding
@AtrakKarta
@AtrakKarta 5 ай бұрын
I mean...VBA?
@NickCombs
@NickCombs 5 ай бұрын
@@AtrakKarta We don't talk about that lol
@mullerpotgieter
@mullerpotgieter 5 ай бұрын
@@AtrakKarta *Slams fist on table* Do not say that name in this house!
@NoonKnite
@NoonKnite 5 ай бұрын
So fun to watch someone learning to program. Sometimes we learn more from a mistake (bug) than a success (bug free). Thanks for sharing!
@frederf3227
@frederf3227 5 ай бұрын
MatLab is short for Mathew Labrador Retriever. You need Paddy.
@noah907
@noah907 5 ай бұрын
MatLab Stands for Matrix Laboratory
@vinnibod2500
@vinnibod2500 5 ай бұрын
@@noah907 Matt Labrador, but definitely not Mattias Labradoodle.
@DoubleSushii
@DoubleSushii 3 ай бұрын
While I am not an experienced coder like most of these folks - this put a smile on my face watching you essentially recreate a double matrix FOR loop to be able to iterated through the 2d grid. Great fun and great way for people to get introduced to coding! Unfortunate that you jumped past the FOR loop section when you unlocked it. I think it might have saved you some headache from creating that monster
@NickCombs
@NickCombs 5 ай бұрын
I recommend only one while loop. You should not need to nest anything in the loop except if-else conditionals. Hope that helps!
@Satan-ik1bu
@Satan-ik1bu 5 ай бұрын
Remember you don't want to overcook the spaghetti, code is best served al dente. and as a pro tip, here is a recipe for some spaghetti sauce: First brown the beef and onion. Chop the ground beef finely as you go. After it’s browned I often like to add it to my food processor to pulse it once or twice so that it’s finely crumbled. It makes the sauce extra smooth (although some people like their spaghettie sauce with larger peices of meat in it,) Side by side photos of a skillet with uncooked ground beef and onion, and then cooked and crumbled ground beef and onion. Next, add the tomato sauce, tomato paste, seasonings, Worcestershire sauce, and sugar and bring the mixture to a simmer. Add water and simmer for 30 minutes or longer, to get more depth of flavor. The longer you simmer it, the more the flavors will blend together beautifully.
@stylesrj
@stylesrj 5 ай бұрын
Your recipe needs a long irrelevant story behind it before you get to the actual recipe :P
@fi5hii
@fi5hii 5 ай бұрын
as a programmer this looks amazing to watch
@Daealis
@Daealis 5 ай бұрын
AS A PROGRAMMER - I feel it's compulsory to start like that with this video - I was indeed holding myself back and trying not to scream "no! what the bloody hell are you doing?!", and also giggling at the "solutions" and "logic" of it all. But it works, and that's what's important. But since I am not subscribed, I was instructed to only push the subscribe button. Else: push_like_button() was skipped because the first if-statement was true. I'll like the next video then, since I was not instructed to like this one.
@fun_gamer196
@fun_gamer196 5 ай бұрын
epic farming! im getting this on my laptop, looks great!
@TheFutureIsLater
@TheFutureIsLater 5 ай бұрын
Thanks for showing this game, I liked this concept enough to buy it today and just finished it (haven't done the timed run for the leaderboard yet). I really want to see you finish this game; or at least see you try to automate sunflower and gold farming. Overall not too bad for a non-programmer but definitely room for improvement. I had a couple notes on your "else" usage: -TLDR: an if does not require an else. --If you have the same line in the `if` and the `else`, like "move(North)", just delete the else section and remove a tab to bring "move(North)" out of the if. --If the only thing in an `else` is "do_a_flip()" you can just delete the whole thing; do_a_flip() is like a sleep() or delay(); but not really needed. -You can define functions like "def func_name():" and put loops or shared code in different windows to organize stuff better.
@Ro0kie-
@Ro0kie- 5 ай бұрын
what is the name of the game
@Croissan_
@Croissan_ 5 ай бұрын
Name?
@Croissan_
@Croissan_ 5 ай бұрын
The farmer was replaced!
@Cyrathil
@Cyrathil 5 ай бұрын
I spent a lot of years as a programming tutor. The monstrosity of the while: while: if: brought back a ton of night terrors... So many times I spent going "What the hell are you even trying to do?" The devs owe you at least one purchase. I'm buying.
@cbernheisel87
@cbernheisel87 5 ай бұрын
as a software engineer i want to play this game, my kids might learn coding too playing this
@TheExileFox
@TheExileFox 5 ай бұрын
Fun fact: every game has an infinite loop except very very few. This is where the game logic, graphics, sound, user input and etc is all taken care of.
@WilliamHollinger2019
@WilliamHollinger2019 5 ай бұрын
I would love to learn to program like this.
@Alex_192.
@Alex_192. 5 ай бұрын
The programming language is actually a real one called Python, and it's quite useful so yeah.
@WintersMinion
@WintersMinion 5 ай бұрын
@@briondalion 99 little bugs in the code, 99 little bugs in the code. Take one down, patch it around 117 little bugs in the code.
@legionofanon
@legionofanon 5 ай бұрын
​@@briondalionsoldering is pretty fun and somewhat simple, just remember one rule, always use flux. Solder doesn't behave well without flux
@RandyFortier
@RandyFortier 5 ай бұрын
There a lots of useful ways to learn for free. You just need to sample a bunch of different options and find one that works for you.
@spankyjeffro5320
@spankyjeffro5320 5 ай бұрын
You can. That's what this game is for.
@Drakonus_
@Drakonus_ 5 ай бұрын
Hey Matt, people probably have said this already, but the brackets after the "harvest" function exists as a way for it to get inputs. So leaving it empty just means that it's not taking any inputs. An oversimplification, but I hope this helps.
@swaynkson
@swaynkson 5 ай бұрын
In Chemical Engineering, I had a physical chemistry class where we modeled quantum tunneling of particles in Matlab. We were able to effectively determine the probability of losing particles in atomic space and then plot that probability over the modeled space at the same time. Pretty neat if you ask me.
@ghadturner5645
@ghadturner5645 4 ай бұрын
I just started this game Matt. I went to college for programming I don’t understand it much. However all the little rules you break make me smile and it’s exactly what I went through. There’s a learning curve but it gets sooo good.
@greenaum
@greenaum 5 ай бұрын
A lot of programming uses infinite loops, but you'd usually have some conditions in there so that it only does it so often, maybe checks a timer. And actions would depend on other conditions, like if can_harvest(). But generally you want a program to run forever, as long as it's doing useful things. The warning in the game was that, if one program is running a _tight_ infinite loop, doing nothing but looping round and round, it can fill up all the processor's time. But the code you write here isn't running on your actual PC's processor, just a simulated one in the game. And besides that, modern versions of Windows will keep an eye to make sure one program isn't trying to grab all the processing cycles and lock up the system.
@NFITC1
@NFITC1 5 ай бұрын
Yup. I have and encountered plenty of "while (True)" commands. Most of which can be replaced with "until ()" commands, but the logic didn't properly exist in that language or it was waiting on an external response between iterations
@hugalafutro
@hugalafutro 5 ай бұрын
:(){ :|:& };:
@oncetwice6366
@oncetwice6366 5 ай бұрын
No they won't lol. C++ or any low level programming language can definitely clog windows and get to 100% CPU usage.
@GhelberTomer
@GhelberTomer 5 ай бұрын
This was great 😂 As a programmer for a decade now, I love seeing new folks trying their hands in programing
@alenasenie6928
@alenasenie6928 5 ай бұрын
16:35 to be fair.... Yeah, as someone that is able to find really weird errors and that do know how to properly code I am seeing what I would have done the first time I was learning to code but would never do now.
@holthuizenoemoet591
@holthuizenoemoet591 3 ай бұрын
"So many rules!, yeah that is programming for you", hell yeah you actually did a great job picking up on the details
@b0Stark
@b0Stark 5 ай бұрын
Am subscribed, so will hit like button. 24:11 - Shame only subscribers will hit the like button though.
@BlixSlic
@BlixSlic 2 ай бұрын
When matt says "the programmers are all shouting at their screens" to be fair he isn't lying
@AJXD2
@AJXD2 5 ай бұрын
At least he didn’t use Google like most of us
@Kessik8
@Kessik8 5 ай бұрын
Tbh though, as a software developer I use Google daily, some might even say its an essential skill of developing to use Google right and find the good resources
@ninetailedfox579121
@ninetailedfox579121 5 ай бұрын
What do you mean "at least"? Sure it's good that he didn't just Google how to beat the game, but as the other person mentioned I would imagine most programmers use Google. It's a vast resource that can help come up with ideas or lead down the path to fixing errors, why would we not use it?
@BroskyCode
@BroskyCode 19 күн бұрын
For making grass and wood you should do: while True: if can_harvest(): harvest() if get_pos_x() == 0: plant(Entities.Bush) elif get_pos_x() == 1: if get_ground_type() != Grounds.Soil: till() if num_items(Items.Carrot_Seed) == 0: trade(Items.Carrot_Seed) plant(Entities.Carrots) move(North) if get_pos_y() == 0: move(East)
@johnnyv9024
@johnnyv9024 5 ай бұрын
How dare you bring up MatLab... I had blocked it out 😆
@mazziccmazz898
@mazziccmazz898 5 ай бұрын
I did computer engineering at uni. As you mentioned, a lot of other engineers had to learn some basic programming for things like matlab. Your programming in this reminded me a lot of how they programmed vs. how the computer engineering people with actual programming classes programmed.
@ishaanthadani7100
@ishaanthadani7100 5 ай бұрын
Petition for a mega edit of season 5 of timber born
@simonsepic
@simonsepic 5 ай бұрын
Mega edits are for finished things. He still makes tinberbiurners
@Tall_dark_and_handsome
@Tall_dark_and_handsome 5 ай бұрын
@@simonsepicwhat are you smoking? He’s released mega edits of prior timberborn seasons already
@simonsepic
@simonsepic 5 ай бұрын
@@Tall_dark_and_handsome I smoke a lot lmao so I clearly forgot that. Tbh I'm just not a fan of mega edits I like new content each time.
@tamatotodile
@tamatotodile Ай бұрын
It's refreshing to see someone who has not programmed often and look back at how difficult it was to reason about stuff when you're not used to it.
@TheDumberOx
@TheDumberOx 5 ай бұрын
I would agree with my fellow developers that this was a little painful, but you’re learning! And that’s what the job is about.
@Brendovisc
@Brendovisc 5 ай бұрын
The triple-while instead of 1 while with 3 ifs is so funny to me, reminds me of my first year of programming
@valger_ice7586
@valger_ice7586 5 ай бұрын
Matt is making me get the money to buy the game just so that I do it better. 10/10 advertisement Matt Not even mobile add can dream of being this good
@valger_ice7586
@valger_ice7586 3 ай бұрын
Update: I got the game and love it to bits. No shady advertising here
@Spaghettiplatypus-kd5sb
@Spaghettiplatypus-kd5sb 20 сағат бұрын
I need. A sequel!
@Wodan94
@Wodan94 5 ай бұрын
Easy solution: while True: move(North) if get_pos_y == 0: move(East) if can_harvest(): harvest() # Now do whatever you want to plant if get_x_pos() == 2: plant(Entities.Bush) elif get_x_pos() == 1: if get_ground_type() != Grounds.Soil: till() trade(Item.Carrot_Seed) plant(Entities.Carrots) (Untested from the top of my head on my phone, on the train)
@wednesdaygazelle4195
@wednesdaygazelle4195 5 ай бұрын
you *should* be able to indent multiple lines by highlighting them and pressing tab
@insadeyt
@insadeyt 5 ай бұрын
if check(subscribed): print("yeah! i am subcribed") else: print("i liked the video as well")
@gownerjones
@gownerjones 4 ай бұрын
Watching this as a developer is grotesquely painful but also hilarious
@gownerjones
@gownerjones 4 ай бұрын
Also fascinating because it shows you how many of these things I've internalized over the years to the point where they're second nature to the me which aren't at all intuitive for a beginner.
@JoshSteiner14
@JoshSteiner14 5 ай бұрын
This is painful Matt, I’m sorry
@lucash8234
@lucash8234 5 ай бұрын
I mean, he got it done.
@henrybear2293
@henrybear2293 5 ай бұрын
As a coding student, it was pretty hard to watch but it was nice seeing another person learning the basics of what we do through trial and error and I hope you will bring more of this game! Else, I hope you enjoyed the little glimpse of how the programs are made!
@gaysarahk
@gaysarahk 5 ай бұрын
Day 119 of notifying people that the Discord server's Suggestions forum is a better place to suggest new games to Matt. (Just don't ping him!)
@35manning
@35manning 5 ай бұрын
A tip, I'd set up one code box to plant each type in a single row. Then the main code checks what is there. If carrots, if canHarvest, harvest, buy seed, plant, water, move else move. This way, you plant rows initially, then main will just check what it is. If it can harvest it will harvest and replant the same thing and move otherwise it will just move and check what is growing in the next plot.
@DoginSuit
@DoginSuit 5 ай бұрын
Man really said never eat shredded wheat. Bud it’s never eat soggy waffles
@Rectal_Scattergun
@Rectal_Scattergun 5 ай бұрын
Nah it's definitely never eat shredded wheat, or naughty elephants splashing water
@austinculp8049
@austinculp8049 5 ай бұрын
I've planned everything you did in my head and you found a different way to do it even if it causes so many more problems😂.
@TycerKirk
@TycerKirk 5 ай бұрын
Architects should be replaced by small kids, they basically do the same drawings, and the kids need the money so they can go to engineering school
@joshpike
@joshpike 5 ай бұрын
The variables and functions upgrades will be your friend! Get those before unlocking more farmy stuff
@offshoreoilrig
@offshoreoilrig 5 ай бұрын
42 seconds and no views? damn he fell off
Scrapping MEGA SHIPS for HUGE PROFIT in Ship Graveyard Simulator!
1:52:22
Real Civil Engineer
Рет қаралды 622 М.
Can You Find Hulk's True Love? Real vs Fake Girlfriend Challenge | Roblox 3D
00:24
ТЫ В ДЕТСТВЕ КОГДА ВЫПАЛ ЗУБ😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 4,3 МЛН
I mined the ENTIRE Earth until there was nothing left...
2:12:41
Real Civil Engineer
Рет қаралды 1,8 МЛН
Installing SteamOS on the iQue Player Computer Controller Thing
27:30
Bringus Studios
Рет қаралды 135 М.
I used ADVANCED MECHANICAL ENGINEERING to beat a clicker game!
23:40
Real Civil Engineer
Рет қаралды 782 М.
Engineering the Perfect Python Farm (I took it too far)
39:03
Jack Hodkinson
Рет қаралды 23 М.
Using ENGINEERING to make this penguin fly!
1:19:41
Real Civil Engineer
Рет қаралды 554 М.
Can You Beat Anno 1800 on ONE TINY Island?
38:36
Teukeh
Рет қаралды 24 М.
My Python-Automated Pumpkins are Now Efficient...
57:40
Olexa
Рет қаралды 58 М.
I evolved tanks to EXTREME LEVELS!
26:56
Real Civil Engineer
Рет қаралды 798 М.
Exploiting BASIC MATH at the arcade to become FILTHY RICH!
26:46
Real Civil Engineer
Рет қаралды 239 М.
Can You Find Hulk's True Love? Real vs Fake Girlfriend Challenge | Roblox 3D
00:24