Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - NanoWar

Pages: 1 ... 8 9 [10]
136
TI Z80 / MTG-like card game
« on: January 21, 2008, 12:06:00 pm »
Yes, I use a giant look up table which points to the card data, card text and holds the aether costs of each card.

Code: [Select]
card(fireball,4,play.fireball,txt.fireball)
"play.fireball" and "txt.fireball" are 2-byte addresses.

137
TI Z80 / MTG-like card game
« on: January 20, 2008, 04:19:00 pm »
It's "seq(formula,variable,start,end)". seq(2X-4,X,1,3) will output {2*1-4 , 2*2-4 , 2*3-4} which is {-2 , -0 , 2}.

138
TI Z80 / MTG-like card game
« on: January 16, 2008, 10:41:00 am »
Hey, let's make different games :P ! ...Funky idea though.

139
Computer Projects and Ideas / Combat Ball
« on: January 15, 2008, 04:50:00 pm »
Are there any animated screenshots of this (awesome graphics, necro!!) game?

140
TI Z80 / MTG-like card game
« on: January 14, 2008, 05:03:00 pm »
...Only if Mr. camelot updates more often than I do :D .

141
TI Z80 / RL4 unfinished menu engine for download
« on: January 14, 2008, 05:01:00 pm »
I was searching for something periodical but I couldn't find it ;)

142
TI Z80 / RL4 unfinished menu engine for download
« on: January 14, 2008, 03:43:00 pm »
Time is money: http://tinyurl.com/3bz32u !

143
TI Z80 / MTG-like card game
« on: January 10, 2008, 04:09:00 pm »
Quote
Maybe you should check out wizards it was an asm game nominated for a POTY a while ago and is alot like what you are trying to do. If yours is better than that one you'll be in business.
Well, that's probably me! -_- But Wizards isn't very Magic-like. Your game sounds more like kv83's Battecards game (on MC), because you mentioned elemental cards etc.
I love card games! You must do this! I believe there's no other (trading)card game on ticalc yet. *thumbsup*

Pages: 1 ... 8 9 [10]