codeWonderland
codeWonderland
  • 12
  • 7 097
Comet 64 Playthrough: Part 3
Come check out my playthrough of Comet 64! Comet 64 is a programming puzzle game based around the experience of owning a Commodore 64 in the 80's. Learn the basics of assembly programming through this unique and fun game!
Comet 64 on Steam: store.steampowered.com/app/1397290/Comet_64/
zhlédnutí: 3

Video

Comet 64 Playthrough: Part 2
zhlédnutí 71Před 4 hodinami
Come check out my playthrough of Comet 64! Comet 64 is a programming puzzle game based around the experience of owning a Commodore 64 in the 80's. Learn the basics of assembly programming through this unique and fun game! Comet 64 on Steam: store.steampowered.com/app/1397290/Comet_64/
Comet 64 Playthrough: Part 1
zhlédnutí 314Před 12 hodinami
Come check out my playthrough of Comet 64! Comet 64 is a programming puzzle game based around the experience of owning a Commodore 64 in the 80's. Learn the basics of assembly programming through this unique and fun game! Comet 64 on Steam: store.steampowered.com/app/1397290/Comet_64/
I'm Coming For You Spotify... (How To Keep Your Carthing from being Bricked)
zhlédnutí 247Před 21 dnem
I have a vendetta and I'm coming for Spotify personally. In this tutorial, learn how to stop your Carthing from being bricked. Firmware Backups: mega.nz/folder/NxNXQCaT#-n1zkoXsJuw-5rQ-ZYzRJw Carthing as a MacroPad: github.com/err4o4/spotify-car-thing-reverse-engineering/issues/23 Carthing Hax Wiki: github.com/Car-Thing-Hax-Community/wiki/wiki /r/CarthingHax: www.reddit.com/r/carthinghax/ Carth...
The Farmer Was Replaced Pt.8: The Optimized Run
zhlédnutí 1,8KPřed 28 dny
Continuing with my playthrough of The Farmer Was Replaced! Today we are finishing our first proper optimized run
The Farmer Was Replaced Pt.7: Continuing The Optimized Run
zhlédnutí 342Před měsícem
Continuing with my playthrough of The Farmer Was Replaced! Today we are continuing our proper optimized run
The Farmer Was Replaced Pt.6: Start of an Optimized Run
zhlédnutí 960Před měsícem
Continuing with my playthrough of The Farmer Was Replaced! Today we are starting a proper optimized run
The Farmer Was Replaced Pt.5: First Leaderboard Entry
zhlédnutí 701Před měsícem
Continuing with my playthrough of The Farmer Was Replaced! This is a quick one as we finish our first run on the leaderboard!
The Farmer Was Replaced Pt.4
zhlédnutí 533Před měsícem
Continuing with my playthrough of The Farmer Was Replaced! We quickly move on from sunflowers, to cacti, dinosours, and our first crack at the leaderboard!
The Farmer Was Replaced Pt.3
zhlédnutí 524Před měsícem
Continuing with my playthrough of The Farmer Was Replaced! This time we are finishing up mazes and starting on sunflowers
The Farmer Was Replaced Pt.2
zhlédnutí 516Před měsícem
Continuing with my playthrough of The Farmer Was Replaced! This time we are working on mazes
The Farmer Was Replaced Pt.1
zhlédnutí 1,1KPřed měsícem
Getting Started with my playthrough of The Farmer Was Replaced!

