Author Topic: xLib Version of ARMY?  (Read 3806 times)

0 Members and 1 Guest are viewing this topic.

Offline Raylin

  • Godslayer
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1392
  • Rating: +83/-25
  • I am a certifiable squirrel ninja.
    • View Profile
    • Ray M. Perry
xLib Version of ARMY?
« on: May 26, 2010, 09:17:12 pm »
Since Axe is still morphing and geometry drawing looks far off, should I just make an xLib version of the game?
With the exceptions of the battles...?
Bug me about my book.

Sarah: TI-83 Plus Silver Edition [OS 1.19]
Cassie: TI-86 [OS 1.XX]
Elizabeth: TI-81 [OS 1.XX]
Jehuty: TI-83 Plus Silver Edition [OS 1.19]
Tesla: CASIO Prizm







Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: xLib Version of ARMY?
« Reply #1 on: May 26, 2010, 09:26:08 pm »
Mhmm, I am not sure yet. I think the drawshape commands will not be added for a while, since I think new commands will not be added a lot when contest starts (except some minor stuff). Maybe you could attempt an axe version anyway or do an hybrid of both BASIC and ASM? For menus I think xLIB or Celtic III might be a better solution for space
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: xLib Version of ARMY?
« Reply #2 on: May 26, 2010, 09:27:02 pm »
you could always write your own geometry drawing lib if you need it that bad.  It cant be too hard since we have line drawing right?  

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: xLib Version of ARMY?
« Reply #3 on: May 26, 2010, 09:30:23 pm »
Oh wait right he could just make a rectangle routine (filled/not filled) as a sub routine and just call it with Sub() when needed. He would just store 4 coordinates before calling the routine
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Raylin

  • Godslayer
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1392
  • Rating: +83/-25
  • I am a certifiable squirrel ninja.
    • View Profile
    • Ray M. Perry
Re: xLib Version of ARMY?
« Reply #4 on: May 26, 2010, 09:48:39 pm »
Oh for real?

*Raylin didn't know you could do that.

Explain the libs though.
« Last Edit: May 26, 2010, 09:49:30 pm by Raylin »
Bug me about my book.

Sarah: TI-83 Plus Silver Edition [OS 1.19]
Cassie: TI-86 [OS 1.XX]
Elizabeth: TI-81 [OS 1.XX]
Jehuty: TI-83 Plus Silver Edition [OS 1.19]
Tesla: CASIO Prizm







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: xLib Version of ARMY?
« Reply #5 on: May 26, 2010, 09:57:36 pm »
you could always write your own geometry drawing lib if you need it that bad.  It cant be too hard since we have line drawing right? 
He's saying you could have a bunch of different sub routines at the end that could be called to draw the different shapes. :) (Am I right?)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: xLib Version of ARMY?
« Reply #6 on: May 26, 2010, 10:02:34 pm »
First, you need to eat people. Primary step to make the lib run. Else, ERR:LOLI occurs then pressing PRGM causes a RAM Clear.

Secondly,

Code: [Select]
x1->A
x2->B
y1->C
y2->D
Sub(SQ)

Code: [Select]
Lbl SQ
Line(A,C,A,D
Line(A,D,B,D
Line(B,D,B,C
Line(B,C,A,C
DispGraph
Return

I tested it on my TI-Nspire and it seems to work.

THis should draw a rectangle.

There might be more efficient ways to do this, though, but this is the first idea I had in my mind.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Raylin

  • Godslayer
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1392
  • Rating: +83/-25
  • I am a certifiable squirrel ninja.
    • View Profile
    • Ray M. Perry
Re: xLib Version of ARMY?
« Reply #7 on: October 25, 2010, 03:48:24 pm »
I guess ARMY isn't going to happen for a while... But, I'll entertain you with something soon.
What is it, you ask?

Well... read the topic title.
Bug me about my book.

Sarah: TI-83 Plus Silver Edition [OS 1.19]
Cassie: TI-86 [OS 1.XX]
Elizabeth: TI-81 [OS 1.XX]
Jehuty: TI-83 Plus Silver Edition [OS 1.19]
Tesla: CASIO Prizm







Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: xLib Version of ARMY?
« Reply #8 on: October 25, 2010, 04:15:56 pm »
Seriously, Raylin, this is a game I'm looking forward to.  If an Xlib version of Army will help you to get it done, I'm all for it :D

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: xLib Version of ARMY?
« Reply #9 on: October 25, 2010, 04:17:46 pm »
I guess ARMY isn't going to happen for a while... But, I'll entertain you with something soon.
What is it, you ask?

Well... read the topic title.
Sorry to hear. :(

I hope it gets done eventually.

By title do you mean the xLIB version of ARMY?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: xLib Version of ARMY?
« Reply #10 on: February 21, 2011, 03:01:02 pm »
* DJ_O wonders if Raylin could take advantage of DCS mouse routine for this (assuming the game is turn-based) or maybe do a Correlation version in the future...
* DJ_O sets Raylin a deadline of 1 hour after he sees this post so he finishes ARMY in one hour. :P (since he did that with another game before :P)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)