Author Topic: Hey, what's up?  (Read 3607 times)

0 Members and 1 Guest are viewing this topic.

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
Hey, what's up?
« on: November 23, 2013, 08:41:03 pm »
Hello!

I am an intermediate TI-BASIC programmer, hoping to learn Axe (I have the syntax guide at hand). You have probably seen my Cookie Clicker thread, my Shutdown game, and my recent Candy Wars game. I hope to learn more advanced techniques. I also have a small 500-byte Mastermind program (doesn't use Input, uses keypresses). Code coming soon!
Did you know that "Ammonia Gas" rearranged is "As Omnimaga"?
Click here for the only set of games you'll ever need
= ?

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: Hey, what's up?
« Reply #1 on: November 23, 2013, 08:45:31 pm »
Welcome in here! Have some peanuts!

!peanuts

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline AssemblyBandit

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 374
  • Rating: +60/-1
  • ~AssemblyBandit~
    • View Profile
    • briandm82.com
Re: Hey, what's up?
« Reply #2 on: November 23, 2013, 09:49:25 pm »
Hi JWinslow23! Axe is awesome, although I can't program in BASIC or AXE!

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Re: Hey, what's up?
« Reply #3 on: November 23, 2013, 09:59:17 pm »
Welcome JWinslow23! I definitely recommend Axe if you like games. It's similar to basic so it shouldn't be too hard for you.
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.

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: Hey, what's up?
« Reply #4 on: November 24, 2013, 02:50:06 am »
Yay, Axe is a lot of fun!
Anyways, have some more peanuts:
!peanuts

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

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: Hey, what's up?
« Reply #5 on: November 24, 2013, 11:10:25 am »
Thanks for the peanuts?

I only have a Langton's Ant in Axe, but I am hoping to learn how to move sprites, and backgrounds.

Also, AssemblyBandit, I know now why you aren't named AxeBandit or BASICBandit.  :w00t:
Did you know that "Ammonia Gas" rearranged is "As Omnimaga"?
Click here for the only set of games you'll ever need
= ?

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: Hey, what's up?
« Reply #6 on: November 24, 2013, 11:11:02 am »
Thanks for the peanuts?
It is a omnimaga tradition to hand out peanuts to a new person :P

Have some more:

!peanuts

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: Hey, what's up?
« Reply #7 on: November 24, 2013, 12:40:38 pm »
Moving sprites in Axe is just like moving lines or shapes in basic: just draw it on a variable.

Example (-> is the sto arrow; also this can be optimized I just wrote it like this so it looks very similar to basic)
Code: [Select]
0->A
0->B
[FFFFFFFFFFFFFFFF]->Pic1
Repeat A = 88
ClrDraw
PtOn(A,B,Pic1)
A+1->A
B+1->B
DispGraph
Pause 50
End
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: Hey, what's up?
« Reply #8 on: November 24, 2013, 02:08:00 pm »
Peanuts are a "tradition", huh? Like the "tradition" on 4chan where if you dare speak the name CandleJack, you di
Did you know that "Ammonia Gas" rearranged is "As Omnimaga"?
Click here for the only set of games you'll ever need
= ?

Offline Legimet

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +29/-0
    • View Profile
Re: Hey, what's up?
« Reply #9 on: November 24, 2013, 03:42:09 pm »
Have some more peanuts:

!peanuts

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: Hey, what's up?
« Reply #10 on: November 24, 2013, 04:06:21 pm »
Oh, good, give me more peanuts! It's not like I have anything better to do than to eat peanuts all day, and I don't have anything important to do, like actual programming!  <_<

Sorry, too many peanuts. Also, take a look at my Mastermind thread!
« Last Edit: November 24, 2013, 04:07:34 pm by JWinslow23 »
Did you know that "Ammonia Gas" rearranged is "As Omnimaga"?
Click here for the only set of games you'll ever need
= ?