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

Re: Game Ideas
cloud867  Account Info

I've never seen so many people (or is it just one or two people?) request so many different games from programmers! Slow down man! Programmers can only do so much...and some ideas just aren't worth it. Also these things we're programming are CALCULATORS. They're very capable...but they can't perform miracles! Maybe you should learn ASM and make some of your own ideas reality!

     16 November 2003, 06:52 GMT

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

finally... its 2 people and they just keep going with bad ideas or ideas that already have been made!! i already tried to explain but they wouldn't listen LOL

     16 November 2003, 07:48 GMT


Re: Re: Re: Game Ideas
drew coppler  Account Info
(Web Page)

I am making 28 Days Later game for the calc and have only posted demos so far. I need someone to help me make a good fighting engine. I was thinking that you could walk around and then randomly, "the infected" attack you and you break into a fighting sequence, if you win then you go back to running around. If anyone is interested in helping me or even being a co-author then please post a reply or email me or go to my site and post in forums. Thanks!

     16 November 2003, 20:12 GMT


Re: Re: Re: Re: Game Ideas
Dysfunction  Account Info

I could help you some (if this in Basic), can't put LOTS of time into it, but I could definitely show you how to do a fighting engine

     16 November 2003, 20:39 GMT


Re: Re: Re: Re: Re: Game Ideas
drew coppler  Account Info
(Web Page)

Cool. It's in BASIC and you don't need to devote a lot of time to it. Just e-mail me and I will give you all the information.

     16 November 2003, 21:05 GMT


Re: Re: Re: Re: Re: Re: Game Ideas
attackmongoose4life  Account Info

hey if you know some good AI can you e-mail it to me?

attackmongoose85@yahoo.com

     28 April 2004, 01:22 GMT


Re: Re: Game Ideas
Travis Evans  Account Info

It's happened as long as I can remember. Also, I see some people seem to think this is the TI Help forum and use it for help when it's supposed to be for programming ideas. :)

     19 February 2004, 15:29 GMT


Re: Re: Re: Game Ideas
Travis Evans  Account Info

Afterthought: You know, somebody should tell everyone about the mailing lists to ask all their help questions. The lists have been DEAD since forever, and we really need more traffic. :)

     19 February 2004, 15:31 GMT

Re: Game Ideas
Davy Anthonissen  Account Info

Hello, could someone tell me how to recognize an y-coordinate in a menu. For example:

-> play
help
info
...
When you push 2 times [down], How do you jump into your program to label "info"????
Can someone help me???
Thanks

     21 November 2003, 21:42 GMT

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

in BASIC or in assembly?? i can help u in BASIC, but not in assembly. email me for help in BASIC. By the way, i am Dutch too!!

     22 November 2003, 07:05 GMT


Re: Re: Re: Game Ideas
Davy Anthonissen  Account Info

It's in assembly.
In assembleertaal

     23 November 2003, 08:48 GMT


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

Then the only help i can give u is to download ASMGuru (50 tutorials in 1)

Dan is de enige hulp die ik je kan geven het downloaden van ASMGuru (50 tutorials in 1)

     23 November 2003, 14:10 GMT


I Can Help!!
Nick_S  Account Info

;blah
;blah
;blah
bcall(_clrscrnfull)
ld a,4
ld (currcol),a
ld a,1
ld (currow),a
ld hl,menu_item1
bcall(_puts)
bcall(_newline)
ld hl,menu_item2
bcall(_puts)
bcall(_newline)
ld hl,menu_item3
bcall(_puts)
bcall(_newline)
ld a,(cursor_y)
ld (currow),a
ld a,0
ld (curcol),a
ld hl,menu_cursor
bcall(_puts)
cursor_loop:
bcall(_getkey)
cp kup
call z,up
cp kdown
call z,down
cp kenter
jp z,selection_made
cp kclear
ret z
jr cursor_loop
down:
ld a,(cursor_y)
cp 2
ret z
inc a
ld (cursor_y),a
ld (currow),a
ld hl,kill_cursor
bcall(_puts)
ld hl,menu cursor
bcall(_puts)
ret
up:
ld a,(cursor_y)
cp 0
ret z
dec a
ld (cursor_y),a
ld (currow),a
ld hl,kill_cursor
bcall(_puts)
ld hl,menu cursor
bcall(_puts)
ret
selection_made:
ld a,(cursor_y)
cp 0
jp z,play
cp 1
jp z,help
jp info
menu_item1:
.db "Play",0
menu_item2:
.db "Help",0
menu_item3:
.db "Info",0
menu_cursor:
.db "->",0
kill_cursor:
.db " ",0
cursor_y:
.db 0
play:
;blah
;blah
;blah
help:
;blah
;blah
;blah
info:
;blah
;blah
;blah

     13 March 2004, 10:16 GMT

