Skip to content

carterdestreel/rockpaperscissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿชจ๐Ÿงปโœ‚๏ธ Rock-Paper-Scissors Game (Python CLI)

A simple command-line implementation of the classic Rock-Paper-Scissors game using emojis for fun and clarity.

๐ŸŽฎ How It Works

This Python script allows a user to play Rock-Paper-Scissors against the computer. The game includes:

Emoji-based choices (๐Ÿชจ Rock, ๐Ÿงป Paper, โœ‚๏ธ Scissors)

Input handling for user choices

Random selection by the computer

Countdown animation before showing the result

Friendly win/lose/tie messages

๐Ÿง‘โ€๐Ÿ’ป How to Run

Make sure you have Python 3 installed on your system.

Save the script in a .py file, e.g., rps_game.py.

Run the script in a terminal:

python rps_game.py

Enter one of the three choices when prompted:

  • Rock
  • Paper
  • Scissors

Watch the countdown and see who wins!

๐Ÿ“ Example Output

Choose one of the three (Rock, Paper, Scissors): rock 3 2 1 ๐Ÿชจ VS โœ‚๏ธ ๐Ÿ†You win!

๐Ÿ› ๏ธ Features

User-friendly input prompt

Random computer choice with emojis

Countdown for dramatic effect

Clear win/lose logic with fun emoji messages

๐Ÿš€ Future Improvements

Input validation loop (ask again if input is invalid)

Score tracking over multiple rounds

GUI version using tkinter or pygame

Multiplayer mode

๐Ÿ“„ License

This project is open-source and free to use or modify.

About

A simple command-line implementation of the classic Rock-Paper-Scissors game using emojis for fun and clarity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages