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
Professor Account Info

I have read the tutorials for assembly programming.

They all are useless when it comes to game design and graphics.

I wish there were a diagram of a "stack dump" and a "stack pointer". I keep thinking that it looks like a stack of tires or something.
I do not understand "addresses" and "offsets".

I fully grasp the 8-bit storage function.

What is the point of using binary and the 16-ary numbers?

A little help please!!!

     17 May 2005, 01:44 GMT

Re: Game Ideas
Eric Leong Account Info

this place seems abandoned...

     19 May 2005, 21:35 GMT

Re: Game Ideas
Ryan Campbell  Account Info

I am a fifteen year old beggining programmer. I have started on a basic RPG based off of R.A. Salvatores Forgotten Realms Series, mainly around the character, Drizzt do'Urden. I have about 8 pages done so far but expect it to get much longer. I have decided to attempt to add a little something extra to the store. Not only will it ask you if you are sure you want to buy the item but it will also show a picture of the item and included effects. Kind of like a trading card. I expect it to be much longer than 8 pages and I believe I have only struck the tip of the iceberg so far but I really hope people will enjoy it.

     26 May 2005, 00:41 GMT


Re: Re: Game Ideas
Ryan Campbell  Account Info

and also to help me with my program, is there any way to store more than ten pictures?
I could make them all programs but I think that would be very messy and I don't want to do that. Thanks for any help.

     26 May 2005, 00:50 GMT

Re: Game Ideas
chiron9  Account Info

I've been a BASIC programmer for a long time and I want to know about the other things you can do. I also want to know how to use greyscale so I can impress my friends. Tell me PLEEEEEEEEEEEEEASE!

     31 May 2005, 00:14 GMT

My poker game
george linkington  Account Info
(Web Page)

this is so cool i made a bad poker game but it takes up almost no space.

     5 June 2005, 22:26 GMT

ti-83+ rpg project
the_mad_joob Account Info

Hi everybody ! I've started a role playing game for the ti-83+. Caracteristics : 2 colors (no grayscale for speed...), sequential battles (not real-time), 1 player, 1 playable character, experience system,... Since it's a bit boring to play this kind of game for his creator, i've decided to include a map-randomization system (yeah, i'm a diablo II addict too...). This one must be made using assembly language. The graphics are almost done (sprites, animations) and theses days, i'm thinking the display algorithm. I'm still learning zilog 80 assembler but i can see the algorithm stucture in my mind... Ti-basic has no secrets for me and i've some experience in x86 assembler. Questions or suggestions ? (If someone can tell me what's the optimal way to manage the colisions system...thanks)

     12 June 2005, 14:20 GMT

Re: Game Ideas
thefirstdude02 Account Info
(Web Page)

I think someone should make a Slime Volleyball game for the calc. The web-based game (see URL above) is already in Flash, so it shouldn't be too hard to change the res and colors to run on the 89.

     18 June 2005, 20:11 GMT


Re: Re: Game Ideas
Radical-Pi Account Info

Wanna hear a secret? Someone already did!

     12 January 2006, 21:58 GMT

Re: Game Ideas
Stuart Rogers  Account Info
(Web Page)

Ive found alot of spare time this summer so, im thinking of designing a 3D game for the ti 89 that would rely on an external card to do the majority of the complex computations. My question is, does this sound intresting. Will the comunity go through the trouble of paying to have the pcb prototyped and buying, allong with soldering all the parts. Feedback PLEASE.

     25 June 2005, 14:58 GMT

Re: Game Ideas
Stuart Rogers  Account Info
(Web Page)

I was thinking of writeing a 3D game that will rely on an external processor for the heavy computations. My question is, will anyone be intrested in spending the time and money, building the pcb (or sending it off to build) and soldering the components to the board. Feedback Please.

     26 June 2005, 19:30 GMT

Re: Game Ideas
Chip Hurst  Account Info

I desperately need someone to convert a basic program to assembly for me (the program takes up only 435 bytes of memory). If you are willing to do this for mw, e-mail me at chiph588@aol.com.

     30 June 2005, 15:28 GMT

HELLO?
Alex Clink  Account Info

Does anyone post about game ideas in here anymore??

     22 July 2005, 00:17 GMT

Re: Game Ideas
RyanMickyv  Account Info

Okay; I have programmed a few things in basic. I am trying to learn how to program ASM,

I have a few unique ideas for games for the calculator...

1) A golf game simmilar to to Mario Golf for gameboy color. I want to have several courses and several clubs.

2) A simple swordfighting game. Yes its been done before. but i have more other ideas for combat. I would like only swords and sheilds in the game, and kust find better ones and lose the old one. the variable is well, I will tell you if your interested.

Any help would be apreciated

thanks...

     14 August 2005, 19:15 GMT

Re: Game Ideas
Wolfeinstein68k Account Info
(Web Page)

Here's a good start for an RPG written in C...It would need some gameplay implemented seeing as the source is currently just a chariture that moves around a map. The map would need set boundaries, becuase the current map has just a square one (allowing you to walk on water, ect.). If somebody could work on this source code, considering i can only code BASIC at the momment, they could probably make a decent RPG out of this. Of course you would also need to give the author and other credits listed in the readme credit.

     15 August 2005, 20:48 GMT

Re: Game Ideas
aaron barnhart Account Info

What about a Sudoku game for the TI83+? I've thought about this for a while, it should be able to randomly generate puzzles, but I'm not a good enough programmer to know how to do that let alone make a program that would do anything of the like.

     16 August 2005, 19:23 GMT

Re: Game Ideas
lucasand.2007 Account Info

Can someone help me put a limit on this please?
Guess the Number
:ClrHome
:randInt(1000,9999)
:1->B
:Lbl A
:Disp B
:Disp "SECRET NUMBER"
:Prompt N
:If N<A
:Then
:Disp "HIGHER"
:B+1->B
:Goto A
:End
:If N>A
:Then
:Disp "LOWER"
:B+1->B
:Goto A
:End
:If N=A
:Then
:Disp "YOU WIN"
:Stop

     17 August 2005, 19:10 GMT


Re: Re: Game Ideas
john doe  Account Info

Put this in before the IF N=A:

If B=50(or another # for the amount of tries the player has)

ClrHome
Disp "You lose!"
Stop
END

     1 November 2005, 00:52 GMT

Re: Game Ideas
peter V  Account Info

Freaking PIMP Quest

I played it a coouple of years ago and i just got one sooo where the Funk is it!!!!!!

some one please help me!!

     27 August 2005, 18:42 GMT

Game Idea: Funky Truck 4WD
Marco Knaus Account Info
(Web Page)

1. Look at my URL
2. Could someone do this for TI-89 Titanium? Thanks!

     29 August 2005, 15:16 GMT

Re: Game Ideas
dyinghatred Account Info

PPPPPPPLLLLLLLLZZZZZ....
can anyone send me a progrme cuase my parents won't let me conect my calc to the computer so i have to enter things manually. i'm not a very good programer or i would make my own and am trying to learn but i know all the keys so if you can help email me at mag_pker@yahoo.com
PPPPPPPPPLLLLLLLLLLZZZZZZZ help

     1 September 2005, 21:06 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