Game Ideas
|
Post your ideas for new games here, or build on ideas posted by other visitors.
|
|
Reply to this item
|
Re: Game Ideas
|
Konrad Meyer
(Web Page)
|
How many ppl would like it if i made a skatting game? Good graphics, lots of tricks, fast, probably ASM. Email me if u have comments, suggestions, or help with the graphics design process. Thanx, Konrad.
|
|
7 June 2003, 23:52 GMT
|
|
Re: Game Ideas
|
Jay Cochran
|
I need a picture of a submarine. Can anyone please, please draw a sumbarine picture for TI 83 plus? I will give you full credit for it in my program. If possible, incooporate it into a program format and send it to jt.cochran@gaggle.net or just post it here or something. PLEASE. ANYONE?
|
|
8 June 2003, 04:05 GMT
|
|
Re: Game Ideas
|
brian liu
|
someone make a pool/billiards game for ti 83+ that runs fast.
|
|
10 June 2003, 20:58 GMT
|
|
Re: Game Ideas
|
Domi Alex
(Web Page)
|
Harvest moon, with small sprites would rule. trust me :).
|
|
15 June 2003, 06:12 GMT
|
|
Re: Game Ideas
|
Yan Zhuang
|
Can someone make a Command&Conquer-type game like Red Alert 2 or Starcraft that has decent graphics? It would probably take up half the memory but who cares?
|
|
18 June 2003, 23:15 GMT
|
|
Re: Game Ideas
|
Hittps
|
Maybe someone could work on a defender game...
|
|
23 June 2003, 05:08 GMT
|
|
Re: Game Ideas
|
Memwaster
|
I plan on making a 2player link game for TI 83+ ASM
Could you give me some ideas on what i should theme it on.
I was thinking of something like 2 player Phoenix. (Where you help each other)
I have only seen 1 other 2 player coop game (Bubble Bobble), and I havent got the linking to work.
Could someone give me some ideas fo a link game?
|
|
23 June 2003, 13:05 GMT
|
|
Re: Game Ideas
|
Ronny Schmidt
|
I'm developing on monopoly application. i use the following code to receive data from an appvarr and load back.
appvar equ appBackUpScreen
;...
ld a,1
call load_appvar
ld b,a
; ...
load_appvar:
ld (appvar),a
ld hl,monopoly_var
rst rmov9toop1
b_call chkfindsym
ret c
ld a,b
or a
jr z,inram
b_call arc_unarc
inram:
ex hl,de
inc hl
inc hl
push hl
ld a,(appvar)
ld b,a
loop1:
inc hl
djnz loop1
ld a,(hl)
pop hl
ret
how to load data from an application which wher about 255?
example:
monopoly_var:
db AppvarObj, "monopoly"
monopdat_dat:
db 30000,30000,1200,80,1200
how to load for eyample 30000 and 1200 from the appvar then calculate 30000-1200 and store the result back to the appvar
|
|
24 June 2003, 08:05 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.
|