Author Topic: Your Projects - Post and Critique  (Read 102416 times)

0 Members and 1 Guest are viewing this topic.

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: Your Projects - Post and Critique
« Reply #195 on: May 25, 2010, 10:23:07 pm »
I think it compiles for 0.0.4, right? I haven't tried it in ages

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: Your Projects - Post and Critique
« Reply #196 on: May 25, 2010, 10:23:54 pm »
I think it was for 0.0.5. ;D
You can still run prgmLOL to play it... :D

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: Your Projects - Post and Critique
« Reply #197 on: May 25, 2010, 10:24:56 pm »
true.

Btw it would be nice if all staff rewrote their old projects from Axe 0.0.x to newer versions with maybe a simple title screen so maybe I could add them to archives as some sort of Axe classic game pack ^^

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: Your Projects - Post and Critique
« Reply #198 on: May 25, 2010, 10:25:49 pm »
I should do that!  great idea! :D
Guess what I'm doing when I get the time... ;D
« Last Edit: May 25, 2010, 10:26:02 pm by ztrumpet »

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: Your Projects - Post and Critique
« Reply #199 on: May 25, 2010, 10:36:02 pm »
Lol

Don't forget your other game too ^^


Btw I updated Axe Tunnel to 0.2.5, saving a few bytes, but I will prbly lose them again in another update cuz I forgot to make the grayscale command running at 6 MHz (which could cause glitches on real 15 MHz hardware)

Offline guy6020665

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 481
  • Rating: +7/-1
    • View Profile
Re: Your Projects - Post and Critique
« Reply #200 on: May 26, 2010, 09:48:19 am »
I managed to get my papi jump program working

im kindof at school now but ill upload when i can

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: Your Projects - Post and Critique
« Reply #201 on: May 26, 2010, 12:15:09 pm »
Ok cool :D

Now that you got 5 posts it *should* work. If it doesn't then it may be your internet browser, firewall or computer, though. Just make sure you do nothing else while uploading, such as watching Youtube videos.

Otherwise, if uploading on the forums fails, then there is http://www.mediafire.com

Offline guy6020665

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 481
  • Rating: +7/-1
    • View Profile
Re: Your Projects - Post and Critique
« Reply #202 on: May 26, 2010, 07:37:29 pm »
ok here's the program and source

PAPISRC-Source

PAPIJUMP-Game

im trying to get the score to display at the bottom of the screen if any1 could add that or optimize the code, it would be very much appreciated.
(I would also like responses plz!)

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: Your Projects - Post and Critique
« Reply #203 on: May 26, 2010, 08:12:40 pm »
I like it :D

It can be quite addicting for a while. Also this one is vertical instead of horizontal so it can be easier to play. I don't know if I will have time to check the code for a while but I'm glad to see new people interested in calc programming and that language

I am attaching a screenshot of the game (at 9 fps. Game runs much smoother than in the screenshot)

Offline guy6020665

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 481
  • Rating: +7/-1
    • View Profile
Re: Your Projects - Post and Critique
« Reply #204 on: May 26, 2010, 08:17:47 pm »
I like it :D

It can be quite addicting for a while. Also this one is vertical instead of horizontal so it can be easier to play. I don't know if I will have time to check the code for a while but I'm glad to see new people interested in calc programming and that language

I am attaching a screenshot of the game (at 9 fps. Game runs much smoother than in the screenshot)

Glad you like it, after you told me how to shift the screen I added it to the program but Axe cleared Ram so I had to start over.

Did it in Stats class in about an hour

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: Your Projects - Post and Critique
« Reply #205 on: May 26, 2010, 08:31:18 pm »
Oh yeah I hate RAM clears x.x

They're a big part of programming in TI-BASIC when using ASM lib helpers, when programming Axe on calc and ASM on calc, unfortunately, because ASM programs have no error checks during execution most of the time, so if you do something wrong, you can screw things up, causing an eventual RAM clear.

Nice to see how fast people can write Axe programs

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: Your Projects - Post and Critique
« Reply #206 on: May 26, 2010, 08:39:05 pm »
Nice!  I agree, scrolling horizontally is better than holding the calc sideways. :D Besides, mine was way too touchy anyway. ;D
Great job! :)

Offline guy6020665

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 481
  • Rating: +7/-1
    • View Profile
Re: Your Projects - Post and Critique
« Reply #207 on: May 26, 2010, 08:54:19 pm »
Nice!  I agree, scrolling horizontally is better than holding the calc sideways. :D Besides, mine was way too touchy anyway. ;D
Great job! :)

Thank you very much, feels great to know that even with my only programming knowledge is Ti-Basic, I can make decent programs with Axe.
Thanks to ztrumpet for the praise and thanks to Quigibo for Axe!

Anyone notice my using the smiley for the ball?
« Last Edit: May 26, 2010, 08:57:20 pm by guy6020665 »

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: Your Projects - Post and Critique
« Reply #208 on: May 26, 2010, 08:58:46 pm »
Yeah I liked that :D

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: Your Projects - Post and Critique
« Reply #209 on: May 26, 2010, 08:59:42 pm »
Yeah I liked that :D
Me too.  It looks really nice. :)