Update to make opponent rude when spoken to
This commit is contained in:
parent
a6de8db74f
commit
65c00d01ad
@ -17,6 +17,8 @@ The story description is "You are a player in the biggest Rock, Paper, Scissors
|
|||||||
Release along with cover art.
|
Release along with cover art.
|
||||||
The release number is 1.
|
The release number is 1.
|
||||||
|
|
||||||
|
Asking someone about something is speech. Telling someone about something is speech. Answering someone that something is speech. Asking someone for something is speech.
|
||||||
|
|
||||||
The arena is a room. The description of the arena is "It's a large room where there are hundreds of people cheering and jeering on players in what has to be all-time silliest tournaments."
|
The arena is a room. The description of the arena is "It's a large room where there are hundreds of people cheering and jeering on players in what has to be all-time silliest tournaments."
|
||||||
|
|
||||||
Opponent is a person. Opponent is in arena. The description of opponent is "They're a grody looking sort of person. They're standing there with the hands in the traditional 'rock, paper, scissors' posture of one hand out, palm up, the other hand in a fist with the bottom of on top of the open palm."
|
Opponent is a person. Opponent is in arena. The description of opponent is "They're a grody looking sort of person. They're standing there with the hands in the traditional 'rock, paper, scissors' posture of one hand out, palm up, the other hand in a fist with the bottom of on top of the open palm."
|
||||||
@ -25,6 +27,9 @@ A person has a number called current score.
|
|||||||
|
|
||||||
The current score of the player is 0. The current score of opponent is 0.
|
The current score of the player is 0. The current score of opponent is 0.
|
||||||
|
|
||||||
|
Instead of speech when the noun is Opponent:
|
||||||
|
say "Opponent frowns and says 'Shaddup!'"
|
||||||
|
|
||||||
Instead of attacking Opponent:
|
Instead of attacking Opponent:
|
||||||
let player result be a random number between 1 and 3;
|
let player result be a random number between 1 and 3;
|
||||||
let opponent result be a random number between 1 and 3;
|
let opponent result be a random number between 1 and 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user