rock paper scissors

You have not uploaded your program! Please edit the page to upload your program.

Author:

anonymousfungi

Download: ti-83-basic-developer-project.docxNo Download Available
Version: 1.0.0
Compatibility: TI-83/84/+/SE
File Size: 371 Kilobytes
Genre: Arcade Graphics Platform Puzzle RPG Strategy Sports Casino Board Utility Misc
Rating:
TI|BD

lbl Z
Clrhome
Clrdraw
menu("CHOOSE MODE","TWO PEOPLE",1,"AGAINST CALC",2)
lbl 1
goto 3
lbl 2
disp "UNDER"
disp "CONSTRUCTION"
pause
goto Z
lbl 3
menu("P1: READY","ROCK",4,"PAPER",5,"SCISSORS",6
lbl 4
disp "P1: ROCK
1→C
goto 7
lbl5
disp "P1: PAPER
2→C
goto 7
lbl 6
disp: "P1: SCISSORS
3→C
goto 7
lbl 7
menu("P2: READY!","ROCK",8,"PAPER",9,"SCISSORS",a)
lbl 8
disp "P2: ROCK"
1→D
goto B
lbl 9
disp "P2: PAPER"
2→D
goto B
lbl A
disp "P2: SCISSORS"
goto B
lbl B
if C>D
disp "P1 WIN!"
if C<D
disp "P2 WIN!"
if C=D
disp "TIE! BOTH LOSE!"
stop
COPYRIGHT CHARLES RATHMANN 2020

What the community thinks:

Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Noncommercial 2.5 License.