Skip to content

WlFerrari/Jokenpo-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This code is a simple implementation of the game Rock, Paper, Scissors in Python. Rock, Paper, Scissors is a hand game commonly played in many cultures, where two players simultaneously extend their hand to form one of three possible symbols: Rock, Paper, or Scissors. The winner is determined by the basic rules:

  • Rock crushes Scissors (Rock wins against Scissors)
  • Scissors cuts Paper (Scissors win against Paper)
  • Paper covers Rock (Paper wins against Rock)

In this code, the player makes a choice by entering a number corresponding to one of the options: Rock, Paper, or Scissors. The computer then randomly chooses one of the options. The choices are displayed on the screen, along with representative emojis. Then, the code determines the winner based on the game rules and displays the result.

The code utilizes user input, random number generation, string manipulation, and flow control to create a basic and functional version of the Rock, Paper, Scissors game in Python.

About

A simple Jokenpo game with Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages