Arul's Blog

game

How to Make Rock Paper Scissors in Python

Tue 24 November 2020 By Arulmurugan Rajaraman comments

Let's learn how to code a classic game in Python. We’re going to use conditionals, while loops, and random numbers to make a Rock, Paper, Scissors game where you play against the computer!

Read more →