AI Learns How To Play The Chrome Dinosaur Game

Поделиться
HTML-код
  • Опубликовано: 26 сен 2024
  • Don't Click This: shorturl.at/pdYvW
    I coded an AI that learns to play the Chrome Dino Game.
    Twitter: / tyler_mommsen
    Discord: / discord
    • AI Learns How To BEAT ...
    The equipment I use: amzn.to/4dSZ6i4
    #ai #gamedev #artificialintelligence

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

  • @TylerMommsen
    @TylerMommsen  4 месяца назад +58

    If you're interested in the source code here ya go github.com/TylerMommsen/chrome-dino-game-ai

    • @DRAMAnSkribblio
      @DRAMAnSkribblio 3 месяца назад +5

      did you forget to put "inspired by code bullet? or have you never heard of him?

    • @TylerMommsen
      @TylerMommsen  3 месяца назад +6

      @@DRAMAnSkribblio watch my flappy bird video, i mentioned it at the beginning. He inspired me to do this channel

    • @tString42
      @tString42 28 дней назад

      I was just about to ask for this, thanks!

  • @pietruszek2485
    @pietruszek2485 4 месяца назад +577

    Hi, When I clicked on this video, I belived that it was some randome 1 mil or 100k youtuber by just looking at the quality of the video, then I look down and to my surprise you have only 60 or what subscribers. That's not fair! You have realy good content. So happy that yt algorithm showed me this film. Keep up the good work!

    • @TylerMommsen
      @TylerMommsen  4 месяца назад +66

      Thank you I appreciate it!

    • @jesst_a_frog
      @jesst_a_frog 3 месяца назад +20

      I’ve seen this guy’s other videos and I could have sworn I was subscribed but apparently not ??

    • @ILikeTC
      @ILikeTC 3 месяца назад +5

      @@TylerMommsen WAIT WHAT ONLY 264?!??! NO WAY GG!!

    • @danielyoutubechannel407
      @danielyoutubechannel407 3 месяца назад +1

      I have more than that!

    • @RustyBear
      @RustyBear 3 месяца назад +1

      Same

  • @Fleopoo
    @Fleopoo 3 месяца назад +150

    bro that visualisation of the network was the first time i’ve actually understood it

    • @miniskitproductions6955
      @miniskitproductions6955 3 месяца назад +6

      i can really agree on that, first time actually seeing it working and on display

  • @s.saravanakumar5513
    @s.saravanakumar5513 4 месяца назад +84

    Electronic engineers use hardware like sensors and controllers to make it to 7000 but you just recreated the whole game with a neck down dino which jumps on its own 😭😭

    • @davidebic
      @davidebic 3 месяца назад +3

      Tbf not really a fair comparison considering AI has direct memory access

    • @jakublajda7434
      @jakublajda7434 3 месяца назад

      This is not ai, it just use sensors, i already made it

  • @mr-nafari7355
    @mr-nafari7355 4 месяца назад +82

    i can't believe you built the game from the ground up to make the AI lol,
    good job man

    • @shadowkyber2510
      @shadowkyber2510 3 месяца назад +9

      Look up code bullet. He pretty much made this same video 6 years ago. This videos better than his verson but his newer videos are pretty cool

    • @pvic6959
      @pvic6959 3 месяца назад +3

      @@shadowkyber2510 CB's videos are more entertainment than education for sure lol. i still love them!

  • @exa4564
    @exa4564 3 месяца назад +63

    I was godsmacked when I saw you only have 180 subs and this ain't a 100k+ view video... Really, that's a damn good video!

    • @TylerMommsen
      @TylerMommsen  3 месяца назад +7

      Thanks I appreciate it!

    • @hhaydenk_
      @hhaydenk_ 3 месяца назад

      Yeah I agree

    • @CoreGamesAAA
      @CoreGamesAAA 3 месяца назад +1

      Wanna viewbot this so bad.

    • @gaimnbro9337
      @gaimnbro9337 3 месяца назад

      Seems to have blown up. 1.63k subs deserved.

  • @Lampe2020
    @Lampe2020 3 месяца назад +34

    I once found an about 10-line script for the original chrome dino that could play it withoug a neural network and basically only failed when the game gave it an impossible combo of cacti (which sometimes happens in the original game, where two cacti are in the exact distance from eachother that you can neither jump inbetween them nor jump over both in one go. ).

    • @TylerMommsen
      @TylerMommsen  3 месяца назад +9

      10 line script??? Damn I need to get my coding skills up 😭😭😭

    • @Lampe2020
      @Lampe2020 3 месяца назад +1

      @@TylerMommsen
      It wasn't ten lines, it was actually one line with 1164 characters. I'll try to post it here but cannot guarantee the comment won't get deleted:
      function keyDown(e){Podium={};var n=document.createEvent("KeyboardEvent");Object.defineProperty(n,"keyCode",{get:function(){return this.keyCodeVal}}),n.initKeyboardEvent?n.initKeyboardEvent("keydown",!0,!0,document.defaultView,e,e,"","",!1,""):n.initKeyEvent("keydown",!0,!0,document.defaultView,!1,!1,!1,!1,e,0),n.keyCodeVal=e,document.body.dispatchEvent(n)}function keyUp(e){Podium={};var n=document.createEvent("KeyboardEvent");Object.defineProperty(n,"keyCode",{get:function(){return this.keyCodeVal}}),n.initKeyboardEvent?n.initKeyboardEvent("keyup",!0,!0,document.defaultView,e,e,"","",!1,""):n.initKeyEvent("keyup",!0,!0,document.defaultView,!1,!1,!1,!1,e,0),n.keyCodeVal=e,document.body.dispatchEvent(n)}setInterval(function(){Runner.instance_.horizon.obstacles.length>0&&(Runner.instance_.horizon.obstacles[0].xPos75&&(keyUp(40),keyDown(38)),Runner.instance_.horizon.obstacles[0].xPos

    • @Lampe2020
      @Lampe2020 3 месяца назад +10

      @@TylerMommsen
      Try to look in your comments moderation tools for an autodeleted comment answer from me, as RUclips didn't like that I pasted that script in there (it's actually one line of 1164 characters). You can copy the line from that comment or maybe even undelete it for others to see.

    • @TylerMommsen
      @TylerMommsen  3 месяца назад +11

      @@Lampe2020 Ahhh 1164 characters thats why the script was 10 lines lol. Also, I couldn't find that comment for some reason idk why

    • @playspeedcode
      @playspeedcode Месяц назад

      It's because the AI was coded from ground up, not trained. Trained AIs or Deep Reinforcement Learning are more entertaining, and good for more complex tasks and finding glitches

  • @ChrisAsian3806
    @ChrisAsian3806 3 месяца назад +5

    0:48 Iconic Mario Fail

  • @tmate88-j8y
    @tmate88-j8y 3 месяца назад +8

    I was today years old when I learned you can crouch.

  • @henrystickmin8812
    @henrystickmin8812 3 месяца назад +29

    Does anyone see any low flying birds? I thought there were supposed to be birds on the ground that you had to jump over

    • @TylerMommsen
      @TylerMommsen  3 месяца назад +9

      Yeah some other people mentioned that, but I completely forgot about those birds. It probably would have drove me insane lol

    • @irfanilyas9335
      @irfanilyas9335 3 месяца назад +1

      😂

  • @jassimsalam
    @jassimsalam 3 месяца назад +19

    This video will change the career of this RUclipsr

  • @zeeshaniqbal2014
    @zeeshaniqbal2014 3 месяца назад +2

    6:33 Its like Dino's are skating on the snow😂

  • @m4mb470
    @m4mb470 3 месяца назад +5

    Damn bro, I thought you had over a million subscribers only to see you had 600+, this is some underrated content right here!

  • @nimiugn
    @nimiugn 3 месяца назад +5

    YT recommended me this for a whole day now and I decided to finally watch it. No regrets! I hope this will hit the algorithm soon!

  • @judoboy2019
    @judoboy2019 3 месяца назад +2

    Awesome video! We need more quality devs like you! 😅

  • @WydMiggz
    @WydMiggz 3 месяца назад +2

    hope you blow up! this type of content deserves 100’s of thousands of subs!!

  • @tgreener-2823
    @tgreener-2823 3 месяца назад +6

    That last dino from gen 57 was a menace

  • @luminousherbs
    @luminousherbs 3 месяца назад +3

    Great quality video. I can tell lots of effort went into it

  • @Party_snacks
    @Party_snacks 3 месяца назад +3

    I was here before 1k I’ll see you when you get huge cause this is some high quality content and editing

  • @Layzy3D
    @Layzy3D 3 месяца назад +1

    Thats so cool keep up the good work
    Tbh i was expecting way more followers you deserve a lot more !

  • @ShravanJindal
    @ShravanJindal 4 месяца назад +2

    Man this work is awesome. I wish I reach your level one day.

  • @notdead5837
    @notdead5837 3 месяца назад +2

    i'm surprised you don't even have 1k subs, this video is amazing!

  • @liang-junyan630
    @liang-junyan630 3 месяца назад +2

    I love how the AI don't care about the obstacle height and width, they just cared about the distance

  • @backspaced
    @backspaced 3 месяца назад +2

    underrated, so much skill and effort is put into this video

  • @AdamEasyP1
    @AdamEasyP1 3 месяца назад +1

    After k saw the video i believed it is a youtuber with like 100k - 300k i was shocked its only 3k
    Great quality wish you success more on this platform

  • @levijagt582
    @levijagt582 3 месяца назад +2

    This video taught me that there was a crouch option in the Dino game

    • @NotOliwiec
      @NotOliwiec Месяц назад +1

      Too but is till don't know how to do it

  • @devnitrate
    @devnitrate 4 месяца назад +1

    Hey i just discovered your channel a few days ago and it's really well made and consistent keep it up

  • @k2p104
    @k2p104 3 месяца назад +34

    It's not a bird.

    • @DJacoby-zc1ys
      @DJacoby-zc1ys 3 месяца назад +1

      It's multiple birds

    • @Terence_sddgROBLOX
      @Terence_sddgROBLOX 3 месяца назад

      Fun fact: At chrome://Dino you can play the dinosaur game without the internet

    • @Sophloveswolves
      @Sophloveswolves 3 месяца назад +5

      Pterodactyl

    • @k2p104
      @k2p104 3 месяца назад +3

      @@DJacoby-zc1ys no it's not

    • @k2p104
      @k2p104 3 месяца назад +2

      @@Sophloveswolves thank you

  • @CHATBITZ
    @CHATBITZ 3 месяца назад

    Ayooo this soo good. Keep it up bro and I'd suggest maybe making tutorials etc on the side cuz im sure people would find it intriguing to learn how to do these types of things. I can see your channel get a lot brighter in the future and i wish you best of luck ❤

  • @GD_Sayori
    @GD_Sayori 3 месяца назад +1

    The dino ducking everytime it touches the ground looks funny and cute (≧▽≦)

  • @advaithrajendra
    @advaithrajendra 3 месяца назад

    Full marks to the algorithm for bringing this video from a creator with only 3k subs to me
    Great video man pls do more

  • @geografixxxx
    @geografixxxx 3 месяца назад +1

    Wow man, I really enjoyed this video, this really motivated me to look into AI myself, and maybe try and replicate your experiment, kudos!

    • @TylerMommsen
      @TylerMommsen  3 месяца назад +1

      Thank you! Definitely give it a try, it's real fun once you get it working

  • @bryceblazegamingyt9741
    @bryceblazegamingyt9741 3 месяца назад

    This is pretty awesome! :3 I understand that lots of people arent really interested in the technical side, but im sure a few people would probably enjoy a slightly more in depth analysis for how this stuff works and for example what frameworks you used to build a project, i eat programming and technical information for breakfast lol :3 otherwise amazing video! :3 P.S. i loved the sound design and music choice :3

  • @Sagan200
    @Sagan200 Месяц назад

    I just recently found your channel (yesterday) and have now watched your latest three videos. At first I thought you had a lot more subscribers because the quality of the videos was very good.
    Nonetheless I got a tip for your future videos: In the long run, the videos are all relatively the same. At first it was cool to see you recreate Doodle Jump and then watch how the AI ​​evolved. After that I saw the dinosaur game (where I skipped some of the end) and now this one. The Flappy Bird and Chess video no longer appeals to me as the videos are all relatively similar and I know what's happening. Maybe you could add a certain aspect to the individual videos that makes watching them feel like added value. Otherwise, as already mentioned, the videos are of very good quality, but I'm missing a certain USP.

  • @Blue_Luigi
    @Blue_Luigi 3 месяца назад

    Oh wow, I thought you had a lot of subscribers because of the quality of the video, but I just realised that you only have around 600, you deserve a lot more!

  • @nx_studio
    @nx_studio 3 месяца назад

    This was really entertaining! You deserve way more subscribers

  • @YuanPastor
    @YuanPastor 3 месяца назад

    There’s no way this guys only got 4k sub keep up the good work ❤

  • @thepangolinlord
    @thepangolinlord 3 месяца назад +1

    your amazing not even 1 thousand subs and producing videos like this and just giving your fans the code like that. keep it up man

  • @Riouxkieyt
    @Riouxkieyt Месяц назад

    0:44 Dino: pfft, screw gravity * starts defying the laws of physics * 0:47 Dino: imma jump * starts going into the backrooms* AAA-

  • @Skybound_travel
    @Skybound_travel 3 месяца назад +4

    Wow near the end the ai is better than me

  • @theAstarrr
    @theAstarrr Месяц назад

    That entire last attempt (starting around 8:13) there was no connection to game speed until it died and Gen 58 spawned - it was lucky. I suggest a sequel aiming for 1 million points or 100,000 or something.

  • @EweChewBrrr01
    @EweChewBrrr01 3 месяца назад +1

    Would it have been better to let them master the jumping first then after that add the birds? I would assume that having anything learn one thing at a time would be easier. Good job by the way. I love watching these learning AI.

    • @TylerMommsen
      @TylerMommsen  3 месяца назад +1

      You're right, that actually would have been a lot better I don't know why I didn't do that. I'll make sure not to forget for future AI vids. And thanks for the support!

  • @dsdsd1
    @dsdsd1 3 месяца назад +1

    i love these types of coding videos :)

  • @benyamin_forever
    @benyamin_forever 3 месяца назад +1

    This is probably one of the best videos I've ever watched

    • @TylerMommsen
      @TylerMommsen  3 месяца назад

      Thank you man I appreciate it!

  • @TheK2BlackPanther
    @TheK2BlackPanther 3 месяца назад

    extreamly great content, you got your 800th sub! congrats

  • @YEWCHENGYINMoe
    @YEWCHENGYINMoe 3 месяца назад +2

    code bullet frfr

  • @bumbafa6181
    @bumbafa6181 3 месяца назад

    Thank you for dropping the source code! It's a great thing to study.

  • @whoyoda1183
    @whoyoda1183 3 месяца назад

    Great video, love the visualisation! Gonna check out some more videos.
    Also an idea which came to my mind. If you have implemented the game on your own, maybe make a game speed change randomly for example, so it can depend on it more? Not sure if this is effective tho.

    • @TylerMommsen
      @TylerMommsen  3 месяца назад +1

      Thanks for the support! You're right, using different game speeds would definitely help the dinos learn that faster and it would be effective I just forgot to implement that kind of variation training for this video

  • @OakTheBunnyG
    @OakTheBunnyG 3 месяца назад +1

    Its me! The 100th subscriber!!!
    No fr tho youre pretty underated.

  • @andreyambartsumov5340
    @andreyambartsumov5340 3 месяца назад

    Hey man! Great video. When watching the video I thought this channel had at least 300-400k subscribers! Do you have any ressources and tips to start learning AI? I know Python and JavaScript but I just don't know where to start learning AI.

    • @TylerMommsen
      @TylerMommsen  3 месяца назад

      Hey man thanks! You're already doing very good knowing both those languages. I responded to your other comment on the flappy bird video with some resources. Hope it helps!

  • @yyhhttcccyyhhttccc6694
    @yyhhttcccyyhhttccc6694 3 месяца назад +1

    you need more subs cause this video is epic

  • @HuzaifaKhan-vn8tj
    @HuzaifaKhan-vn8tj 3 месяца назад

    Glad to be here. Really lovin the content

  • @DiamondWolfX
    @DiamondWolfX 3 месяца назад +1

    That music with the jumping though

  • @Satisfying_BallBounce
    @Satisfying_BallBounce 3 месяца назад

    Dude make snake next!!!
    Btw, SUPER UNDERRATED, you deserve 10 million subs

  • @CheezePie
    @CheezePie 4 месяца назад +1

    That's really good! You earned a sub👍🏻

  • @avivfriedman
    @avivfriedman 3 месяца назад

    really good video!! you deserve much more attention

  • @marpy
    @marpy 3 месяца назад

    great stuff, looking forward to the next one!

  • @collinsshibi5106
    @collinsshibi5106 2 месяца назад +1

    4k subs only wtf, lemme share it to ma frnds rn.

  • @skulduggerypleasant2782
    @skulduggerypleasant2782 4 месяца назад +1

    How is this guy not big yet? Very good videos

  • @iankusapali9266
    @iankusapali9266 3 месяца назад

    You have awesome content bro this is amazing

  • @thebigho8239
    @thebigho8239 Месяц назад

    18 years and I just found out you could duck in the dinosaur game 😂( how did I miss that for so damn long )

  • @aksharvadher3876
    @aksharvadher3876 4 месяца назад

    I know you'll be famous one day 'cause of your content... Enjoyed watching your videos... Doing Great...

  • @A-Random-Cool-Person
    @A-Random-Cool-Person 3 месяца назад +1

    The bird is the word

  • @san_0000
    @san_0000 3 месяца назад

    Only 3k subs bro's definitely underrated af damnnnnn

  • @sabbir5935
    @sabbir5935 3 месяца назад

    Awesome work dude you might be become my inspiration

  • @RuneFoxGamesStudio
    @RuneFoxGamesStudio 3 месяца назад

    I saw this video on my youtube homepage after taking a break from making a neural network(AI) play the Dino game for a youtube video I'm working on and well I got to think of something else to make it do.

  • @marwann1
    @marwann1 3 месяца назад

    The algorithm blessed me with this video. Thanks man ❤

  • @FNPetersen
    @FNPetersen 3 месяца назад +1

    Two former Code Bullet projects in a row?

  • @EverythingsBrent
    @EverythingsBrent 3 месяца назад +1

    This is hella good bro.

  • @wait_what_glitch
    @wait_what_glitch 3 месяца назад

    RUclips must be glitching, there's no way you only have 286 subs

  • @Froggodoggo034-bh9qw
    @Froggodoggo034-bh9qw 2 месяца назад

    “I’m not a genius” (coded flappy bird and dinosaur game from scratch)

  • @CoolStop2
    @CoolStop2 3 месяца назад

    Holy shoot your underrated how do you only have 270 subs???

  • @Murtaza2048
    @Murtaza2048 4 месяца назад +3

    My internet is shit lol

  • @Bacon_person
    @Bacon_person 3 месяца назад

    There is no way this guy only has 3k subs he requires more!

  • @Rad_Pie
    @Rad_Pie 3 месяца назад +1

    Great! Now try the game called "stack"

  • @kazii_the_avali
    @kazii_the_avali 19 дней назад

    i love how the ai gave no care a out width or height

  • @zohardeutsch7615
    @zohardeutsch7615 Месяц назад

    funnily, the AI had reached 15k while ignoring 3 of the more important factors it receives

  • @Rubyboat
    @Rubyboat 3 месяца назад

    amazing video! you need more subs. I love development and stuff, what library are you using for the ai?

    • @TylerMommsen
      @TylerMommsen  3 месяца назад

      I used JavaScript for the whole game with the p5 library for the visuals. As for the AI, I didn't use a library, but I believe there are libraries for NEAT in js but I've never tried them

  • @francenkovcan5211
    @francenkovcan5211 3 месяца назад

    iirc, the birds don't spawn before 200 and speed tops out at around 700 (or was that day/night swap trigger)

  • @DJNEIL_MLE
    @DJNEIL_MLE 3 месяца назад +1

    Codebullet vibes. Keep it up

  • @kwabenantwifrank
    @kwabenantwifrank 3 месяца назад

    we definitely need the source code Great Job

  • @contextinvideos
    @contextinvideos 3 месяца назад

    this is the kind of video the google youtube channel should comment on

  • @Lampe2020
    @Lampe2020 3 месяца назад +5

    Big and small jump? Isn't there just "Jump" in chrome dino?

    • @TylerMommsen
      @TylerMommsen  3 месяца назад +3

      There may be different versions of the game but I believe there is a small and big jump

    • @Lampe2020
      @Lampe2020 3 месяца назад +2

      @@TylerMommsen
      I just discovered that too through an autoplay script that I let loose on the ungoogled-chromium dino game XD

    • @Mr._Mythical
      @Mr._Mythical 3 месяца назад +1

      ​@@TylerMommsenIt depends on how long you hold the spacebar

  • @snooks9852
    @snooks9852 3 месяца назад +1

    I’m getting code bullet vibes 👀 good content tho

  • @vengirgirem
    @vengirgirem 3 месяца назад

    If you want the AI to get a connection to game speed faster and more reliably you should at the very beginning make the game speed it starts at random for the training purpose and later have it back to normal when the actual training is done and you're going for the score

  • @JoseRafaelJarlos
    @JoseRafaelJarlos 3 месяца назад

    Something interesting:
    In this video, the AI learned, through brute force trial and error, how to play the game near perfectly in 58 generations. This game just includes two things: jumping over cacti and avoiding birds.
    Let's assume there is a new generation of humans every 30 years (average age of mother at first childbirth is 27.3 years old). Equalizing AI's generational development to that of humans, it would take a population of 500 AIs, 1740 years (58 x 30) to master two things. Way too lenient of a timing for humans to master two things at the same time.
    This highlights the human creativity. We learn much faster than AI. You don't see a toddler touching a hot stove 58 times before knowing that the stove is hot and dangerous. An AI toddler would have 58 counts of 3rd degree burns before it realizes that danger.
    On the other hand, what AI lacks in intelligence, it compensates with sheer computing power and memory. Allowing it to use its brute force method, something humans don't have the luxury to do.
    I never think that AI would takeover the world from humans. Just be wary if what you're doing is simple and repeatable. In short, capitalize on your human creativity and intelligence or else risk being replaced by AI.
    Unfortunately, many humans lack the basic intelligence and creativity. 😢

  • @formuna
    @formuna 3 месяца назад

    Such a cool project, how do you make the AI? Any specific tutorials?

  • @DreamingNightmares
    @DreamingNightmares Месяц назад

    I'm like the dinos when I play this game.
    I never care about the speed. Only how close the cacti is.
    Although the day/night cycle has theown me off multiple rimes.

  • @adudyak
    @adudyak 3 месяца назад

    wow, thanks for video and source code!

  • @illuminum8576
    @illuminum8576 3 месяца назад +2

    Only 946 subscribers? What

  • @SparkeyAvalon
    @SparkeyAvalon 3 месяца назад

    In this game speed is a problem only for human players. Because we can't see the obstacles and judge the distance in time.
    The AI has the distance as a given all the time. And if for some reason there is a big enough delay for the distance input, it will be at the level where the screen is all just a blurr anyway.

  • @Blackoutfor10days
    @Blackoutfor10days 3 месяца назад +1

    you can make dinosaur invisible by pressing ctrl + x

  • @droost2477
    @droost2477 3 месяца назад

    quick tip for training them faster, train them when the dinos when the game speed is standard and when the game speed is higher. this way it is faster to trian the dinos since they don't have to go for a long while to hit high game speed.

    • @TylerMommsen
      @TylerMommsen  3 месяца назад

      yeah that would have been smart, my dumbass chooses the hard way though for some reason

  • @mfpears
    @mfpears 3 месяца назад

    Yeah I'm also wondering how you got this good at making videos - this can't be your 4th video ever. Even when I poured a massive amount of time into a video 2 years ago it wasn't nearly this good and the end was better than the beginning because I got better while making it... I've tried only working on one thing at a time since then.

    • @TylerMommsen
      @TylerMommsen  3 месяца назад

      Keep making content man and improve 1 thing every single video. And you're right this isn't my 4th ever video. I have had 2 failed RUclips channels before this and made 100+ videos before this and they all flopped, but through those I learned video editing. But this is the first time i've tried making this style/type of content and it's still quite new for me and i'm still learning

  • @kelvinmandlik6633
    @kelvinmandlik6633 3 месяца назад

    9:12 best move by AI😅

  • @Yahamda36
    @Yahamda36 3 месяца назад

    0:56 this guy can say son of a bitch normally like he doesnt care xd

  • @mr.fatcat5072
    @mr.fatcat5072 3 месяца назад

    aight you didnt add low flying birds i think the speed increase is to slow in the origanil at a point mark the color switches sometimes and birds and cactuses cant be spawned at the same time here birds spawn too early and theres no short break at the beggining before cactuses spawn thats all the diffrences i noticed

  • @FinnPlanetballs
    @FinnPlanetballs 3 месяца назад

    bro is too underrated

  • @it_will_be_ok.
    @it_will_be_ok. 3 месяца назад

    respect to that one dino that just kept ducking all the time

  • @mitrillov
    @mitrillov 3 месяца назад

    681 subscriber? What? I believe you'll get thousands in a week or so