Jump to content



Photo
- - - - -

eMan - New game


  • Please log in to reply
9 replies to this topic

#1 rjstephens

rjstephens

    Casio Freak

  • Members
  • PipPipPipPip
  • 239 posts
  • Location:Brisbane, Queensland, Australia

  • Calculators:
    CFX9850GB+

Posted 29 May 2003 - 09:18 AM

ok normally i would provide this as a CAT file but i'm too lazy to fix my cable - i sat on it the other day and it still needs some soldering before i can use it again.

it's a long time since i typed in code off the calculator screen, good thing the prog's only 417 bytes.

101->E
"e-MAN"
"EAT THE \theta"
"35 Seconds"
"High Score"
Z/|
1->x
1->y
0->c
Lbl 1
ClrText
Int (Ran#*6+1)->A
Int (Ran#*21+1)->B
Lbl A
E-1->E
E=0=>Goto B
ClrText
Locate 19,7,E
Locate 1,7,C
Locate B,A,"\theta"
Locate X,Y,"e"
If Getkey=27
Then X+1->X
X=22=>1->X
IfEnd
If Getkey=37
Then Y+1->Y
Y=7=>1->Y
IfEnd
If Getkey=38
Then X-1->X
X=0=>21->X
IfEnd
If Getkey=28
Then Y-1->Y
Y=0=>6->Y
IfEnd
Lbl 2
X=B=>Goto 3
X=\=B=>Goto A
Lbl 3
Y=A=>Goto 4
Y=/=4=>GotoA
Lbl 4
E+4->E
C+!->C
Goto 1
Lbl B
ClrText
C>Z=>C->Z
Locate 1,1,"End game"
Locate 1,2,"Final Score"
Locate 12,2,C
Locate 1,3,"High Score"
Locate 11,3,Z


all done
now I know that you could do a lot to improve this program. -DON'T SHOOT ME - I'M JUST A MESSENGER-

This is my friends game, he hs a big test tomorrow, and at his tests they wipe calcs.

anyway, he wanted to transfer it onto my computer, but he transfered it onto my calc instead cause my cable was dead.

IKf someone wants to bother, this could be typed onto a calc and sent to a pc and made into a cat file. It's quite a good game.

my highscore is 21. try and beat it

#2 CrimsonCasio

CrimsonCasio

    UCF Ambassador

  • [Legends]
  • PipPipPipPipPipPipPipPipPipPip
  • 3579 posts
  • Gender:Male
  • Location:USA
  • Interests:Claculators, Stephen King, Video Games, Calculators, Programming, Calculators, Reading, Calculators... hmm, what else... Ah! Calculators!

  • Calculators:
    Algebra FX2.0, CFX 9850Ga+, Classpad 300

Posted 29 May 2003 - 02:23 PM

whats with this code?

Z/|
C+!->C


neither of these make sense... are they typos?

#3 genesis

genesis

    UCF BASIC Programming Runner Up

  • Super Member
  • PipPipPipPip
  • 281 posts
  • Location:Perth, Australia
  • Interests:Speaking German, computers, defending CFX calculators...

  • Calculators:
    CFX 9850 GB+

Posted 30 May 2003 - 07:45 AM

The techique he is using C+1->C is the old fashioned bluffer's way of doing Isz C. Learn it, it's easier and more *professional*. You diss my ideas, yet you slow your programs down by using bad programming. We don't need to hack, just learn advanced programming, some people don't even know where the keys are!

#4 Killer83Z

Killer83Z

    Casio CEO

  • [Legends]
  • PipPipPipPipPipPip
  • 427 posts
  • Location:I'm near to the place where I study
  • Interests:Guitar, Piano, Music, UCN<br />

  • Calculators:
    Algebra FX2.0, CFX-9850G, fx-7000G, fx-7500G, TI-83, HP100lx

Posted 30 May 2003 - 08:19 AM

Yeah, my guess:

Z(disp triangle)
C+1->C

#5 rjstephens

rjstephens

    Casio Freak

  • Members
  • PipPipPipPip
  • 239 posts
  • Location:Brisbane, Queensland, Australia

  • Calculators:
    CFX9850GB+

Posted 30 May 2003 - 09:35 AM

morgan perhaps you should read everything before you diss me.

i said it's my friends program. i also said it could use some improvement

i don't program much anyjmore; i'm more in the business of teaching other people to program so that a lot more gets produced. It makes more sense to have 100(!) or so people (number i've taught so far) than one person programming

and besides; i've been watching too much tv lateley; my attention span has gone down the drain. i can't

and /| means the display triangle
and C+!->C should be C+1->C
nice guess crimson

#6 Killer83Z

Killer83Z

    Casio CEO

  • [Legends]
  • PipPipPipPipPipPip
  • 427 posts
  • Location:I'm near to the place where I study
  • Interests:Guitar, Piano, Music, UCN<br />

  • Calculators:
    Algebra FX2.0, CFX-9850G, fx-7000G, fx-7500G, TI-83, HP100lx

Posted 30 May 2003 - 10:15 AM

nice guess crimson

Thanks, morgan.

#7 rjstephens

rjstephens

    Casio Freak

  • Members
  • PipPipPipPip
  • 239 posts
  • Location:Brisbane, Queensland, Australia

  • Calculators:
    CFX9850GB+

Posted 30 May 2003 - 10:21 AM

nice gueeses, killer

sorry about that.

it was a "typo"

#8 CrimsonCasio

CrimsonCasio

    UCF Ambassador

  • [Legends]
  • PipPipPipPipPipPipPipPipPipPip
  • 3579 posts
  • Gender:Male
  • Location:USA
  • Interests:Claculators, Stephen King, Video Games, Calculators, Programming, Calculators, Reading, Calculators... hmm, what else... Ah! Calculators!

  • Calculators:
    Algebra FX2.0, CFX 9850Ga+, Classpad 300

Posted 30 May 2003 - 12:31 PM

no prob, I like being thanked for things I didn't do... by the way rj the common sentax for expressing the output triange is _.

#9 Casto Productions

Casto Productions

    Casio Freak

  • Members
  • PipPipPipPip
  • 152 posts
  • Location:IL, USA

  • Calculators:
    TI-83, TI-86, CFX-9850, AFX2.0

Posted 31 May 2003 - 06:46 PM

Wow, so much controversy (spelling?) over one simple program, a lot of hurt feelings going around? What did I miss?

#10 rjstephens

rjstephens

    Casio Freak

  • Members
  • PipPipPipPip
  • 239 posts
  • Location:Brisbane, Queensland, Australia

  • Calculators:
    CFX9850GB+

Posted 31 May 2003 - 11:06 PM

not much

anyway, that may be so crimson, but i think /| looks a lot more like the display triangle than _

another suggestion:
/_|

but that's even worse




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users