Author Topic: Ideas?  (Read 9375 times)

0 Members and 1 Guest are viewing this topic.

+ZERO+

  • Guest
Ideas?
« Reply #15 on: January 13, 2006, 03:52:00 pm »
Dude, I did not know you had a pongwars game....  If i took the name, I'll change it, if you want!:lol:


Other Than That, Looks like you have some good ideas!

Other than that other than that,
Rock Out!
:drum:rockband.gif

Offline kalan_vod

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2715
  • Rating: +10/-0
    • View Profile
    • kalanrock.us
Ideas?
« Reply #16 on: January 31, 2006, 09:06:00 am »
Idea: A game where you have to type the anwser for the falling math problem (like 1+1 is falling down and you type 2 and then enter).

Liazon

  • Guest
Ideas?
« Reply #17 on: January 31, 2006, 09:30:00 am »
kinda like the Palm game Giraffe for practicing writing on the Palm handheld organizers.

Offline Radical Pi

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1143
  • Rating: +5/-2
    • View Profile
    • RealityRevolution
Ideas?
« Reply #18 on: January 31, 2006, 09:45:00 am »
QuoteBegin-kalan_vod+31 January 2006, 15:06-->
QUOTE (kalan_vod @ 31 January 2006, 15:06)
Idea: A game where you have to type the anwser for the falling math problem (like 1+1 is falling down and you type 2 and then enter).  

 Like text a random expression into a string, onto the graphscreen, then go into a Repeat (number entered) = expr(expression)?

I'll try it.
One of these days I'll get a sig I'm really proud of.

Offline kalan_vod

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2715
  • Rating: +10/-0
    • View Profile
    • kalanrock.us
Ideas?
« Reply #19 on: February 01, 2006, 05:44:00 am »
Yeah like that, simple yet fun!

Idea: I think it would be cool to have a Duke Nukem game for z80s, one like Duke Nukem 68k. I was planning on doing this with xLIB, but it would be too slow. If anyone would like to work on this in asm or something I would LOVE to see it!

Offline Radical Pi

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1143
  • Rating: +5/-2
    • View Profile
    • RealityRevolution
Ideas?
« Reply #20 on: February 01, 2006, 10:28:00 am »
I didn't start "NumbeRain" yet, instead I made a guess the number with working AI controlled opponent!

I only beat it once, and that was during debugging when there wasn't an opponent...
One of these days I'll get a sig I'm really proud of.

Offline kalan_vod

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2715
  • Rating: +10/-0
    • View Profile
    • kalanrock.us
Ideas?
« Reply #21 on: February 01, 2006, 10:33:00 am »
hehe, want to link it or post code?

Offline Radical Pi

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1143
  • Rating: +5/-2
    • View Profile
    • RealityRevolution
Ideas?
« Reply #22 on: February 01, 2006, 11:00:00 am »
I might submit it to that ultimate archive ticalc, but I remember a certain quote from a recent news article...
One of these days I'll get a sig I'm really proud of.

Offline Radical Pi

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1143
  • Rating: +5/-2
    • View Profile
    • RealityRevolution
Ideas?
« Reply #23 on: February 02, 2006, 01:34:00 pm »
They didn't accept it. I can't imagine why :paf:tripaf.gif:paf:tripaf.gif:paf:tripaf.gif
Anyway, here's the code you wanted:c1-->
CODE
ec1ClrHome
Full
For(A,1,100
Output(randInt(1,8),randInt(1,16),randInt(0,9
End
Output(4,5,"VS GUESS
Repeat Ans=21
getKey
End
ClrHome
Repeat AOutput(1,1,"PLEASE CHOOSE
One of these days I'll get a sig I'm really proud of.