Skip to content

Beginner-friendly Rock Paper Scissors game in Python with ASCII art

Notifications You must be signed in to change notification settings

souvik8149/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Rock Paper Scissors Game

A beginner-friendly Python command-line Rock Paper Scissors game.

Features

  • Input validation
  • Scoring system
  • Play again / quit option
  • Fun ASCII art and emoji output
  • Written with clear code and comments

How to run

  1. Make sure you have Python installed.
  2. Download or clone this repository.
  3. Open terminal / command prompt.
  4. Run:

Requirements

  • Python 3.x
  • Built-in modules only (random, time)

Project details

This is a small project to practice:

  • Loops & conditionals
  • Dictionaries
  • Functions
  • ASCII art and emoji in terminal
  • User input handling

Enjoy playing!

About

Beginner-friendly Rock Paper Scissors game in Python with ASCII art

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages