ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Programming :: Program Ideas :: Game Ideas
Game Ideas

Post your ideas for new games here, or build on ideas posted by other visitors.

  Reply to this item

i need help
russianspy2114  Account Info

has ne1 ever played detonator on miniclip.com? if so im trying 2 make a ti-83+ version of it. i was doing pretty well until i ran into a problem.

can someone help me write a subroutine that will detect if a bomb is touching another bomb?

(im using strings 4 hit detection cuz i need need them 4 the scrolling and its so much faster)

----
| +|
| +|
----

suppose the pluses r the bombs. how do i tell if a bomb is touching another bomb and store its coordinates to lists so i can make it blow up later?

any help is appreciated

ill give full credit to whoever helps me when i upload the program

     8 December 2003, 21:20 GMT


Re: i need help
Shimrra Account Info

If it's in BASIC i can reaaly help. if you use Output( and you know the position of a bomb in the string, you could determine the position and store it.

     28 November 2004, 02:54 GMT

?????APPS?????
Davy Anthonissen  Account Info

Does anyone knows how to program an APPS???
And where can I find an APPS Editor???
HHEELLPP??

     9 December 2003, 19:08 GMT


Re: ?????APPS?????
Fisch2  Account Info

What calculator would you like to develop the APPS for? Visit www.education.ti.edu for information about APP Development Kits.

Also, are you sure you want APPS? You should look into Assembly programming instead.

     9 December 2003, 21:28 GMT

Re: Re: ?????APPS?????
Bram Tant  Account Info
(Web Page)

Its education.ti.com !!!

     10 December 2003, 10:36 GMT


Re: Re: ?????APPS?????
Davy Anthonissen  Account Info

For the TI-83+

     10 December 2003, 15:34 GMT

Help please
Basic'er Account Info

I've been a BASIC programmer for a while now and have become pretty good at it, but lately, I've been working on some graphic programs with some major loops. Now, BASIC cannot handle this because of program fatigue and the lack of speed in BASIC. I've tried to learn asm, but i've found the tutorials confusing and incomplete, and they do not seem to work with my MS-DOS very well (I think it's because i have Windows XP). So, how did y'all learn asm? Any help would be greatly appreciated.

     10 December 2003, 02:33 GMT


Re: Help please
Bram Tant  Account Info
(Web Page)

1. I have windows XP too, and i have almost no probs with MS-DOS, so i dont think its that...
2. Get ASMGuru (50 tutorials in 1) and ASM in 28 days or something like that, they are very good!!

     10 December 2003, 10:36 GMT

Re: Re: Help please
Basic'er Account Info

ok, thanks, i'll probably just go find 'em, but if I don't, where could i find these?

     10 December 2003, 23:41 GMT


Re: Re: Help please
Basic'er Account Info

ok, when i go into dos, and try to run asm clrhome.z80, it says "tasm is not a recognized as an internal or external command, operable program or batch file." so i had to go into the asm.bat and edit it to include C:\ASM\(and then the code). now it says "table open file error on tasm80.tab.", so im confused and need some help please.

     11 December 2003, 00:38 GMT


Re: Re: Re: Help please
stickboy  Account Info
(Web Page)

Make sure the the .tab file is in the same folder as tasm.exe

     11 December 2003, 13:46 GMT

Re: Re: Re: Re: Help please
Bram Tant  Account Info
(Web Page)

all the files have to be in the same folder!!

     11 December 2003, 17:25 GMT


Re: Re: Re: Re: Help please
Basic'er Account Info

ok, well, they are, i think it has something to do with the process of "digging up" the folder. He says to do this in ASMguru. Does he mean in MS-DOS or from My Computer? And if it is from MS-DOS, how do i do that?

     12 December 2003, 22:22 GMT


Re: Re: Re: Re: Re: Help please
Bram Tant  Account Info
(Web Page)

in DOS, with cd *map* command

     12 December 2003, 23:50 GMT


Re: Re: Re: Re: Re: Re: Help please
Basic'er Account Info

OK, thank you very much, i think this will finally work now, i hope so, i ran into another error, a source file open error, but i think i can sort this one out. thank you all very much.

     13 December 2003, 00:20 GMT


Re: Re: Re: Re: Re: Re: Re: Help please
Basic'er Account Info

ok, never mind i can't sort this one out, what is a source file open error and how does one go about correcting it?

     13 December 2003, 15:54 GMT


Re: Re: Re: Re: Re: Re: Re: Re: Help please
Bram Tant  Account Info
(Web Page)

have you made your ASM file?? could be possible you didn't, check a good tutorial for that!!

     16 December 2003, 10:36 GMT


Re: Re: Re: Re: Re: Re: Re: Re: Re: Help please
Basic'er Account Info

yes, i made the file, and had to save it in dos instead of notepad to get it to run, but it did, now tasm is erroring. Please read your email bram tant.

     16 December 2003, 22:22 GMT

Re: Game Ideas
Andycogen Account Info

Hi. Is it possible to activate the pen function in Basic on the TI-83 Plus? If so could you Email me at Andycogen@earthlink.net

     13 December 2003, 05:46 GMT

Re: Re: Game Ideas
Bram Tant  Account Info
(Web Page)

Pen?? explain!

     13 December 2003, 07:11 GMT


Re: Re: Re: Game Ideas
Andycogen Account Info

What I mean by pen is...


-2nd DRAW
|
--Pen

The Pen for drawing on graphs.

     13 December 2003, 21:52 GMT


Re: Re: Re: Re: Game Ideas
Bram Tant  Account Info
(Web Page)

Ah... If ya mean using pen in a program, sure!!

     14 December 2003, 08:01 GMT


Re: Re: Re: Re: Re: Game Ideas
Andycogen Account Info

How???

     17 December 2003, 02:06 GMT


Re: Re: Re: Re: Re: Re: Game Ideas
Basic'er Account Info

I checked, pen cannot be executed from within a program in Basic. If you could email me, and tell me what your idea is, i could probably help you out, but I know it cannot be used as a command in a program in Basic. My email is mosquito456@hotmail.com

     20 December 2003, 17:45 GMT


Re: Re: Game Ideas
Basic'er Account Info

I don't think you can use pen from within a program. You can make a program using the getkey, pixel-on, and pixel-off commands to move a pixel around the screen around draw a line behind it. One could also just use a lot of pixel-on commands.

     13 December 2003, 15:57 GMT

1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  

You can change the number of comments per page in Account Preferences.

  Copyright © 1996-2012, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer