Author Topic: [Axe] Tiny Bird, a compact Flappy Bird  (Read 2922 times)

0 Members and 1 Guest are viewing this topic.

Offline Runer112

  • Moderator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
[Axe] Tiny Bird, a compact Flappy Bird
« on: March 16, 2014, 07:12:34 pm »
Since every Axe coder and their grandmothers were making Flappy Bird clones, I decided I should get mine out of the way. Naturally, I had to try to make a very optimized version. So I present to you a complete implementation of Flappy Bird, weighing in at a fairly petite 647 bytes! (when compiled for Ion)





Partially because I'm lazy, and partially because I knew it was already a good, working implementation, I started with a compact Flappy Bird implementation that Matrefeytontias was kind enough to let me steal borrow. That weighed in at 898 bytes and didn't have scoring, so I'm pretty happy with myself for managing to cut out 250 bytes while also adding scoring. That said, I think Matrefeytontias created graphics and coded his whole version from scratch in just over half an hour, which is very impressive. My adjustments took about an hour and a half.


Source and compiled programs attached.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: [Axe] Tiny Bird, a compact Flappy Bird
« Reply #1 on: March 16, 2014, 07:17:04 pm »
Nice and small :D

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Re: [Axe] Tiny Bird, a compact Flappy Bird
« Reply #2 on: March 16, 2014, 08:28:00 pm »
Wow  O.O  tiny.
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.

Offline JWinslow23

  • Coder Of Tomorrow
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 556
  • Rating: +43/-6
  • I make quality calculator games...when I have time
    • View Profile
Re: [Axe] Tiny Bird, a compact Flappy Bird
« Reply #3 on: March 16, 2014, 08:30:19 pm »
No highscores. :P
Did you know that "Ammonia Gas" rearranged is "As Omnimaga"?
Click here for the only set of games you'll ever need
= ?

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: [Axe] Tiny Bird, a compact Flappy Bird
« Reply #4 on: March 17, 2014, 01:44:27 am »
Yup that's pretty small. :D Nice job as always Runer.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: [Axe] Tiny Bird, a compact Flappy Bird
« Reply #5 on: March 17, 2014, 01:30:48 pm »
Smaller than 0 bytes *.*

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Re: [Axe] Tiny Bird, a compact Flappy Bird
« Reply #6 on: March 17, 2014, 10:51:01 pm »
An amazing -1 bytes! Oh wait, that means 65535 bytes
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.