Author Topic: Homescreen Game Pack  (Read 67972 times)

0 Members and 1 Guest are viewing this topic.

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Homescreen Game Pack
« Reply #225 on: March 21, 2011, 03:53:42 pm »
I'm glad this is in "our projects," ztrumpet.  I'm going to put a link to this on the main page
Thanks. :D  You know, someday I'm going to have to figure out how to do that myself. ;)

As for the error Meishe mentioned on Jump, I have found it and am currently figuring out a fix. :)

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Homescreen Game Pack
« Reply #226 on: March 21, 2011, 04:34:51 pm »
Where is it happening? I could possibly shed some light on it or help fix it. Which game is it in again? Jumper or Falldown?
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Homescreen Game Pack
« Reply #227 on: March 21, 2011, 05:16:08 pm »
Jumper.  It's messing with the sub() statement, as sometimes the .1 to mark the spike gets increased to a .2, and so forth, causing an error when it does that 10 times, and reaches the next number.  A simple min() statement would fix that, but I'm trying to figure out why it's happening.  I think it has something to do with the cumSum and DeltaList line, but I'm not sure why.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Homescreen Game Pack
« Reply #228 on: March 21, 2011, 05:33:28 pm »
Hmmm, okay, that's odd. Is .2 even being used as a check for something?
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Homescreen Game Pack
« Reply #229 on: March 21, 2011, 06:22:27 pm »
Hmmm, okay, that's odd. Is .2 even being used as a check for something?
No, but the not(not( statement fixes this unless it happens 10 times, where it no longer "catches" the error.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Homescreen Game Pack
« Reply #230 on: March 22, 2011, 01:27:50 pm »
Isn't there a statement that just adds 0.1 to the number? Isn't that how I assign the number a spike? Would it fix it if there was a (fPart(L1(A))≠.1) type of thing there?
« Last Edit: March 22, 2011, 05:01:45 pm by meishe91 »
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Homescreen Game Pack
« Reply #231 on: March 22, 2011, 05:42:59 pm »
Oh, I got it.
I failed at optimizing. :P  I had Ans(8) instead of Ans(7). :P
Thanks for the games! :D
« Last Edit: March 22, 2011, 05:43:21 pm by ztrumpet »

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Homescreen Game Pack
« Reply #232 on: March 22, 2011, 09:07:37 pm »
Wait, what? I'm confused :P
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Homescreen Game Pack
« Reply #233 on: March 22, 2011, 09:08:31 pm »
I think I was the one who introduced the error, as I don't see anything wrong with either of them now. :)

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Homescreen Game Pack
« Reply #234 on: March 22, 2011, 09:55:56 pm »
Oh okay. So just a typo while optimizing?
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Homescreen Game Pack
« Reply #235 on: March 22, 2011, 10:01:44 pm »
So just a typo while optimizing?
I believe so.  I'll let you know if I see anything else. :)  Thanks! ;D

Offline program4

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 158
  • Rating: +15/-0
    • View Profile
Re: Homescreen Game Pack
« Reply #236 on: April 02, 2011, 03:51:58 pm »
Is this still being worked on? I can't wait for the next release!  :P

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Homescreen Game Pack
« Reply #237 on: April 09, 2011, 10:46:20 pm »
Yup, I'm just a little behind in programing, due to lack of motivation and time. :-\

I'm making a Lights Out game right now. :D

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Homescreen Game Pack
« Reply #238 on: April 09, 2011, 10:47:14 pm »
hehe, just downloaded it :D I am putting it on my actual calc, not an emulator 'cause I am sure I will love this XD

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Homescreen Game Pack
« Reply #239 on: April 10, 2011, 11:40:24 am »
So...
I made a Lights Out game, but it's a little big.  Should I still include it, even though it's 422 bytes?
« Last Edit: April 10, 2011, 11:41:10 am by ztrumpet »