### Rock Paper Scissors Lizard Spock with Python
#### [@drvinceknight](https://twitter.com/drvinceknight)
Traveller's Dilemma
$$
\begin{pmatrix}
2,2&4,0&4,0\\
0,4&3,3&5,1\\
0,4&1,5&4,4
\end{pmatrix}
$$
github.com/drvinceknight/Nashpy
- Scissors cuts paper
- Paper covers rock
- Rock crushes lizard
- Lizard poisons Spock
- Spock smashes scissors,
- Scissors decapitates lizard
- Lizard eats paper
- Paper disproves Spock
- Spock vaporizes rock
- and as it always has...
- rock crushes scissors.
$$
\begin{pmatrix}
0,0 & -1,1 & 1,-1 & 1,-1 & -1,1\\
1,-1 & 0,0 & -1,1 & -1,1 & 1,-1\\
-1,1 & 1,-1 & 0,0 & 1,-1 & -1,1\\
-1,1 & 1,-1 & -1,1 & 0,0 & 1,-1\\
1,-1 & -1,1 & 1,-1 & -1,1 & 0,0
\end{pmatrix}
$$
#### [@drvinceknight](https://twitter.com/drvinceknight)
#### [github.com/drvinceknight](https://github.com/drvinceknight)
#### [vknight.org](http://vknight.org/)
#### [@PhoenixCuni](https://twitter.com/PhoenixCUni)
#### [@SoftwareSaved](https://twitter.com/SoftwareSaved)