/ST-Rock-Paper-Scissors

A simple game of Rock, Paper, Scissors on the Command Line Terminal

Primary LanguagePython

Rock, Paper, Scissors!

A simple game of Rock Paper Scissors. Choose one, and after each round of play you'll be given the choice to continue. Choosing 'n' exits.

I was struggling with While loops so I wanted to put together a quick little side project to try and get my head around proper indentation.