Coding Challenge #72: Frogger - Part 2

Поделиться
HTML-код
  • Опубликовано: 23 янв 2025

Комментарии • 30

  • @cabbler
    @cabbler 7 лет назад +5

    I can watch these forever!!

  • @BestofMusicmixedbyCorcen
    @BestofMusicmixedbyCorcen 7 лет назад +3

    Hey Coding Train! I really love your videos!
    Maybe think about doing a juggling kind of animation? Like a 3 ball cascade? I think it would be really interesting to see, how you implement the physics with velocity, throw high etc. but also what happens, when the ball is catched. Also the timing of the throws would be interesting...
    Hope you read my comment - I definitely think it would be a simple but also challenging video :)

  • @jonwheeler6775
    @jonwheeler6775 7 лет назад +1

    this code is so fukkin advanced i couldnt keep up after the part where he said welcome to, part two!!

  • @Tracks777
    @Tracks777 7 лет назад +1

    I like! Keep it up!

  • @Solanaceously
    @Solanaceously 7 лет назад

    I don't know if it's the version of Processing I'm using (3.2.3), but following along to 7:08 I keep encountering a nullpointexception coming from the Car.show() function. I have been studying the video intensely trying to find any differences, but can't for the life of me.

    • @joostvanrens
      @joostvanrens 7 лет назад +2

      does your array size equal the number of new cars you create in the for loop?

    • @Solanaceously
      @Solanaceously 7 лет назад +1

      Thanks, that seems to have fixed it

    • @merlijnheylen2693
      @merlijnheylen2693 4 года назад

      @@joostvanrens lifesaver

  • @fantasma_11
    @fantasma_11 7 лет назад

    when you only know how to use vbs but still look at the video because this guy is mad and fucking amazing at the same time :D

  • @taewonkim8042
    @taewonkim8042 7 лет назад +5

    Daniel! Great video like always! By the way can u do python coding challenge?

  • @MichaellCMusic
    @MichaellCMusic 7 лет назад +1

    aAhh Like! And now I'm gonna watch it😉

  • @gloubiboulgazeblob
    @gloubiboulgazeblob 5 лет назад

    "...car extends frog..." LOL, very funny :-D

  • @denissecotto-reyes9577
    @denissecotto-reyes9577 3 года назад

    Can I see the code in p5Js instead? I'm not using processor yet.

  • @DanBuzzBuzz
    @DanBuzzBuzz 7 лет назад

    Amazing stuff ;)

  • @iliyanduchev540
    @iliyanduchev540 6 лет назад

    Can someone tell me what font is he using?

  • @gendrickpenalver7233
    @gendrickpenalver7233 2 года назад

    great video...!! in my program the cars rectangle are diferent size and i don't know why... Can you help me...??

  • @samuelcoelho5267
    @samuelcoelho5267 7 лет назад +1

    The code
    for (Car car : cars) {
    car.show();
    car.update();
    }
    Gives me a NullPointerException at "car.show();". Anyone know how to fix this?

    • @CalculusPhysics
      @CalculusPhysics 6 лет назад

      Samuel Coelho did you remember to actually make a function called “show()” in the car class?

  • @celsun7128
    @celsun7128 7 лет назад

    now that the p5js editor is been DEPRECATED, and the GETHUB has recommended they following text editors brackets, sublime, atom etc, how to run the your following program in these editors

    • @TheCodingTrain
      @TheCodingTrain  7 лет назад

      You can try some of these workflow videos:
      sublime text: ruclips.net/video/UCHzlUiDD10/видео.html
      atom editor: ruclips.net/video/d3OcFexe9Ik/видео.html
      brackets: ruclips.net/video/nmZbhManVcY/видео.html
      codepen: ruclips.net/video/5gfUgNpS6kY/видео.html

  • @reddytocode
    @reddytocode 7 лет назад

    Does somebody know if an arduino Mega supports a code based in this logic, with a TFT screen?...

    • @ShaunHusain
      @ShaunHusain 7 лет назад

      Reddy Tintaya hah I have a little oled screen bet this could be ported pretty easily would need to use something like u8glib for the graphics and might be low frame rate but probably doable

  • @djkutilak
    @djkutilak 7 лет назад

    and now, dynamic change screen size please

  • @murugesanv3558
    @murugesanv3558 7 лет назад

    what programming language is he using and the software name too

    • @zapcompany5007
      @zapcompany5007 7 лет назад +1

      murugesan V it is processing, A library of java

  • @ophello
    @ophello 6 лет назад

    You should have had one of the car rows moving in the opposite direction.

  • @hussainsalih9736
    @hussainsalih9736 7 лет назад

    Please you can make a leap On game

  • @guzman-do
    @guzman-do 7 лет назад

    Dan For President...LOL

  • @anonymousace6104
    @anonymousace6104 7 лет назад

    Yeah, the logs shouldn't be too hard.