Member-only story
Code your First Game of Rock, Paper, Scissors in Python (Guide)
Are you ready to become a Techwiz? Start the next Facebook? Well too bad, you won’t, but while you’re here let‘s learn how to make a game of rock, paper, scissors in python.
What’s Python?
Python is a versatile and powerful programming language that has become increasingly popular in recent years. From web development to data science, Python is used in a wide range of fields to create everything from simple scripts to complex applications.
It is known for its simple syntax (something that I personally L O V E), which makes it easy to learn and use, and its vast collection of libraries and frameworks, which enable developers to accomplish a wide range of tasks quickly and easily.
I will walk you through creating your first game in Python in this tutorial. A game of Rock, Paper, Scissors.
First of all, find a compiler for python
A compiler is a computer program that translates computer code written in one programming language into another language.
We are going to use this one here. After you head over to the website you are going to notice two separate “windows”.