Description
In this project, you'll write a program that simulates Rock-Paper-Scissors-Lizard-Spock game (an extended version of Rock-Paper-Scissors game) aka Big Bang Style.
Rules for playing:
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
Concepts and techniques involved in this project:
List and Tuple inside List
Input Validation using try... except...
Raise error
Infinite loop using while True
Output formatting for fancy looking output
-------------------------
Python Coding for Beginners
Learn Python by Building Projects
Python Programming by Exercises and Practical Examples