-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Generate random rock-paper-scissors hands.
Return values: "rock", "paper", "scissors".
If optional param repetitions not given then iterate infinitely.
function *rockPaperScissors(repetitions?: number): Iterable<"rock" | "paper" | "scissors">
Needs to be implemented:
random.rockPaperScissors()random.rockPaperScissorsAsync()Stream.rockPaperScissors()AsyncStream.rockPaperScissors()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers