Skip to content

andyttran/rockpaperscissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Rock Paper Scissors

A short repo that shows different ways to solve the rock-paper-scissors problem using recursion

Problem:

What are the possible combinations that a player could play rock-paper-scissors for a 3 round game? There are 27 different combinations. [['rock', 'rock', 'rock'], ['rock', 'rock', 'paper'],... ['scissors','scissors','scissors']]

Write a algorithm that gives the possible combination for n rounds.

About

Different ways to solve rock-paper-scissors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published