A simple Rock Paper Scissors Lizard Spock game built in Python.
import random
Running the script is really simple! Just open a terminal in the folder where your script is located and run the following command:
python main.py
A simple Rock Paper Scissors Lizard Spock game built in Python.
import random
Running the script is really simple! Just open a terminal in the folder where your script is located and run the following command:
python main.py