Skip to content

This is a simple Rock, Paper, Scissors game created using Python. The game incorporates the 'random' module for computer moves and includes ASCII art for a visually appealing experience.

License

Notifications You must be signed in to change notification settings

Dhanush-S-Gowda/rock-paper-scissor-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Rock, Paper, Scissors Game

Overview

This repository contains a simple Rock, Paper, Scissors game created using Python. The game incorporates the 'random' module for computer moves and includes ASCII art for a visually appealing experience.

How to Play

  1. Clone the repository.
  2. Run the game: rockPaperScissorGame.py.
  3. Follow on-screen instructions to make your move (rock, paper, or scissors).
  4. Enjoy!

Features

  • Classic game interaction.
  • Randomized computer moves.
  • ASCII art visuals.
  • Additionally, a simple scoring system has been implemented where user scores and computer scores are counted throughout the game. At the end of the game, the winner is declared based on the accumulated scores.

Requirements

  • Python 3

Feel free to contribute or enjoy the game! 🪨📃✂️

About

This is a simple Rock, Paper, Scissors game created using Python. The game incorporates the 'random' module for computer moves and includes ASCII art for a visually appealing experience.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages