Welcome to the world of Python coding, Intern!! I am a programmer, and this game appears to be using Python language. Can't wait to see how advanced the code gets...
I'm new to coding, so it seems like a nightmare to have to find every little mistake you make. Then to realize you capitalized all your functions. It's complicated for new people, but I like learning complicated things!
well as a programmer myself i do say that it is easy to code , the hard stuff that people pay it's the knowledge of how to code properly, as we can see from this video, his code sucks (and it's not an insult to him, it's just buggy and not efficent at all) so that's the real difference, that's why people decide to study it
quick tip, don't change so much of the code at once unless you're rewriting it. i would go back to the original script and work on moving it top to bottom and adding a left to right motion at the top.
This game is awesome in the end you can Expand for spoilers Automate the game itself, meaning ascentions and auto upgrades. There is a leaderboard for who can write the best code to ascent the fastest
as a non programmer, im amazed at this and how quickly you learned and got that final shape, you should pick this up again, AND HOLY THAT advert game looks good!!
just a quick tip that would help you rly much with the code in the long run, use the functions to advance down the programming and just use the main as a way to call for fuction a or any of the ones you wrote. With that it is easier later for debugging codes that would normally took hours to review. :D it's something that you do a lot in automation programming in the industrial sectors.
Didn’t he get a loop command early on ?? Couldn’t he do something like PosX 0 loop x num(harvest/move north) then move east PosX 1 If till true loop x num(harvest/plant entity/move north) then move east Else till loop x num(harvest/plant entity/move north) then move east Ect Then the different columns with different crops could be easily managed in the code *rough code outline to give context not working codes*
@@InternDotGif yeah frustrating when you're like 300 lines deep and get an undetermined error though.... Basically it saying hey see all 300 lines you wrote? Yeah there's an error but I dunno where! Figure out out.
Yeah a nice game to get a first step in programing python have it my self 7€ is well ok for a small game and you learn a bit so worth it on my opinion My main concept was too keep the harvested crops in the inventory balanced with prio for lower tier produce so if wood is lower than hay plant Bush move on harvest and look the produce and chose the low one let its order play in each Block for crops were other if Statements for ground and stuff the requirements of that crop (seeds or spacing and I could even fit same watering Code in) The "hard" part were I just starred at my Code the tree spacing conditions (the explanation of the needed part Was thin af in the in game help) and the Upgrade prove move east step (I just forgot programers start counting with 0 so I was always 1 short then comparing it too the square size 😅😂)
The for loop would have saved you the headache. The guide was trying to tell you that you can traverse the whole world grid like this. while True: for i in range(get_world_size()): # Your code here move(North) move(East)
Welcome to the world of Python coding, Intern!! I am a programmer, and this game appears to be using Python language. Can't wait to see how advanced the code gets...
What game is he playing
The farmer is replaced
Was* but eh can't edit on mobile Firefox clones
"Is this really how easy programming is?" as a programmer... yes, and people pay top dollar for what they don't know
Shh don't tell them stackoverflow exists... Shoot
“Hey, sorry but I stole your code to solve my problem”
“It’s not my code”
I will live by this interaction till I die
I'm new to coding, so it seems like a nightmare to have to find every little mistake you make. Then to realize you capitalized all your functions. It's complicated for new people, but I like learning complicated things!
Ikr? I'm a programmer too and people will really fork over money for it.
well as a programmer myself i do say that it is easy to code , the hard stuff that people pay it's the knowledge of how to code properly, as we can see from this video, his code sucks (and it's not an insult to him, it's just buggy and not efficent at all) so that's the real difference, that's why people decide to study it
1:48 Oh look. It's me
the drone stole the farmers hat and the farm lol
also 1min ago that’s a first for me
What game does this guy play
@@thesaturdaydude “the farmer was replaced” is the games name
@@littleguynoah7400 ok
Oh snap, wasn’t expecting to see this game covered on UA-cam. Super addicting game that makes me go insane
watching this is funny 🤣 as someone with a slight programing background i laugh at your logic but i don't know how to do it either 🤣
quick tip, don't change so much of the code at once unless you're rewriting it. i would go back to the original script and work on moving it top to bottom and adding a left to right motion at the top.
This game is awesome in the end you can
Expand for spoilers
Automate the game itself, meaning ascentions and auto upgrades. There is a leaderboard for who can write the best code to ascent the fastest
as a non programmer, im amazed at this and how quickly you learned and got that final shape, you should pick this up again, AND HOLY THAT advert game looks good!!
love the added sound effects
Now force Blitz to give this a try.
As a professional software developer, this is equally entertaining and infuriating to watch haha
Love your video interndotgif
just a quick tip that would help you rly much with the code in the long run, use the functions to advance down the programming and just use the main as a way to call for fuction a or any of the ones you wrote. With that it is easier later for debugging codes that would normally took hours to review. :D
it's something that you do a lot in automation programming in the industrial sectors.
Didn’t he get a loop command early on ??
Couldn’t he do something like
PosX 0
loop x num(harvest/move north) then move east
PosX 1
If
till true
loop x num(harvest/plant entity/move north) then move east
Else
till
loop x num(harvest/plant entity/move north) then move east
Ect
Then the different columns with different crops could be easily managed in the code
*rough code outline to give context not working codes*
And this is why I like farming and gardening
The good and bad thing about computers is they do exactly what you tell them 😂
Man the first AND in the tree algorithm made my brother and i so angry
Yes, also.. its kind of fault of the game it doesnt somehow hint him what he does wrong. Also see how he thinks every if needs an else..
I watched RCE play this and I can't wait to see how intern does
interndotGif: *does programing*
the farming drone: tell me to kill that drone, she is doing *pig noises* at me...
Everything?
Looks like Phython. Watching you mess with it makes my brain hurt
Keep up the good work loved the vid
Definitely gotta get this game. Bread loves programming.
It's super satisfying once it starts working
@@InternDotGif yeah frustrating when you're like 300 lines deep and get an undetermined error though....
Basically it saying hey see all 300 lines you wrote? Yeah there's an error but I dunno where! Figure out out.
Hi your my favorite UA-camr
Will you be playing that smoking gun game? I'd be interested
Putting "like and subscribe" into the ad. Thats a first :D
You should use elif statements instead if stacking else and if statements.
held off on getting this waiting for summer sale
unfortunately it's not on sale 😞
PLS MORE
If u think about it they basically get you to learn programming and let’s you make the game technically
I'm 8 yo. And I do coding language called python
Is there any games like this on phones?
The name of this game is, the farmer was replaced
Please do an hour long video of this game, please
you should try to beat this game
Yeah a nice game to get a first step in programing python
have it my self 7€ is well ok for a small game and you learn a bit so worth it on my opinion
My main concept was too keep the harvested crops in the inventory balanced with prio for lower tier produce so if wood is lower than hay plant Bush move on harvest and look the produce and chose the low one let its order play in each Block for crops were other if Statements for ground and stuff the requirements of that crop (seeds or spacing and I could even fit same watering Code in)
The "hard" part were I just starred at my Code the tree spacing conditions (the explanation of the needed part Was thin af in the in game help)
and the Upgrade prove move east step (I just forgot programers start counting with 0 so I was always 1 short then comparing it too the square size 😅😂)
im getting into real programming soon :D
More pls more
name?
What is this game called?
It’s not free
@@Endi_and_kevin just tell me the name
anyways the game name is ''The Farmer Was Replaced''
The thing is even though coding is very easy it's also very confusing thats the hard part of coding
Balls
Súper cool
Ahh my brain
I’m overthinking how easy it is now it’s giving me a headache
1s and 0 for simple
🎉🎉🎉🎉
16:44
What's the name of this game?
The farmer was replaceed
Btw interndotgif was first
8:50
Interndotgif is a programmer now??????
I’m assuming this game is supposed to help you learn a programming language, but which language is it?
python
sub 1k views letsgoooo
also why is everything floating lol
mmmmmsuanfidhe i lofe wachting yutuber struggle with puter language
First comment🎉❤😊
you're 3rd.
Second;)
The for loop would have saved you the headache.
The guide was trying to tell you that you can traverse the whole world grid like this.
while True:
for i in range(get_world_size()):
# Your code here
move(North)
move(East)