Author Topic: Fluent Ti-Basic Programmer wanted  (Read 26995 times)

0 Members and 1 Guest are viewing this topic.

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Fluent Ti-Basic Programmer wanted
« Reply #15 on: November 13, 2010, 08:54:04 pm »
I was actually planning on modifying my homescreen Battleship game to use better graphics with this :P

Awesome!  That would be wicked!  And there wouldn't be much you would have to do, since you can still use Output() and what not

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Fluent Ti-Basic Programmer wanted
« Reply #16 on: November 13, 2010, 08:55:03 pm »
I've had a lot of test requests, so I'll definitely let people who want to test it test it, include Qwerty, FinaleTI, meishe91 and yunhua.  The only thing I ask is that you provide quality screenshots of working programs so that people will see it on ticalc.org and think "I want it I want it I want it!"  And you will be credited for your work.

I will need at least one person willing to test the small font.

I will test anything, but as for screenies, I can't guarentee them unless the deadline, or if I get the testing prgrams by tomorrow.

What deadline?  The project is still under construction

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: Fluent Ti-Basic Programmer wanted
« Reply #17 on: November 13, 2010, 08:56:06 pm »
hmm...  Ztrumpet, do you mind if I modify your minesweeper in HGP?  that would be EPIC.  ;)

I've had a lot of test requests, so I'll definitely let people who want to test it test it, include Qwerty, FinaleTI, meishe91 and yunhua.  The only thing I ask is that you provide quality screenshots of working programs so that people will see it on ticalc.org and think "I want it I want it I want it!"  And you will be credited for your work.

I will need at least one person willing to test the small font.

I will test anything, but as for screenies, I can't guarentee them unless the deadline, or if I get the testing prgrams by tomorrow.

What deadline?  The project is still under construction
oops, I meant the deadline for the screenies.  ;)
« Last Edit: November 13, 2010, 08:56:44 pm by yunhua98 »

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Fluent Ti-Basic Programmer wanted
« Reply #18 on: November 13, 2010, 08:56:18 pm »
Ya, I was going to do that and then just make a basic graphscreen walk around thing if I have time. Is the basic use of this is that you call the program at the beginning of the program and then it replaces the characters that you chose with fonts you create? I fell behind in some of the topics in case you've already answered that :P
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline MRide

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 711
  • Rating: +14/-0
  • You can't see this.
    • View Profile
Re: Fluent Ti-Basic Programmer wanted
« Reply #19 on: November 13, 2010, 08:57:41 pm »
Does it need to be an actual game, or just a showy demo-thing?

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Fluent Ti-Basic Programmer wanted
« Reply #20 on: November 13, 2010, 09:01:45 pm »
Does it need to be an actual game, or just a showy demo-thing?

Just a show-off demo

Is the basic use of this is that you call the program at the beginning of the program and then it replaces the characters that you chose with fonts you create? I fell behind in some of the topics in case you've already answered that :P

You run Asm(pgrmCORELATE) at the beginning of your Ti-Basic program, and at the end of it.  You use Select() to select your font, and from that point on, Output() and/or Text() will use the font.  You can continue to use this font, or turn it off by using LabelOff, after which you can use normal Ti-83+ fonts again.  (LabelOn returns to your custom font).

The biggest advantage to this program is fonts will display a lot faster than the normal Ti-83+ font routines.

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: Fluent Ti-Basic Programmer wanted
« Reply #21 on: November 13, 2010, 09:02:52 pm »
what would we use for Select(?

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Fluent Ti-Basic Programmer wanted
« Reply #22 on: November 13, 2010, 09:03:29 pm »
Ok, thanks :)

what would we use for Select(?

What do you mean?
« Last Edit: November 13, 2010, 09:04:07 pm by meishe91 »
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline MRide

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 711
  • Rating: +14/-0
  • You can't see this.
    • View Profile
Re: Fluent Ti-Basic Programmer wanted
« Reply #23 on: November 13, 2010, 09:03:37 pm »
Ok, cool.  I'll think of something.
I'm sure I've got an old TI-BASIC game attempt around here somewhere....

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Fluent Ti-Basic Programmer wanted
« Reply #24 on: November 13, 2010, 09:04:30 pm »
So something with TI-OS font.(which won't actually be TI-OS font, but...)
Okay.  I can go with that.

Just please, don't do something like a 10-minute-to-code project!  By testing, you're aggreing to show people something they'll drool for

Can you store the characters to strings? If so, I think I have an idea.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: Fluent Ti-Basic Programmer wanted
« Reply #25 on: November 13, 2010, 09:07:34 pm »
is it possible to use several different fonts at once?  :D

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Fluent Ti-Basic Programmer wanted
« Reply #26 on: November 13, 2010, 09:20:11 pm »
what would we use for Select(?

is it possible to use several different fonts at once?

Select is in the Ti-83+ catalog.  You don't see it used often.

You can use several fonts in a Ti-Basic program, but you can only work with one font at a time.  You can't, for instance, use the "A" in one font combined with the "B" in another font.

Can you store the characters to strings? If so, I think I have an idea.

You can use Str1, Str2, Str3, etc. to store strings to display, such as Output(1,1, Str1).  But if you mean modifying the font inside of your program, no, you can't do that.

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: Fluent Ti-Basic Programmer wanted
« Reply #27 on: November 13, 2010, 09:24:07 pm »
May I use this?
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

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Fluent Ti-Basic Programmer wanted
« Reply #28 on: November 13, 2010, 09:26:04 pm »
May I use this?

To test?  Certainly!  But of course, everyone will be able to use it once it's ready

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Fluent Ti-Basic Programmer wanted
« Reply #29 on: November 13, 2010, 09:26:48 pm »
Can you store the characters to strings? If so, I think I have an idea.

You can use Str1, Str2, Str3, etc. to store strings to display, such as Output(1,1, Str1).  But if you mean modifying the font inside of your program, no, you can't do that.

So you can't store one of the font characters to the string and then display it?
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