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

Just Give a Whistle
Chris F  Account Info

I am an experienced program maker for anything. I do many math/science problems or games, im in calculus 2. If you need ANY assistance in learning about ONE thing on programming just email me and I will easly help you. Please give no spam and/or junk mail. Keep your topic clear and dont send me loads of trash. Hope too hear frm some of you soon :).
-CFo

     5 November 2004, 17:43 GMT

Re: Game Ideas (Madden 05)
Nick Peters  Account Info

Just reading this, you can tell this is a huge project.

I contacted Hans "coelurus" Törnqvist (creater of Gemini) about the game. He gave me some input and told me it would be a hefty project.

This is something I want to do, but don't have all the time in the world to do it. I don't want it to take 3 years.

The only way to prevent this is to get help.

Here is where you come in. Contact me at
judiep2000@yahoo.com

Some of my game ideas include:

3d engine
AI opponents
3d view (like view in Madden for PS2, XBOX, etc.)
All NFL teams (including AFC and NFC)
3 different stadium atmospheres
Season mode (Super Bowl included)
timeouts
scoreboard (like score in Madden...)
instant replay ? (store pics 0-9 ?)

30 plays (15 offense and 15 defense)

Offense
running and passing
spins and jukes
two active receivers
field goals
punts

Defense
full defensive control
blitzes
fumbles
interceptions
blocked FGs and punts
punt return

Special Teams
field goals
punts
punt and kick return
horizontal, vertical and power kick meters


Now you think... he must be crazy. I know you won't be able to fit all of these things on a calculator, but I'd like to try.

However, I dont know exaclty what you can do with compression.
Who knows, could get lucky.

Thanks,
Nick Peters

     5 November 2004, 21:27 GMT

Re: Game Ideas
chsprog1  Account Info

I am looking for a way to make a texas hold'um program in basic that includes betting and graphics. The problem i am having with this is telling the calculator which hands are better than others.

     9 November 2004, 12:11 GMT

Re: Game Ideas
chsprog1  Account Info

i need help making a texas holdum program on the ti-83+ SE
in BASIC. I need it to have graphics. The problem i am having is telling the calculator which hands are better than other hands can anyone help.

     9 November 2004, 14:10 GMT


Re: Re: Game Ideas
pachacco2  Account Info

you may find it necessary to create a list just for this program (2nd+stat, right, up, enter, <name of the list>) that includes 52 variables. this could tell you the value of each card so you don't waste variables. in order to know when you have a straight or a double, etc would be easy (check for matching numbers) but something like a flush would be more difficult. you would need a different number for 6 of diamonds than 6 of clubs. if the numbers are different they can't be added together to make straight, double, etc. my head hurts >.< i'll think about it for you.

     17 December 2004, 05:55 GMT


Re: Re: Re: Game Ideas
chsprog1  Account Info

I have thought of using a list in this way and got stuck. I will probably use a 5*14 matrix. each of the first 4 rows will represent a suit and each 0f the first thirteen columns a single card. row 5 will be used to add the number of single cards without accounting for suits(for sets and straights). column 14 will be adding cards of the same suit(for flushes and straight-flushes). What do you think?

     5 January 2005, 14:24 GMT

poker players
chsprog1  Account Info

i need help making a texas holdum program on the ti-83+ SE
in BASIC. I need it to have graphics. The problem i am having is telling the calculator which hands are better than other hands can anyone help. i am writing from a computer that blocks a lot of sites so no profanity please.

     9 November 2004, 14:20 GMT

Game Ideas
xeroxcape  Account Info
(Web Page)

Hello all you inferior and unknowing people out there! I'm here to tell you about a *ahem* *ahem* 'text' and 'action' 'not such a RPG'.
It's called XERO XCAPE and it comes in 10 chapters I'll release them one at a time. The first comes with the battle engine and XERO XCAPE explorer to acess all the chapters. The entire point of the game is to stay alive, you fight in a party of eventually 3 in an RPG style but there's a good part, there is no level counter so if you so disire you can from the begging have the maximum 9999 health and 5000 magic points. each of the 6 charicters has their own special power to. A power is like an upgraded version of a magic attack. The game also features the AAM system witch is Active Attack and Magic system, what this does is use a formula to figure out your or your opponets attack. (ex. Kain's attack formula is 'ipart(HP/2)') The game should be released on Nov. umm... a week from this saturday. The entire game will be released 3 weeks from that. (all dates are based on bug free programming) And for all of you nice people out there heres the charicter list

