This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's Your Projects subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. Project Ideas/Start New Projects => Your Projects
Author Message
trigkid213


Member


Joined: 30 Mar 2006
Posts: 208

Posted: 16 May 2006 02:15:35 pm    Post subject:

I've been going to this site by my school's computers because I don't have internet. Once school gets out in about a week, I might not be able to get on until next school year. I'd like to work on a MASSIVE, challenging basic project that will last me most of the summer. Does anyone have any ideas? Rolling Eyes
Back to top
kalan_vod


Advanced Member


Joined: 04 Sep 2005
Posts: 446

Posted: 16 May 2006 02:38:48 pm    Post subject:

You could always make a RPG, and if you wanted to you could go to the public library for the Internet Razz. And with the RPG, you could use xLIB.
Back to top
trigkid213


Member


Joined: 30 Mar 2006
Posts: 208

Posted: 16 May 2006 02:45:49 pm    Post subject:

I'd prefer pure Basic, but I'll consider using xLIB.
Back to top
WikiGuru
ADOS (Attention deficit... Oh! Shiny!)


Elite


Joined: 15 Sep 2005
Posts: 923

Posted: 16 May 2006 04:12:59 pm    Post subject:

You could make an RPG using the technique that is used in Age of Culture (it doesn't require any asm libs, I think).

Just make sure you don't get in trouble with it's makers (I'm unfortunately not part of it's making)
Back to top
SilverCalcKnight
|_


Active Member


Joined: 15 Nov 2005
Posts: 577

Posted: 16 May 2006 04:38:56 pm    Post subject:

Age of Culture is made by lolje... it has no libs, but I suggest you pm him before you use his routines. I'm not sure he'd mind, but it wouldn't hurt to check.
Back to top
trigkid213


Member


Joined: 30 Mar 2006
Posts: 208

Posted: 17 May 2006 07:30:02 am    Post subject:

Thanks. Game programming is fun, but it's not very rewarding in Basic. xLIB takes care of graphics speed, but not the game speed. I'll probably end up doing an RPG anyway. Anyone have a non-game idea?
Back to top
LolBbq


Advanced Member


Joined: 08 Apr 2006
Posts: 351

Posted: 17 May 2006 05:17:12 pm    Post subject:

I would like to see a program that simplifies radical expressions. =O or has that already been made?

Last edited by Guest on 17 May 2006 05:18:10 pm; edited 1 time in total
Back to top
Cure


Active Member


Joined: 11 Apr 2006
Posts: 739

Posted: 17 May 2006 05:49:52 pm    Post subject:

I'm always up for an RTS. Or better yet, turn-based strategie, i.e. Civiliazation 4. Also a game similar to Battle For Middle Earth II or Galactic Civilizations II: The Dread Lords would also be awsome.
Back to top
Sage Orator


Advanced Member


Joined: 23 Apr 2006
Posts: 337

Posted: 17 May 2006 07:13:53 pm    Post subject:

LolBbq wrote:
I would like to see a program that simplifies radical expressions. =O or has that already been made?
[post="79545"]<{POST_SNAPBACK}>[/post]

I am almost positive that there are a couple of them on the ticalc archives.
Back to top
trigkid213


Member


Joined: 30 Mar 2006
Posts: 208

Posted: 18 May 2006 07:42:22 am    Post subject:

LolBbq wrote:
I would like to see a program that simplifies radical expressions. =O or has that already been made?
[post="79545"]<{POST_SNAPBACK}>[/post]



Code:
:Disp "Simplifies A√(B)
:Prompt A,B
:2->N
:While N<√(B
:B/N²->T
:If not(fPart(T
:Then
:AN->A
:T->B
:1->N
:End
:N+1->N
:End
:Disp A,"√(",B


Darn, it didn't take the whole summer. :biggrin:


Last edited by Guest on 18 May 2006 07:45:23 am; edited 1 time in total
Back to top
programmer_to_be
Jesus is my Lord and Saviour.


Elite


Joined: 07 Feb 2006
Posts: 755

Posted: 18 May 2006 11:49:21 am    Post subject:

LolBbq wrote:
I would like to see a program that simplifies radical expressions. =O or has that already been made?
[post="79545"]<{POST_SNAPBACK}>[/post]



Download OmniCalc to your calculator. Then press PRGM twice and look in the center section. There is a simplifier.

EDIT: I also want an idea for a project for the summer.


Last edited by Guest on 18 May 2006 11:50:12 am; edited 1 time in total
Back to top
tr1p1ea


Elite


Joined: 03 Aug 2003
Posts: 870

Posted: 18 May 2006 01:37:43 pm    Post subject:

You want a summer long project? How about learning Asm Smile.
Back to top
trigkid213


Member


Joined: 30 Mar 2006
Posts: 208

Posted: 18 May 2006 01:41:49 pm    Post subject:

tr1p1ea wrote:
You want a summer long project? How about learning Asm Smile.
[post="79651"]<{POST_SNAPBACK}>[/post]

I'm working on it, but I still can't upload a ROM image. I guess I'll have to order a serial cable from TI. Also, since I probably won't be around a computer for most of the summer, it would be nice to have an on-calc coding project to work on.
Back to top
Weregoose
Authentic INTJ


Super Elite (Last Title)


Joined: 25 Nov 2004
Posts: 3976

Posted: 18 May 2006 03:12:21 pm    Post subject:

LolBbq wrote:
I would like to see a program that simplifies radical expressions. =O or has that already been made?
Yup.

Last edited by Guest on 18 May 2006 03:13:01 pm; edited 1 time in total
Back to top
Lyricalwolf


Advanced Newbie


Joined: 21 Apr 2006
Posts: 90

Posted: 18 May 2006 03:21:35 pm    Post subject:

I think you should definitely try to learn asm.
trigkid213 wrote:
Also, since I probably won't be around a computer for most of the summer, it would be nice to have an on-calc coding project to work on.

man that sucks... Do you have any money to buy a comp? A computer is one of the best investments in this world right now.. if u dont have any money ask your parents for one for your B-day or something haha Cool
Back to top
trigkid213


Member


Joined: 30 Mar 2006
Posts: 208

Posted: 22 May 2006 01:45:18 pm    Post subject:

I have a computer, just not internet (parent's choice Mad ). Anyway, I won't even be home most of the summer, but I will be on long car trips where I'll have plenty of time to code.
Back to top
Weregoose
Authentic INTJ


Super Elite (Last Title)


Joined: 25 Nov 2004
Posts: 3976

Posted: 22 May 2006 04:18:11 pm    Post subject:

Be sure to take plenty of batteries. Smile
Back to top
negativezero48


Advanced Newbie


Joined: 21 May 2006
Posts: 86

Posted: 24 May 2006 04:05:09 pm    Post subject:

heres what i was thinking of doing. Order your next years math textbook and read through it. Then make a program that will cover all of the years objectives and show work for all problems (it sounds hard but it can be done). Then you can sell it to all of your friends and make $$.


Oh yeah [edited] try to sneak a phone cable up to your room and use dialup.[/edit]


Last edited by Guest on 24 May 2006 04:06:31 pm; edited 1 time in total
Back to top
SilverCalcKnight
|_


Active Member


Joined: 15 Nov 2005
Posts: 577

Posted: 24 May 2006 04:46:14 pm    Post subject:

Two words: Hori shmup.
Back to top
trigkid213


Member


Joined: 30 Mar 2006
Posts: 208

Posted: 26 May 2006 12:46:10 pm    Post subject:

This is probably my last post for a while; I'm leaving tomorrow morning. I just got an 89, so I'll probably spend a while mastering it. I'm also supposed to read this huge book about Fourier Analysis, so between the two I'll have my hands full.
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page 1, 2  Next
» View previous topic :: View next topic  
Page 1 of 2 » All times are UTC - 5 Hours

 

Advertisement