Author Topic: Flappy Bird - ClrDraw  (Read 23890 times)

0 Members and 1 Guest are viewing this topic.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Flappy Bird - ClrDraw
« Reply #45 on: February 26, 2014, 10:43:24 pm »
ROFL at that Mario/Peach joke XD, also I am surprised that Boing Boing featured the game considering how few attention other games got there, such as some of the big calc classics. I think only xLIB xLIB Revolution ever got featured there before and even then I was surprised. Maybe that explains why there are so many Flappy Bird clones for calcs lately. :P Congrats, though. :D
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Re: Flappy Bird - ClrDraw
« Reply #46 on: February 28, 2014, 10:52:19 am »
Congrats for getting featured on BoingBoing!
http://boingboing.net/2014/02/24/flappy-bird-demakes.html

Did you make a video of gameplay yet? Put it on Youtube and you'll get famous! :D
Thanks  ;D the number of views went up a bunch with that.
But that's not a bad idea  :) I might do that.

Quote
I think only xLIB xLIB Revolution ever got featured there before and even then I was surprised.
They didn't even feature Portal? Woah  O.O no faith in humanity...
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.

Offline mooinghorse

  • LV0 Newcomer (Next: 5)
  • Posts: 2
  • Rating: +0/-0
    • View Profile
Re: Flappy Bird - ClrDraw
« Reply #47 on: February 28, 2014, 09:56:48 pm »
I put this game on my calculator, and it's great... except for my grades. My only problem is getting out of the program. I hit clear, which totally blanked my screen, then quit (2nd mode) and that got me out of the game, but I got an error message. Is there a better way to quit the program?

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Re: Flappy Bird - ClrDraw
« Reply #48 on: February 28, 2014, 10:13:18 pm »
It did that to you too? I had that happen once and I thought it was just a freak occurrence... I wonder if it has something to do with the double return statement at the end of my code that I was too lazy to fix?

I'm fixing that now just in case, I'll have it uploaded in 5/10 minutes  :)
edit: I think it's fixed now. Let me know if you have any more problems!
« Last Edit: February 28, 2014, 10:25:13 pm by ClrDraw »
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.

Offline Runer112

  • Moderator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: Flappy Bird - ClrDraw
« Reply #49 on: February 28, 2014, 11:37:30 pm »
Note: a double return shouldn't cause this issue (or any really), so if your fix was to remove one, I don't think that actually fixed it. :P
« Last Edit: February 28, 2014, 11:37:50 pm by Runer112 »

Offline mooinghorse

  • LV0 Newcomer (Next: 5)
  • Posts: 2
  • Rating: +0/-0
    • View Profile
Re: Flappy Bird - ClrDraw
« Reply #50 on: March 01, 2014, 09:26:05 am »
I tried re-downloading the program, but I am still having the same problem. Also, the only key (other than clear) that works is the enter key, not the up or 2nd keys as the readme file said.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Flappy Bird - ClrDraw
« Reply #51 on: March 01, 2014, 01:25:06 pm »
Congrats for getting featured on BoingBoing!
http://boingboing.net/2014/02/24/flappy-bird-demakes.html

Did you make a video of gameplay yet? Put it on Youtube and you'll get famous! :D
Thanks  ;D the number of views went up a bunch with that.
But that's not a bad idea  :) I might do that.

Quote
I think only xLIB xLIB Revolution ever got featured there before and even then I was surprised.
They didn't even feature Portal? Woah  O.O no faith in humanity...
Actually, now that you mention it, maybe Portal was too, because it got featured on Reddit and several other news blogs. Omnimaga had like 2900 guests at once for a few hours and averaged at 500 or so for almost a week IIRC.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Re: Flappy Bird - ClrDraw
« Reply #52 on: March 01, 2014, 07:20:33 pm »
Quote
Note: a double return shouldn't cause this issue (or any really), so if your fix was to remove one, I don't think that actually fixed it.  :P
Lol I didn't think so, but IDK what it could be other than that...? I guess I'm gonna have to spend some time going over my code.

Quote
I tried re-downloading the program, but I am still having the same problem. Also, the only key (other than clear) that works is the enter key, not the up or 2nd keys as the readme file said.
Ah, that was only in the original. I changed it now. Let's hope I'm better at fixing readmes than I am my own code ;)

Quote
Actually, now that you mention it, maybe Portal was too, because it got featured on Reddit and several other news blogs. Omnimaga had like 2900 guests at once for a few hours and averaged at 500 or so for almost a week IIRC.
Wow  O.O that's pretty awesome.
« Last Edit: March 01, 2014, 07:26:01 pm by ClrDraw »
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.