Author Topic: [Axe] Towers (or some other name)  (Read 6165 times)

0 Members and 1 Guest are viewing this topic.

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Re: [Axe] Towers (or some other name)
« Reply #15 on: May 15, 2014, 07:36:00 pm »
Nah it was axe. But haha, I guess :P
Best of luck ordelore, I look forwards to playing the finished product
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] Towers (or some other name)
« Reply #16 on: May 16, 2014, 01:42:23 pm »
Nah it was axe. But haha, I guess :P
Best of luck ordelore, I look forwards to playing the finished product
Wait...you said you wouldn't do grayscale in that game because it would be "too hard"...well, simply using DispGraph^^r^^r is easy enough, right? :P
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: [Axe] Towers (or some other name)
« Reply #17 on: May 16, 2014, 04:37:14 pm »
Also, GrayLib makes things very easy :)

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] Towers (or some other name)
« Reply #18 on: May 16, 2014, 06:23:34 pm »
Quote
Wait...you said you wouldn't do grayscale in that game because it would be "too hard"...well, simply using DispGraph^^r^^r is easy enough, right? :P
Call me crazy, but I'm just not a big fan of how grayscale looks on a calc.

Quote
Also, GrayLib makes things very easy :)
Thanks for the advice :)
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.

Offline ordelore

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 168
  • Rating: +7/-0
  • Genius and Friend
    • View Profile
    • ordelore8x
Re: [Axe] Towers (or some other name)
« Reply #19 on: May 28, 2014, 04:26:53 pm »
I've been working on this project, however sporadically. Finals are not fun. :|
Anyone know a good way to store data for my tilemaps in different levels? I originally used one big tilemap, but it got too painful when I decided to check for the value of a specific section of the tilemap. However, Axe does not recognize GDB2 as a token. Is that a bug report or an understood problem?
I am a friend.
I mine Bitcoins.

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] Towers (or some other name)
« Reply #20 on: May 28, 2014, 04:43:46 pm »
I've been working on this project, however sporadically. Finals are not fun. :|
Anyone know a good way to store data for my tilemaps in different levels? I originally used one big tilemap, but it got too painful when I decided to check for the value of a specific section of the tilemap. However, Axe does not recognize GDB2 as a token. Is that a bug report or an understood problem?
1. Tilemap? You mean, level layout, or sprites? Use Pics for sprites, and L1 for the other one. You are able to use 768 (or so) bytes from L1, and that's more than you probably need.
2. That's a bug. GDB2, as well as all GDBs, can be used for storage. These are data that is part of the program, though, so data put there will "save". Also, don't edit farther than you need to from any GDB, you may get a RAM clear.
Did you know that "Ammonia Gas" rearranged is "As Omnimaga"?
Click here for the only set of games you'll ever need
= ?

Offline ordelore

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 168
  • Rating: +7/-0
  • Genius and Friend
    • View Profile
    • ordelore8x
Re: [Axe] Towers (or some other name)
« Reply #21 on: November 01, 2014, 03:08:59 pm »
After a badly timed full calculator clear, I have proceeded to remake this game. Look forward for screenies!
I am a friend.
I mine Bitcoins.

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] Towers (or some other name)
« Reply #22 on: November 02, 2014, 11:19:15 pm »
Sorry to hear about the RAM clear. Good luck remaking this and be careful next time! :)
Dream of Omnimaga

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] Towers (or some other name)
« Reply #23 on: November 03, 2014, 08:02:37 am »
In the future back up your progress often :P

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