Kain
Job Knight
Chapters 1-10
Attack ipart(HP/2)
Magic (MP*2)
Power (HP+MP)

Ryda
Job Healer
Chapters 2-6
Attack ipart(HP/10)
Magic +MP To Ryda
-MP To Opponet
Power +MP To each party member
-(MP*2) To Opponet

Xero
Job Dark Knight
Chapters 3-4
Attack ipart(HP/5)
Magic (MP*5)
Power (MP*MP)

Larc
Job Theif
Chapters 5-8
Attack HP
Magic MP
Power -(MP*2) to opponet
+(MP) to Larc

Mara
Job Summoner
Chapters 7-10
Attack ipart(HP/5)
Magic (MP*2)
Power (MP*100)

Edge
Job Ninja
Chapters 9-10
Attack (HP*2)
Magic (MP*2)
Power ((HP*10)+(MP*10))

And there you have it!

(On a note for all the games will be exclusive to www.calcgames.org so...)

     9 November 2004, 14:59 GMT

Re: Game Ideas
Amonae Kasumari Account Info

I've just started in programming and I'm a little stuck. I've got my menu and opening page, but I don't know how to get the menu items to go to different screens. Can someone help me?

     11 November 2004, 23:28 GMT


Re: Re: Game Ideas
chsprog1  Account Info

what language do you program in?

     17 November 2004, 14:11 GMT

Re: Game Ideas
Amonae Kasumari Account Info

I'm designing a game and I'm new to the whole programming thing. I was wondering if anyone could help me. I've got my main page and menu, but I can't get my menu to link to other pages. How do I do that?

     12 November 2004, 03:39 GMT


Re: Re: Game Ideas
pachacco2  Account Info

what language do you program in? assuming you use TI83+ BASIC, when you make a menu (via the convenient "menu(" command) it uses labels. ex:

Menu("test","option 1",A,"option 2",B
Lbl A
Disp "You picked 1"
Goto 1
Lbl B
Disp "You picked 2"
Lbl 1
Pause
ClrHome

     17 December 2004, 05:59 GMT

Re: Game Ideas
Roman R  Account Info

hello, my name is roman

i'm working on making a full fledged 3d calc version of gran turismo
first i figured that i have to make a super good 3d engine...does anyone know the fastest way to draw a line in asm, cause since its going to be in 3d...i'm going to have to redraw the screen very often..in 3d

     15 November 2004, 17:00 GMT

Re: Game Ideas
mitch Ingram Account Info

Someone should make a 3d gta for the ti-89. Once I fully understand C I will make an attempt. Someone should also make Halo for the ti 89. I say ti 89 because I think the ti 89 and up are the only calcs cabable of doing this. It would be awsome if someone did!

     16 November 2004, 00:53 GMT

Defend Your Castle
jschmidty89 Account Info

Has anyone ever played the game "Defend Your Castle" at newgrounds.com? I was hoping someone could make a ti-89 clone of it. I can't since I don't have any tigcc skills yet ):

     16 November 2004, 01:43 GMT

Game Ideas
HELPMELEARN_1990  Account Info
(Web Page)

I am a BASIC programmer who wants to learn ASM for my TI-83. Can anyone help me?
Thanks
(E-mail me if urgent.)

     17 November 2004, 01:35 GMT

what's with the files?
shkaboinka  Account Info
(Web Page)

ARG! There have been NO new files uploaded since Thursday the 11th; I (and others) have things sitting in the queue...is morgan or whoever does that on some vacation/trip or something?

     18 November 2004, 00:38 GMT


Re: what's with the files?
Banegamer  Account Info

yeah i uploaded a fun puzzle game 4 ti-83+ and i did it about a month ago! its frustrating!

     20 February 2005, 18:03 GMT

Games
jwill602  Account Info

Does anyone have any ideas for games for the ti-84 plus/83 plus? I you do please email them to me at:
jwill602@yahoo.com

     18 November 2004, 20:23 GMT

Re: Game Ideas
kingdm  Account Info

what is the formula for grand theft auto on ti-83+
please get at me immediatly

dedking082004@yahoo.com

     20 November 2004, 22:04 GMT

Re: Game Ideas
Shimrra Account Info

If someone could make a raycaster in BASIC for me I could really use it. I'm making a game in which you have to move around and find objects, but I can't figure out how to program the calc so it will show objects when they are in range.

     30 November 2004, 01:12 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