Komentáře

  • @Dyanosis
    @Dyanosis Před 4 dny

    Your cacti sorting is inefficient and incorrect since your insertion sort is doing double insertion, not single. Also your cacti aren't even properly sorted once your algo finishes. West/South should be <= and North/East should be >=.

  • @Dyanosis
    @Dyanosis Před 8 dny

    When you plant your sunflowers, you should be keeping a dictionary of power -> position for all sunflowers on the field. Then you sort the dict by power descending (so highest power sunflower is first) and then loop over that dict and move to each sunflower and harvest it. Stop trying to re-plant and re-compute your whole field.

    • @codewonderland-gaming
      @codewonderland-gaming Před 5 dny

      You know, this singular change has been nagging at the back of my brain for like a month and a half since I made the optimized run video. If I do end up making another video for this game, this is at the top of my list

  • @marquitusguillen9520

    dude, I love this game, I do python programming for a hobby and just having a game like this I just LOVE it EDIT: could it be possible for the vid to be at 1080p60???

  • @Dyanosis
    @Dyanosis Před 9 dny

    If pumpkins die at a rate of 1 in 5, then that's only a 20% loss, but you're trying to account for a 50% increase in material. That's more than double the loss. If anything, you should only be attempting to get a 25% increase in resources, which gives you 25% extra in best case and 5% in worst case.

  • @Dyanosis
    @Dyanosis Před 9 dny

    Python has match-case statements. Match is the same thing as switch. But you know how it is where we can't have the same word in different languages because reasons.

    • @codewonderland-gaming
      @codewonderland-gaming Před 5 dny

      My guy, I've been using python since the days when it was just python 2, how am I just now learning this??? Thanks for the knowledge drop

  • @andyrantshumanphilosopher7571

    Iritates the shit out of me when people dont read the screen.

  • @theKashConnoisseur
    @theKashConnoisseur Před 19 dny

    To optimize sunflowers further, you can pick more than a single flower per field provided it's always a flower equal to highest petal count out there. If you store the coordinates of each measured flower in an array, you can have the drone travel directly to the location of each max petal value flower before it has to re scan the entire field again.

  • @NSfilmsediting
    @NSfilmsediting Před 19 dny

    Hi bro like the content I really believe that content like that is missing on YT

  • @ingiford175
    @ingiford175 Před 20 dny

    Not sure if you remember later on, but around 16:28, you were talking about getting around 60 per harvest, it seemed you forgot there are unlocks that effect harvest, and it may be at 6? been a month since I played this game and do not recall what the largest sunflower multiple is.

  • @banana-drank5835
    @banana-drank5835 Před 21 dnem

    7:30 start

  • @notinsane
    @notinsane Před 22 dny

    cant wait for the next videos! i just got an old car thing and i'm thinking of making a sensor expansion board for it so it works closely to a pi zero :D

  • @ryanharris1237
    @ryanharris1237 Před 22 dny

    Why not take advantage of polyculture for the 10x harvest? Wouldn’t that cut down on the later phases where you grind hay, wood, and carrots back up?

  • @VictoriaWinter-cr9yu
    @VictoriaWinter-cr9yu Před 22 dny

    Epic. I subbed

  • @VictoriaWinter-cr9yu
    @VictoriaWinter-cr9yu Před 22 dny

    Fascinating. I'm not good at dictionary and set usage, and I don't call functions in the same way. My maze doesn't use the measure function, it checks if it's looping with a move counter and then moves randomly for 100 moves. The random function is neat. After it moves randomly it goes back to following a wall until it loops. Not elegant at all.

  • @jmanist111
    @jmanist111 Před 24 dny

    Hey do you know if theres a keyboard shortcut to redo? I know undo is ctrl Z

    • @codewonderland-gaming
      @codewonderland-gaming Před 23 dny

      I would assume Ctrl shift z, that's what most programs use

    • @jmanist111
      @jmanist111 Před 23 dny

      @@codewonderland-gaming what a Chad, never needed to redo. I forgot to mention initially I already tried Ctrl shift Z and Ctrl Y. No worries, thanks for the reply

  • @VictoriaWinter-cr9yu
    @VictoriaWinter-cr9yu Před 24 dny

    Yay this game rocks!

  • @SirHackaL0t.
    @SirHackaL0t. Před 25 dny

    Enjoying the series but 720P isn’t quite enough for your wide screen monitor capture. :)

    • @codewonderland-gaming
      @codewonderland-gaming Před 24 dny

      Thanks for the heads up! I forget CZcams and twitch have different settings sometimes 😅

  • @Soken50
    @Soken50 Před 27 dny

    Wow, what a monster of a video, congrats on the sub 298min, only 271 more to shave off for 1st place! Do you plan on continuing to optimise it further?

    • @codewonderland-gaming
      @codewonderland-gaming Před 26 dny

      At some point yeah, I'm going to probably do another series in the meantime though

  • @Soken50
    @Soken50 Před 28 dny

    I'm glad even someone familiar with coding will unashamedly create a virtual controller to manually get the first chest rather than figure out that mess, I feel a bit less dumb not having figured it out ^^'

  • @PrimeEvils-RX
    @PrimeEvils-RX Před 28 dny

    You can save a little time by preparing global variables and lists*before* calling timed_reset(), that way it's free

  • @dragonskeep9142
    @dragonskeep9142 Před 28 dny

    I appreciate your breakdown and it makes it easier to learn and understand, but could you please zoom in some on your code more. It is blurry trying to read.

  • @zincfive
    @zincfive Před měsícem

    I guessThere aren't many runs on YT, but one guy (who has a subtitled, no sound vid of a WR run, like 30 minutes, from 6 months ago.) said that he hand tweeks the methods, and doesn't do all upgrades, they cost more than they save. His wood rarely got above a few k, at one point his pumpkins got up to 48K, ends at 8x8 size, 1300 drone speed, stuff like that. If you ever want to cut to the chase, he doesn't post his code, but he does show the unlocks screen at the end of the run, which might give you ideas..

    • @theKashConnoisseur
      @theKashConnoisseur Před 19 dny

      It would be nice if in future updates, the devs add an Any% Leaderboard, and a 100% Completion Leaderboard.

  • @iG1ER
    @iG1ER Před měsícem

    you've got a sub

  • @iG1ER
    @iG1ER Před měsícem

    for the sunflowers isn't it like harvesting first the bigger ones and then the smaller ones because you're only harvesting the bigger ones and leaving the others (sorry for my english)

    • @codewonderland-gaming
      @codewonderland-gaming Před měsícem

      You got it exactly right. I addressed this better later on in the series

  • @iG1ER
    @iG1ER Před měsícem

    As a beginner to programming and an intermediate at this game this is a great series and i'm sure it will blow up one day , if this is a cracked version plz tell me where you found it because i have the older one, Thx :)

  • @SuperExpp
    @SuperExpp Před měsícem

    Really cool, waiting for improvement on your attempt

  • @Hemotem
    @Hemotem Před měsícem

    Again I thank you for this little bit of help I love the way you set out your code it is soooo much cleaner thine mine. 🙂

  • @Hemotem
    @Hemotem Před měsícem

    Thank you for this I have been going nuts trying to figure out pumpkins . I look forward to see how you handle sunflowers and the rest of the crops.