Shoot The Bird

Gijs ter Beek has created a 3-D Excel game that you can download. There’s a bird flying around and you shoot it. You get 41 shots and 1 point per hit (the bird doesn’t die).

I’ve seen some pretty cool stuff made in Excel, but I think this tops them all. You have to see this to believe it.

There are a lot of warnings, as you’ll see if you download it, because it’s experimental. I had no problems on Win XP Pro and XL 2000. I didn’t see any error handling in the code, however, so if something goes wrong, you may have to reset your toolbars, etc.

Furthermore, she asks:

Please comment it or publish it on your log to have it commented. Furthermore i’d be interested in cool game story lines that involve immortal birds and beautiful sunsets.

So posts your comments here or email them to me, if you like.

7 Comments

  1. vkd says:

    Doesn’t seem to work on my machine. How do I get my menues back after it exited badly?

  2. vkd says:

    Never Mind, This did the trick

    With Application
    .CommandBars(”Full Screen”).Visible = True
    .DisplayFullScreen = False
    .CommandBars(1).Enabled = True
    End With

  3. kevboy says:

    I’m not able to get to the website — is there a typo, or is it down?

  4. Dick says:

    kevboy: It works okay for me. I doubt a post on my blog would overload any server, so that’s probably not it.

  5. John Denver eats babies says:

    How many dead babies does it take to paint a house?

    Well it depends how hard you throw them…

    I would rate this game, but i CAN’T FIND A BIG BUTTON THAT SAYS DOWNLOAD!!!!

  6. John Denver eats babies says:

    Broken link…

Posting code or formulas in your comment? Use <code> tags!

  • <code lang="vb">Block of code goes here</code>
  • <code lang="vb" inline="true">Inline code goes here</code>
  • <code>Formula goes here</code>

Leave a Reply