My New Favorite Idle Farming Game

  Рет қаралды 94,281

Olexa

Olexa

17 күн бұрын

Program and optimize a drone to automate a farm and watch it do the work for you. Collect resources to unlock better technology and become the most efficient farmer in the world. Improve your problem solving and coding skills.
Check out The Farmer was Replaced here:
-- store.steampowered.com/app/20...
#games #olexa #strategy #farming #automation #programming
Thanks for watching!
-- Extra Olexa Content - / @olexa2
-- Discord: / discord
-- Twitch: / olexastream
-- Twitter: / olexayt
-- Reddit: / olexa
-- My Nexus Gamestore: www.nexus.gg/olexa
-- KZfaq: / olexayt
-- Business Email: olexakid@gmail.com
-- Join this channel to get access to perks:
/ @olexayt
Music I Use:
-- www.bensound.com/free-music-f...
-- Spring by Ikson
-- Harris Heller Streambeats Lofi

Пікірлер: 180
@lydierayn
@lydierayn 14 күн бұрын
Its so realistic. 15 blocks of code open at the same time, music and tutorials blairing in your ears, reading documentation religiously.
@matthewtalbot-paine7977
@matthewtalbot-paine7977 6 күн бұрын
There is no way this requires more than 1 block of code unless maybe you want a block to reset the current position I suppose. Just add a command for each block and move through them all so each block has a section of code specifically for that block. When you expand just add in those new blocks. If you want to replace 1 of the crops with another just replace the plant line from that block.
@minamagdy4126
@minamagdy4126 3 күн бұрын
I don't quite understand what you're saying. I can say, from my experience in another game (one where the player, unlike here, has agency to interact directly with resource gathering) that having a bunch of utility code can be very helpful for player experience. Here, it seems useful to have multiple "modes" (read: blocks) to at least ease the mental strain for programming through some manual handling, at least at first while you fet the hang of what is to be balanced. To be clear, it's absolutely possible to play the game with one block (given no multi-"threading" potential), just as it's possible to write a whole OS in one file.
@vince147
@vince147 15 күн бұрын
10/10 title. The rest of my youtube recommended page didn't even have time to load, never clicked on a video so fast in my life.
@jackeea_
@jackeea_ 15 күн бұрын
So glad the Coding With Tyler series has returned
@melonsaway3929
@melonsaway3929 15 күн бұрын
This is so cool!!! Definitely want a full series on this
@miguelaiden6873
@miguelaiden6873 15 күн бұрын
Nothing will beat getting cozy on the couch and watching Oleaxa do a crossword while playing rustys retirement, though this one is good
@robertduff877
@robertduff877 13 күн бұрын
Ok thank you for your comment just found those videos and I'm hooked
@mcaelm
@mcaelm 15 күн бұрын
This was such a fun video! I always enjoy when Tyler shows a bit of his programming knowledge. Tyler constantly wanting to do things he already knew but the game needing it to be unlocked first was funny
@helicoidcyme
@helicoidcyme 15 күн бұрын
oh i HOPED youd play this one. im so excited to see where you go with it
@helicoidcyme
@helicoidcyme 15 күн бұрын
not disappointed. great video
@LupinArrow
@LupinArrow 10 күн бұрын
Never seen this dude a day in my life. Never even contimplated programming for shit. Recomendeds somehow still on point and with literally no money i need this game in my life yesturday. Yes, thank you, i will now sub to the channel - and im only 20mins in. ❤️👌 Edit: having now looked at the channel lol i know see why they’re recogmended. Nerdy roguelike, puzzle games chaoes ummm …. YES PLZ. 😂👌
@OlexaYT
@OlexaYT 10 күн бұрын
Welcome to hell!
@KingRanny
@KingRanny 10 күн бұрын
Just started learning python (and just coding in general) and this is honestly helping solidify a lot of the stuff I’ve been learning. Thanks Olexa
@zelek8783
@zelek8783 15 күн бұрын
Actually a first game that caught me so much Im probably gonna buy it. Thank you for your work of sharing these really good titles. I have never used any programing language in my life so atleast Im gonna learn something new without the pain and misery that comes with it. :D
@ascendingrules
@ascendingrules 15 күн бұрын
RIP Perl. Python's good though, I guess ;) This looks fun. Did you ever get into the Zachtronics games, in particular Exapunks?
@OlexaYT
@OlexaYT 15 күн бұрын
I haven’t! But I’m sure I’d enjoy them
@jackeea_
@jackeea_ 14 күн бұрын
an exapunks series would go SO hard, then get backseated to hell and get like 200 views
@ItzShigeko
@ItzShigeko 7 күн бұрын
Python hurts my brain 😭 I like C++ WAY better Learning Python with any pre existing programming knowledge is near impossible 🙏 (Or I'm just straight up stupid)
@Dylan52meow
@Dylan52meow 12 күн бұрын
Great video! We need a part 2 (and more)!
@HH-mf8qz
@HH-mf8qz 15 күн бұрын
wow thanks for making this video, looks like a great game to get someone into programming
@shadowofdeath8000
@shadowofdeath8000 14 күн бұрын
Super cool idea, would love to see another video or two
@RickyRatte
@RickyRatte 4 күн бұрын
This takes me back to coding class in school. I always made sure to colorcode my visual programs in fuchsia and lime.
@iconica9516
@iconica9516 15 күн бұрын
honesty, as a stupid idiot, coding and coding games will always interest me being able to turn some thing into an ultra automation that has a backup for every scenario in existence makes you feel smart
@inlean3224
@inlean3224 15 күн бұрын
Till it falls apart
@Unknowngalaxyfox
@Unknowngalaxyfox 13 күн бұрын
Oh man that game looks fun, I look forward to seeing more of this!
@guac1988
@guac1988 13 күн бұрын
I would love to see more of this game play.
@Jarrod0067
@Jarrod0067 14 күн бұрын
I love functional programming pass function names to other functions as parameters and watch the crazy unfold
@loganshaw4527
@loganshaw4527 12 күн бұрын
That is why it is a good idea to keep main and have it run the other function names.
@decivex
@decivex 4 күн бұрын
Same, I made a for_all(f) function which visits every plot and runs function 'f' on it. This allows me to quickly clear every plot with 'for_all(harvest)' for example. And that's only the beginning.
@aaronh6489
@aaronh6489 12 күн бұрын
Thanks for the video....just bought the game i love idle games....farming...drones...and python....so combining them is masterpiece. Never would of found this
@TisNotFlakey
@TisNotFlakey 15 күн бұрын
Rusty wants a divorce
@turtlecat909
@turtlecat909 14 күн бұрын
I love this. I might get this game as I want to go into game developing, and learning python while playing an 'idle' game seems like so much fun! the amount of little things I'd have open though omg it's gonna be chaotic
@conscientiousobjectortolif9262
@conscientiousobjectortolif9262 13 күн бұрын
I think it should do a flip at 0:0 y'know, just because.
@BeardsandBullets13
@BeardsandBullets13 9 күн бұрын
I made mine do this just because of your comment. It seriously improved my mood, thanks dude!
@conscientiousobjectortolif9262
@conscientiousobjectortolif9262 7 күн бұрын
@@BeardsandBullets13 hehe, in the future we will have to program "dopamine" into our workers.
@roseravus4908
@roseravus4908 13 күн бұрын
The gamers yearn for Zachtronics programming-esque games
@gauthiers8312
@gauthiers8312 8 күн бұрын
You made me buy the game 4 days ago and i already dumped 50 hours in it and joined the awesome discord ! Thank you !
@iconica9516
@iconica9516 15 күн бұрын
imagine if the operaters were very far into the game and tyler was basically unable to cook
@onsewatch
@onsewatch 14 күн бұрын
this game slaps and you are very brave for coding on camera like this o7
@halftimedeus8871
@halftimedeus8871 14 күн бұрын
This is brilliant, I used to learn Java, and although I never got too far, I still love the process of writing functions
@eriqthompson757
@eriqthompson757 15 күн бұрын
liked the crash course in programming, would watch more.
@bekfaststealer2660
@bekfaststealer2660 15 күн бұрын
The sounds of the drone kinda make a sick beat tho
@huntershatswell2181
@huntershatswell2181 15 күн бұрын
Never been into code but loved watching this
@bpro5848
@bpro5848 14 күн бұрын
I am going to use this to teach my computer science class coding
@OlexaYT
@OlexaYT 14 күн бұрын
Love that
@Manie230
@Manie230 3 күн бұрын
I think if I had coding class like that I wouldn’t have dropped coding. I sucked so hard at coding that during exams I would just do ascii art instead of the actual work cause I didn’t even knew where to start. I of course got zero points.
@khaledahmed9136
@khaledahmed9136 15 күн бұрын
Looks fun, I love how it slowly gets more complicated as you play.
@robertduff877
@robertduff877 13 күн бұрын
This video helped me remember the trial and error of coding
@saiotrosi
@saiotrosi 15 күн бұрын
Need more!!! I’m learning python as a cyber security student
@xXpezcoolXx
@xXpezcoolXx 13 күн бұрын
You know I bought it today, played a little...but I got mad writing "East" or "West" so I've set variables like "Up = North" at the start of a command window so whenever I write "move(up)" it goes North
@leopendragoon4488
@leopendragoon4488 12 күн бұрын
this is amazing, i want more like this
@Mayb3man
@Mayb3man 15 күн бұрын
its no rusty but this will work i appreciate you tyler
@dovos8572
@dovos8572 14 күн бұрын
this game is so much bigger than what he has shown. also there are some challanges that are really hard if you don't know how to write algorithm yet.
@glaev6789
@glaev6789 12 күн бұрын
i never thought i’d be so invested in a game where the gameplay is dictated by coding. great video as always, my gaming youtuber goat
@atlas9467
@atlas9467 4 күн бұрын
Okay this is surprisingly good revision considering it’s been ages since I’ve coded aaaa I should practice again rip
@frostwaffy
@frostwaffy 14 күн бұрын
Please do more videos for this game
@samuelloomis9714
@samuelloomis9714 6 күн бұрын
KZfaq has been trying to recommend this video to me. I'll finish it later.
@TheMystogrigen
@TheMystogrigen 10 күн бұрын
I watched the thumbnail preview, saw coding window. Clicked video got game title and instantly bought it. Then I found out it was Python. As someone who only knows C#, I am now learning Python. RIP Switch statements, viva la dictionaries. It is a really good exercise for learning how to make your own libraries. And refactoring.
@77Raffi77
@77Raffi77 10 күн бұрын
Python actually has a switch statement (match-case), but this game doesn't
@TheMystogrigen
@TheMystogrigen 10 күн бұрын
@@77Raffi77 I discovered that too, but really, a dictionary isn't that far of a stretch. Well, it is pretty far down the upgrade tree.
@OlexaYT
@OlexaYT 10 күн бұрын
I’m just patiently waiting for unlocking dictionaries so I can start using them ahaha
@MrCelloRocker
@MrCelloRocker 15 күн бұрын
Ahh dang. Farming and Programming?? Dope. Anything to help teach folks how to code. (It's no Rusty's and python, but def the next best thing)
@Chalo122790
@Chalo122790 14 күн бұрын
Well the game can be as idle as you make it haha. I havent play the game but you can plant in infinite loops, so that is not a real problem in here. Then plant each line or row one of the items, and pretty sure you had a function to get status of plants so you can do loops of 1 until the others are ready
@equious8413
@equious8413 18 сағат бұрын
Unironically a great game. Fun to just mess around with some basic python, complex enough to make you think and come up with new solutions. Looking at you, Pumpkins. 👀
@marcbennett9232
@marcbennett9232 15 күн бұрын
I never understood why programing used top left as 0,0 rather than bottom left like mathematics. also if you continue this, dont forget about the clear() function. its helped me out quite a bit. yeah idle game is not a great moniker. I havent got to the end yet, but I believe the end goal is to create one program to unlock everything, from start to finish as fast as possible... I assume thats what the leaderboards are for.
@OlexaYT
@OlexaYT 15 күн бұрын
It’s bc a grid is just a 2d array and to index arrays leaves you with 0,0 in the top left. Array = [ [ 1, 2, 3], [4. 5, 6], [7, 8, 9] ] Array at position 0, 0 is 1, or the top left of the grid
@marcbennett9232
@marcbennett9232 15 күн бұрын
@@OlexaYT yeah I get that. but when they first started making arrays, why did they use 0,0 in the top left. they could just have easily designated 0,0 in the bottom left like mathematics.
@jousis_
@jousis_ 15 күн бұрын
​@@marcbennett9232 an array is closer to a matrix, not a coordinate system. Math matrixes also have 0,0(,0,...0) to the top left. In 2d/3d coordinate systems also, 0,0,(0) is not usually in the bottom left. It is in the center. But when we want to show only positive, we cut it like that. It depends.
@marcbennett9232
@marcbennett9232 15 күн бұрын
@@jousis_ yeah I understand the center bit, but we were discussing positive numbers. it has been quite a while since I learned about matrixes in high school. I dont believe ive ever graphed them, or if I have I dont recall. ok so then the question is why does a matrix in mathematics start with 0,0 in the top left, when they already had a perfectly good coordinate system? is it because we read left to right, top to bottom or another reason? sorry if this is annoying anyone, im genuinely curious here lol.
@reverse_engineered
@reverse_engineered 14 күн бұрын
It's just a convention. There is no obviously correct answer, so everyone picks their own. Graphics chose top left, possibly because that's how old CRT TVs did it. Why did they choose it? No clue.
@Ryan50Ryan
@Ryan50Ryan 12 күн бұрын
I had to have this game after seeing this video.
@sefaku3783
@sefaku3783 15 күн бұрын
Would love to see one more episode of this!
@lilposs98
@lilposs98 14 күн бұрын
love the ep!!
@erictrinque6513
@erictrinque6513 15 күн бұрын
typical programmer brain... trying to optimize before the code is even roughed out :)
@scragar
@scragar 15 күн бұрын
Just FYI planting doesn't seem to do anything if the plant is already growing, so you can get away with something like: ``` while true: if can_harvest(): harvest(); if num_items(Items.Wood) < num_items(Items.Hay): plant(Entities.Bush) move(South) ``` This causes resources to be more or less balanced, if you get more hay than wood it'll plant bushes until the opposite is true, after which it'll just be harvesting hay again(after the existing wood gets collected anyway). No need for a variable or tracking time(since it'll just keep looping until it's time to harvest without even needing a flip to pass time).
@robcop2play
@robcop2play 14 күн бұрын
The only exception... Grass will reset if you plant it.
@cameronfarmiloe2442
@cameronfarmiloe2442 13 күн бұрын
@@robcop2play why dya think he's only planting bushes.. Read the code properly before you insult someone's work.
@robcop2play
@robcop2play 12 күн бұрын
@@cameronfarmiloe2442 I didn't insult anything. I just stated a fact. And the code in the video does that exact thing. Just don't try to be 3rd party insulted...
@cameronfarmiloe2442
@cameronfarmiloe2442 12 күн бұрын
@robcop2play it's a phrase, no need to get so butt hurt about it. It's not a fact tho is it, cuz it's not an exception to this guys code. He wrote it knowing that factor was in play and took that in mind. I'm not getting 3rd party insulted, just correcting you.
@robcop2play
@robcop2play 12 күн бұрын
@@cameronfarmiloe2442 I never said that the code in the comment had that problem. But it seems like you misunderstood my comment.
@grynte1
@grynte1 14 күн бұрын
"i do this as my dayjob" *automates the game the least amount possible* "we should make different panels for each thing" no.. just.. you should automate making all of the plants which yk.. would make it an idle game xD
@OlexaYT
@OlexaYT 14 күн бұрын
I mean, that’s not really the most efficient way to do it. Being able to control what we get to fulfill unlocks is way more valuable. Otherwise we’d end up with excessive amounts of a material we don’t need
@grynte1
@grynte1 14 күн бұрын
@@OlexaYT That's quiet literally what the command to see how much of each resource oyu have is for, which again would be automatable with you only having to change 1 number x3
@OlexaYT
@OlexaYT 14 күн бұрын
Sure I guess lol
@grynte1
@grynte1 14 күн бұрын
@@OlexaYT From your favorite subscriber UwU
@harrygriffiths1961
@harrygriffiths1961 15 күн бұрын
Maaannn i miss animal well now that shits such a fun game to watch would LOOOVE a 2-3hr ep ngl
@OlexaYT
@OlexaYT 15 күн бұрын
Got a 45 minuter coming later today!
@bluedude3313
@bluedude3313 13 күн бұрын
My New Favourite Idle Hydration Game
@andrewsanders17
@andrewsanders17 13 күн бұрын
27:57 could you fix it by changing the else: move(south) to a else: move(east)? It would keep the exact same scan almost like a crt refresh rate.
@MrSongib
@MrSongib 8 күн бұрын
13:00 Best moment. xd
@Chalo122790
@Chalo122790 14 күн бұрын
this game looks cool
@lawlmatty712
@lawlmatty712 13 күн бұрын
holy good lord, a dev that actually wants to help the next generation of coders get started! Thats a cause I can ABSOLUTELY get behind
@RickyRatte
@RickyRatte 14 күн бұрын
Rusty feels betrayed by that title immediatly
@itspodin
@itspodin 15 күн бұрын
Short script I came up with for a 4x4 plot that balances hay, wood, and carrots. Make sure to have the entire plot tilled beforehand. # balanced hay wood carrot while True: for i in range(get_world_size()): move(North) if get_pos_y() != 0 and get_pos_y() != 2 and get_pos_x() != 1 and get_pos_x() != 3: if can_harvest(): harvest() plant(Entities.Tree) elif get_pos_y() != 1 and get_pos_y() != 3 and get_pos_x() != 0 and get_pos_x() != 2: if can_harvest(): harvest() plant(Entities.Tree) elif get_pos_x()
@robinmaurer2645
@robinmaurer2645 10 күн бұрын
As a HPC Python programmer i need you to complete this game. Please!
@matthewtalbot-paine7977
@matthewtalbot-paine7977 6 күн бұрын
It is an idle game you just aren't playing it that way I've got mine setup to harvest then plant bush then move North 4 times (I'm on 4x4) then move East and do the same planting carrots with an additional buying of seeds then it does 2 columns of just grass so just harvest and move. It's been running over night so I think I'm probably loaded by now although admittedly I haven't got pumpkins yet.
@OlexaYT
@OlexaYT 6 күн бұрын
Yeah but collecting a million of 3 resources isn’t… doing anything for you lol. In an idle game that would help you progress, in this it’s just hoarding resources
@matthewtalbot-paine7977
@matthewtalbot-paine7977 6 күн бұрын
@@OlexaYT No it isn't, all the upgrades require those resources, of course they require other resources as well but when I go and unlock those ones the fact that I'll have plenty of the other resources will allow me to focus on the new resource production and I'm sure the trading thing isn't going to just be for carrot seeds.
@OlexaYT
@OlexaYT 6 күн бұрын
The upgrades are largely inconsequential though. An idle game doesn’t have you writing hours of code haha
@matthewtalbot-paine7977
@matthewtalbot-paine7977 6 күн бұрын
@@OlexaYT lol hours of code. Took me like 5 minutes the rest of the time I was idle hence why it is an idle game imo. The upgrades and unlocks are literally the only progression of the game.
@OlexaYT
@OlexaYT 6 күн бұрын
I mean sure, but you’ve barely started the game if you haven’t even done pumpkins LOL
@kinteyoi
@kinteyoi 14 күн бұрын
it was just slightly infuriating how you harvested the wheat twice at one time totally cutting into efficieny but good vid.
@HH-mf8qz
@HH-mf8qz 5 күн бұрын
So this is the guy who invented the bogo sort algorithm ;) Just kidding, nice video 👌
@TheDistur
@TheDistur 15 күн бұрын
The bush
@bbittercoffee
@bbittercoffee 15 күн бұрын
I'm not saying "Tyler bad and stupid why not do this?", I don't even code But you could make rows that have a specific type of plant that only grows there, one for grass, another for bush and the other for carrots Something like "if(get_pos_x() = 0) if can_harvest() harvest() else move(South) if can_harvest() harvest() else move(South) if can_harvest() harvest() else move(South) move(East)" And then slightly alter the code to add in "plant(Entities.Bush" or "till" and "plant(Entities.Carrot_seed)" But this would only work with the 3x3 and you'd need to add in a loop that would keep itself in line until it went all the way down and then it'd move to the top and begin the next stage, and I think you would need variables for that? To keep count of how many times the drone went south and how many times it could go with the "in range" bit? Without any testing I really just get lost but I think this would really add to the automation of it all since at the end you said this wasn't really an idle game
@OlexaYT
@OlexaYT 15 күн бұрын
yeah i think the better approach is to just have different scripts for each plant and that way you can run it for what you need at a certain time but this is definitely cool
@andrewsanders17
@andrewsanders17 13 күн бұрын
Your last bit of code doesnt need the last move south when in bush mode.
@OlexaYT
@OlexaYT 13 күн бұрын
Yeah we remove it
@ouwyukha
@ouwyukha 11 күн бұрын
Is it good documentation simulator? It's so much easier to understand than most of oss
@OlexaYT
@OlexaYT 11 күн бұрын
It does okay. I think they’re trying to be a Python teacher but since it’s not quite Python it can make it a little wonky
@CmdrCorn
@CmdrCorn 15 күн бұрын
It's fun and cool and good and I enjoyed it, but I really thought you would flex on us with the ultimate code. I guess the unlocks kinda mess that up right off the bat though.
@OlexaYT
@OlexaYT 15 күн бұрын
Only so much I can do when I don’t have variables haha
@prismaturtle8457
@prismaturtle8457 15 күн бұрын
But will it beat rustys retirement is the real question
@terrybutterfield7098
@terrybutterfield7098 13 күн бұрын
What the frick And Makes me feel inadequate made me lmfao like it’s the wildest statement I’ve ever heard.
@ApolloMclaren
@ApolloMclaren 14 күн бұрын
Why does this remind me of scribblenauts
@andrewmcbride2459
@andrewmcbride2459 14 күн бұрын
I’m stuck on the trees
@liamwarren1160
@liamwarren1160 10 күн бұрын
Olexa, why do you have to do this to me? I had things to do this week.
@alexkaplan1136
@alexkaplan1136 14 минут бұрын
Do I sense some Northernlion influence in your lingo?
@__IFrease__
@__IFrease__ 12 күн бұрын
watching this as a devloper is a torture for me.
@OlexaYT
@OlexaYT 12 күн бұрын
Good, you try coding efficiently without variables and get back to me
@__IFrease__
@__IFrease__ 12 күн бұрын
@@OlexaYT sory it was just my feelings, i did not wanted to be mean.
@MarcelRiegler
@MarcelRiegler 10 күн бұрын
but does it have vim mode?
@lydierayn
@lydierayn 14 күн бұрын
Honestly, I like Another farming rougelike2
@LieraBee
@LieraBee 14 күн бұрын
my favorite youtub!
@izme1000
@izme1000 10 күн бұрын
I feel like the developer added do_a_flip() so they had something to mention in the examples without the line affecting the progress of the game, and that's awesome
@Puinfa
@Puinfa 11 күн бұрын
I really want to watch a python guide by you
@OlexaYT
@OlexaYT 11 күн бұрын
Well boy are you in some luck lmao kzfaq.info/get/bejne/oZhyeMeJs8qyh30.html
@Skrelpoid
@Skrelpoid 10 күн бұрын
@@OlexaYT I DID NOT EXPECT THIS WHAT klsdnjkadjhadjahkd
@OlexaYT
@OlexaYT 10 күн бұрын
Lol I did it a few years back because I love teaching
@Puinfa
@Puinfa 9 күн бұрын
@@OlexaYT That's awesome!!! I'm watching your videos to study python in college
@gualdim
@gualdim 11 күн бұрын
Animal well, GOTY?
@lillyblackblood
@lillyblackblood 12 күн бұрын
I bought it ^^ (even though I hate python with a passion)
@ScamstinCrew
@ScamstinCrew 13 күн бұрын
this hurts. Leverage the fact it has passive failure on tasks. No need to check if can harvest. Just harvest then plant. there are soo many more optimizations.
@OlexaYT
@OlexaYT 13 күн бұрын
It’s okay, we get it, you’re a front end software dev
@Skrelpoid
@Skrelpoid 10 күн бұрын
@@OlexaYT mfw he didn't even use async await (I'm a javascript pro, what is python????)
@satibel
@satibel 8 күн бұрын
having a condition for the quantity of items and just manually modifying it every time instead of having one for every item pains me greatly
@MrStudioCake
@MrStudioCake 11 күн бұрын
More animal well
@traubeminzeberlin
@traubeminzeberlin 13 күн бұрын
moooooore :D
@dewaldhill3051
@dewaldhill3051 15 күн бұрын
what is Olexas day job, anyone know?
@OlexaYT
@OlexaYT 15 күн бұрын
I’m a SOAR engineer
@gabmatth
@gabmatth 15 күн бұрын
am v here for the python lesson lol
@steventomek4236
@steventomek4236 14 күн бұрын
this is so wierd , I am learning but it feels like I am not... wtf
@Sr_Lobte
@Sr_Lobte 10 күн бұрын
send the game to hydra pls
@MeNowDealWIthIt
@MeNowDealWIthIt 9 күн бұрын
You are the guy from the mobile game ads who sucks at the game and wants me to get the game to be able to do better.
@ippo4502
@ippo4502 15 күн бұрын
Quite different from any game I've seen
@user-fn7py1kx1n
@user-fn7py1kx1n 10 күн бұрын
python is my favorite
@Shivenis
@Shivenis 15 күн бұрын
Not having constants in upper case hurts me xD
@Shivenis
@Shivenis 15 күн бұрын
39:25 If this works as python "range(x)" is from 0 to x-1
@matirion
@matirion 13 күн бұрын
Where is the crossword? You forgot the crossword!
@Shadowquacker
@Shadowquacker 9 күн бұрын
It’s brave of you to code live while people watch and I’m sure I’d do no better, but sitting here like a disembodied pair programmer who just has to watch you make mistakes is driving me round the bend ;-)
@Kasperbjerby
@Kasperbjerby 14 күн бұрын
Ohh that coding hurts 🤣 Stop using do a flip all the time 🤣
@OlexaYT
@OlexaYT 14 күн бұрын
But it’s fun
Sunflowers are my BEST Python-Automated Crop
34:57
Olexa
Рет қаралды 13 М.
CAN YOU HELP ME? (ROAD TO 100 MLN!) #shorts
00:26
PANDA BOI
Рет қаралды 35 МЛН
ХОТЯ БЫ КИНОДА 2 - официальный фильм
1:35:34
ХОТЯ БЫ В КИНО
Рет қаралды 2,2 МЛН
I PEELED OFF THE CARDBOARD WATERMELON!#asmr
00:56
HAYATAKU はやたく
Рет қаралды 38 МЛН
lofi hip hop radio 📚 - beats to relax/study to
Lofi Girl
Рет қаралды 19 М.
The Most Brilliant Coding Farming Game
41:00
Olexa
Рет қаралды 50 М.
DO NOT UPGRADE SPATIAL EARTH AND HAVE BIG CUBES | Cube Chaos
0:46
The Internet Played My Game (and it did not go well)
9:27
advancenine
Рет қаралды 175 М.
My Python-Automated Pumpkins are Now Efficient...
57:40
Olexa
Рет қаралды 19 М.
The Farmer Was Replaced - Maze 100 run 69sec
1:18
Crusixion
Рет қаралды 380
I'm Addicted to Minimalistic Farming Roguelikes
41:51
Olexa
Рет қаралды 131 М.
I Spent 24 Hours Mining A Literal Mountain of Gold
14:12
DangerouslyFunny
Рет қаралды 74 М.
Baby Tvman Passes Mrbeast'S Test And The End 👍️
0:37
BigSchool
Рет қаралды 14 МЛН
Mortis Skills 🥶 #bs #brawlstars #shorts
0:11
TNZ Gaming
Рет қаралды 4,9 МЛН
Minecraft: Who was the best? 🤔 #Shorts
0:29
Twi Shorts
Рет қаралды 44 МЛН