Author Topic: Another hello from ticalc.org  (Read 10450 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: Another hello from ticalc.org
« Reply #15 on: June 18, 2009, 09:56:02 pm »
Well, I have no clue. You left for so long but people always found more and more. Maybe they found your secret hideout?

Also for a while, we had rickroll peanuts :P

Offline TravisE

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 182
  • Rating: +33/-0
    • View Profile
    • ticalc.org
Re: Another hello from ticalc.org
« Reply #16 on: June 18, 2009, 10:05:03 pm »
I'm still hoping to finish the things I have in mind one of these days—I haven't given up on them yet. For most of these I really don't really anything code-wise to show at the moment.

One exception, though, is a TI-89 Skip-Bo game written in C (with TIGCC) which was intended to be a clone of an electronic handheld version that I had many years ago where you play against one to three computer opponents at one of three selectable difficulty levels. If I recall correctly, I had the whole UI (including legal move detection) finished—the main thing missing was the computer player AI, which I hadn't started on. That's where I had left off and haven't worked on it in quite a while. Since I've been releasing all my projects as open-source under the GPL, I've been thinking about possibly releasing this as incomplete source code for now, and perhaps someone might happen to take it and finish it before I ever get around to it. Would anyone be interested in seeing this?
ticalc.org staff member—http://www.ticalc.org/

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: Another hello from ticalc.org
« Reply #17 on: June 18, 2009, 10:33:37 pm »
One day I should really finish The Reign Of Legends 4. Not that it's barely started at all, but I still got the notes in both pc and paper format, wrote the intro and ending and the entire menu engine was done. I doubt I would understand the code a lot, though, since it's 2 years old. And for now, I'm trying to finish Illusiat 13: The Lost Chapter, which is about 85% complete

EDIT: Actually, I think I should make a screenshot

EDIT 2: Finally, I made 3:

« Last Edit: June 19, 2009, 12:18:45 am by DJ Omnimaga »

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Another hello from ticalc.org
« Reply #18 on: June 19, 2009, 12:24:38 am »
wow those are pretty epic looking! I especially like the last one, how did you do that?
/e

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: Another hello from ticalc.org
« Reply #19 on: June 19, 2009, 12:28:02 am »
I used the sprite function (real(1 ) at multiple places on the screen but displayed the content at slightly different X location, so it does some sort of wave effect.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Another hello from ticalc.org
« Reply #20 on: June 19, 2009, 12:29:05 am »
ah, so I'm guessing you saved the screen as a pic first then you called it then you cleared it again?
/e

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: Another hello from ticalc.org
« Reply #21 on: June 19, 2009, 12:30:28 am »
yeah, except I just recalled it chunks by chunks, allowing me to not display everything at the same X location. I think this magic was gonna be used for the Inferno summon

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Another hello from ticalc.org
« Reply #22 on: June 19, 2009, 12:41:42 am »
sweet, I love your animations, they are always so epic. I hope my magic for the blue platform will be comparable
/e

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: Another hello from ticalc.org
« Reply #23 on: June 19, 2009, 01:24:41 am »
Me too ^^

Btw the first screenshot has an error, because the characters got 9999 HP and fewer max hp x.x, it's because I must have edited something in the list manually before going to the menu. The menu was bug-free, from what I remember

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Another hello from ticalc.org
« Reply #24 on: June 19, 2009, 01:27:06 pm »
lol, nice. I'm trying to figure out what magic I am going to use for my game now that I am using Celtic III...maybe I'll borrow that one, if I can get it to work.
/e