Flappy Bird in Excel VBA

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ธ.ค. 2024

ความคิดเห็น • 51

  • @That1Smile
    @That1Smile 10 ปีที่แล้ว +1

    Thank you so much for making these educational VBA videos available for free. They are super helpful in getting the VBA basics down. I really enjoyed the videos. Before i watched the videos, i had not a clue on how to read the scripts in VBA Editor and now i can read in a beginner level and improvise as needed for my job. You are an awesome teacher Mr. Gould!!!!!!! I will definitely spread the word on your work.

  • @robertgomez8533
    @robertgomez8533 2 ปีที่แล้ว +1

    Wow, this is crazy. I had no idea this could be done. Thank you for all your videos.

  • @infamous8541
    @infamous8541 10 หลายเดือนก่อน +1

    this guy can run gta in Excel I'm convinced

    • @WiseOwlTutorials
      @WiseOwlTutorials  10 หลายเดือนก่อน

      I'm too scared of Rockstar slapping a dmca takedown on it to try 😀

  • @dianaodintsov4371
    @dianaodintsov4371 5 ปีที่แล้ว +22

    When I was 10 years old, I thought excel was created only for tables 😂😂

    • @WiseOwlTutorials
      @WiseOwlTutorials  5 ปีที่แล้ว +3

      It's amazing what you can make Excel do! :D

  • @Ravi_Singhal25
    @Ravi_Singhal25 2 ปีที่แล้ว +2

    This is something pro next level, You are awesome sir.

  • @GurdeepSingh-cy8rj
    @GurdeepSingh-cy8rj 3 ปีที่แล้ว +1

    That's awesome. Never thought anyone can develope a game in excel.

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 ปีที่แล้ว

      Thanks Gurdeep! Have a quick Google for Excel games - it's incredible what others have managed to do!

  • @AnupSingh-kt5yn
    @AnupSingh-kt5yn 2 ปีที่แล้ว +1

    Truly exciting. Thanks team

  • @jackevans2916
    @jackevans2916 7 ปีที่แล้ว +1

    I can't believe you'd put all the effort into making this and not use it as an excuse to make the gaps just a little bit wider

  • @colinmwehehe1076
    @colinmwehehe1076 6 ปีที่แล้ว

    Thanks for making it open source... i will make sure to make it very entertaining and fun... thanks for the codes. i will never forget to give credits to the creator

  • @Douglas-vw8ou
    @Douglas-vw8ou 9 ปีที่แล้ว +2

    To stop the flickering maybe you could use a pictures that spill over multiple cells to replace the walls made of colored cells. Then so they don't run ridiculously fast hold them in the cells for a bit by running
    For x = 1 To 100
    next x
    using arbitrary calculations just to stall them briefly.
    Id have thought that would stop the walls from flickering so much.

    • @Douglas-vw8ou
      @Douglas-vw8ou 9 ปีที่แล้ว +1

      ***** I've found the Sleep () function on your website which I will remember for future use.
      If it's when the sleep function is running that the cells filker maybe you could break it up in multiple shorter sleep(10) s so the filtering is not detectable.

  • @nuhzakir8896
    @nuhzakir8896 9 ปีที่แล้ว +3

    I'm looking for lessons of VBA and finally I found your channel.Everthing is fine but you are speaking very fastly and I have trouble understanding you :) because English is not my mother tongue.
    I subscribed your channel.Regards and thank you

  • @dukestt
    @dukestt 9 ปีที่แล้ว +1

    I've been thinking about the flickering , wouldn't it be possible to use a picturebox and move that across the screen rather than trying to redraw the amount of cells onto the sheet.

    • @dukestt
      @dukestt 9 ปีที่แล้ว +1

      Moving objects on the sheet seems to be a lot more controlable too.

  • @XKatyKutthroatX
    @XKatyKutthroatX 10 ปีที่แล้ว +1

    I'm following your tutorial to create this game. I've followed it step by step...or so I thought. But I've gotten this compile error: "Ambiguous name detected: Sleep" (when I was testing my start and stop buttons in part 5). What did I skip, or do wrong? (oh, and I'm using excel 2013)

    • @XKatyKutthroatX
      @XKatyKutthroatX 10 ปีที่แล้ว +1

      That is possible! I'm just going to restart the project again, it didn't take me too long to get to part 5. Thank you for responding so quickly! Oh, and you have a wonderful voice. :3

  • @alandyke8578
    @alandyke8578 7 ปีที่แล้ว +1

    hi. Sorry for being totally unrelated but I am really impressed with your vba coding. I have an excel file but I need some help with vba, searching online has not helped me as of yet. Can you please guide me?

  • @giangpham1946
    @giangpham1946 8 ปีที่แล้ว +2

    This is Amazing!
    Can you tell me a way to change the icon of the bird? I am planning to use some of my friends' faces lol?

  • @travonlawrence2984
    @travonlawrence2984 9 ปีที่แล้ว +1

    hi i been looking for help so i Subscribed i was wondering do u take request

    • @travonlawrence2984
      @travonlawrence2984 9 ปีที่แล้ว +1

      facebook.com/profile.php?id=100008393400344
      my facebook for a private message

  • @victorquebec5929
    @victorquebec5929 8 ปีที่แล้ว +1

    I can't launch the game - any attempt to start the game (Hi / Low resolution doesn't matter) throws the error '1004: Method 'OnKey' of object '_Application' failed". The debugger then takes me to line "Application.OnKey r.value" of Public Sub SetGameKeys() in user module "modMain".
    I'm using Excel 2013 32-bit on Windows 7 SP1 with macros enabled and ActiveX controls activated for this session.
    Thank you anyway! Your videos help a lot!!!

    • @victorquebec5929
      @victorquebec5929 8 ปีที่แล้ว +1

      Well, Excel on my system was breaking on all errors, I changed it so that it traps unhandled errors only, and now it works!!! But I'll try your advise also and report back. Thanks for your prompt reply!

  • @micahneely6542
    @micahneely6542 10 ปีที่แล้ว +1

    Thank you. I used this game to make millions of dollars on penny stocks!

  • @MinotaurMazeEngine
    @MinotaurMazeEngine 3 ปีที่แล้ว +2

    There is a wide range of Excel based games thanks to creative programmers.

  • @richardpalawofski3031
    @richardpalawofski3031 10 ปีที่แล้ว +1

    Impressive, I like this.

  • @Snehakapse
    @Snehakapse 8 ปีที่แล้ว +1

    Really you are great coder

  • @megaepicsupergamerplayinggames
    @megaepicsupergamerplayinggames ปีที่แล้ว

    i cant start the game, the start buttons dont work

    • @WiseOwlTutorials
      @WiseOwlTutorials  ปีที่แล้ว

      Just checking that you've done the following to unblock macros support.microsoft.com/en-us/topic/a-potentially-dangerous-macro-has-been-blocked-0952faa0-37e7-4316-b61d-5b5ed6024216
      Also, be aware that it runs terribly in modern versions of Excel! I think Excel 2010 is the optimal version to run it in if you have a copy.

  • @triplecleff
    @triplecleff 10 ปีที่แล้ว +3

    epic video dude

  • @coolwaterdvr
    @coolwaterdvr 10 ปีที่แล้ว +3

    You are awesome!

  • @EcoDev-Solutions
    @EcoDev-Solutions 5 ปีที่แล้ว +1

    Excelente.

  • @tonesbones12
    @tonesbones12 10 ปีที่แล้ว +1

    Tutorial on how to do this please! :D

    • @tonesbones12
      @tonesbones12 10 ปีที่แล้ว +1

      Thanks! I will definitely try and learn this :)

  • @엄멍이
    @엄멍이 7 ปีที่แล้ว +1

    Really thanks!

  • @EcoDev-Solutions
    @EcoDev-Solutions 5 ปีที่แล้ว +1

    Le gustaría ver estas animaciones creadas en Excel. Cuenta con un juego tambien : th-cam.com/video/AJIto6P759E/w-d-xo.html

  • @FieelFlying
    @FieelFlying 6 ปีที่แล้ว

    Whate the fuck mate, this is insaaaaaane

  • @AHMED_ALGERIA
    @AHMED_ALGERIA 11 หลายเดือนก่อน +1

    Estonishing

  • @furryboohole684
    @furryboohole684 10 ปีที่แล้ว +1

    This is unreal

  • @jamgabotero
    @jamgabotero 10 ปีที่แล้ว +1

    awesome! :D how.. how.. how.. how.. tutorial please! :/

  • @seba.d
    @seba.d 8 ปีที่แล้ว +1

    best. i love it.

  • @SheepyIsSleepy
    @SheepyIsSleepy 8 ปีที่แล้ว +1

    I call hax

    • @SheepyIsSleepy
      @SheepyIsSleepy 8 ปีที่แล้ว +1

      ***** i dont think my omputer can run all theese changing cells, it would probably crash :P

    • @SheepyIsSleepy
      @SheepyIsSleepy 8 ปีที่แล้ว +1

      ***** hahaha!