ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Programming :: Upcoming Programs :: Upcoming TI-83 Plus Games
Upcoming TI-83 Plus Games

Post updates on your projects here, or give other authors your feedback on their works in progress.

When posting about an upcoming program of yours, please include a link to any relevant information (screen shots, etc.) in the URL field.

To have an entry removed, please Contact Us.

  Reply to this item

port of zelda
skylark  Account Info

hi i am trying to make a port of the zelda game on the 83. it is rather hard and if you could give me any help it would be greatly appreciated. please post instead of e-mailing
thanks

     13 February 2000, 05:50 GMT


Re: port of zelda
Palexis  Account Info

I can help you make a port of zelda.

     22 April 2000, 16:12 GMT


Re: Re: port of zelda
R-in-R  Account Info

If you ever get it ported send me a copy. Or atleast upload it to the site.

     15 July 2000, 01:09 GMT

Re: Upcoming TI-83 Plus Games
Tyler Start

As most of you know, the TI-83 plus has less ram then the TI-83. And if you try some of the ti-83 games on your calculator, it will tell you that you are short on memory. I tried this with one of my all time favorite computer games turned TI-83 Descent, and it doesn't run. Does anybody know of a Descent game in the works for the TI-83 plus? And if yes, will it be in asm?

     19 February 2000, 03:01 GMT


Re: Re: Upcoming TI-83 Plus Games
Kemuri-_9
(Web Page)

I know the 83+ has less ram than the 83 but that doesn't matter. Have you guys ever noticed but there is ARHCIVE memory on the 83+'s? To archive something on a 83+ you either go to 2nd plus down to archove and enter what to achive. Or you go to the Item in the Memory management and hit enter if done succesfully It has a star beside which means it takes up archive memory and releases the ram memory it used.

     16 October 2000, 00:33 GMT

Re: Upcoming TI-83 Plus Games
Sosaman66  Account Info

I need help! I need some help on the TI-83+ game "Block Dude". I am able to beat the levels up to number 7, but I can't get past #8. If you could e-mail me at COMET32784@AOL.COM with helpful information or passwords, it would be most appreciated. Thank you very much.

     19 February 2000, 03:56 GMT


Re: Re: Upcoming TI-83 Plus Games
ticalc83

Yeh, "Blockdude" is hard for me, too. My friends are always giving me tips, but I can never seem to get that darn level 8! Also, if you have any tips or passwords, please PLEASE email me, too.

Email me at:
ticalc83@hotmail.com

Everything will be very helpful! THANKS!

     22 February 2000, 04:55 GMT


Re: Re: Re: Upcoming TI-83 Plus Games
dark~helmet  Account Info

The password for level 9 is iRC
I can't get past that level though

How many levels does BD have?

     9 March 2000, 01:19 GMT

Re: Re: Re: Re: Upcoming TI-83 Plus Games
Greg Bray  Account Info

I too have gotten to leven nine, but have found it impossible to beat, if anyone has a password to a higher level or tips on how to beat level 9 please email me.

     9 March 2000, 05:40 GMT

Re: Re: Re: Re: Re: Upcoming TI-83 Plus Games
farl69

Blockdude is not all that difficult =) I beat the whole game (11 levels) the first day I got it.

8 - nTy
9 - iRC
10 - JmK
11 - wTF

hope that helps.

- Chris Scheibe
- Farl69@hotmail.com

     18 March 2000, 09:53 GMT

Re: Re: Re: Re: Re: Re: Upcoming TI-83 Plus Games
MikeValla

Dude, you have no life.

     24 April 2000, 05:44 GMT

Re: Re: Re: Re: Re: Re: Re: Upcoming TI-83 Plus Games
R-in-R  Account Info

Dude, give him a break, he probably beat it in math class.

     15 July 2000, 01:11 GMT


Re: Re: Re: Re: Re: Re: Re: Upcoming TI-83 Plus Games
smiler04

dude!
that game is really easy
i got some external level (20 in all) and beat the whole game during math class- IT'S AN EASY GAME!

     14 July 2002, 07:13 GMT


Re: Re: Re: Re: Re: Re: Upcoming TI-83 Plus Games
taylorchase  Account Info

i too beat this game in the first day it was hard on level 9 though.

     11 December 2003, 22:36 GMT


Re: Re: Re: Re: Re: Upcoming TI-83 Plus Games
zydekol  Account Info

go to detachedsolutions.com and click on the PuzzPack Homepage on the right and select level solutions and select a level

     28 March 2003, 02:02 GMT


Re: Re: Re: Re: Upcoming TI-83 Plus Games
Nick_S  Account Info

i think i should make a comment on ur ticalc name

     1 May 2004, 02:37 GMT

Need Help with my Game
Mjcomppro  Account Info

I am looking for some help with my game Target Practice for the TI-83 and 83+. I can not figure out how to make the targets move by themselves if you don't wack 'em fast enough. If you can't help me with this can you help me make a timer for the game?

I want it to be like wack a mole where it gets faster and faster as you go.

Please please help me

     15 March 2000, 16:39 GMT


Re: Need Help with my Game
farl69

Its actually quite simple to do what you are asking. All you need is a For( ) loop that contains your game control code inbetween For( ) .... End. Make the 3rd input (of the For( ) command) a variable that will be changed as the levels go higher and higher. Be very careful though, if you have a Goto command INSIDE the For( ) loop and it goes somewhere outside the loop the Calculator will bog down. This is because it is trying to keep up with tens upon tens of For( ) loops that it is looking for End commands from.

Just a suggestion. If that didn't make any sense, email me and ill try to explain in further detail.

- Chris Scheibe
- Farl69@hotmail.com

     18 March 2000, 09:50 GMT

Re: Upcoming TI-83 Plus Games
farl69

Finally! a Tetris that doesn't suck for the TI-83+. Unfortunately, I had to write it in Basic (yuck) so the game ended up being 7668 bytes. The game runs beautifully but might need a little tweaking on my end. It should be up in the archive section under basic:games sometime soon (it was submitted about an hour ago). If you have any trouble with it, or find any bugs, email me.

- Chris Scheibe
- Farl69@hotmail.com

     18 March 2000, 09:44 GMT

Re: Re: Upcoming TI-83 Plus Games
luke195rs  Account Info

What forced you to write it in BASIC? As hard as assembly is, I would think it would be easier that way. Maybe not, but then, in asm, it would run SO much faster.

     29 April 2000, 19:17 GMT

Re: Re: Upcoming TI-83 Plus Games
William Zink  Account Info

PLEASE SEND ME A COPY I AM DESPRITE OF A GOOD GAME ON THE TI 83 PLUS

     19 September 2000, 01:11 GMT


WOW!!
Nick_S  Account Info

I'm acvtually saluting you on writting Tetris in BASIC, I would never attempt a puzzle game of this type w/ BASIC (cuz I'd never expect it to be under 8,000 something bytes) You rock!!

-Zer0 Th3 Her0

     31 May 2004, 05:54 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  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  71  

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