Re: Game Ideas
sancho  Account Info
(Web Page)

has anyone played grand prix or outrun (thought it's the right name) cars games for the pc I have seen this grand tourismo game and althought its great at driving it doesnt have cool graphics at all, I would like to see a car game where you can see the back of the car while you drive trying to evade other cars, i have even seen games like this in cell phones why dont you programing gods make a game like this for the 68k calcs??

     24 November 2003, 17:47 GMT


Re: Re: Game Ideas
Sami Davis  Account Info

have u played space dementia for 89? it does that but from the back of a ship (kind of like star fox) but its slow. i dont think a calc could do all that...

     25 November 2003, 18:48 GMT


Re: Re: Re: Game Ideas
sancho  Account Info
(Web Page)

actually the 68k calcs are faster than most cell phones with the cars game, so i dont think it could be that hard, space dementia is slow but because of the 3d graphics, im not asking for a super mega 3d graphics program, just a 3 sprites for the car game plus a mobile background

     26 November 2003, 01:09 GMT

New Game
xfan2003  Account Info
(Web Page)

I have a sort of "Challange" for anyone that wants it.

->Some try to program Killer Instinct (the SNES game) for the TI-83+

I know theres some fighting games out already, but try to keep this one close as posible to the original (charachters, moves, combos, [combos especially]).

If not thats cool, but just try it. I would help, but im barely starting to learn asm, so i wouldnt be able to get far.
If anyones interested, let me know by e-mailing me.

Later, \m/

     25 November 2003, 22:57 GMT


Re: New Game
Fisch2  Account Info

I find that the hardest part of programming is finding good graphics (which may easily be extracted), as I am no artist. If anyone has any links to good gfx, then it would be much easier to write a specific game for them.

     27 November 2003, 15:44 GMT


new commands
drew coppler  Account Info
(Web Page)

I was recently working on my fighting engine when I accidentally hit [PRGM] twice while editing my program. It revealed new menus for programming that I never knew about. Can anyone explain what "sprite(" is and how to use "linksend("???

if you can, thanks!!!

     29 November 2003, 06:36 GMT

Re: new commands
Bram Tant  Account Info
(Web Page)

?? never seen, and 2 times prgm doesnt work for me... maybe something else too?

     29 November 2003, 10:56 GMT


Re: Re: new commands
Fisch2  Account Info
(Web Page)

What you are describing is a Feature of the APP OmniCalc. When installed, it gives you extra commands such as the sprite function (which is really useful). The last time I used it was about a year ago, so just from memory, I can tell you that the sprite function displays part of a picture (a pic variable) onto the screen. Visit the page in the above URL (www.detachedsolutions.com) for more info.

>>2 times prgm doesnt work for me
You need OmniCalc installed, which can be downloaded somewhere on the site above.

     29 November 2003, 22:02 GMT

Re: Re: Re: new commands
Bram Tant  Account Info
(Web Page)

cool

     30 November 2003, 07:20 GMT


Re: Re: Re: new commands
Sami Davis  Account Info

is there a omni calc for the 89?

     1 December 2003, 18:52 GMT


Re: Re: Re: Re: new commands
Bram Tant  Account Info
(Web Page)

not for so far i know, u should search for it...

     2 December 2003, 20:19 GMT


Re: new commands
drew coppler  Account Info
(Web Page)

the new commands are only avadable on silver edition

hmmmm they are so coool though!

     2 December 2003, 23:17 GMT


New Commands
Fisch2  Account Info

No. Regular 83+ users can get the additional commands too by installing OmniCalc (described above). Also, just because you have a Silver Edition, does Not mean that you have the extra commands. You only get the extra commands once OmniCalc 'hooks' into your calculator. These commands can be very useful, but any program that uses them will only work on calculators with OmniCalc installed.

     4 December 2003, 00:21 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